Skip to content

Commit

Permalink
chore(*): Release-1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Jan 27, 2021
1 parent fe0c379 commit 78b2346
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 22 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [1.22.3](https://github.com/alibaba-fusion/next/compare/1.22.2...1.22.3) (2021-01-27)


### Bug Fixes

* **Core:** update next-sr-only for select ([fb4e0f7](https://github.com/alibaba-fusion/next/commit/fb4e0f7))
* **Icon:** make icon square ([d7ca661](https://github.com/alibaba-fusion/next/commit/d7ca661))
* **Overlay:** bug on right & bottom overflow,close [#2602](https://github.com/alibaba-fusion/next/issues/2602) ([3588da6](https://github.com/alibaba-fusion/next/commit/3588da6))
* **Search:** remove highlightKey while input not match fix [#2642](https://github.com/alibaba-fusion/next/issues/2642) ([2bfaf1f](https://github.com/alibaba-fusion/next/commit/2bfaf1f))
* **Tab:** can pass data-* props to Tab.Item fix [#2636](https://github.com/alibaba-fusion/next/issues/2636) ([fe0c379](https://github.com/alibaba-fusion/next/commit/fe0c379))
* **Tab:** remove line animation while animation=false fix [#2226](https://github.com/alibaba-fusion/next/issues/2226) ([2869bf0](https://github.com/alibaba-fusion/next/commit/2869bf0))
* **Tab:** reset activeKey be first one while children update fix [#1835](https://github.com/alibaba-fusion/next/issues/1835) ([3b039e6](https://github.com/alibaba-fusion/next/commit/3b039e6))
* **Tab:** tab item positon while slider fix [#2096](https://github.com/alibaba-fusion/next/issues/2096) ([7720048](https://github.com/alibaba-fusion/next/commit/7720048))
* **Table:** fix multiheaders, close [#2631](https://github.com/alibaba-fusion/next/issues/2631) ([b7d10e8](https://github.com/alibaba-fusion/next/commit/b7d10e8))




## [1.22.2](https://github.com/alibaba-fusion/next/compare/1.22.1...1.22.2) (2021-01-20)


Expand Down
25 changes: 10 additions & 15 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
# Latest Log

## [1.22.2](https://github.com/alibaba-fusion/next/compare/1.22.1...1.22.2) (2021-01-20)
## [1.22.3](https://github.com/alibaba-fusion/next/compare/1.22.2...1.22.3) (2021-01-27)


### Bug Fixes

* **Calendar2:** style issues ([2f9ae92](https://github.com/alibaba-fusion/next/commit/2f9ae92))
* **CascaderSelect:** cannot type when showSearch on ([3a67739](https://github.com/alibaba-fusion/next/commit/3a67739))
* **Form:** add valueName ([96c97a5](https://github.com/alibaba-fusion/next/commit/96c97a5))
* **Form:** types ([cf2c1cc](https://github.com/alibaba-fusion/next/commit/cf2c1cc))
* **Menu:** do not autoFocus highLight while focusable=false fix [#2565](https://github.com/alibaba-fusion/next/issues/2565) ([364ed28](https://github.com/alibaba-fusion/next/commit/364ed28))
* **Message:** font of config demo not work ([94b9b8a](https://github.com/alibaba-fusion/next/commit/94b9b8a))
* **Message:** types ([f1005ed](https://github.com/alibaba-fusion/next/commit/f1005ed))
* **Pagination:** flash when page number switched ([9e5d3fd](https://github.com/alibaba-fusion/next/commit/9e5d3fd))
* **Upload:** add types: fileKeyName, isPreview, renderPreview ([a2dfa94](https://github.com/alibaba-fusion/next/commit/a2dfa94))


### Features

* **ConfigProvider:** add defaultPropsConfig ([059cd48](https://github.com/alibaba-fusion/next/commit/059cd48))
* **Core:** update next-sr-only for select ([fb4e0f7](https://github.com/alibaba-fusion/next/commit/fb4e0f7))
* **Icon:** make icon square ([d7ca661](https://github.com/alibaba-fusion/next/commit/d7ca661))
* **Overlay:** bug on right & bottom overflow,close [#2602](https://github.com/alibaba-fusion/next/issues/2602) ([3588da6](https://github.com/alibaba-fusion/next/commit/3588da6))
* **Search:** remove highlightKey while input not match fix [#2642](https://github.com/alibaba-fusion/next/issues/2642) ([2bfaf1f](https://github.com/alibaba-fusion/next/commit/2bfaf1f))
* **Tab:** can pass data-* props to Tab.Item fix [#2636](https://github.com/alibaba-fusion/next/issues/2636) ([fe0c379](https://github.com/alibaba-fusion/next/commit/fe0c379))
* **Tab:** remove line animation while animation=false fix [#2226](https://github.com/alibaba-fusion/next/issues/2226) ([2869bf0](https://github.com/alibaba-fusion/next/commit/2869bf0))
* **Tab:** reset activeKey be first one while children update fix [#1835](https://github.com/alibaba-fusion/next/issues/1835) ([3b039e6](https://github.com/alibaba-fusion/next/commit/3b039e6))
* **Tab:** tab item positon while slider fix [#2096](https://github.com/alibaba-fusion/next/issues/2096) ([7720048](https://github.com/alibaba-fusion/next/commit/7720048))
* **Table:** fix multiheaders, close [#2631](https://github.com/alibaba-fusion/next/issues/2631) ([b7d10e8](https://github.com/alibaba-fusion/next/commit/b7d10e8))


2 changes: 1 addition & 1 deletion docs/tab/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Fusion 提供了三级选项卡,分别用于不同的场景。
| excessMode | 选项卡过多时的滑动模式<br><br>**可选值**:<br>'slide', 'dropdown' | Enum | 'slide' |
| tabPosition | 导航选项卡的位置,只适用于包裹型(wrapped)选项卡<br><br>**可选值**:<br>'top', 'bottom', 'left', 'right' | Enum | 'top' |
| triggerType | 激活选项卡的触发方式<br><br>**可选值**:<br>'hover', 'click' | Enum | 'click' |
| lazyLoad | 是否延迟加载 TabPane 的内容, 默认开启, 即不提前渲染 | Boolean | true |
| lazyLoad | 是否延迟加载 TabItem 的内容, 默认开启, 即不提前渲染 | Boolean | true |
| unmountInactiveTabs | 是否自动卸载未处于激活状态的选项卡 | Boolean | false |
| navStyle | 导航条的自定义样式 | Object | - |
| navClassName | 导航条的自定义样式类 | String | - |
Expand Down
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.22.2';
next.version = '1.22.3';

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.22.2",
"version": "1.22.3",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down
8 changes: 4 additions & 4 deletions variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@
@import "lib/breadcrumb/scss/variable.scss";
@import "lib/button/scss/variable.scss";
@import "lib/calendar/scss/variable.scss";
@import "lib/calendar2/scss/variable.scss";
@import "lib/card/scss/variable.scss";
@import "lib/cascader/scss/variable.scss";
@import "lib/cascader-select/scss/variable.scss";
@import "lib/checkbox/scss/variable.scss";
@import "lib/collapse/scss/variable.scss";
@import "lib/date-picker/scss/variable.scss";
@import "lib/date-picker2/scss/variable.scss";
@import "lib/dialog/scss/variable.scss";
@import "lib/divider/scss/variable.scss";
@import "lib/drawer/scss/variable.scss";
Expand Down Expand Up @@ -59,13 +61,11 @@
@import "lib/table/scss/variable.scss";
@import "lib/tag/scss/variable.scss";
@import "lib/time-picker/scss/variable.scss";
@import "lib/time-picker2/scss/variable.scss";
@import "lib/timeline/scss/variable.scss";
@import "lib/transfer/scss/variable.scss";
@import "lib/tree/scss/variable.scss";
@import "lib/tree-select/scss/variable.scss";
@import "lib/typography/scss/variable.scss";
@import "lib/upload/scss/variable.scss";
@import "lib/virtual-list/scss/variable.scss";
@import "lib/date-picker2/scss/variable.scss";
@import "lib/calendar2/scss/variable.scss";
@import "lib/time-picker2/scss/variable.scss";
@import "lib/virtual-list/scss/variable.scss";

0 comments on commit 78b2346

Please sign in to comment.