Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 2.2.0 [skip ci]nn# [2.2.0](v2.1.1...v2.2.0) (2023-12-17)
### Bug Fixes * Fixed bug fixes, improved flexibility, added documentation, and other things preparing for release ([f18e2e6](f18e2e6)) * Fixed build issue ([5c9c809](5c9c809)) * Fixed existing components and some animation logic ([d775804](d775804)) * Fixed image component ([67168a8](67168a8)) * Fixed more build issues ([a05a24e](a05a24e)) * Fixed some bugs in the screen component ([606cd3a](606cd3a)) * renamed useStyledProps hook to useStyleProps, refactored state hooks and added functionality ([7d283b8](7d283b8)) * Updated `bg` shorthand property to `bgColor` ([ef90c97](ef90c97)) ### Features * Added a Grid component ([ff0c3b4](ff0c3b4)) * Added a Switch component ([c49e838](c49e838)) * Added built-in animations ([d39b8c1](d39b8c1)) * Added ButtonGroup component ([55c7e4a](55c7e4a)) * added Checked, Focused, and Invalid state and updated affected components ([cad1282](cad1282)) * Added IconButton component ([8b3177c](8b3177c)) * Added Progress component ([e83e4ef](e83e4ef)) * Added Skeleton components ([75ba092](75ba092)) * Added Textarea component ([9c39cf3](9c39cf3)) * Added transition components ([c8f4202](c8f4202)) * Added typesafety for component configs, added performance optimizations and memoization, fixes issues with the pressable component ([6352aef](6352aef)) * Added Video component ([5dad8f5](5dad8f5)) * **atoms:** added Moti to Pearl atoms ([fbb1341](fbb1341)) * **molecules:** added moti to Pearl molecules. Added types and refactors for easy undestanding ([1504977](1504977)) * **moti:** added moti to Box component and a moti-supported style props hook (WIP) ([7d00bed](7d00bed)) * **moti:** added moti to Box component and a moti-supported style props hook (WIP) ([9325e91](9325e91)) * **pressable:** added pressable state prop hook for dynamic styling ([043f6ec](043f6ec))
- Loading branch information