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 2.1.0 #166

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.1.0](https://github.com/daisyui/react-daisyui/compare/v2.0.6...v2.1.0) (2022-07-19)


### Features

* added ability to set an initial value for the useTheme hook ([#174](https://github.com/daisyui/react-daisyui/issues/174)) ([6b88b49](https://github.com/daisyui/react-daisyui/commit/6b88b49ae3c953db15be6ac2912651b876cb627a))
* allow SVGs in Avatar [#146](https://github.com/daisyui/react-daisyui/issues/146) ([#164](https://github.com/daisyui/react-daisyui/issues/164)) ([8ba2767](https://github.com/daisyui/react-daisyui/commit/8ba2767f8f4ff96062449cd8f0c67af0709544b6))
* collapse now allows onOpen, onClose, and onToggle props ([#165](https://github.com/daisyui/react-daisyui/issues/165)) ([c9deedf](https://github.com/daisyui/react-daisyui/commit/c9deedfd12c1d203e82e6a0f2ba88fb309080ee7))


### Bug Fixes

* changed installs badge to total, and added link to npm ([#176](https://github.com/daisyui/react-daisyui/issues/176)) ([9332d05](https://github.com/daisyui/react-daisyui/commit/9332d05d321496eb17e2fd5f516275b8a77118cc))
* **Drawer:** made checkbox readonly to address warning ([#169](https://github.com/daisyui/react-daisyui/issues/169)) ([5a22ad0](https://github.com/daisyui/react-daisyui/commit/5a22ad068006c3632abe52658a57ea946fd4fba8))
* prevent bundling story type definitions [#131](https://github.com/daisyui/react-daisyui/issues/131) ([#163](https://github.com/daisyui/react-daisyui/issues/163)) ([f44da69](https://github.com/daisyui/react-daisyui/commit/f44da6993012a6a742ced4fcf96618bed9ec2347))
* refactor alert to allow customization [#173](https://github.com/daisyui/react-daisyui/issues/173) ([#175](https://github.com/daisyui/react-daisyui/issues/175)) ([9f990b7](https://github.com/daisyui/react-daisyui/commit/9f990b7a073a33e63c7f59b8743559d91f5d325f))

## [2.0.6](https://github.com/daisyui/react-daisyui/compare/v2.0.5...v2.0.6) (2022-07-07)


Expand Down
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,4 @@



window['STORIES'] = [{"titlePrefix":"","directory":"./.storybook/docs/pages","files":"Welcome.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:\\.storybook\\/docs\\/pages\\/Welcome\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.538aee93.iframe.bundle.js"></script><script src="vendors~main.037e4e20.iframe.bundle.js"></script><script src="main.11d07145.iframe.bundle.js"></script></body></html>
window['STORIES'] = [{"titlePrefix":"","directory":"./.storybook/docs/pages","files":"Welcome.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:\\.storybook\\/docs\\/pages\\/Welcome\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.538aee93.iframe.bundle.js"></script><script src="vendors~main.037e4e20.iframe.bundle.js"></script><script src="main.4f08349c.iframe.bundle.js"></script></body></html>
1 change: 0 additions & 1 deletion docs/main.11d07145.iframe.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.4f08349c.iframe.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-daisyui",
"version": "2.0.6",
"version": "2.1.0",
"description": "react-daisyui - DaisyUI components built with React 🌼",
"author": "daisyui",
"license": "MIT",
Expand Down