Skip to content

Commit

Permalink
v2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huangshuwei committed May 19, 2022
1 parent 37eaada commit 7cb2968
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGE-LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ Vx.x.x(TPL)
- Style changes
- Dependencies Changes

V2.17.2

### Bug Fixes

- Fix the bug that the contextment panel can't' be displayed after the dynamic modification of the contextment option
- Fix the bug that incorrect positioning of edit text box in some browsers (QQ, Safari, etc.)

---

- 修复右键菜单配置动态修改后,右键菜单功无法显示的问题
- 修复在部分浏览器(QQ、Safari 等)编辑文本框定位不准确的问题

V2.16.3

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion examples/public/versions.json
Original file line number Diff line number Diff line change
@@ -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}]
[{"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}]
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "vue-easytable",
"version": "2.17.1",
"version": "2.17.2",
"docVersions": [
{
"value": "/vue-easytable/",
"label": "2.17.1"
"label": "2.17.2"
},
{
"value": "/vue-easytable/2.16.3/",
Expand Down
2 changes: 1 addition & 1 deletion packages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import VeSelect from './ve-select';
import VeTable from './ve-table';


const version = '2.17.1';
const version = '2.17.2';
const components = [
VeCheckbox,
VeCheckboxGroup,
Expand Down

0 comments on commit 7cb2968

Please sign in to comment.