Skip to content
Merged
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [v2.9.0] - 13-07-2026
## What's Changed
* Fix i686 with u32 parsing hack by @kivikakk in https://github.com/gjtorikian/commonmarker/pull/471
* feat: Upgrade to comrak 0.54 with math_latex + alert_style options, and changed header_ids by @gjtorikian in https://github.com/gjtorikian/commonmarker/pull/472

⚠️ The heading anchor markup changed (from upstream). The `id` now lives on the heading element and the anchor moved to the end with `aria-label` + `data-heading-content`, replacing the leading `aria-hidden` link. CSS/JS targeting the old markup will be affected. See https://github.com/kivikakk/comrak/pull/808 for more information.


**Full Changelog**: https://github.com/gjtorikian/commonmarker/compare/v2.8.3...v2.9.0
# [v2.8.3] - 03-07-2026
## What's Changed
* Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/gjtorikian/commonmarker/pull/464
Expand Down
Loading