Skip to content

Commit

Permalink
chore: update changelog and lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Jul 24, 2024
1 parent c0b0d2d commit 3c063ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/prettier"
"@vue/eslint-config-typescript",
"@vue/eslint-config-prettier/skip-formatting"
],
"parserOptions": {
"ecmaVersion": 2020,
Expand All @@ -15,16 +16,5 @@
"rules": {
"no-console": "off",
"vue/multi-word-component-names": "off"
},
"overrides": [
{
"files": ["*.ts"],
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/eslint-config-typescript",
"@vue/eslint-config-prettier/skip-formatting"
]
}
]
}
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## 7.0.0-beta.0

* Upgraded to ESM.
* Removed the `postinstall` script.
* API remains the same.

### Breaking changes

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

## 6.7.3

Expand Down

0 comments on commit 3c063ed

Please sign in to comment.