Skip to content

Commit 7cb2968

Browse files
committed
v2.17.2
1 parent 37eaada commit 7cb2968

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGE-LOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ Vx.x.x(TPL)
77
- Style changes
88
- Dependencies Changes
99

10+
V2.17.2
11+
12+
### Bug Fixes
13+
14+
- Fix the bug that the contextment panel can't' be displayed after the dynamic modification of the contextment option
15+
- Fix the bug that incorrect positioning of edit text box in some browsers (QQ, Safari, etc.)
16+
17+
---
18+
19+
- 修复右键菜单配置动态修改后,右键菜单功无法显示的问题
20+
- 修复在部分浏览器(QQ、Safari 等)编辑文本框定位不准确的问题
21+
1022
V2.16.3
1123

1224
### Bug Fixes

examples/public/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"value":"/vue-easytable/","label":"2.17.1"},{"value":"/vue-easytable/2.16.3/","label":"2.16.3"},{"value":"/vue-easytable/2.15.0/","label":"2.15.0"},{"value":"/vue-easytable/2.14.4/","label":"2.14.4"},{"value":"/vue-easytable/2.13.1/","label":"2.13.1"},{"value":"/vue-easytable/2.12.3/","label":"2.12.3"},{"value":"/vue-easytable/2.11.0/","label":"2.11.0"},{"value":"/vue-easytable/1.7.2/app.html","label":"1.x","isVersion1":true}]
1+
[{"value":"/vue-easytable/","label":"2.17.2"},{"value":"/vue-easytable/2.16.3/","label":"2.16.3"},{"value":"/vue-easytable/2.15.0/","label":"2.15.0"},{"value":"/vue-easytable/2.14.4/","label":"2.14.4"},{"value":"/vue-easytable/2.13.1/","label":"2.13.1"},{"value":"/vue-easytable/2.12.3/","label":"2.12.3"},{"value":"/vue-easytable/2.11.0/","label":"2.11.0"},{"value":"/vue-easytable/1.7.2/app.html","label":"1.x","isVersion1":true}]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "vue-easytable",
3-
"version": "2.17.1",
3+
"version": "2.17.2",
44
"docVersions": [
55
{
66
"value": "/vue-easytable/",
7-
"label": "2.17.1"
7+
"label": "2.17.2"
88
},
99
{
1010
"value": "/vue-easytable/2.16.3/",

packages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import VeSelect from './ve-select';
1313
import VeTable from './ve-table';
1414

1515

16-
const version = '2.17.1';
16+
const version = '2.17.2';
1717
const components = [
1818
VeCheckbox,
1919
VeCheckboxGroup,

0 commit comments

Comments
 (0)