Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supports for Vue.js 3.x #38

Merged
merged 3 commits into from Jul 22, 2020
Merged

Supports for Vue.js 3.x #38

merged 3 commits into from Jul 22, 2020

Conversation

ota-meshi
Copy link
Member

Breaking Changes

  • Drop supports ESLint 5.x
  • Drop supports vue-eslint-parser 5.x and 6.x
  • Move "vue-eslint-parser" to "peerDependencies"
  • Upgrade deps

Enhancements

  • Supports for Vue.js 3.x Scoped styles
  • Change vue-scoped-css/no-unused-selector rule to support ::v-deep(),::v-slotted() and ::v-global pseudo-classes.
  • Change vue-scoped-css/require-selector-used-inside rule to support ::v-deep(),::v-slotted() and ::v-global pseudo-classes.

https://github.com/vuejs/rfcs/blob/master/active-rfcs/0023-scoped-styles-changes.md

### Breaking Changes
- Drop supports ESLint 5.x
- Drop supports `vue-eslint-parser` 5.x and 6.x
- Move "vue-eslint-parser" to "peerDependencies"
- Upgrade deps

### Enhancements

- Supports for Vue.js 3.x Scoped styles
- Change `vue-scoped-css/no-unused-selector` rule to support `::v-deep()`,`::v-slotted()` and `::v-global` pseudo-classes.
- Change `vue-scoped-css/require-selector-used-inside` rule to support `::v-deep()`,`::v-slotted()` and `::v-global` pseudo-classes.

https://github.com/vuejs/rfcs/blob/master/active-rfcs/0023-scoped-styles-changes.md
@ota-meshi ota-meshi merged commit 8016694 into master Jul 22, 2020
@ota-meshi ota-meshi deleted the vue3 branch July 22, 2020 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant