Skip to content
Open
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [6.0.0](https://github.com/daisyui/react-daisyui/compare/v5.0.5...v6.0.0) (2025-07-27)


### ⚠ BREAKING CHANGES

* new peer dependency version with breaking changes

### Features

* **Dock:** added Dock component to replace BottomNavigation ([f00654c](https://github.com/daisyui/react-daisyui/commit/f00654c9af4554b9acf0cbb97d25f946112e7111))


### Miscellaneous Chores

* upgrade to daisyui 5.0.0 ([eb32cb1](https://github.com/daisyui/react-daisyui/commit/eb32cb14a255fc0364b8ed8512beb6bd3b94ab4a))

## [5.0.5](https://github.com/daisyui/react-daisyui/compare/v5.0.4...v5.0.5) (2024-09-18)


Expand Down
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": "5.0.5",
"version": "6.0.0",
"description": "react-daisyui - DaisyUI components built with React 🌼",
"author": "daisyui",
"license": "MIT",
Expand Down