Skip to content

Commit 1999cbf

Browse files
committed
chore(*): Release-1.11.5
1 parent 5a4a071 commit 1999cbf

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
<a name="1.11.5"></a>
4+
## [1.11.5](https://github.com/alibaba-fusion/next/compare/1.11.4...1.11.5) (2018-12-19)
5+
6+
7+
### Bug Fixes
8+
9+
* **NumberPicker:** float bug by chrome. Close [#79](https://github.com/alibaba-fusion/next/issues/79) ([4ac7f41](https://github.com/alibaba-fusion/next/commit/4ac7f41))
10+
* **Select:** defaultValue with async dataSource ([6fd23ba](https://github.com/alibaba-fusion/next/commit/6fd23ba))
11+
* **Table:** can't find unmounted component ([f004b52](https://github.com/alibaba-fusion/next/commit/f004b52))
12+
* **Typescripts:** perfect typescripts ([4459f14](https://github.com/alibaba-fusion/next/commit/4459f14))
13+
14+
15+
16+
317
<a name="1.11.4"></a>
418
## [1.11.4](https://github.com/alibaba-fusion/next/compare/1.11.3...1.11.4) (2018-12-18)
519

LATESTLOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Latest Log
22

3-
## [1.11.4](https://github.com/alibaba-fusion/next/compare/1.11.3...1.11.4) (2018-12-18)
3+
## [1.11.5](https://github.com/alibaba-fusion/next/compare/1.11.4...1.11.5) (2018-12-19)
44

55

66
### Bug Fixes
77

8-
* **Cascader:** scrollbar style error ([04695d9](https://github.com/alibaba-fusion/next/commit/04695d9))
9-
* **Table:** rowHeight changed when resizing useVirtual ([aeaf513](https://github.com/alibaba-fusion/next/commit/aeaf513))
8+
* **NumberPicker:** float bug by chrome. Close [#79](https://github.com/alibaba-fusion/next/issues/79) ([4ac7f41](https://github.com/alibaba-fusion/next/commit/4ac7f41))
9+
* **Select:** defaultValue with async dataSource ([6fd23ba](https://github.com/alibaba-fusion/next/commit/6fd23ba))
10+
* **Table:** can't find unmounted component ([f004b52](https://github.com/alibaba-fusion/next/commit/f004b52))
11+
* **Typescripts:** perfect typescripts ([4459f14](https://github.com/alibaba-fusion/next/commit/4459f14))
1012

1113

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.11.4';
3+
next.version = '1.11.5';
44

55
module.exports = next;

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alifd/next",
3-
"version": "1.11.4",
3+
"version": "1.11.5",
44
"description": "A configurable component library for web built on React.",
55
"keywords": [
66
"fusion",
@@ -47,7 +47,6 @@
4747
"stylelint": "stylelint --fix 'src/**/*.@(css|scss)'",
4848
"commitmsg": "commitlint -E GIT_PARAMS",
4949
"precommit": "lint-staged",
50-
"prepush": "npm run check-sass",
5150
"changelog": "node ./scripts/changelog.js",
5251
"prepub": "npm run eslint && npm run stylelint && npm run changelog && npm run build && npm run check && npm run docs && npm run pack && npm run pack -- minimize"
5352
},

scripts/release/build.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ typings/
6161
.next
6262

6363

64+
precss.css
65+
.sass-cache/
6466
test/coverage/
6567
test/**/coverage/
6668
platform-docs/

0 commit comments

Comments
 (0)