Skip to content

docs update #1612

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

Merged
merged 2 commits into from
May 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions website/src/content/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ import { Badge } from '@astrojs/starlight/components'

## 1.3.0 _(2025-05-31)_

- <Badge text="Feat" size="small" /> New rule: main-require
- <Badge text="Feat" size="small" /> New rule: [`main-require`](/rules/main-require/)
[#1608](https://github.com/htmlhint/HTMLHint/issues/1608)
- <Badge text="Feat" size="small" /> New rule: h1-require
- <Badge text="Feat" size="small" /> New rule: [`h1-require`](/rules/h1-require/)
[#1605](https://github.com/htmlhint/HTMLHint/issues/1605)
- <Badge text="Feat" size="small" /> Sort data-* attributes at end
- <Badge text="Feat" size="small" /> Sort `data-*` attributes at end
[#1591](https://github.com/htmlhint/HTMLHint/issues/1591)
- <Badge text="Feat" size="small" /> Add rel to list of sorted attributes
- <Badge text="Feat" size="small" /> Add `rel` to list of sorted attributes
[#1579](https://github.com/htmlhint/HTMLHint/issues/1579)
- <Badge text="Fix" size="small" variant="danger" /> npx htmlhint -l doesn't list rules alphabetically
- <Badge text="Fix" size="small" variant="danger" /> `npx htmlhint -l` doesn't list rules alphabetically
[#1598](https://github.com/htmlhint/HTMLHint/issues/1598)
- <Badge text="Fix" size="small" variant="danger" /> doctype-first does not account for comments being permitted beforehand
- <Badge text="Fix" size="small" variant="danger" /> `doctype-first` does not account for comments being permitted beforehand
[#1610](https://github.com/htmlhint/HTMLHint/issues/1610)

## 1.2.0 _(2025-05-26)_
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hero:
variant: minimal
banner:
content: |
v1.2.0 is now available! Check the <a href="/changelog/">changelog</a> to see what's new.
v1.3.0 is now available! Check the <a href="/changelog/">changelog</a> to see what's new.
tableOfContents: false
lastUpdated: false
editUrl: false
Expand Down