Skip to content

Commit 00bbfe6

Browse files
committed
chore(*): Release-1.17.6
1 parent 567469f commit 00bbfe6

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# Change Log
1+
# Change Log
2+
3+
## [1.17.6](https://github.com/alibaba-fusion/next/compare/1.17.5...1.17.6) (2019-08-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **Menu:** value in selectedKeys doesn't exit in k2n ([fef80cd](https://github.com/alibaba-fusion/next/commit/fef80cd))
9+
10+
11+
212

313
## [1.17.5](https://github.com/alibaba-fusion/next/compare/1.17.4...1.17.5) (2019-08-14)
414

LATESTLOG.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
# Latest Log
22

3-
## [1.17.5](https://github.com/alibaba-fusion/next/compare/1.17.4...1.17.5) (2019-08-14)
3+
## [1.17.6](https://github.com/alibaba-fusion/next/compare/1.17.5...1.17.6) (2019-08-15)
44

55

66
### Bug Fixes
77

8-
* **Field:** bug of resetToDefault withtou initValue. close [#1001](https://github.com/alibaba-fusion/next/issues/1001) ([a76b05c](https://github.com/alibaba-fusion/next/commit/a76b05c))
9-
* **Input:** support null to reset value ([0ecc5c2](https://github.com/alibaba-fusion/next/commit/0ecc5c2))
10-
* **Pagination:** react warning use setTimout event ([0e92ade](https://github.com/alibaba-fusion/next/commit/0e92ade))
11-
12-
13-
### Features
14-
15-
* **Animate:** add slide animations ([407dc5b](https://github.com/alibaba-fusion/next/commit/407dc5b))
16-
* **Drawer:** make drawer configurable ([fbc4ad2](https://github.com/alibaba-fusion/next/commit/fbc4ad2))
17-
* **Locale:** add Drawer words ([1be3ea8](https://github.com/alibaba-fusion/next/commit/1be3ea8))
8+
* **Menu:** value in selectedKeys doesn't exit in k2n ([fef80cd](https://github.com/alibaba-fusion/next/commit/fef80cd))
189

1910

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var next = require('./lib/index.js');
22

3-
next.version = '1.17.5';
3+
next.version = '1.17.6';
44

55
module.exports = next;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alifd/next",
3-
"version": "1.17.5",
3+
"version": "1.17.6",
44
"description": "A configurable component library for web built on React.",
55
"keywords": [
66
"fusion",

src/drawer/scss/variable.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
/// @module drawer: 虚拟滚动列表
2+
/// @module drawer: 抽屉
33
/// @tag Drawer
44
/// @category component
55
/// @family feedback

0 commit comments

Comments
 (0)