Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Trampoline-CX/cubes

πŸš€ Release v0.1.1

21 Sep 15:44
da77549

Choose a tag to compare

πŸ‘Ά New!

  • Add new imageSource and imageRatio props on Card

😎 Updated!

  • Remove Codesandbox and Expo Snacks from documentation as they don't work reliably, prefer using Playroom or installing on your own machine

πŸš€ Release v0.1.0

15 Sep 19:57
4e5661f

Choose a tag to compare

First non-alpha release!

πŸ‘Ά New!

  • Add a new Playroom to experiment and share simple prototypes crazy-fast! Thanks to the open-source Playroom project for this!
  • New Dark Theme (was already present but not really done)! You can now render light and dark themes at the same time in Storybook!
  • New useSampleData hook which can generate data to build prototypes with realistic data using faker.js.
  • Bunch of new Cubes:
    • Tooltip
    • Sheet
    • DrawerMenu
    • Slider
    • Collapsible
    • DatePicker
    • TimePicker
    • Carousel
    • Select

😎 Updated!

  • Update Storybook to 6.0.21 and tweak multiple things in it for better documentation. You can now experiment with a Cube's props directly in Storybook Documentation tab.
  • Readme is now a lot more relevant to the project.
  • Simpler Theme Management. Simplified color definitions to have less colors to define when creating a new theme.
  • Better management of dependencies (moved some dependencies to peer dependencies, still some improvements to make there).
  • Cube updates:
    • Card - Add onDismiss callback for Swipe-to-dismiss functionality
    • IconButton - Setting it to disabled will now update style accordingly
    • SkeletonAvatar & SkeletonIcon - New size prop reflecting possible sizes of Avatar and Icon
    • SkeletonHeading - Change size and padding to better fit a non-skeleton Heading
    • InlineError & Form Components - Add error icon to indicate error messages

πŸ”¨ Fixed!

  • Fix some components breaking prototypes on Android & iOS.

πŸš€ Release v0.0.2-alpha.9

07 Jul 20:04
ae09fd4

Choose a tag to compare

Add new Overlay Cubes such as SnackBar, Popover, Dialog, AlertDialog and ConfirmDialog.