From 3ac1e237aec996423453c3bacce23e51a687682d Mon Sep 17 00:00:00 2001 From: gjtorikian <64050+gjtorikian@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:51:43 +0000 Subject: [PATCH 1/3] [skip test] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e01ae6a0..d3f2aa14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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 + + +**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 From 177d59299decf2444d4e93494ff0286e7bd04a87 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Tue, 14 Jul 2026 09:25:17 -0700 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f2aa14..397cfb38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ * 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. + + +Heading anchor markup changed 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 — this warrants a minor version bump (2.9.0) and a prominent changelog entry. **Full Changelog**: https://github.com/gjtorikian/commonmarker/compare/v2.8.3...v2.9.0 # [v2.8.3] - 03-07-2026 From 29d0c80f7138184a6caef3ace8486fa2d06cf862 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Tue, 14 Jul 2026 09:25:52 -0700 Subject: [PATCH 3/3] Update CHANGELOG with heading anchor markup changes Clarified changes to heading anchor markup and noted version bump. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 397cfb38..efe655fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,6 @@ ⚠️ 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. -Heading anchor markup changed 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 — this warrants a minor version bump (2.9.0) and a prominent changelog entry. - **Full Changelog**: https://github.com/gjtorikian/commonmarker/compare/v2.8.3...v2.9.0 # [v2.8.3] - 03-07-2026 ## What's Changed