Skip to content

Releases: roll-network/tryrolljs

@roll-network/design-system@3.0.6

31 Aug 14:05
f7ee9fd
Compare
Choose a tag to compare

Patch Changes

@roll-network/design-system@3.0.5

31 Aug 13:35
df806b7
Compare
Choose a tag to compare

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

31 Aug 10:45
e646c1d
Compare
Choose a tag to compare

Patch Changes

@roll-network/api-client@3.0.1

31 Aug 15:28
c14f3fb
Compare
Choose a tag to compare

Patch Changes

@roll-network/design-system@3.0.3

29 Aug 15:33
9663779
Compare
Choose a tag to compare

Patch Changes

@roll-network/design-system@3.0.2

28 Aug 14:06
4a10b5b
Compare
Choose a tag to compare

Patch Changes

@roll-network/design-system@3.0.1

28 Aug 13:33
3c4970f
Compare
Choose a tag to compare

Patch Changes

@roll-network/design-system@3.0.0

25 Aug 09:02
3f82bc2
Compare
Choose a tag to compare

Major Changes

  • #448 8f3b31c Thanks @teimurjan! - Migrate from native-base to gluestack-ui

    BREAKING CHANGES:

    • ButtonV2
      • Change isDisabled to disabled
      • Change isLoading to loading
    • Spinner
      • Size prop is updated to size?: 'small' | 'large' | number
    • Toast & ToastV2
      • Toasts should now be called via useToast hook instead of Toast.show
    • Modal
      • Size prop is updated to size?: 'xs' | 'sm' | 'md' | 'lg' | 'full'
    • useClipboard
      • The hook return value is changed from { onCopy } to { copy, paste }

@roll-network/design-system@2.11.0

24 Aug 20:29
0730eac
Compare
Choose a tag to compare

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

21 Aug 16:55
9edbf85
Compare
Choose a tag to compare

Patch Changes