Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 5.0.0 #395

Conversation

github-actions[bot]
Copy link
Contributor

πŸ€– I have created a release beep boop

5.0.0 (2023-07-28)

⚠ BREAKING CHANGES

  • Join: replaces buttongroup and inputgroup
  • select refactor
  • Carousel: refactored fullWidth prop to width type
  • Modal: removed all props in favor of passing in subcomponents

Features

Bug Fixes

  • add cname to docs automatically (37c01a0)
  • added border by default to textarea story for visbility (2a47d83)
  • added cname to docs manualy (86d5a35)
  • added daisyui and tailwind to peer deps (2bf5a9e)
  • added disabled prop onto button to prevent click event from firing (f3046d0)
  • added disabled prop to dropdown toggle (7d2543c)
  • added missing href prop from a tag in Button and wrote unit test (46455e6)
  • added storybook to tailwind content and cleaned up imports (77f213e)
  • Alert: hardcoded statuses (#311) (f3bdaf8)
  • Artboard: changed default value of demo prop (#376) (93ba905)
  • Artboard: hardcoded sizes (#320) (57b2b41)
  • Avatar: hardcoded colors (9fbf01a)
  • Badge: hardcoded classes (#312) (5b83d73)
  • BottomNavigation: hardcoded sizes (f1d8a2c)
  • broken button import in card story (3da633f)
  • bump node version used in release action (23c4911)
  • button typing for button/anchors, fixed styling of buttons with certain variants (0af0ed2)
  • Button: hardcoded classnames (#309) (c8d8aa1)
  • Button: starticon prevented loading animation from rendering (ecb4add)
  • Carousel: hardcoded snap classes (#313) (4c20ea6)
  • changed daisy to daisyui in readme (bedaa99)
  • changed installs badge to total, and added link to npm (#176) (9332d05)
  • changed master to main in release.yml (1c4a694)
  • changed node auth token to npm token (b140349)
  • changed npm version script (ad3fd75)
  • changed text color of theme select to improve readability (e7f31e7)
  • ChatBubble: hardcoded colors (d0724ef)
  • Checkbox: remove checked and defaultChecked props (#216) (c8e5b2f)
  • children mapping keys in Carousel, CodeMockup and Range (#231) (50b25e6)
  • circular dependency in ChatBubbleAvatar (#330) (4cf1cd5)
  • Collapse: checkbox not closing on ios while focusable tabindex (#217) (3fa2329)
  • Collapse: hardcoded icon classes (#314) (2b3a2a7)
  • corrected npm install instructions to reflect new package name (44bbab7)
  • create .nojekyll file when generating docs (8c4c180)
  • do not build docs with storybook manager cache (0b6489e)
  • Drawer: Add ability to override drawer internal classNames (#188) (e34093b)
  • Drawer: made checkbox readonly to address warning (#169) (5a22ad0)
  • Dropdown: Enable forwarding refs to DropdownItem (#117) (6f0e6d9)
  • Dropdown: hardcoded classes (#310) (ac9273e)
  • Dropdown: the Dropdown didn't handle its custom className from its props properly (#210) (f177e18)
  • export types from components (8002b8e)
  • fix typings reference for ESM (#198) (63dc62e)
  • fixed buttonprops type name (9ea2f21)
  • fixed generate command in readme (4cbf5f7)
  • fixed overflowing stories on mobile (2908bcc)
  • fixed readme shields (57f3d63)
  • fixed typo in readme (0fc67b7)
  • Footer: made center prop optional (#110) (dfcbe8b)
  • Form: retyped form props intersection with FormHTMLAttributes (#287) (a18f7e7)
  • Form: Using <form> as root element instead of
    element (#205) (b382f4d)
  • handle Tabs state externally (#226) (e0eb9c0)
  • image source for various components in Storybook (#355) (b149d80)
  • Indicator: hardcoded positions (2c3e4f4)
  • InputGroup: hardcoded sizes (eb614b2)
  • Input: hardcoded classes for all input components (c91ab4c)
  • Input: removed hardcoded "text" in type prop (#102) (7e6b53b)
  • installed ts-jest and updated configs to fix jest tests (#43) (7203a25)
  • invalid prop names on welcome page (#265) (4962d4c)
  • jsx runtime (#75) (795ecdb)
  • Kbd: hardcoded sizes (#315) (f601e21)
  • Kbd: incorrect size class name (#332) (9473525)
  • Link (<a/> tag) is vulnerable when use target="_blank" (#228) (40cf7a0)
  • Link: hardcoded colors (a564735)
  • lowercase letter in constant (5949be7)
  • manually ran docs because storybook never updated after release (1379483)
  • mark release as breaking (899ef58)
  • Mask: hardcoded variants (bf4244d)
  • misspelled kbd in readme link (9ca3338)
  • Mockup: hardcoded classes for mockup components (3575ed4)
  • move registry auth from npmrc to release config (#76) (761aadb)
  • moved docs folder to .storybook (#64) (fd61e96)
  • moved size and variant prop from tabs up to tab container (86f5354)
  • Navbar: fix center (#139) (565512e)
  • Navbar: fixed examples Dropdown props (#334) (a773f88)
  • Navbar: hardcoded section classes (bd72d25)
  • omit onchange from select to use custom generic version (#9) (da2c3af)
  • omit size from checkbox input html attributes (b3147bd)
  • omit size from htmlattributes of all inputs (41daea4)
  • prevent bundling story type definitions #131 (#163) (f44da69)
  • Progress: hardcoded colors (93c4eec)
  • RadialProgress: hardcoded colors (#316) (7028dee)
  • Rating: rebuild component to a controlled React component (#222) (2708419)
  • re-added esm output from microbundle (#106) (1bcd5a0)
  • readded lost commit from rebase (41edb8b)
  • readme (4ee1601)
  • rebase (a6d60ac)
  • refactor alert to allow customization #173 (#175) (9f990b7)
  • removed alias imports (#78) (bac644f)
  • removed automatically added storybook to tsconfig include (4cd6779)
  • removed circular deps in component imports (#5) (e272355)
  • removed duplicate label component (437cfe6)
  • Removed generic on Select (#276) (e9c9f6d)
  • removed hardcoded children props (7d93caa)
  • removed polymorphic typing from types.ts (0000986)
  • reverted minimum react version (650aa4c)
  • reverted types path (1741d65)
  • Select: add missing value prop to option (#148) (ee5e8f0)
  • Select: fix component warning and update examples (#224) (84d78cc)
  • Select: removed leftover generic on props type (ab1d997)
  • specified text color in layout to make sure title is legible (7042339)
  • States: hardcoded item variants (#319) (27d6c44)
  • Stats: removed incorrect import on examples (#339) (c0cc690)
  • Step: hardcoded colors (74000f9)
  • stopped tailwind 3 jit from not creating styles for unused daisyui classes (#4) (bd6198e)
  • Table: not passing the 'key' prop to children of lists (#208) (60910e8)
  • Tabs: hardcoded variants and sizes (8ee11b7)
  • Tabs: omit onChange from types (#158) (1251acd)
  • Tabs: omit onClick from tab type (338991c)
  • temporary fix for button component (#65) (acf034b)
  • Tooltip: hardcoded colors (f2fa5ec)
  • Tooltip: positions string interpolation broken (#235) (e2e6b10)
  • type declaration path in dist (393e184)
  • types getting generated inside dist/src instead of dist (#247) (403a805)
  • typo in componentsizes (8244d83)
  • 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


This PR was generated with Release Please. See documentation.

@netlify
Copy link

netlify bot commented Jul 28, 2023

βœ… Deploy Preview for react-daisyui ready!

Name Link
πŸ”¨ Latest commit b077ebb
πŸ” Latest deploy log https://app.netlify.com/sites/react-daisyui/deploys/64c4235c25740a0008675969
😎 Deploy Preview https://deploy-preview-395--react-daisyui.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jul 28, 2023

πŸ‘· Deploy Preview for react-daisyui processing.

Name Link
πŸ”¨ Latest commit 8373146
πŸ” Latest deploy log https://app.netlify.com/sites/react-daisyui/deploys/64c4231ffbd1bd00089c4d0a

1 similar comment
@netlify
Copy link

netlify bot commented Jul 28, 2023

πŸ‘· Deploy Preview for react-daisyui processing.

Name Link
πŸ”¨ Latest commit 8373146
πŸ” Latest deploy log https://app.netlify.com/sites/react-daisyui/deploys/64c4231ffbd1bd00089c4d0a

@benjitrosch benjitrosch deleted the release-please--branches--main--components--react-daisyui branch July 28, 2023 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant