Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Latest commit

 

History

History
171 lines (88 loc) · 7.76 KB

CHANGELOG.md

File metadata and controls

171 lines (88 loc) · 7.76 KB

2.0.1 (2022-11-23)

Bug Fixes

  • reorder package.json attributes (c1512b6)

2.0.0 (2022-11-09)

Bug Fixes

  • update framer-motion peer dep to match (23256b9)

  • update react peer dep version (b24d3c9)

  • upgrades as per semver (575e000)

  • Don't export InputProps from PhoneInput (df4dac3)

  • Rename Alert component to Notice (ed7448a)

  • Export everything from Chakra UI (67f1e41)

Features

  • Export a ThemeProvider (3d0a485)
  • replace Chakra icons with Lucide (5235e51)

Performance Improvements

  • bring back prettier as a dev dep for non lint scripts (aade9f4)
  • Remove @chakra-ui/icons (9aca316)
  • remove redundant Prettier config (f516984)
  • upgrade chakra + storybook integration (2ed9c39)
  • Upgrade Chakra to v2+ (fa212ae)
  • upgrade to React 18.2 (6422738)

BREAKING CHANGES

  • Conflicts with Chakra direct inputs
  • Conflicted with direct Chakra exports
  • We're moving Chakra to a direct dependency
  • only compatible with React 18
  • preparing for adoption of lucide.dev
  • Force adoption of new major version as React 18 may have unintended side-effects

1.6.0 (2022-10-26)

Bug Fixes

  • Add ReferralStatusTag stories (f59c353)

Features

  • Add Alert component (bccf350)
  • Add Footer component (8140bd3)
  • Add FormDrawer component (80309e2)
  • Add ReferralStatusTag component (f7438c4)
  • Add ToastNotification component (0ff7b6c)

Performance Improvements

1.5.0 (2022-10-18)

Bug Fixes

  • regen lockfile without private registry tarball addresses (04b80a7)
  • test PhoneInput component (0629124)

Features

  • Add optional showPlaceholderExampleNumber prop (46afefd)

1.4.3 (2022-10-18)

Bug Fixes

  • Minor and Patch version upgrades (9bc152d)

Performance Improvements

  • No more shameful hoisting! (20d63f3)

1.4.2 (2022-10-18)

Bug Fixes

  • Add react-icons as a dependency (4f63540)
  • Add ConfirmationModal updates (27f30b1)

1.4.1 (2022-10-17)

Bug Fixes

  • Don't embed Table in row either, update stories (5294b09)
  • Don't render skeleton rows in their own Table component (330dd56)
  • Linting (d452985)

1.4.0 (2022-10-11)

Bug Fixes

Features

  • add table skeleton loading components (2b016f7)

1.3.1 (2022-10-10)

Bug Fixes

  • export overlay components (b9289e1)

1.3.0 (2022-09-09)

Features

  • pencil: Add FullscreenLoading component (2d91e35)

1.2.0 (2022-04-21)

Bug Fixes

  • pencil: Authenticate gh-pages so Storybook can be deployed (fe6577f)
  • pencil: Set package's homepage to github instead of storybook (de3bd64)
  • pencil: Update legal entity in LICENSE (1ce0579)
  • pencil: Update typo in README (75ccb0f)

Features

  • pencil: Add ConfirmationModal component (e642710)

1.1.0 (2022-04-13)

Bug Fixes

  • pencil: Fix typos in README and add some more information (56f3bc5)

Features

  • pencil: Add first version of README (ac9fc8e)

1.0.0 (2022-04-13)

Bug Fixes

  • install non-default semantic release plugins (8b7454b)