Skip to content

Releases: antistatique/drupal-editor-advanced-image

3.0.0

03 May 09:07
3c0db6a
Compare
Choose a tag to compare

3.0.0 - 2024-05-03

Removed

  • drop support of drupal 9.x
  • drop support of CKEditor 4.x

Added

  • add official support of drupal 11

2.3.0

08 Apr 07:53
Compare
Choose a tag to compare

2.3.0 - 2024-04-08

Fixed

  • fix latests phpcs latests changes

Added

  • add coverage of Drupal 10.1.x
  • add coverage of Drupal 10.2.x
  • add Drupal GitlabCI
  • add eslitrc.json from Drupal Core
  • add styleintrc.json from Drupal core
  • add cpsell project words for Gitlab-CI
  • add phpstan.neon in order to ignore new static() errors

Fixed

  • fix missing force execution in in order to set attributes even when the Balloon form has still not been used - Issue #3337618 by mvogel

2.2.0

17 Oct 07:45
Compare
Choose a tag to compare

2.2.0 - 2023-10-17

Added

  • CKEditor 5: Allow disabling the Balloon - Issue #3337623 by mvogel, wengerk
  • CKEditor 5: automatically apply configured default CSS class - Issue #3337618 by mvogel

Fixed

  • fix running tests on multiple Drupal (9 & 10) with CKEditor4to5UpgradeCompletenessTest

Changed

  • improve UI of the EAI Ballon form Panel

Removed

  • remove hard dependency on ckeditor4 - #3337628
  • remove hard dependency on ckeditor5 - #3337628

2.1.0

16 Jan 13:33
Compare
Choose a tag to compare

2.1.0 - 2023-01-16

Added

  • add official support of drupal 10.0 (with CKEditor 4)
  • add support for CKEditor 5 - Issue #3333406 by wengerk: CKEditor 5 compatibility
  • upgrade path from CKEditor 4 to CKEditor 5
  • add official support of drupal 9.5

Removed

  • drop support of drupal below 9.3.x
  • drop support of drupal below 9.4.x

2.0.0

21 Oct 12:24
Compare
Choose a tag to compare

2.0.0 - 2022-10-21

Changed

  • move changelog format in order to use Keep a Changelog standard
  • force functional tests to fail on risky (skipped) tests
  • disable deprecation notice PHPUnit
  • drop support of drupal 8.8 & 8.9

Added

  • add dependabot for Github Action dependency
  • add upgrade-status check
  • add coverage for Drupal 9.3, 9.4 & 9.5

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
  • fix issue #3257427: When adding an image with align filter selected it doesn't works properly