Releases: ultrasonicdevs/simplify-dev
Releases · ultrasonicdevs/simplify-dev
2.0.12-alpha
Additions:
- File Uploader;
Chandes:
TabListProvider prop defaultIndex
renamed to defaultSelectedId
1.0.0-beta
Additions:
UI:
- TabList component
- TabListProvider
- TabListContent
Example of usage
Hooks:
- useListItemFocus
Example of usage
Changes:
- Optimizing build size
- Next.js server components support
We refuse from idea with one file bundle, and divide package for 4 parts: simplify-dev
- includes all ui components that can be used in next.js server componentssimplify-dev/client-ui
- includes ui components that use some hooks inside.simplify-dev/hooks
- includes all hookssimplify-dev/utils
- includes cn function and tailwind css plugin and preset
0.2.4-a
2.0.4-alpha
Additions:
- FileUploader component
- Tailwindcss plugin classes
- export useToggle
Refactoring:
- Reconfig storybook & library structure
- Move client-ui components to root
- Tailwindcss plugin component colors
- Only ref Checkbox
Deletions:
- Polymorph component export
0.0.1 alpha
Additions:
Created simple UI components and basic hooks
UI Components:
- Typography
- Box
- Button
- Input
- Checkbox
- Toggle
Hooks:
- useDebounce
- useFocus
- useForwardRef
- useValidate
- useWidth
Full Changelog: https://github.com/ultrasonicdevs/samplify-dev/commits/0.0.1-a