diff --git a/CHANGELOG.md b/CHANGELOG.md index 28bd91be58..e0184ed639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [1.26.13](https://github.com/alibaba-fusion/next/compare/1.26.12...1.26.13) (2023-02-27) + + +### Bug Fixes + +* **Card:** fix css style naming,close [#3930](https://github.com/alibaba-fusion/next/issues/3930) ([#4237](https://github.com/alibaba-fusion/next/issues/4237)) ([5f8d6e8](https://github.com/alibaba-fusion/next/commit/5f8d6e8)) +* **Rating:** prevent triggering onChange when value not changed,close [#3639](https://github.com/alibaba-fusion/next/issues/3639) ([#4251](https://github.com/alibaba-fusion/next/issues/4251)) ([410454a](https://github.com/alibaba-fusion/next/commit/410454a)) +* **Select:** improve code robustness, close [#3901](https://github.com/alibaba-fusion/next/issues/3901) ([#4263](https://github.com/alibaba-fusion/next/issues/4263)) ([0abbfaa](https://github.com/alibaba-fusion/next/commit/0abbfaa)) +* **Table:** improve locking-column table scroll performance,close [#4058](https://github.com/alibaba-fusion/next/issues/4058) ([#4268](https://github.com/alibaba-fusion/next/issues/4268)) ([67ac494](https://github.com/alibaba-fusion/next/commit/67ac494)) +* **Table:** optimize ts suggestion for cell function, close [#4196](https://github.com/alibaba-fusion/next/issues/4196),[#3743](https://github.com/alibaba-fusion/next/issues/3743) ([#4260](https://github.com/alibaba-fusion/next/issues/4260)) ([2252834](https://github.com/alibaba-fusion/next/commit/2252834)) +* **Table:** prevent wanring on unknown tableEl prop on DOM element, close [#4118](https://github.com/alibaba-fusion/next/issues/4118) ([#4250](https://github.com/alibaba-fusion/next/issues/4250)) ([320cddb](https://github.com/alibaba-fusion/next/commit/320cddb)) + + + + ## [1.26.12](https://github.com/alibaba-fusion/next/compare/1.26.11...1.26.12) (2023-01-11) diff --git a/LATESTLOG.md b/LATESTLOG.md index 8e7e7f901f..c20b1a13eb 100644 --- a/LATESTLOG.md +++ b/LATESTLOG.md @@ -1,10 +1,15 @@ # Latest Log -## [1.26.12](https://github.com/alibaba-fusion/next/compare/1.26.11...1.26.12) (2023-01-11) +## [1.26.13](https://github.com/alibaba-fusion/next/compare/1.26.12...1.26.13) (2023-02-27) ### Bug Fixes -* **Menu:** fix hozInLine mode popup bug when subMenu has a specified key, close [#4222](https://github.com/alibaba-fusion/next/issues/4222) ([#4226](https://github.com/alibaba-fusion/next/issues/4226)) ([7c747b0](https://github.com/alibaba-fusion/next/commit/7c747b0)) +* **Card:** fix css style naming,close [#3930](https://github.com/alibaba-fusion/next/issues/3930) ([#4237](https://github.com/alibaba-fusion/next/issues/4237)) ([5f8d6e8](https://github.com/alibaba-fusion/next/commit/5f8d6e8)) +* **Rating:** prevent triggering onChange when value not changed,close [#3639](https://github.com/alibaba-fusion/next/issues/3639) ([#4251](https://github.com/alibaba-fusion/next/issues/4251)) ([410454a](https://github.com/alibaba-fusion/next/commit/410454a)) +* **Select:** improve code robustness, close [#3901](https://github.com/alibaba-fusion/next/issues/3901) ([#4263](https://github.com/alibaba-fusion/next/issues/4263)) ([0abbfaa](https://github.com/alibaba-fusion/next/commit/0abbfaa)) +* **Table:** improve locking-column table scroll performance,close [#4058](https://github.com/alibaba-fusion/next/issues/4058) ([#4268](https://github.com/alibaba-fusion/next/issues/4268)) ([67ac494](https://github.com/alibaba-fusion/next/commit/67ac494)) +* **Table:** optimize ts suggestion for cell function, close [#4196](https://github.com/alibaba-fusion/next/issues/4196),[#3743](https://github.com/alibaba-fusion/next/issues/3743) ([#4260](https://github.com/alibaba-fusion/next/issues/4260)) ([2252834](https://github.com/alibaba-fusion/next/commit/2252834)) +* **Table:** prevent wanring on unknown tableEl prop on DOM element, close [#4118](https://github.com/alibaba-fusion/next/issues/4118) ([#4250](https://github.com/alibaba-fusion/next/issues/4250)) ([320cddb](https://github.com/alibaba-fusion/next/commit/320cddb)) diff --git a/index.js b/index.js index ce40a135a2..555a344a35 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var next = require('./lib/index.js'); -next.version = '1.26.12'; +next.version = '1.26.13'; module.exports = next; diff --git a/package.json b/package.json index 74900d107e..a316fd0e26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alifd/next", - "version": "1.26.12", + "version": "1.26.13", "description": "A configurable component library for web built on React.", "keywords": [ "fusion",