Releases: yeonjuan/html-eslint
Releases · yeonjuan/html-eslint
v0.27.0
What's Changed
- feat: adds disallowInAssigment to no-extra-spacing-attrs by @RobertAKARobin in #216
- feat: add root eslintrc; resolves #205 by @RobertAKARobin in #212
- feat: adds no-extra-spacing-text by @RobertAKARobin in #215
- feat: adds e2e testing; fixes #203 by @RobertAKARobin in #213
- feat: adds
inline
option to element-newline; fixes #210 by @RobertAKARobin in #214 - chore: fix generated docs by @yeonjuan in #219
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
- chore: add sitemap.xml generating script by @yeonjuan in #197
- feat: add test for tabs in no-extra-spacing-attrs by @RobertAKARobin in #202
- docs: add docs about lint javascript inside html by @yeonjuan in #206
- ci: add lint by @yeonjuan in #208
- chore: update lerna, turbo, jest, husky version by @yeonjuan in #209
Full Changelog: v0.25.0...v0.26.0
v0.25.0
BREAKING CHANGE
require-closing-tags
'sallowSelfClosingCustom
option is removed.selfClosingCustomPatterns
option is added to replace it.
What's Changed
- feat: better
require-closing-tags
support by @seleb in #188 - docs: improve flat config examples by @gian1200 in #190
- feat: add attrs-newline rule and close #191 by @RobertAKARobin in #193
- chore: clean deps by @yeonjuan in #195
New Contributors
- @gian1200 made their first contribution in #190
- @RobertAKARobin made their first contribution in #193
Full Changelog: v0.24.1...v0.25.0
v0.24.1
v0.24.0
What's Changed
- feat: add regexp flags support for id-naming-convention by @jdussouillez in #181
New Contributors
- @jdussouillez made their first contribution in #181
Full Changelog: v0.23.1...v0.24.0
v0.23.1
v0.23.0
What's Changed
- docs: improve website by @yeonjuan in #168
- docs: correct spelling of "accessibility" by @kitschpatrol in #170
- chore: update dependency turbo to 1.11.3 by @yeonjuan in #172
- chore: update dependencies lerna, firebase-tools versions by @yeonjuan in #173
- chore: export eslint-plugin types by @yeonjuan in #175
- feat: support flat config by @yeonjuan in #176
New Contributors
- @kitschpatrol made their first contribution in #170
Full Changelog: v0.22.0...v0.23.0
v0.22.0
v0.21.0
What's Changed
- fix: fix engines to "^12.22.0 || ^14.17.0 || >=16.0.0" by @yeonjuan in #150
- fix: correct
not-restricted-attr-values
docs title by @MorevM in #151 - chore: fix typo by @yeonjuan in #152
- feat: skip check when html tag does not exists by @yeonjuan in #154
- refactor: change ts to js by @yeonjuan in #155
- refactor: refactor rules by @yeonjuan in #156
- feat: add lowercase by @yeonjuan in #158
- feat: add require-open-graph-protocol by @yeonjuan in #159
- fix: make skip options handle nested tags (fixes #160) by @yeonjuan in #161
- feat: add sort-attrs (fixes #92) by @yeonjuan in #162
- feat: renewal website by @yeonjuan in #163
- docs: improve rule docs by @yeonjuan in #164
Full Changelog: v0.20.0...v0.21.0
v0.20.0
What's Changed
- fix: playground errors by @yeonjuan in #141
- Fix spelling in require-frame-title.md by @thepeanutguy in #142
- chore: remove unused files by @yeonjuan in #143
- feat: New rule to disallow certain attribute values by @Adam-Gillespie345 in #145
- ci: add semantic pr check action by @yeonjuan in #148
New Contributors
- @thepeanutguy made their first contribution in #142
- @Adam-Gillespie345 made their first contribution in #145
Full Changelog: v0.19.1...v0.20.0