Skip to content

Releases: fungible-systems/micro-stacks

@micro-stacks/solidjs@1.0.5

23 Sep 16:19
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [339abb66]:
    • micro-stacks@1.1.3
    • @micro-stacks/client@1.1.1

@micro-stacks/react@1.0.5

23 Sep 16:19
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [339abb66]:
    • micro-stacks@1.1.3
    • @micro-stacks/client@1.1.1

@micro-stacks/jotai@1.0.5

23 Sep 16:19
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [339abb66]:
    • micro-stacks@1.1.3
    • @micro-stacks/client@1.1.1
    • @micro-stacks/react@1.0.5

@micro-stacks/client@1.1.1

23 Sep 16:19
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [339abb66]:
    • micro-stacks@1.1.3

@micro-stacks/vue@1.0.4

06 Sep 14:49
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [22bd7401]:
    • @micro-stacks/client@1.1.0

@micro-stacks/svelte@1.0.4

06 Sep 14:49
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [22bd7401]:
    • @micro-stacks/client@1.1.0

@micro-stacks/solidjs@1.0.4

06 Sep 14:49
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [22bd7401]:
    • @micro-stacks/client@1.1.0

@micro-stacks/react@1.0.4

06 Sep 14:49
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [22bd7401]:
    • @micro-stacks/client@1.1.0

@micro-stacks/jotai@1.0.4

06 Sep 14:49
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [22bd7401]:
    • @micro-stacks/client@1.1.0
    • @micro-stacks/react@1.0.4

@micro-stacks/client@1.1.0

06 Sep 14:49
Compare
Choose a tag to compare

Minor Changes

  • #159 22bd7401 Thanks @aulneau! - This updates the way in which the network is used in the @micro-stacks/client package. Previously, the network value in the config would only set the value as long as there was no current session in the users application data. This would lead to unexpected states when folks would try to change the network globally, but some users would have their old network state persisted.

    Please note!!

    If you want to allow your users to change their network in-app, you must pass enableNetworkSwitching to your client config for micro-stacks.