8000 Releases · lightsparkdev/js-sdk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: lightsparkdev/js-sdk

@lightsparkdev/ui@1.1.3

06 Jun 00:33
0142bdc
Compare
Choose a tag to compare

Patch Changes

  • 7ae2525: - Updates to BirthdayInput
    • Add icons
  • Updated dependencies [7ae2525]
    • @lightsparkdev/core@1.4.1

@lightsparkdev/lightspark-sdk@1.9.3

06 Jun 00:33
0142bdc
Compare
Choose a tag to compare

Patch Changes

  • 7ae2525: - Add createUmaInvitationWithPayment
    • Add cancelUmaInvitation
    • Remove unneeded crypto-browserify as dependency
  • Updated dependencies [7ae2525]
    • @lightsparkdev/core@1.4.1
    • @lightsparkdev/crypto-wasm@0.1.15

@lightsparkdev/lightspark-cli@0.1.3

06 Jun 00:33
0142bdc
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [7ae2525]
  • Updated dependencies [7ae2525]
    • @lightsparkdev/lightspark-sdk@1.9.3
    • @lightsparkdev/core@1.4.1
    • @lightsparkdev/crypto-wasm@0.1.15

@lightsparkdev/crypto-wasm@0.1.15

06 Jun 00:33
0142bdc
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [7ae2525]
    • @lightsparkdev/core@1.4.1

@lightsparkdev/core@1.4.1

06 Jun 00:33
0142bdc
Compare
Choose a tag to compare

Patch Changes

  • 7ae2525: - Remove unneeded crypto-browserify as dependency

@lightsparkdev/ui@1.1.2

12 May 23:26
8c098c7
Compare
Choose a tag to compare

Patch Changes

  • 5cfff96: - BirthdayInput
    • Dropped internal validity state; added formatDateToText hint formatter and “must be before today” validation.
    • TextInput
      • Introduced success & contentError props, hideNonErrorsIfBlurred, configurable iconOffsets, iconStrokeWidths.
    • PhoneInput
      • Added onFocus callback.
    • QRCode
      • Swapped in new LogoMark asset (vs. FramedLogoOnCircle), adjusted image sizing.
    • Drawer & Modal
      • Added alignBottom and disableTouchMove flags to support bottom-aligned, non-dismissable drawers.
    • Button & Checkbox
      • New kinds: green37, gray99, white21.
      • Added margin props (mb, ml, mr) for fine-grained spacing.
    • CardForm
      • Major refactor: dozens of new props (aboveHeaderContent, graphicHeader, centeredContent, paddingX, contentMarginTop, formButtonTopMargin, selectMarginTop, smDontAdjustWidth, etc.).
      • Extracted CardFormHeadline/CenteredHeader, wrapped forms in a Flex when using graphic headers.
    • InputSubtext
      • Now supports rich React-node content, distinguishes error vs. success styling, and respects “hide if blurred” logic.
    • Toasts
      • Added optional type (error | success | info) to color toast backgrounds.
    • Hooks
      • useFields: validator signature now (value, fields?); added matchesField and clabe validators; smarter merge to prevent unnecessary rerenders.
      • useQueryParamBooleans: new hook for parsing multiple boolean query parameters at once.
    • Icons
      • Introduced dozens of new icons (e.g. LogoMark, LightningBoltOutline, NonagonCheckmark, NubankLogo) plus a full “central” icon set under icons/central/.
      • Standardized on a PathProps interface for configurable strokes.
    • Styles & Theme
      • Colors: added gray35, gray7, white21, green37, blue32, linkLight.
      • Layout helper: buildStandardContentInset gains an smDontAdjustWidth opt-out.
      • Tweaked smHeaderLogoMarginLeft (30px → 20px).
      • Button themes: added white21, linkLight, and tertiary kinds.
      • CardForm theme: now allows zero padding for new layout options.
  • Updated dependencies [5cfff96]
    • @lightsparkdev/core@1.4.0

@lightsparkdev/lightspark-sdk@1.9.2

12 May 23:26
8c098c7
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [5cfff96]
    • @lightsparkdev/core@1.4.0
    • @lightsparkdev/crypto-wasm@0.1.14

@lightsparkdev/lightspark-cli@0.1.2

12 May 23:26
8c098c7
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [5cfff96]
    • @lightsparkdev/core@1.4.0
    • @lightsparkdev/crypto-wasm@0.1.14
    • @lightsparkdev/lightspark-sdk@1.9.2

@lightsparkdev/crypto-wasm@0.1.14

12 May 23:27
8c098c7
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [5cfff96]
    • @lightsparkdev/core@1.4.0

@lightsparkdev/core@1.4.0

12 May 23:26
8c098c7
Compare
Choose a tag to compare

Minor Changes

  • 5cfff96: - Test script
    • Renamed test to test-cmd and made test an alias that accepts arbitrary Jest patterns.
    • Requester
      • Switched wsClient to a lazily initialized Promise resolved in a new initWsClient method.
      • Moved autoBind into constructor and improved cleanup/cancellation logic in subscribe().
    • New tests
      • Added Requester.test.ts covering query execution, error handling, subscriptions, and signing logic.
    • Errors utility
      • Enhanced errorToJSON to enumerate non-enumerable props and optionally stringify nested objects.
    • LocalStorage utility
      • Made getLocalStorageBoolean return true/false/null; getLocalStorageConfigItem now defaults missing keys to false.
    • Type guards
      • Tightened isObject signature, added isRecord, and removed a duplicate in types.ts.
    • Static assets
      • Replaced the monolithic SVG logo with an optimized, higher-resolution lightspark-logo.svg.
0