Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 16:40
· 96 commits to main since this release

⚠ BREAKING CHANGES

  • styles: - Folder theme move to utils
  • Folder breakpoint move to utils
  • Add barrel
  • components: add as property instead of variant in typography components
  • styles: change theme config structure for dark theme

🏠 Internal

  • add nextui dependency (84d204d)
  • custom args table in doc stories (4032538)
  • define common types and custom forwardRef (dca4a47)
  • define prefix styles (960f60d)
  • styles: change dark theme config (1ab28bd)
  • update default theme tokens (34209d1)

🚀 New Features

  • add storybook docs wrapper (112e3c4)
  • components: add button component (2bd77db)
  • components: add button group component (8f027ec)
  • components: add checkbox component (4608046)
  • components: add checkbox group component (88d8940)
  • components: add input component (5366dfb)
  • components: add input password component (2386282)
  • components: add mask input (4893c4d)
  • components: add radio and radio group component (f02db8c)
  • components: add select component (e55e92d)
  • components: add switch component (b270d54)
  • components: add textarea component (9dd566a)
  • components: integrate form control in components (f9a7a84)
  • components: shared hooks (4e1acfb)
  • hooks: add useEventListener hook (6dc25c3)
  • hooks: add useForm hook (6ce0497)
  • hooks: add useHotKey hook (c55ce51)
  • hooks: add useTheme hook (5f10d47)
  • utils: add sortByPriority collection util (9229a13)

🛠 Refactors

  • components: add barrel ui components (1051e41)
  • components: change variant property (593f911)
  • components: stories structure (17a1013)
  • hooks: stories structure (cb556a8)
  • styles: add utils folder (8f14262)