Skip to content

Releases: paritytech/substrate-connect

@substrate/[email protected]

23 Oct 13:57
3bd4ba3
Compare
Choose a tag to compare

Patch Changes

  • 01d4c2e: chore(deps): bump the radix-ui group with 14 updates

    Bumps the radix-ui group with 14 updates:

    Package From To
    @radix-ui/react-accordion 1.2.0 1.2.1
    @radix-ui/react-alert-dialog 1.1.1 1.1.2
    @radix-ui/react-collapsible 1.1.0 1.1.1
    @radix-ui/react-dialog 1.1.1 1.1.2
    @radix-ui/react-dropdown-menu 2.1.1 2.1.2
    @radix-ui/react-hover-card 1.0.7 1.1.2
    @radix-ui/react-menubar 1.1.1 1.1.2
    @radix-ui/react-popover 1.1.1 1.1.2
    @radix-ui/react-scroll-area 1.1.0 1.2.0
    @radix-ui/react-slider 1.1.2 1.2.1
    @radix-ui/react-switch 1.1.0 1.1.1
    @radix-ui/react-tabs 1.1.0 1.1.1
    @radix-ui/react-toggle-group 1.0.4 1.1.0
    @radix-ui/react-tooltip 1.1.2 1.1.3

    Updates @radix-ui/react-accordion from 1.2.0 to 1.2.1

    Updates @radix-ui/react-alert-dialog from 1.1.1 to 1.1.2

    Updates @radix-ui/react-collapsible from 1.1.0 to 1.1.1

    Updates @radix-ui/react-dialog from 1.1.1 to 1.1.2

    Updates @radix-ui/react-dropdown-menu from 2.1.1 to 2.1.2

    Updates @radix-ui/react-hover-card from 1.0.7 to 1.1.2

    Updates @radix-ui/react-menubar from 1.1.1 to 1.1.2

    Updates @radix-ui/react-popover from 1.1.1 to 1.1.2

    Updates @radix-ui/react-scroll-area from 1.1.0 to 1.2.0

    Updates @radix-ui/react-slider from 1.1.2 to 1.2.1

    Updates @radix-ui/react-switch from 1.1.0 to 1.1.1

    Updates @radix-ui/react-tabs from 1.1.0 to 1.1.1

    Updates @radix-ui/react-toggle-group from 1.0.4 to 1.1.0

    Updates @radix-ui/react-tooltip from 1.1.2 to 1.1.3


    updated-dependencies:

    • dependency-name: "@radix-ui/react-accordion"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-alert-dialog"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-collapsible"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-dialog"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-dropdown-menu"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-hover-card"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-menubar"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-popover"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-scroll-area"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-slider"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-switch"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-tabs"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-toggle-group"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: radix-ui
    • dependency-name: "@radix-ui/react-tooltip"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: radix-ui
      ...

    Signed-off-by: dependabot[bot] [email protected]

  • 90fda0c: chore(deps): bump @zag-js/tabs from 0.58.3 to 0.74.2

    Bumps @zag-js/tabs from 0.58.3 to 0.74.2.


    updated-dependencies:

    • dependency-name: "@zag-js/tabs"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      ...

    Signed-off-by: dependabot[bot] [email protected]

  • d183f3d: chore(deps): bump the npm_and_yarn group with 2 updates

    Bumps the npm_and_yarn group with 2 updates: vite and rollup.

    Updates vite from 5.3.4 to 5.3.6

    Updates rollup from 4.18.0 to 4.20.0


    updated-dependencies:

    • dependency-name: vite
      dependency-type: direct:development
      dependency-group: npm_and_yarn
    • dependency-name: rollup
      dependency-type: indirect
      dependency-group: npm_and_yarn
      ...

    Signed-off-by: dependabot[bot] [email protected]

  • Updated dependencies [e2a5cef]

@substrate/[email protected]

23 Oct 13:56
3bd4ba3
Compare
Choose a tag to compare

