Skip to content

Latest commit

 

History

History
844 lines (480 loc) · 59.8 KB

CHANGELOG.md

File metadata and controls

844 lines (480 loc) · 59.8 KB

Changelog

5.0.5 (2024-09-18)

Miscellaneous

  • Table: more flexible Table.Head/Footer with [noCell] prop for better pinCols support (#463) (0317ed3)

5.0.4 (2024-08-28)

Miscellaneous

  • Modal: added ariaHidden to Modal component Props. (#456) (9e5064d)
  • Modal: fixed Props type to use DialogHTMLAttributes (#459) (275e2e9)

5.0.3 (2024-07-26)

Miscellaneous

  • 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)

Bug Fixes

  • Range: made ticksStep optional (d054b29)
  • Stats: fixed stats tests (a010e43)

5.0.1 (2024-01-01)

Bug Fixes

Miscellaneous

5.0.0 (2023-11-28)

⚠ BREAKING CHANGES

  • removes InputGroup and ButtonGroup components and changes tabs API

Features

Bug Fixes

Miscellaneous

  • removed unused dependency (63a042d)

4.1.2 (2023-10-05)

Bug Fixes

  • Swap: prevent onclick from firing twice by moving from label to inner input (6478b1b)

4.1.1 (2023-09-15)

Bug Fixes

4.1.0 (2023-08-21)

Features

Bug Fixes

4.0.4 (2023-08-04)

Miscellaneous

  • types: add default export for ModalLegacyProps (#405) (0206ad9)

4.0.3 (2023-08-01)

Bug Fixes

  • Accordion: export component (8fc05e7)
  • Loading: export component (bb65352)

4.0.2 (2023-07-31)

Bug Fixes

  • Join: exported join component (095425b)

4.0.1 (2023-07-28)

Bug Fixes

  • Button: starticon prevented loading animation from rendering (ecb4add)
  • Stats: removed incorrect import on examples (#339) (c0cc690)

Miscellaneous

  • 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)

⚠ BREAKING CHANGES

  • Join: replaces buttongroup and inputgroup

Features

Bug Fixes

  • Artboard: changed default value of demo prop (#376) (93ba905)
  • image source for various components in Storybook (#355) (b149d80)

Miscellaneous

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • reverted minimum react version (650aa4c)

3.1.0 (2023-04-04)

Features

Bug Fixes

  • 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)

Miscellaneous

  • 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)

Miscellaneous

  • update tailwind and daisyui versions (#300) (cfb4d8e)

3.0.2 (2022-12-31)

Bug Fixes

  • Form: retyped form props intersection with FormHTMLAttributes (#287) (a18f7e7)

3.0.1 (2022-12-30)

Bug Fixes

  • Select: removed leftover generic on props type (ab1d997)

3.0.0 (2022-12-30)

⚠ BREAKING CHANGES

  • select refactor

Bug Fixes

2.5.0 (2022-12-12)

Features

Bug Fixes

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)

2.4.6 (2022-11-01)

Bug Fixes

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

2.4.5 (2022-10-31)

Bug Fixes

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

Miscellaneous

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)

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)

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)

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)

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)

2.3.2 (2022-08-20)

Bug Fixes

2.3.1 (2022-08-16)

Miscellaneous

2.3.0 (2022-08-16)

Features

Bug Fixes

  • Drawer: Add ability to override drawer internal classNames (#188) (e34093b)

Miscellaneous

2.2.0 (2022-08-05)

Features

Miscellaneous

  • Carousel: show active button on carousel (#182) (84a2077)

2.1.0 (2022-07-19)

Features

  • 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)

Bug Fixes

  • 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)

Bug Fixes

2.0.5 (2022-06-30)

Bug Fixes

Miscellaneous

2.0.4 (2022-06-23)

Miscellaneous

  • 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)

Bug Fixes

  • Dropdown: Enable forwarding refs to DropdownItem (#117) (6f0e6d9)

Miscellaneous

  • Table: first column fixed position when table overflows horizontally (#114) (8a75404)

2.0.2 (2022-05-17)

Bug Fixes

  • fixed overflowing stories on mobile (2908bcc)
  • Footer: made center prop optional (#110) (dfcbe8b)

Miscellaneous

2.0.1 (2022-04-25)

Bug Fixes

  • Input: removed hardcoded "text" in type prop (#102) (7e6b53b)
  • re-added esm output from microbundle (#106) (1bcd5a0)

2.0.0 (2022-04-18)

⚠ BREAKING CHANGES

  • Carousel: refactored fullWidth prop to width type
  • Modal: removed all props in favor of passing in subcomponents

Miscellaneous

  • 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)

Bug Fixes

  • removed hardcoded children props (7d93caa)
  • Tabs: omit onClick from tab type (338991c)

1.7.5 (2022-04-05)

Bug Fixes

  • removed polymorphic typing from types.ts (0000986)

1.7.4 (2022-04-05)

Bug Fixes

1.7.3 (2022-04-03)

Bug Fixes

  • changed node auth token to npm token (b140349)
  • jsx runtime (#75) (795ecdb)
  • move registry auth from npmrc to release config (#76) (761aadb)

Miscellaneous

  • Button: remove button anchor polymorphism (#72) (0e0edd3)
  • Carousel: added controls for alternative display modes (#74) (d2d254a)

1.7.2 (2022-03-21)

Bug Fixes

  • added storybook to tailwind content and cleaned up imports (77f213e)

Miscellaneous

1.7.1 (2022-03-18)

Bug Fixes

  • moved docs folder to .storybook (#64) (fd61e96)
  • temporary fix for button component (#65) (acf034b)

Miscellaneous

1.7.0 (2022-03-18)

Features

  • Avatar: add configurable avatar placeholder color (#60) (aae6cb1)

1.6.1 (2022-03-18)

Bug Fixes

  • fixed buttonprops type name (9ea2f21)

1.6.0 (2022-03-18)

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)

1.5.1 (2022-03-16)

Bug Fixes

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

1.5.0 (2022-03-16)

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)

1.4.0 (2022-03-16)

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)

1.3.0 (2022-03-15)

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

1.2.2 (2022-03-14)

Bug Fixes

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

1.2.1 (2022-03-14)

Bug Fixes

  • type declaration path in dist (393e184)

1.2.0 (2022-03-14)

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)

1.1.0 (2022-03-12)

Features

Miscellaneous

1.0.2 (2022-03-12)

Bug Fixes

  • 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)

Bug Fixes

  • added border by default to textarea story for visbility (2a47d83)

Miscellaneous

  • removed unneeded styles import in index (6e6156c)

1.0.0 (2022-03-12)

Features

Bug Fixes

  • 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)

Miscellaneous

  • 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)