This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Releases: github/eslint-plugin-custom-elements
Releases · github/eslint-plugin-custom-elements
v0.0.8
What's Changed
- file-name-matches-element: Fix case of missing name by @silverwind in #58
New Contributors
- @silverwind made their first contribution in #58
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Removal of conflicting rec by @khiga8 in #47
- Add a .devcontainer by @koddsson in #41
- Upgrade all deps by @keithamus in #52
- allow defining custom elements in a try/catch by @keithamus in #51
- relax extends-correct-class rule for imports by @keithamus in #53
- allow exporting of Event sublcasses alongside custom elements by @keithamus in #50
New Contributors
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- add no-dom-traversal-in-attributechangedcallback by @keithamus in #40
- refactor: replace deprecated String.prototype.substr() by @CommanderRoot in #42
- Add a release action by @koddsson in #45
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #44
New Contributors
- @CommanderRoot made their first contribution in #42
- @dependabot made their first contribution in #44
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Limit
no-customized-built-in-elements
to built ins by @mbullington in #39 - Add option allowedSuperNames for
extends-correct-class
by @mbullington in #38 - Allow logical expression in if statement by @koddsson in #43
New Contributors
- @mbullington made their first contribution in #39
Full Changelog: v0.0.4...v0.0.5