All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.0.2 - 2024-05-30
- add coverage of Drupal 10.1.x
- add coverage of Drupal 10.2.x
- add Drupal GitlabCI
- add Drupal core .stylelintrc.json
- add coverage of Drupal 10.3.x
- add experimental coverage of Drupal 11.x-dev
- add cpsell project words for Gitlab-CI
- fix tests on Drupal 10.2+ using HTML5 filter
- fix issue #3432756: Splitting the links in two
- fix PHPStan extends unknown class ckeditor
- removed translation-files - Issue #3365383
- fix deprecation by passing @dataprovider as static function
- fix Issue #3432756 by wengerk: Splitting the links in two
3.0.1 - 2023-06-02
- fix issue #3336616 by Harlor, wengerk: CKEditor5 replaces nbsp with whitespaces
3.0.0 - 2022-12-05
- drop support of drupal below 9.5
- add official support of drupal 10
2.2.0 - 2022-12-05
- add support for CKEditor 5 - Issue #3277174 by mmiramont, VladimirAus, MacSim: CKEditor 5 compatibility
- add official support of drupal 9.5
- change generated markup from to own markup - Issue #3066349 by John Pitcairn, wengerk, PhilY, Artusamak: Using span is problematic due to Drupal's permissive html filters
- drop support of drupal below 9.3.x
- fix deprecation of theme classy for tests
2.1.0 - 2022-10-21
- add dependabot for GitHub Action dependency
- add upgrade-status check
- add coverage for Drupal 9.3, 9.4 & 9.5
- disable deprecation notice PHPUnit
- update changelog form to follow keep-a-changelog format
- drop support of drupal 8.8 & 8.9
- remove satackey/action-docker-layer-caching on Github Actions
- remove trigger github actions on every pull-request, keep only push
- fixed docker test Javascript on CI
- fixed docker test Unit Database not ready
2.0.0-alpha1 - 2020-07-01
- Issue #2941631 - Doc is a bit misleading
- Issue #2996835 - Coding standard
- add travis integration
- add wengerk/docker-drupal-for-contrib
- ensure Drupal 9 readiness
1.2.0 - 2017-03-10
- added CCKEditor Filter to remove span
1.1.0 - 2017-03-08
- add ESLint for Javascript best practices
1.0.0 - 2017-03-08
- First draft.