Skip to content

Commit 3c063ed

Browse files
committed
chore: update changelog and lint config
1 parent c0b0d2d commit 3c063ed

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.eslintrc.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"extends": [
77
"plugin:vue/vue3-essential",
88
"eslint:recommended",
9-
"@vue/prettier"
9+
"@vue/eslint-config-typescript",
10+
"@vue/eslint-config-prettier/skip-formatting"
1011
],
1112
"parserOptions": {
1213
"ecmaVersion": 2020,
@@ -15,16 +16,5 @@
1516
"rules": {
1617
"no-console": "off",
1718
"vue/multi-word-component-names": "off"
18-
},
19-
"overrides": [
20-
{
21-
"files": ["*.ts"],
22-
"extends": [
23-
"plugin:vue/vue3-essential",
24-
"eslint:recommended",
25-
"@vue/eslint-config-typescript",
26-
"@vue/eslint-config-prettier/skip-formatting"
27-
]
28-
}
29-
]
19+
}
3020
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
## 7.0.0-beta.0
22

3+
* Upgraded to ESM.
4+
* Removed the `postinstall` script.
5+
* API remains the same.
6+
37
### Breaking changes
48

59
* Dropped support for browsers without `ResizeObserver`. Can work with [resize-observer-polyfill](https://www.npmjs.com/package/resize-observer-polyfill).
610
* Dropped support for Vue < 2.7.
711
* Dropped CJS outputs.
12+
* Dropped extra wrapper element so that you should no longer set `padding` on the component root.
813

914
## 6.7.3
1015

0 commit comments

Comments
 (0)