ace_editor 2.0.0-beta2

Bug fixes
  • Issue #3388322 by Tasneem Natshah: Fixed HTML error when textarea view field has ace format
  • Issue #3386750 by Ahmad Khader: Fixed ace editor HTML code throws error when it's used inside layout builder after upgrading to beta1

ace_editor 2.0.0-alpha1

New features
  • Issue #3279534 by interdruper: Started a 2.0.x branch to support Drupal 10 and update all use of deprecation in the Ace Code Editor module

ace_editor 8.x-1.4

Bug fixes

Issue #3271278: Using ace editor with field ui throws error by Charlie ChX Negyesi, Harlor: Using ace editor with field ui throws error (2022-05-25 18:38:31 +0200)

ace_editor 8.x-1.3

Bug fixes
New features

6ec94de - Issue #3179273 by trackleft2, RajabNatshah, Anybody: drupal-library-installer-plugin not compatible with composer 2 (2020-11-30 03:43:44 +0100)

91d99eb - Issue #3151690 by louis-cuny: Exception throwed on scan_dir by function ace_editor_lib_path() (2020-11-30 03:34:46 +0100)

f4561be - Issue #3150619 by interdruper: Notice: Undefined index: fieldset in Drupal\ace_editor\Plugin\Editor\AceEditor->getJsSettings() (2020-06-12 12:15:49 +0200)

ace_editor 8.x-1.2

New features

Drupal 9 compatibility. Requires Drupal 8.8 / Drupal 8.9 / Drupal 9.0 or greater.

ace_editor 8.x-1.1

Bug fixes
New features

* a706b1e - (HEAD -> 8.x-1.x, tag: 8.x-1.1, origin/8.x-1.x) Adding README.txt file for 8.x releases. (2018-12-20 10:02:25 +0100)
* f819c69 - General code review, specially in the formatter. (2018-12-20 10:01:22 +0100)
* ff2f6ca - AceFilter: fixing tag attributes syntax. (2018-12-19 16:09:26 +0100)
* bd7f580 - Issue #2846029 by interdruper: Satisfy PHP CodeSniffer coding standards, fixing typos (2018-12-19 16:02:02 +0100)

ace_editor 7.x-1.9

Bug fixes
New features

Changes from 7.x-1.8:

  • Issue #2894399 by drupov: Error: "The Ace Editor JS library is missing"
  • Adding support for taxonomy terms edit forms
  • Removing wrong and unnecessary version stataments from .info file.
  • Adding support for i18n translation forms.
  • Avoiding a blocking sequence under some conditions due to the installation requirements.

ace_editor 7.x-1.8

Bug fixes

ace_editor 7.x-1.7

Bug fixes
New features

(tag: 7.x-1.7, origin/HEAD, origin/7.x-1.x) Issue #2691557: [drush] call to undefined function libraries_get_path()
Issue #2691575 by Ruichao: [drush] Mod and theme list not loaded via drush en
Fixing explanation in the admin form.
Issue #2683745: Views - 'Global: Text area' support (in Header, Footer, No Results Behavior).

ace_editor 7.x-1.6

Bug fixes
New features
  • Issue #2645864: Autocomplete isn'\''t implemented (fixed).
  • Issue #2645806 by OnkelTem,interdruper: [drush] Correct version fetching
  • Issue #2659476 by pobster, interdruper: Worker .js files not found, console error, syntax highlight doesn't work
  • Added option inside the editor to set the tabsize.
  • Issue #2645880 by OnkelTem,interdruper: Add full list of Themes and Modes
  • Do not call drush_user_abort() if user selects not to download the library when installing with drush.

ace_editor 7.x-1.5

Bug fixes
New features

Issue #2409583 by jarviss,interdruper: add Ace Editor to Devel php execute form.
Issue #2641022 by interdruper: Content changes not saved. It fixes this bug that appears in 7.x-1.4.

ace_editor 7.x-1.4

Bug fixes

#2255597: Make it work with jQuery 1.10 and above by interdruper: Make it work with jQuery 1.10 and above
Fixes in drush command 'dl-ace'.
README.txt updated

ace_editor 7.x-1.3

Bug fixes

Revert Issue #2255597. Tried a common patch to every JQuery version, but it breaks modes (i.e.PHP) except HTML.

It keeps all the other 7.x-1.2 enhancements: several improvements and fixes over the 7.x-1.1 version:

ace_editor 7.x-1.2

Bug fixes
New features

Several improvements and fixes over the 7.x-1.1 version:

ace_editor 7.x-1.1

Bug fixes
New features

Changed the README to specify new download links.
Added to the README the dependencie with the > 1.0.0 version of the Ace Editor.

Added the "auto height" of the editor feature. See: #2227443

ace_editor 7.x-1.0

Bug fixes

I commited and/or fixed a bunch of old and annoying/blocking issues:

#1425558 by Amitaibu
#1933320 by Growiel
#2192611 by Growiel
#2090921 by tjerah

I believe we are ready for a first stable release as we've been using the module a lot without any issues (those issues are now fixed) for almost a year now.

ace_editor 7.x-1.0-alpha11

• Summary fields now act as they should with the editor.
• You can now resize the editors vertically, and the new height is persistent.
• Module no longer uses localStorage if browser does not support it.

ace_editor 7.x-1.0-alpha10

New features

Added all available themes and syntaxes.
Updated README to document all new themes and modes added.

ace_editor 7.x-1.0-alpha9

New features
Bug fixes

Changed embed tag from [editor] to .
Changed all setting names to be more user friendly.
Added an api function to get a printable Ace Editor field.

ace_editor 7.x-1.0-alpha8

New features

Added a text format filter to output [editor][/editor] wrapped content into an Ace Editor and the ability to override the default text filter options by adding attributes to the [editor]-tag.

ace_editor 7.x-1.0-alpha7

New features
Bug fixes

Added a format filter that outputs the content between [editor] and [/editor] to an Ace Editor.

ace_editor 7.x-1.0-alpha6

New features

Added a display formatter that outputs the content in an ace editor

ace_editor 7.x-1.0-alpha5

New features
Bug fixes

Module's JavaScript completely re-written to allow editors for field summaries as well.

ace_editor 7.x-1.0-alpha4

New features
Bug fixes

Fixed a nasty bug where content wouldn't save at times. Also moved some settings from edit mode to the module's configuration page.

Subscribe with RSS Subscribe to Releases for Ace Code Editor