Closed (fixed)
Project:
CKEditor Anchor Link
Version:
3.0.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Dec 2025 at 15:57 UTC
Updated:
7 Feb 2026 at 12:48 UTC
Jump to comment: Most recent
Comments
Comment #2
hosterholzComment #3
rajab natshahThanks, Hendrik, for reporting this.
Let’s work on it before the release of Drupal 10.6/11.3.
We could manage a release before the stable release within the same week.
Planed to support with the
3.0.xbranch, and if we need we can create a new3.1.xbranch.Changing the status to Needs work
Comment #4
bailsbails commentedThis also seems to be an issue on sites upgrading from 10.4.X to 10.5.X.
Comment #5
hosterholz@rajab-natshah Please review PR #17 on GitHub. The Fix works with CKEditor5 v45 (Drupal 10.5/11.2) and CKEditor5 v47 (Drupal 10.6/11.3). With just a new release of vardot/ckeditor5-anchor-drupal anchor_link can be made compatible with the next Drupal versions.
I built the ckeditor plugin against CKEditor5 v45. Building against v47 requires another change, but the v45 plugin works fine with v47.
What work is needed to get this released?
Comment #6
rajab natshahThanks, Hendrik for following up
✅ Released Vardot/ckeditor5-anchor-drupal 2.0.4
https://github.com/Vardot/ckeditor5-anchor-drupal/releases/tag/2.0.4
https://packagist.org/packages/vardot/ckeditor5-anchor-drupal#2.0.4
Needs more testing with:
Comment #7
rajab natshahComment #8
rajab natshahComment #9
jan kellermann commentedThank you!
Version 2.0.4 works for me with Drupal 10.6.
Comment #10
bwaindwain commentedv2.0.4 works good for me with Drupal 10.6.1 and 11.3.1
Comment #11
rajab natshahComment #13
elaine.ong commentedLooking forward for the release of the module with the fix.
Comment #14
hosterholz@elaine.ong There is no change in the code of the module itself, only in the library it depends on. You can just update the library to apply this fix:
composer update vardot/ckeditor5-anchor-drupal:^2.0.4Comment #17
phoang commentedWe actually need to bump up the
vardot/ckeditor5-anchor-drupal:2.0.4in module library. I just updated the PR and we need the module release for the fix. @rajab-natshahComment #18
bwaindwain commentedLooks good to me. +1RTBC
Comment #19
rajab natshahComment #22
phoang commented@rajab natshah why do you not plan to update these files from the MR !19 mergeable
composer.json
composer.libraries.json
Comment #23
rajab natshahThanks, Phuoc, for your further follow up and reminding.
Moving with your change.
Comment #24
rajab natshahComment #25
rajab natshah✅ Released anchor_link-3.0.4