Skip to content

Releases: joel3112/react-jopau

v0.18.1

05 Jan 00:43
Compare
Choose a tag to compare

🐛 Bug Fixes

  • move shared utils to utils package (e764c22)

v0.18.0

04 Jan 19:20
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

    • Exports esm and cjs
  • Change import modules

🛠 Refactors

  • change modules and exports esm and cjs (300fe94)

v0.17.1

02 Jan 11:03
Compare
Choose a tag to compare

🐛 Bug Fixes

v0.17.0

02 Jan 07:23
Compare
Choose a tag to compare

🚀 New Features

v0.16.0

30 Dec 17:57
Compare
Choose a tag to compare

🐛 Bug Fixes

🚀 New Features

v0.15.0

30 Dec 16:40
Compare
Choose a tag to compare

⚠ 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)

v0.14.0

18 Nov 22:07
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • change theme config structure

🏠 Internal

  • storybook update global styles (be920a0)

🚀 New Features

  • components: add heading component (2436c4c)
  • components: add text component (d619c63)

v0.13.1

13 Nov 08:07
Compare
Choose a tag to compare

🏠 Internal

  • components: change location contexts (a6b0cac)
  • create scripts components (e7095aa)
  • hooks: create root barrel (7291824)
  • hooks: rename kebab case (3ffc83f)
  • update script create context (ceb322f)

v0.13.0

12 Nov 06:36
Compare
Choose a tag to compare

🏠 Internal

🚀 New Features

v0.12.0

11 Nov 00:45
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • components: move theme provider from styles to components

🚀 New Features

  • components: theme provider to components contexts (14ada4b)

🛠 Refactors

  • components: restructure folders (63ab37d)
  • components: separate context providers (276dc58)
  • styles: restructure folders (63687a5)

🐛 Bug Fixes

  • storybook about cards link (0c0759f)