Skip to content

Releases: daisyui/react-daisyui

react-daisyui v1.6.0

18 Mar 02:07
e523442
Compare
Choose a tag to compare

Features

  • added href to anchor props so the link actually works :) (e49adf0)
  • added landing page matching daisyui.com (d21ce24)

Bug Fixes

  • button typing for button/anchors, fixed styling of buttons with certain variants (0af0ed2)

Miscellaneous

  • added shields and link to discord (3796cc0)
  • fixed menu ref (605174b)

react-daisyui v1.5.1

16 Mar 18:03
8aeaeeb
Compare
Choose a tag to compare

Bug Fixes

  • added disabled prop to dropdown toggle (7d2543c)
  • readded lost commit from rebase (41edb8b)

react-daisyui v1.5.0

16 Mar 17:52
1bcb43f
Compare
Choose a tag to compare

Features

  • Dropdown: support disabled DropdownToggle (#47) (1d00816)

Bug Fixes

  • added disabled prop onto button to prevent click event from firing (f3046d0)
  • added missing href prop from a tag in Button and wrote unit test (46455e6)
  • installed ts-jest and updated configs to fix jest tests (#43) (7203a25)

Miscellaneous

  • added responsive option to badge (72e093f)
  • hide start icon when loading (#45) (af14f31)
  • removed unused import legacyref (dbfdfb3)

react-daisyui v1.4.0

16 Mar 05:03
0ea0575
Compare
Choose a tag to compare

Features

  • persistent storybook global theme (b43200e)

Bug Fixes

  • lowercase letter in constant (5949be7)

Miscellaneous

  • fixed missing forwardRefs, cleaned up story controls (#41) (3727aeb)
  • removed console logs (20a6157)

react-daisyui v1.3.0

15 Mar 16:15
9d62d2a
Compare
Choose a tag to compare

Features

  • added backdrop click ability to cancel modal (5bcb227)
  • added contextprovider for theme and useTheme hook (374dc10)
  • added startIcon and endIcon props (#34) (75a17d1)

Bug Fixes

  • do not build docs with storybook manager cache (0b6489e)
  • reverted types path (1741d65)

Miscellaneous

react-daisyui v1.2.2

14 Mar 17:35
0688402
Compare
Choose a tag to compare

Bug Fixes

  • removed automatically added storybook to tsconfig include (4cd6779)

react-daisyui v1.2.1

14 Mar 17:18
e77a2fb
Compare
Choose a tag to compare

Bug Fixes

  • type declaration path in dist (393e184)

react-daisyui v1.2.0

14 Mar 16:58
02fb3fc
Compare
Choose a tag to compare

Features

Bug Fixes

  • add cname to docs automatically (37c01a0)
  • added cname to docs manualy (86d5a35)
  • changed text color of theme select to improve readability (e7f31e7)
  • export types from components (8002b8e)
  • manually ran docs because storybook never updated after release (1379483)
  • removed duplicate label component (437cfe6)

react-daisyui v1.1.0

12 Mar 07:03
d6b0334
Compare
Choose a tag to compare

Features

Miscellaneous

react-daisyui v1.0.2

12 Mar 05:28
2c9a89e
Compare
Choose a tag to compare

Bug Fixes

  • omit size from checkbox input html attributes (b3147bd)
  • omit size from htmlattributes of all inputs (41daea4)
  • typo in componentsizes (8244d83)