-
Notifications
You must be signed in to change notification settings - Fork 592
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
var next = require('./lib/index.js'); | ||
|
||
next.version = '1.26.12'; | ||
next.version = '1.26.13'; | ||
|
||
module.exports = next; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters