Releases: fungible-systems/micro-stacks
Releases · fungible-systems/micro-stacks
@micro-stacks/solidjs@1.0.5
Patch Changes
- Updated dependencies [
339abb66
]:- micro-stacks@1.1.3
- @micro-stacks/client@1.1.1
@micro-stacks/react@1.0.5
Patch Changes
- Updated dependencies [
339abb66
]:- micro-stacks@1.1.3
- @micro-stacks/client@1.1.1
@micro-stacks/jotai@1.0.5
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
Patch Changes
- Updated dependencies [
339abb66
]:- micro-stacks@1.1.3
@micro-stacks/vue@1.0.4
Patch Changes
- Updated dependencies [
22bd7401
]:- @micro-stacks/client@1.1.0
@micro-stacks/svelte@1.0.4
Patch Changes
- Updated dependencies [
22bd7401
]:- @micro-stacks/client@1.1.0
@micro-stacks/solidjs@1.0.4
Patch Changes
- Updated dependencies [
22bd7401
]:- @micro-stacks/client@1.1.0
@micro-stacks/react@1.0.4
Patch Changes
- Updated dependencies [
22bd7401
]:- @micro-stacks/client@1.1.0
@micro-stacks/jotai@1.0.4
Patch Changes
- Updated dependencies [
22bd7401
]:- @micro-stacks/client@1.1.0
- @micro-stacks/react@1.0.4
@micro-stacks/client@1.1.0
Minor Changes
-
#159
22bd7401
Thanks @aulneau! - This updates the way in which the network is used in the@micro-stacks/client
package. Previously, thenetwork
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.