diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a49406c8..23ac119e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [1.25.16](https://github.com/alibaba-fusion/next/compare/1.25.15...1.25.16) (2022-01-25) + + +### Bug Fixes + +* **CascaderSelect:** could pass menuProps={{focusable: true}} to cascader fix [#3685](https://github.com/alibaba-fusion/next/issues/3685) ([607a30c](https://github.com/alibaba-fusion/next/commit/607a30c)) +* **NumberPicker:** optimize delete value from `1.x` to `1.` while under control, close [#3698](https://github.com/alibaba-fusion/next/issues/3698) ([#3700](https://github.com/alibaba-fusion/next/issues/3700)) ([148d713](https://github.com/alibaba-fusion/next/commit/148d713)) + + +### Features + +* optimize id-ID language copy writer ([985cb21](https://github.com/alibaba-fusion/next/commit/985cb21)) + + + + ## [1.25.15](https://github.com/alibaba-fusion/next/compare/1.25.14...1.25.15) (2022-01-20) diff --git a/LATESTLOG.md b/LATESTLOG.md index cec997c406..24a0063b9d 100644 --- a/LATESTLOG.md +++ b/LATESTLOG.md @@ -1,11 +1,16 @@ # Latest Log -## [1.25.15](https://github.com/alibaba-fusion/next/compare/1.25.14...1.25.15) (2022-01-20) +## [1.25.16](https://github.com/alibaba-fusion/next/compare/1.25.15...1.25.16) (2022-01-25) ### Bug Fixes -* **Dialog:** could disappear one by one while click mask ([e1fd08e](https://github.com/alibaba-fusion/next/commit/e1fd08e)) -* **Select:** select useDetailValue optimize highlightkey, close [#3693](https://github.com/alibaba-fusion/next/issues/3693) ([420cb22](https://github.com/alibaba-fusion/next/commit/420cb22)) +* **CascaderSelect:** could pass menuProps={{focusable: true}} to cascader fix [#3685](https://github.com/alibaba-fusion/next/issues/3685) ([607a30c](https://github.com/alibaba-fusion/next/commit/607a30c)) +* **NumberPicker:** optimize delete value from `1.x` to `1.` while under control, close [#3698](https://github.com/alibaba-fusion/next/issues/3698) ([#3700](https://github.com/alibaba-fusion/next/issues/3700)) ([148d713](https://github.com/alibaba-fusion/next/commit/148d713)) + + +### Features + +* optimize id-ID language copy writer ([985cb21](https://github.com/alibaba-fusion/next/commit/985cb21)) diff --git a/index.js b/index.js index 92b9f13eb3..e043dcb473 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var next = require('./lib/index.js'); -next.version = '1.25.15'; +next.version = '1.25.16'; module.exports = next; diff --git a/package.json b/package.json index b4471fb85f..e0cdd83b3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alifd/next", - "version": "1.25.15", + "version": "1.25.16", "description": "A configurable component library for web built on React.", "keywords": [ "fusion",