19.0.0 (2020-04-29)
- Added auto format integration with the strike through using
~~
string. Closes ckeditor/ckeditor5#6412. (9c3fd3e)
18.0.0 (2020-03-19)
Internal changes only (updated dependencies, documentation, etc.).
17.0.0 (2020-02-18)
Internal changes only (updated dependencies, documentation, etc.).
16.0.0 (2019-12-04)
- Enabled code block autoformatting with the
```
sequence. Closes ckeditor/ckeditor5#5672. (fb2d1b5)
BlockAutoformat
should not react to text typed after inline element. Closes ckeditor/ckeditor5#5671. (241c294)
15.0.0 (2019-10-23)
- Autoformat transformations in blocks containing inline elements. Closes ckeditor/ckeditor5#1955. (133c647)
- Add
pluginName
property to editing plugins. (44fcbc7)
11.0.5 (2019-08-26)
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (65f5d11)
11.0.4 (2019-07-10)
Internal changes only (updated dependencies, documentation, etc.).
11.0.3 (2019-07-04)
Internal changes only (updated dependencies, documentation, etc.).
11.0.2 (2019-06-05)
Internal changes only (updated dependencies, documentation, etc.).
11.0.1 (2019-04-10)
- Any digit followed by a dot won't trigger the numbered list. Now, only
1
is supported by theAutoformat
plugin. Closes #60. (c7c4662)
11.0.0 (2019-02-28)
BlockAutoformatEditing
will not format the text if the command is disabled.InlineAutoformatEditing
will not format the text if the callback returnedfalse
. Closes #64. (cc7f454)- Cancel
BlockAutoformatEditing
autoformatting if given callback returnedfalse
. Closes #66. (9b066f1)
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
10.0.4 (2018-12-05)
Internal changes only (updated dependencies, documentation, etc.).
10.0.3 (2018-10-08)
Internal changes only (updated dependencies, documentation, etc.).
10.0.2 (2018-07-18)
Internal changes only (updated dependencies, documentation, etc.).
10.0.1 (2018-06-21)
Internal changes only (updated dependencies, documentation, etc.).
10.0.0 (2018-04-25)
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (a9a514a)
- The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.
1.0.0-beta.4 (2018-04-19)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-beta.2 (2018-04-10)
1.0.0-beta.1 (2018-03-15)
-
Ordered list will now be triggered by a numer and
.
or)
. Closes #42. (bcc4e3b)Thanks to @vladikoff!
- Aligned feature class naming to the new scheme. (5f5b4a9)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-alpha.2 (2017-11-14)
1.0.0-alpha.1 (2017-10-03)
- Added support for backticks which apply
<code>
to the wrapped fragment of text. Closes #35. (3e93bf6)
0.6.0 (2017-09-03)
- The
Autoformat
plugin should not require other features. Closes #5 and #17. (d22c5b6) - Autoformatting will not be triggered if the batch with changes is
transparent
(e.g. it represents other user's changes). (f1131bc)
- Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). (f20ef7d)
- The autoformat feature will not depend on the configuration of the heading feature but it will use the available
heading*
commands. Closes #29. (d0cee1f)
- The command API has been changed.
- The Autoformat feature doesn't require Bold, Italic, Heading, etc. any longer. In order to make the most of the plugin, please make sure that relevant features are loaded in your editor.
0.5.1 (2017-05-07)
Internal changes only (updated dependencies, documentation, etc.).
0.5.0 (2017-04-05)
- Named existing plugin(s). (e043947)