Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5d272eb

Browse files
2.23.0
1 parent c3dc594 commit 5d272eb

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
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.23.0
11+
12+
### Feature
13+
14+
- add container scrolling class `ve-table-container-vertical-scrolling` When the table has vertical scrolling distance [#544](https://github.com/Happy-Coding-Clans/vue-easytable/pull/544) @looeyf @micheldpcarlos
15+
16+
---
17+
18+
### Feature
19+
20+
- 表格有垂直滚动距离时,添加容器滚动样式 `ve-table-container-vertical-scrolling`
21+
1022
V2.22.0
1123

1224
### Feature

‎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.22.0"},{"value":"/vue-easytable/2.21.11","label":"2.21.11"},{"value":"/vue-easytable/2.20.2","label":"2.20.2"},{"value":"/vue-easytable/2.19.1","label":"2.19.1"},{"value":"/vue-easytable/2.18.3","label":"2.18.3"},{"value":"/vue-easytable/2.17.3","label":"2.17.3"},{"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.23.0"},{"value":"/vue-easytable/2.22.0","label":"2.22.0"},{"value":"/vue-easytable/2.21.11","label":"2.21.11"},{"value":"/vue-easytable/2.20.2","label":"2.20.2"},{"value":"/vue-easytable/2.19.1","label":"2.19.1"},{"value":"/vue-easytable/2.18.3","label":"2.18.3"},{"value":"/vue-easytable/2.17.3","label":"2.17.3"},{"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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-easytable",
3-
"version": "2.22.0",
3+
"version": "2.23.0",
44
"main": "libs/main.js",
55
"description": "Vue table component",
66
"keywords": [
@@ -136,6 +136,10 @@
136136
"docVersions": [
137137
{
138138
"value": "/vue-easytable",
139+
"label": "2.23.0"
140+
},
141+
{
142+
"value": "/vue-easytable/2.22.0",
139143
"label": "2.22.0"
140144
},
141145
{

‎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.22.0';
16+
const version = '2.23.0';
1717
const components = [
1818
VeCheckbox,
1919
VeCheckboxGroup,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /