Skip to content

Commit

Permalink
chore(*): Release-1.26.34
Browse files Browse the repository at this point in the history
  • Loading branch information
YSMJ1994 committed Nov 23, 2023
1 parent c542089 commit 4d1bca3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [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))


### 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))
4538)) ([cdaee10](https://github.com/alibaba-fusion/next/commit/cdaee10))




## [1.26.33](https://github.com/alibaba-fusion/next/compare/1.26.32...1.26.33) (2023-11-16)


Expand Down
9 changes: 7 additions & 2 deletions LATESTLOG.md
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))


2 changes: 1 addition & 1 deletion index.js
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;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alifd/next",
"version": "1.26.33",
"version": "1.26.34",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down

0 comments on commit 4d1bca3

Please sign in to comment.