Skip to content

Commit

Permalink
chore(*): Release-1.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Jan 7, 2020
1 parent e78e615 commit 2471fee
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Change Log
# Change Log

## [1.19.8](https://github.com/alibaba-fusion/next/compare/1.19.7...1.19.8) (2020-01-07)


### Bug Fixes

* **Table:** disorder with mouse ([14dce9d](https://github.com/alibaba-fusion/next/commit/14dce9d))




## [1.19.7](https://github.com/alibaba-fusion/next/compare/1.19.6...1.19.7) (2020-01-07)

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

## [1.19.7](https://github.com/alibaba-fusion/next/compare/1.19.6...1.19.7) (2020-01-07)
## [1.19.8](https://github.com/alibaba-fusion/next/compare/1.19.7...1.19.8) (2020-01-07)


### Bug Fixes

* **Core:** close [#1447](https://github.com/alibaba-fusion/next/issues/1447) ([8c82065](https://github.com/alibaba-fusion/next/commit/8c82065))
* **Table:** lock columns disordered with hasBorder false, close [#1471](https://github.com/alibaba-fusion/next/issues/1471) ([03244b8](https://github.com/alibaba-fusion/next/commit/03244b8)) ([361d0a5](https://github.com/alibaba-fusion/next/commit/361d0a5))
* **Table:** make marginLeft of icon be congifurable, close [#1474](https://github.com/alibaba-fusion/next/issues/1474) ([84a0c69](https://github.com/alibaba-fusion/next/commit/84a0c69))
* **Table:** make tree&expand icon configurable ([f765ace](https://github.com/alibaba-fusion/next/commit/f765ace)) ([75a07d3](https://github.com/alibaba-fusion/next/commit/75a07d3))
* **Table:** scroll and empty content issues ([8348b6a](https://github.com/alibaba-fusion/next/commit/8348b6a))
* **Table:** disorder with mouse ([14dce9d](https://github.com/alibaba-fusion/next/commit/14dce9d))

### Features

* **Table:** support crossline ([fbe4b4e](https://github.com/alibaba-fusion/next/commit/fbe4b4e))
* **Overlay:** auto fit container, close [#1350](https://github.com/alibaba-fusion/next/issues/1350) ([010e0c8](https://github.com/alibaba-fusion/next/commit/010e0c8))

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.19.7';
next.version = '1.19.8';

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.19.7",
"version": "1.19.8",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down
4 changes: 4 additions & 0 deletions src/table/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@
}
}

#{$table-prefix}-header-inner {
overflow: unset;
}

#{$table-prefix}-wrap-empty {
#{$table-prefix}-lock-left,
#{$table-prefix}-lock-right {
Expand Down

0 comments on commit 2471fee

Please sign in to comment.