Skip to content

Commit 772d2de

Browse files
chore(main): release 5.1.0
1 parent 1ba4caa commit 772d2de

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [5.1.0](https://github.com/daisyui/react-daisyui/compare/v5.0.5...v5.1.0) (2025-04-16)
4+
5+
6+
### Features
7+
8+
* **Dock:** added Dock component to replace BottomNavigation ([f00654c](https://github.com/daisyui/react-daisyui/commit/f00654c9af4554b9acf0cbb97d25f946112e7111))
9+
10+
11+
### Miscellaneous
12+
13+
* **Alert:** update to 5.0.0 ([96d484d](https://github.com/daisyui/react-daisyui/commit/96d484de796e0ac782e6f611263e0e8f878fd9c9))
14+
* **Avatar:** update to 5.0.0 ([8026430](https://github.com/daisyui/react-daisyui/commit/80264303754a0b4912d6d1fa7759848d4263deab))
15+
* **Badge:** upade to 5.0.0 ([a4a7f07](https://github.com/daisyui/react-daisyui/commit/a4a7f07e391088c7d4e3df74ebbe7e6ad17c4c73))
16+
* **Button:** updated to 5.0.0 ([2c177d2](https://github.com/daisyui/react-daisyui/commit/2c177d2bc72bb74fd5d3e2535048e2abeaa266e3))
17+
* **Card:** update to 5.0.0 ([d945a42](https://github.com/daisyui/react-daisyui/commit/d945a426bcb7542f169001915b57c644a95533d3))
18+
* **Chat:** updated to 5.0.0 ([e572a5e](https://github.com/daisyui/react-daisyui/commit/e572a5eea8dc2d17b266e5ad3dae135a1ef0386f))
19+
* **Checkbox:** update to 5.0.0 ([ca27c48](https://github.com/daisyui/react-daisyui/commit/ca27c48cfe56899c4e0bc89b8f2d3826f07f1609))
20+
* **FileInput:** updated to 5.0.0 ([25303f9](https://github.com/daisyui/react-daisyui/commit/25303f99cb5aada09f3bc52fe3767b0ec900643c))
21+
* **Footer:** updated to 5.0.0 ([708cba9](https://github.com/daisyui/react-daisyui/commit/708cba9b82307cea25b78c16b91b82e84d30d289))
22+
* **Input:** updated to 5.0.0 ([f9b33e5](https://github.com/daisyui/react-daisyui/commit/f9b33e599f60c49dc1651081a5ca13ebf966bb86))
23+
* **Kbd:** update to 5.0.0 ([22212fe](https://github.com/daisyui/react-daisyui/commit/22212fe4e3cb93cf341d9ff14857de0abb2ab93e))
24+
* **Loading:** update to 5.0.0 ([e6dfcda](https://github.com/daisyui/react-daisyui/commit/e6dfcda4f58b30725ba75a600fcb431931f8f1c6))
25+
* **Mask:** update to 5.0.0 ([706d1f3](https://github.com/daisyui/react-daisyui/commit/706d1f3bb10ca797fc48a671405edfebc6684016))
26+
* **Menu:** update to 5.0.0 ([eeaf01b](https://github.com/daisyui/react-daisyui/commit/eeaf01b9d0e79a34437ab6e6b4fc5c18ecb15160))
27+
* **Mockup:** update to 5.0.0 ([bfb95a2](https://github.com/daisyui/react-daisyui/commit/bfb95a2dee0967504a369f0a8a9ee3a03b339f52))
28+
* **Modal:** update to 5.0.0 ([4ae2fa8](https://github.com/daisyui/react-daisyui/commit/4ae2fa8eb8be0614f9690f81ecd714cbce10db1c))
29+
* **Radio:** update to 5.0.0 ([79ff7f1](https://github.com/daisyui/react-daisyui/commit/79ff7f12d53ccaa4fde2ee9556462eae66274e28))
30+
* **Range:** update to 5.0.0 ([e814693](https://github.com/daisyui/react-daisyui/commit/e814693dd5372a745b43600ac7372e28531f816c))
31+
* replace Omit with Exclude for literal types ([26ab7cf](https://github.com/daisyui/react-daisyui/commit/26ab7cf526788d156f13097298a5ecf479e55bd1))
32+
* **Select:** update 5.0.0 ([0945247](https://github.com/daisyui/react-daisyui/commit/094524726197076c8d1182ad0652f33c7bfdf016))
33+
* **Stack:** update to 5.0.0 ([f8ebba9](https://github.com/daisyui/react-daisyui/commit/f8ebba9e586f907b1415e152fe493499fd0e12a3))
34+
* **Table:** update to 5.0.0 ([1ba4caa](https://github.com/daisyui/react-daisyui/commit/1ba4caa3f8efee9bb5cbc0e3fb3de08fa45ad76f))
35+
* **Tabs:** update to 5.0.0 ([ef6a520](https://github.com/daisyui/react-daisyui/commit/ef6a5207ebcb4ef9b8bbaf4b32508fcffe4a9f98))
36+
337
## [5.0.5](https://github.com/daisyui/react-daisyui/compare/v5.0.4...v5.0.5) (2024-09-18)
438

539

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-daisyui",
3-
"version": "5.0.5",
3+
"version": "5.1.0",
44
"description": "react-daisyui - DaisyUI components built with React 🌼",
55
"author": "daisyui",
66
"license": "MIT",

0 commit comments

Comments
 (0)