2.4.7 (2022-12-03)
- added new colors for data inputs from daisyui 2.35 (#259) (d54bc32)
- updated vite and storybook (#261) (8971c9c)
2.4.6 (2022-11-01)
2.4.5 (2022-10-31)
2.4.4 (2022-10-19)
2.4.3 (2022-10-10)
- 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)
2.4.2 (2022-09-19)
- Checkbox: remove checked and defaultChecked props (#216) (c8e5b2f)
- Collapse: checkbox not closing on ios while focusable tabindex (#217) (3fa2329)
2.4.1 (2022-09-11)
- 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)
2.4.0 (2022-09-04)
- Form: Using as root element instead of
2.3.2 (2022-08-20)
2.3.1 (2022-08-16)
2.3.0 (2022-08-16)
2.2.0 (2022-08-05)
2.1.0 (2022-07-19)
- added ability to set an initial value for the useTheme hook (#174) (6b88b49)
- allow SVGs in Avatar #146 (#164) (8ba2767)
- collapse now allows onOpen, onClose, and onToggle props (#165) (c9deedf)
- changed installs badge to total, and added link to npm (#176) (9332d05)
- Drawer: made checkbox readonly to address warning (#169) (5a22ad0)
- prevent bundling story type definitions #131 (#163) (f44da69)
- refactor alert to allow customization #173 (#175) (9f990b7)
2.0.6 (2022-07-07)
2.0.5 (2022-06-30)
2.0.4 (2022-06-23)
- ButtonGroup: added vertical prop (#135) (fdc05e2)
- Drawer: add onClickOverlay and add storybook of drawer (#125) (6a266bf)
- update daisyui to 2.17.0 (#134) (682a2ed)
2.0.3 (2022-06-10)
2.0.2 (2022-05-17)
2.0.1 (2022-04-25)
- Input: removed hardcoded "text" in type prop (#102) (7e6b53b)
- re-added esm output from microbundle (#106) (1bcd5a0)
2.0.0 (2022-04-18)
- Carousel: refactored fullWidth prop to width type
- Modal: removed all props in favor of passing in subcomponents
- added margins to storys to prevent overflow from preview container (#88) (ac11a6d)
- Carousel: customizable button renderprops and added stories (#90) (506cbe5)
- Checkbox: added indeterminate state (#93) (6added7)
- Countdown: added stories (0d06591)
- Modal: refactored modal for better customization (#85) (a24406c)
- Progress: added stories (#94) (81fc70e)
- Radial Progress: added size and thickness props and stories (#92) (7928e56)
- ran prettier (#95) (f46ac7d)
- restyled preview to match daisyui and provide source code (#87) (6a69ef4)
- Table: added footer and stories (#91) (822eea9)
- Theme: added theme context stories (#96) (52fdbd7)
- Tooltip: added stories (#89) (edad1ca)
- updated daisyui to v 2.14.0 (f5f385a)
1.7.6 (2022-04-06)
1.7.5 (2022-04-05)
- removed polymorphic typing from types.ts (0000986)
1.7.4 (2022-04-05)
1.7.3 (2022-04-03)
- changed node auth token to npm token (b140349)
- jsx runtime (#75) (795ecdb)
- move registry auth from npmrc to release config (#76) (761aadb)
- Button: remove button anchor polymorphism (#72) (0e0edd3)
- Carousel: added controls for alternative display modes (#74) (d2d254a)
1.7.2 (2022-03-21)
- added storybook to tailwind content and cleaned up imports (77f213e)
- added aria labels (#68) (63dc716)
- complete rewrite of button component (#66) (7751360)
- use alias imports for types (#70) (0868ea2)
1.7.1 (2022-03-18)
1.7.0 (2022-03-18)
1.6.1 (2022-03-18)
- fixed buttonprops type name (9ea2f21)
1.6.0 (2022-03-18)
- added href to anchor props so the link actually works :) (e49adf0)
- added landing page matching daisyui.com (d21ce24)
- button typing for button/anchors, fixed styling of buttons with certain variants (0af0ed2)
1.5.1 (2022-03-16)
1.5.0 (2022-03-16)
- 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)
- added responsive option to badge (72e093f)
- hide start icon when loading (#45) (af14f31)
- removed unused import legacyref (dbfdfb3)
1.4.0 (2022-03-16)
- persistent storybook global theme (b43200e)
- lowercase letter in constant (5949be7)
1.3.0 (2022-03-15)
- added backdrop click ability to cancel modal (5bcb227)
- added contextprovider for theme and useTheme hook (374dc10)
- added startIcon and endIcon props (#34) (75a17d1)
- added missing datatheme to components (c5d8ad0)
- made input border offset optional (#38) (e67ae52)
- ran prettier (#39) (b6eed6a)
- removed themecontexttest story (ec3c03e)
- rename prop (f0d5652)
1.2.2 (2022-03-14)
- removed automatically added storybook to tsconfig include (4cd6779)
1.2.1 (2022-03-14)
- type declaration path in dist (393e184)
1.2.0 (2022-03-14)
- added badge stories (2271a12)
- added card image (4b73b75)
- added menu title (15d64f4)
- avatar stories added (#28) (2b31df0)
- 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)
1.1.0 (2022-03-12)
- added collapse stories (4c154c4)
- added Label (778fe1d)
- added Label (5f82164)
- added radio stories (b0e3ac7)
- added range stories (616b8c6)
- added stack stories (2776591)
- added swap stories (6150c20)
- added toggle stories (c1c1459)
1.0.2 (2022-03-12)
- omit size from checkbox input html attributes (b3147bd)
- omit size from htmlattributes of all inputs (41daea4)
- typo in componentsizes (8244d83)
1.0.1 (2022-03-12)
- added border by default to textarea story for visbility (2a47d83)
- removed unneeded styles import in index (6e6156c)
- added card (2363da7)
- added collapse (c6ecd97)
- added data input components (#6) (7fa3e10)
- added drawer (#11) (e6cfacb)
- added dropdown and menu (da5d67f)
- added footer (5a51e96)
- added indicator (ad879ad)
- added inputgroup (f687eec)
- added kbd (a56bdc7)
- added mask (3b4a9ac)
- added pagination (#14) (bffcddc)
- added radial progress (327cbb1)
- added rating (ddc54eb)
- added release please bot (a5bddd9)
- added stack (ee98b3a)
- added stats (3e81ace)
- added steps (c3c290b)
- added swap (eb0bf5e)
- added table (717e43d)
- hero (272b02e)
- added daisyui and tailwind to peer deps (2bf5a9e)
- broken button import in card story (3da633f)
- changed daisy to daisyui in readme (bedaa99)
- changed master to main in release.yml (1c4a694)
- changed npm version script (ad3fd75)
- corrected npm install instructions to reflect new package name (44bbab7)
- fixed generate command in readme (4cbf5f7)
- fixed readme shields (57f3d63)
- fixed typo in readme (0fc67b7)
- misspelled kbd in readme link (9ca3338)
- moved size and variant prop from tabs up to tab container (86f5354)
- omit onchange from select to use custom generic version (#9) (da2c3af)
- readme (4ee1601)
- rebase (a6d60ac)
- removed circular deps in component imports (#5) (e272355)
- specified text color in layout to make sure title is legible (7042339)
- stopped tailwind 3 jit from not creating styles for unused daisyui classes (#4) (bd6198e)
- udpated link to new repo name in readme (987cc4c)
- updated collapse story and fixed bug in open close condition (426acca)
- updated dist script for jsx runtime (cc5a7ba)
- used omit in toggle color prop (ce64028)
- added collapse card and swap to readme and exports (71ec256)
- added github actions (5527ea2)
- added LICENSE (746c5d3)
- added link to official daisy examples in readme under contributions (069a901)
- added links to components in readme (ef1620e)
- changed name to react-daisy-ui due to name taken on npm already (08d06aa)
- changed names to reflect daisyui as owner of repo (191b48c)
- cleaned up typing (#9) (9c3254e)
- cleanedup drawer story (#15) (1337021)
- combined status into color type (f5c6df4)
- export all components from barrel files (eb2c740)
- exported new components and updated readme (8d2f203)
- exported rating from index and added to readme (c94f8e0)
- forwarding refs into all components (#6) (d36d2b1)
- installed tailwind-merge to replace clsx (ae93357)
- moved daisyui and clsx to dev deps (c489435)
- organize stories by component category (ea6f719)
- put components todo into summarys to shortedn readme (6402841)
- ran docs and dist (70209b2)
- ran format (#7) (60775f9)
- ran npm docs (708be49)
- rebuilt storybok (c6c7fa4)
- Refactor generators (975063a)
- refactored button as forwardref (#5) (425ec22)
- Removed className and children props (a10b701)
- replaced clsx with twmerge (#8) (943c462)
- restored readme header (c239ff5)
- separated collapse into title and content components (2a8f1db)
- updated readme (e55ab31)
- updated readme (91e7032)
- updated readme (7edea24)
- updated readme (fa3e4e2)
- updated readme (75e614b)
- updated readme with generator instructions (ea8f936)
- updated storybook theme to match daisyui dark theme (e700625)
- updated wip readme (e4780d2)
- versioned up (2823b6b)