Skip to content

Latest commit

 

History

History
129 lines (76 loc) · 8.61 KB

CHANGELOG.md

File metadata and controls

129 lines (76 loc) · 8.61 KB

2.3.4 (2024-01-03)

Bug Fixes

  • Fixed AppEntry.js issue during build (aa94f13)

2.3.3 (2024-01-03)

Bug Fixes

  • Removed peer dependencies (b791208)

2.3.2 (2024-01-03)

Bug Fixes

  • Updated peer dependencies (5e49f1f)

2.3.1 (2024-01-02)

Bug Fixes

  • Fixed black flashing issue in the ghost variant of icon buttons (6337c68)
  • Fixed web support issues for Checkbox (cefef5a)

2.3.0 (2024-01-01)

Bug Fixes

  • Fixed black flashing issue in ghost variant of Button (ee69f23)
  • Fixed black flashing issue in ghost variant of Button (6d96a90)

Features

  • Added a PinInput component (a9c2fe9)
  • Added a PinInput component (b589f3b)
  • Added Accordion Component, fixed Collapse component height issue (1a29044)
  • Added Accordion Component, fixed Collapse component height issue (592a501)
  • Added Alert component, fixed the type issues for atoms (3adcfb0)
  • Added Alert component, fixed the type issues for atoms (bb211e7)
  • Added hover state based styling (479d3ef)
  • Added hover state based styling (a850c91)
  • Added List component (832f197)
  • Added List component (e4fcaee)
  • Added Web support (0fc1416)
  • Added Web support (8485a78)

2.2.6 (2023-12-18)

Bug Fixes

  • Fixed attached badge positioning for web, updated Expo snacks (6a4b846)

2.2.5 (2023-12-18)

Bug Fixes

  • Fixed animateable Box for web (7c532eb)

2.2.4 (2023-12-18)

Bug Fixes

  • Fixed layout issue in the Badge component (36d69f6)

2.2.3 (2023-12-18)

Bug Fixes

2.2.2 (2023-12-17)

Bug Fixes

  • Fixed type export issue and broken expo snacks in the docs (9ee0b02)

2.2.1 (2023-12-17)

Performance Improvements

  • Dummy commit to trigger major release version bump (3167f80)

2.2.0 (2023-12-17)

Bug Fixes

  • Fixed bug fixes, improved flexibility, added documentation, and other things preparing for release (f18e2e6)
  • Fixed build issue (5c9c809)
  • Fixed existing components and some animation logic (d775804)
  • Fixed image component (67168a8)
  • Fixed more build issues (a05a24e)
  • Fixed some bugs in the screen component (606cd3a)
  • renamed useStyledProps hook to useStyleProps, refactored state hooks and added functionality (7d283b8)
  • Updated bg shorthand property to bgColor (ef90c97)

Features

  • Added a Grid component (ff0c3b4)
  • Added a Switch component (c49e838)
  • Added built-in animations (d39b8c1)
  • Added ButtonGroup component (55c7e4a)
  • added Checked, Focused, and Invalid state and updated affected components (cad1282)
  • Added IconButton component (8b3177c)
  • Added Progress component (e83e4ef)
  • Added Skeleton components (75ba092)
  • Added Textarea component (9c39cf3)
  • Added transition components (c8f4202)
  • Added typesafety for component configs, added performance optimizations and memoization, fixes issues with the pressable component (6352aef)
  • Added Video component (5dad8f5)
  • atoms: added Moti to Pearl atoms (fbb1341)
  • molecules: added moti to Pearl molecules. Added types and refactors for easy undestanding (1504977)
  • moti: added moti to Box component and a moti-supported style props hook (WIP) (7d00bed)
  • moti: added moti to Box component and a moti-supported style props hook (WIP) (9325e91)
  • pressable: added pressable state prop hook for dynamic styling (043f6ec)