From 2471fee5c1fbf3d6172ae699f1d33a28ddf74892 Mon Sep 17 00:00:00 2001 From: youluna Date: Tue, 7 Jan 2020 19:41:25 +0800 Subject: [PATCH] chore(*): Release-1.19.8 --- CHANGELOG.md | 12 +++++++++++- LATESTLOG.md | 14 +++----------- index.js | 2 +- package.json | 2 +- src/table/main.scss | 4 ++++ 5 files changed, 20 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9111c309f1..027ef7eee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/LATESTLOG.md b/LATESTLOG.md index 845c3154c9..4446aa522d 100644 --- a/LATESTLOG.md +++ b/LATESTLOG.md @@ -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)) diff --git a/index.js b/index.js index a98eec7353..ad946be250 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var next = require('./lib/index.js'); -next.version = '1.19.7'; +next.version = '1.19.8'; module.exports = next; diff --git a/package.json b/package.json index ad594bad26..a3e163271b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/table/main.scss b/src/table/main.scss index fb078caaa7..73445b0567 100644 --- a/src/table/main.scss +++ b/src/table/main.scss @@ -303,6 +303,10 @@ } } +#{$table-prefix}-header-inner { + overflow: unset; +} + #{$table-prefix}-wrap-empty { #{$table-prefix}-lock-left, #{$table-prefix}-lock-right {