5.0.5 (2024-09-18)
- Table: more flexible Table.Head/Footer with [noCell] prop for better pinCols support (#463) (0317ed3)
5.0.4 (2024-08-28)
- Modal: added ariaHidden to Modal component Props. (#456) (9e5064d)
- Modal: fixed Props type to use DialogHTMLAttributes (#459) (275e2e9)
5.0.3 (2024-07-26)
- Carousel: added snap start utility (50a5add)
- Tab: added bg and border colors (full support WIP) (1cd081e)
- upgraded daisyui version to 4.12.10 (602bf54)
5.0.2 (2024-07-26)
5.0.1 (2024-01-01)
5.0.0 (2023-11-28)
- removes InputGroup and ButtonGroup components and changes tabs API
- Diff: Add Diff Component (#430) (858cd96)
- exported new components (28f2fc4)
- Skeleton: Add skeleton component (#429) (d7af59e)
- support daisyUI V4 (#428) (a835ccf)
- Timeline: add timeline component (#431) (0a7d560)
- removed unused dependency (63a042d)
4.1.2 (2023-10-05)
- Swap: prevent onclick from firing twice by moving from label to inner input (6478b1b)
4.1.1 (2023-09-15)
4.1.0 (2023-08-21)
4.0.4 (2023-08-04)
4.0.3 (2023-08-01)
4.0.2 (2023-07-31)
- Join: exported join component (095425b)
4.0.1 (2023-07-28)
- Button: starticon prevented loading animation from rendering (ecb4add)
- Stats: removed incorrect import on examples (#339) (c0cc690)
- Avatar: Add innerClassName prop. (#380) (5de58d3)
- DropdownItem: make wrapping of children with anchor tag optional (#386) (1c4aa85)
- Indicator: Add item component. (#379) (7442f11)
- manually updated version number (fba1e1b)
- upgraded release workflow deps (805db03)
- upgraded storybook to 7.1.1 (f4aaf49)
4.0.0 (2023-06-27)
- Join: replaces buttongroup and inputgroup
- Accordion: Add Accordion Component (#364) (8ed7768)
- Alert: Support V3 (#370) (20b6939)
- Badge: Add badge of neutral color (#367) (b102f07)
- Button: Glass button & Neutral color button (#362) (2e7e0c4)
- Divider: responsive prop (#375) (fd2f903)
- Drawer: support daisyUI 3. (#371) (0c2a73d)
- Join: Add Join Component (#363) (3cf91f9)
- Loading: Add a new component Loading and fix an issue with loading on component Button after upgrade to daisyui version 3 (#358) (65550d9)
- Menu: support daisyUI 3. (#372) (60549d3)
- Modal: using dialog element (#359) (e5161fd)
- Navbar: support daisyUI 3. (#374) (bd346a2)
- Pagination: Switch to Join Component (#368) (28737c3)
- Table: support daisyUI 3. (#373) (2ed2b02)
- Artboard: changed default value of demo prop (#376) (93ba905)
- image source for various components in Storybook (#355) (b149d80)
- added .nojekyll file to public folder (440e79d)
- BottomNavigation: add Item component (#377) (359c8ed)
- removed unused storybook dependencies (ec25ef2)
- updated vite config (45f835e)
- upgraded storybook to 7.0.4 (88eb6ea)
3.1.2 (2023-04-06)
- circular dependency in ChatBubbleAvatar (#330) (4cf1cd5)
- create .nojekyll file when generating docs (8c4c180)
- Kbd: incorrect size class name (#332) (9473525)
- Navbar: fixed examples Dropdown props (#334) (a773f88)
3.1.1 (2023-04-04)
- reverted minimum react version (650aa4c)
3.1.0 (2023-04-04)
- removed safelist (3315d22)
- Alert: hardcoded statuses (#311) (f3bdaf8)
- Artboard: hardcoded sizes (#320) (57b2b41)
- Avatar: hardcoded colors (9fbf01a)
- Badge: hardcoded classes (#312) (5b83d73)
- BottomNavigation: hardcoded sizes (f1d8a2c)
- bump node version used in release action (23c4911)
- Button: hardcoded classnames (#309) (c8d8aa1)
- Carousel: hardcoded snap classes (#313) (4c20ea6)
- ChatBubble: hardcoded colors (d0724ef)
- Collapse: hardcoded icon classes (#314) (2b3a2a7)
- Dropdown: hardcoded classes (#310) (ac9273e)
- Indicator: hardcoded positions (2c3e4f4)
- InputGroup: hardcoded sizes (eb614b2)
- Input: hardcoded classes for all input components (c91ab4c)
- Kbd: hardcoded sizes (#315) (f601e21)
- Link: hardcoded colors (a564735)
- Mask: hardcoded variants (bf4244d)
- Mockup: hardcoded classes for mockup components (3575ed4)
- Navbar: hardcoded section classes (bd72d25)
- Progress: hardcoded colors (93c4eec)
- RadialProgress: hardcoded colors (#316) (7028dee)
- States: hardcoded item variants (#319) (27d6c44)
- Step: hardcoded colors (74000f9)
- Tabs: hardcoded variants and sizes (8ee11b7)
- Tooltip: hardcoded colors (f2fa5ec)
- Avatar: removed square brackets from classnames (9a2f5cd)
- Divider: added horizontal prop (536c6b8)
- Progress: removed square brackets from classnames (4247e83)
- Steps: removed square brackets from classnames (7bd23dd)
- update daisyui version (#318) (a12f521)
- updated github action workflows (#317) (844e42d)
- upgrade dependencies (#321) (688c72e)
3.0.3 (2023-02-21)
3.0.2 (2022-12-31)
3.0.1 (2022-12-30)
- Select: removed leftover generic on props type (ab1d997)
3.0.0 (2022-12-30)
- select refactor
2.5.0 (2022-12-12)
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)