Major Changes

  • e2a5cef: ## Breaking Changes

    • Modified addChain and addWellKnownChain methods:
      • Now accept a single options object parameter instead of separate jsonRpcCallback and databaseContent parameters
      • The jsonRpcCallback is now passed as options.jsonRpcCallback
      • The databaseContent is now passed as options.databaseContent
    • Removed JsonRpcCallback type export. Use the callback type from the options parameter of addChain and addWellKnownChain instead.
    • Updated peer dependency for @substrate/smoldot-discovery to "^2"

    New Features

    • Added new methods to the Chain interface to conform with smoldot's interface:
      • nextJsonRpcResponse: Returns a promise that resolves with the next JSON-RPC response
      • jsonRpcResponses: Returns an async iterable of JSON-RPC responses

    Other Changes

    • Updated internal implementation to use Effect for streaming JSON RPC responses in a Queue.
    • Updated error handling to include QueueFullError.

    Migration Guide

    Users of this package will need to update their code to use the new method signatures for addChain and addWellKnownChain, and adapt to the removed JsonRpcCallback type export. Please refer to the updated documentation for the new usage patterns.

    When upgrading, ensure you're using version 2 or higher of @substrate/smoldot-discovery as a peer dependency.

@substrate/[email protected]

23 Oct 13:56
3bd4ba3
Compare
Choose a tag to compare

Minor Changes

  • e2a5cef: ## Breaking Changes

    • Modified addChain and addWellKnownChain methods:
      • Now accept a single options object parameter instead of separate jsonRpcCallback and databaseContent parameters
      • The jsonRpcCallback is now passed as options.jsonRpcCallback
      • The databaseContent is now passed as options.databaseContent
    • Removed JsonRpcCallback type export. Use the callback type from the options parameter of addChain and addWellKnownChain instead.
    • Updated peer dependency for @substrate/smoldot-discovery to "^2"

    New Features

    • Added new methods to the Chain interface to conform with smoldot's interface:
      • nextJsonRpcResponse: Returns a promise that resolves with the next JSON-RPC response
      • jsonRpcResponses: Returns an async iterable of JSON-RPC responses

    Other Changes

    • Updated internal implementation to use Effect for streaming JSON RPC responses in a Queue.
    • Updated error handling to include QueueFullError.

    Migration Guide

    Users of this package will need to update their code to use the new method signatures for addChain and addWellKnownChain, and adapt to the removed JsonRpcCallback type export. Please refer to the updated documentation for the new usage patterns.

    When upgrading, ensure you're using version 3 or higher of @substrate/smoldot-discovery as a peer dependency.

@substrate/[email protected]

23 Oct 13:57
3bd4ba3
Compare
Choose a tag to compare

Patch Changes

@substrate/[email protected]

23 Oct 13:57
3bd4ba3
Compare
Choose a tag to compare

Patch Changes

@substrate/[email protected]

23 Oct 13:56
3bd4ba3
Compare
Choose a tag to compare

Minor Changes

  • 198b375: chore: catalog and upgrade papi dependencies

@substrate/[email protected]

23 Oct 13:56
3bd4ba3
Compare
Choose a tag to compare

Major Changes

  • e2a5cef: ## Breaking Changes

    • Modified addChain and addWellKnownChain methods:
      • Now accept a single options object parameter instead of separate jsonRpcCallback and databaseContent parameters
      • The jsonRpcCallback is now passed as options.jsonRpcCallback
      • The databaseContent is now passed as options.databaseContent
    • Removed JsonRpcCallback type export. Use the callback type from the options parameter of addChain and addWellKnownChain instead.
    • Updated peer dependency for @substrate/smoldot-discovery to "^2"

    New Features

    • Added new methods to the Chain interface to conform with smoldot's interface:
      • nextJsonRpcResponse: Returns a promise that resolves with the next JSON-RPC response
      • jsonRpcResponses: Returns an async iterable of JSON-RPC responses

    Other Changes

    • Updated internal implementation to use Effect for streaming JSON RPC responses in a Queue.
    • Updated error handling to include QueueFullError.

    Migration Guide

    Users of this package will need to update their code to use the new method signatures for addChain and addWellKnownChain, and adapt to the removed JsonRpcCallback type export. Please refer to the updated documentation for the new usage patterns.

    When upgrading, ensure you're using version 3 or higher of @substrate/smoldot-discovery as a peer dependency.

Patch Changes

@substrate/[email protected]

23 Oct 13:56
3bd4ba3
Compare
Choose a tag to compare

Minor Changes

  • a1a7412: chore: update changesets

@substrate/[email protected]

23 Oct 13:56
3bd4ba3
Compare
Choose a tag to compare

Minor Changes

  • 198b375: chore: catalog and upgrade papi dependencies

@substrate/[email protected]

23 Oct 13:56
3bd4ba3
Compare
Choose a tag to compare

Minor Changes

  • 198b375: chore: catalog and upgrade papi dependencies

Patch Changes