Skip to content

Latest commit

 

History

History
559 lines (319 loc) · 39.6 KB

CHANGELOG.md

File metadata and controls

559 lines (319 loc) · 39.6 KB

Changelog

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)