Releases: antistatique/drupal-ckeditor-nbsp
Releases · antistatique/drupal-ckeditor-nbsp
2.4.0
2.4.0 - 2024-05-31
Added
- add official support of drupal 10.0 (with CKEditor 4)
- add coverage of Drupal 10.1.x
- add coverage of Drupal 10.2.x
- add Drupal GitlabCI
- add Drupal core .stylelintrc.json
- add cpsell project words for Gitlab-CI
Changed
- fix tests on Drupal 10.2+ using HTML5 filter
- fix issue #3432756: Splitting the links in two
Removed
- drop support of drupal below 9.5.x
- removed translation-files - Issue #3365383
3.0.2
3.0.2 - 2024-05-30
Added
- 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
Changed
- fix tests on Drupal 10.2+ using HTML5 filter
- fix issue #3432756: Splitting the links in two
- fix PHPStan extends unknown class ckeditor
Removed
- removed translation-files - Issue #3365383
Fixed
- fix deprecation by passing @dataProvider as static function
- fix Issue #3432756 by wengerk: Splitting the links in two
2.3.0
3.0.1
3.0.0
2.2.0
2.2.0 - 2022-12-05
Added
- add support for CKEditor 5 - Issue #3277174 by mmiramont, VladimirAus, MacSim: CKEditor 5 compatibility
- add official support of drupal 9.5
Changed
- 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
Removed
- drop support of drupal below 9.3.x
Fixed
- fix deprecation of theme classy for tests
2.1.0
2.1.0 - 2022-10-21
Added
- add dependabot for GitHub Action dependency
- add upgrade-status check
- add coverage for Drupal 9.3, 9.4 & 9.5
Changed
- disable deprecation notice PHPUnit
- update changelog form to follow keep-a-changelog format
- drop support of drupal 8.8 & 8.9
Removed
- remove satackey/action-docker-layer-caching on Github Actions
- remove trigger github actions on every pull-request, keep only push
Fixed
- fixed docker test Javascript on CI
- fixed docker test Unit Database not ready