-
Notifications
You must be signed in to change notification settings - Fork 594
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
25 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.33](https://github.com/alibaba-fusion/next/compare/1.26.32...1.26.33) (2023-11-16) | ||
## [1.26.34](https://github.com/alibaba-fusion/next/compare/1.26.33...1.26.34) (2023-11-23) | ||
|
||
|
||
### Bug Fixes | ||
* **Balloon:** adjust overlay position at boundary when fixed, close [#4137](https://github.com/alibaba-fusion/next/issues/4137) ([#4541](https://github.com/alibaba-fusion/next/pull/4541)) ([c542089](https://github.com/alibaba-fusion/next/commit/c542089)) | ||
* **Slider:** some props should not affect index at didUpdate, close [#4533](https://github.com/alibaba-fusion/next/issues/4533) ([#4535](https://github.com/alibaba-fusion/next/pull/4535)) ([7d2bc79](https://github.com/alibaba-fusion/next/commit/7d2bc79)) | ||
|
||
* **Search:** enter search always be called once each time, close [#4049](https://github.com/alibaba-fusion/next/issues/4049) ([#4530](https://github.com/alibaba-fusion/next/issues/4530)) ([aac300f](https://github.com/alibaba-fusion/next/commit/aac300f)) | ||
|
||
### Others | ||
* **Balloon:** implementation of arrow aligned with tooltip, close [#4186](https://github.com/alibaba-fusion/next/issues/4186) ([#4540](https://github.com/alibaba-fusion/next/pull/4540)) ([f306c4c](https://github.com/alibaba-fusion/next/commit/f306c4c)) | ||
* **Tree:** add control-expand demo, close [#4529](https://github.com/alibaba-fusion/next/issues/4529) ([#4538](https://github.com/alibaba-fusion/next/pull/4538)) ([cdaee10](https://github.com/alibaba-fusion/next/commit/cdaee10)) | ||
|
||
|
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.33'; | ||
next.version = '1.26.34'; | ||
|
||
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