Releases: roll-network/tryrolljs
Releases · roll-network/tryrolljs
@roll-network/design-system@3.0.6
Patch Changes
- #470
ec7a372
Thanks @diegonzs-roll! - Added new set of solid icons
@roll-network/design-system@3.0.5
Patch Changes
-
#466
21dac03
Thanks @diegonzs-roll! - Fix Modal and TokenSelectV2 component- add max height on TokenSelectV2
- add max width on TokenSelectV2
- use portal on Modal to prevent other elements to show on top of it
- center elements horizontally on Modal
- on mobile alway use lg size for Modal
@roll-network/design-system@3.0.4
Patch Changes
- #463
49bcff7
Thanks @diegonzs-roll! - Fix height on mobile for layout and header components
@roll-network/api-client@3.0.1
Patch Changes
- #468
91aaa51
Thanks @teimurjan! - Make redact error configurable
@roll-network/design-system@3.0.3
@roll-network/design-system@3.0.2
Patch Changes
- #457
703f955
Thanks @teimurjan! - Add safe area provider to TryrollProvider
@roll-network/design-system@3.0.1
Patch Changes
- #455
ab79fca
Thanks @diegonzs-roll! - Export AccountInfoDropdown component
@roll-network/design-system@3.0.0
Major Changes
-
#448
8f3b31c
Thanks @teimurjan! - Migrate from native-base to gluestack-uiBREAKING CHANGES:
- ButtonV2
- Change
isDisabled
todisabled
- Change
isLoading
toloading
- Change
- Spinner
- Size prop is updated to
size?: 'small' | 'large' | number
- Size prop is updated to
- Toast & ToastV2
- Toasts should now be called via
useToast
hook instead ofToast.show
- Toasts should now be called via
- Modal
- Size prop is updated to
size?: 'xs' | 'sm' | 'md' | 'lg' | 'full'
- Size prop is updated to
- useClipboard
- The hook return value is changed from
{ onCopy }
to{ copy, paste }
- The hook return value is changed from
- ButtonV2
@roll-network/design-system@2.11.0
Minor Changes
- #450
ef3c880
Thanks @diegonzs-roll! - - Added support to suffix components on Header and Sidebar- Depracated withConnectWallet prop on both Header and Sidebar
@roll-network/design-system@2.9.3
Patch Changes
- #447
2c7bb97
Thanks @diegonzs-roll! - Add support to search by symbol on TokenSelectV2 component