-
Major Release: Refactor from Atomic Design to Component-Driven Architecture
This release introduces a full overhaul of the component library with the following breaking and structural changes:
- Architecture: Transitioned from Atomic Design methodology to a more flexible, component-driven building block structure.
- New Components: Added multiple fully tested and reusable UI components.
- Barrel Exports: Introduced barrel file exports for easier and cleaner imports.
- Autodocs: Enabled automatic documentation using
react-docgenand JSDoc — now fully integrated into Storybook. - Testing: All core components are now covered with unit tests.
Breaking Change: Imports and component structure may have changed. Please refer to the updated documentation and Storybook for migration help.
- 4720fa1: removed scss-loader from dep to dev-dep
- fixed esm
- changed chakrui system with tailwind
- fixed Treeshaking
- 4734d7b: new component added and styling fixed
- checking Changeset