Releases: daisyui/react-daisyui
Releases · daisyui/react-daisyui
react-daisyui v1.6.0
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
react-daisyui v1.5.1
Bug Fixes
- added disabled prop to dropdown toggle (7d2543c)
- readded lost commit from rebase (41edb8b)
react-daisyui v1.5.0
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
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
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
Bug Fixes
- removed automatically added storybook to tsconfig include (4cd6779)
react-daisyui v1.2.1
Bug Fixes
- type declaration path in dist (393e184)
react-daisyui v1.2.0
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.0.2
Bug Fixes
- omit size from checkbox input html attributes (b3147bd)
- omit size from htmlattributes of all inputs (41daea4)
- typo in componentsizes (8244d83)