Skip to content

Releases: daisyui/react-daisyui

v3.0.0

30 Dec 04:44
aa90909
Compare
Choose a tag to compare

3.0.0 (2022-12-30)

⚠ BREAKING CHANGES

  • select refactor

Bug Fixes

v2.5.0

12 Dec 17:41
95277df
Compare
Choose a tag to compare

2.5.0 (2022-12-12)

Features

Bug Fixes

v2.4.7

03 Dec 21:59
3444239
Compare
Choose a tag to compare

2.4.7 (2022-12-03)

Miscellaneous

  • added new colors for data inputs from daisyui 2.35 (#259) (d54bc32)
  • updated vite and storybook (#261) (8971c9c)

v2.4.6

02 Nov 01:23
abe07d5
Compare
Choose a tag to compare

2.4.6 (2022-11-01)

Bug Fixes

  • types getting generated inside dist/src instead of dist (#247) (403a805)

v2.4.5

31 Oct 21:10
fe1d14d
Compare
Choose a tag to compare

2.4.5 (2022-10-31)

Bug Fixes

  • Tooltip: positions string interpolation broken (#235) (e2e6b10)

Miscellaneous

v2.4.4

21 Oct 13:05
256b11f
Compare
Choose a tag to compare

2.4.4 (2022-10-19)

Bug Fixes

  • children mapping keys in Carousel, CodeMockup and Range (#231) (50b25e6)

Miscellaneous

  • Select: uncontrolled select component (#238) (e637705)

v2.4.3

10 Oct 22:25
76e052a
Compare
Choose a tag to compare

2.4.3 (2022-10-10)

Bug Fixes

  • handle Tabs state externally (#226) (e0eb9c0)
  • Link ( tag) is vulnerable when use target="_blank" (#228) (40cf7a0)
  • Rating: rebuild component to a controlled React component (#222) (2708419)
  • Select: fix component warning and update examples (#224) (84d78cc)

v2.4.2

23 Sep 13:44
3d4f6dd
Compare
Choose a tag to compare

2.4.2 (2022-09-19)

Bug Fixes

  • Checkbox: remove checked and defaultChecked props (#216) (c8e5b2f)
  • Collapse: checkbox not closing on ios while focusable tabindex (#217) (3fa2329)

v2.4.1

11 Sep 03:39
4d4dcee
Compare
Choose a tag to compare

2.4.1 (2022-09-11)

Bug Fixes

  • Dropdown: the Dropdown didn't handle its custom className from its props properly (#210) (f177e18)
  • Table: not passing the 'key' prop to children of lists (#208) (60910e8)

v2.4.0

05 Sep 23:30
f75d325
Compare
Choose a tag to compare

2.4.0 (2022-09-04)

Features

  • AvatarGroup: add optional space prop (#202) (f1814fd)

Bug Fixes

  • Form: Using as root element instead of
    element (#205) (b382f4d)