diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae05651d..4e7ca4cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [5.62.0](https://github.com/rsuite/rsuite/compare/v5.61.0...v5.62.0) (2024-05-24) + + +### Bug Fixes + +* **DatePicker:** fix calendar component style issue ([#3816](https://github.com/rsuite/rsuite/issues/3816)) ([f455182](https://github.com/rsuite/rsuite/commit/f455182ffcebb382ad9a3d71149c876aefa84e4a)) +* **DatePicker,DateRangePicker:** fix `renderValue` and `editable` can't coexist ([#3815](https://github.com/rsuite/rsuite/issues/3815)) ([20d4a81](https://github.com/rsuite/rsuite/commit/20d4a817ec70ea3f073ca7763c8abbe66b21a913)) + + +### Features + +* **Calendar,DatePicker,DateRangePicker:** add support for `weekStart` ([#3814](https://github.com/rsuite/rsuite/issues/3814)) ([9edbbcd](https://github.com/rsuite/rsuite/commit/9edbbcdf1d550e669483c5bca6cad624d5e8cf74)) +* **Panel, Tree, CheckTree:** add support for `scrollShadow` ([#3818](https://github.com/rsuite/rsuite/issues/3818)) ([8183e92](https://github.com/rsuite/rsuite/commit/8183e92d1998cc1945b181b916bce6cefcee3012)) + + + # [5.61.0](https://github.com/rsuite/rsuite/compare/v5.60.2...v5.61.0) (2024-05-17) diff --git a/package-lock.json b/package-lock.json index 9f9eb9309..1989cb910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rsuite", - "version": "5.61.0", + "version": "5.62.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rsuite", - "version": "5.61.0", + "version": "5.62.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.1", diff --git a/package.json b/package.json index b4f4b3387..ecb90e614 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rsuite", - "version": "5.61.0", + "version": "5.62.0", "description": "A suite of react components", "main": "lib/cjs/index.js", "module": "lib/esm/index.js",