Releases: Trampoline-CX/cubes
Releases Β· Trampoline-CX/cubes
π Release v0.1.1
πΆ New!
- Add new
imageSourceandimageRatioprops onCard
π 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
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
useSampleDatahook 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.21and 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
onDismisscallback for Swipe-to-dismiss functionality - IconButton - Setting it to
disabledwill now update style accordingly - SkeletonAvatar & SkeletonIcon - New
sizeprop reflecting possible sizes ofAvatarandIcon - SkeletonHeading - Change size and padding to better fit a non-skeleton
Heading - InlineError & Form Components - Add error icon to indicate error messages
- Card - Add
π¨ Fixed!
- Fix some components breaking prototypes on Android & iOS.
π Release v0.0.2-alpha.9
Add new Overlay Cubes such as SnackBar, Popover, Dialog, AlertDialog and ConfirmDialog.