@ckeditor/ckeditor5-autoformat 34.2.0 → 35.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +208 -0
  2. package/package.json +18 -17
package/CHANGELOG.md ADDED
@@ -0,0 +1,208 @@
1
+ Changelog
2
+ =========
3
+
4
+ All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
5
+
6
+ Changes for the past releases are available below.
7
+
8
+ ## [19.0.0](https://github.com/ckeditor/ckeditor5-autoformat/compare/v18.0.0...v19.0.0) (2020-04-29)
9
+
10
+ ### Features
11
+
12
+ * Added auto format integration with the strike through using `~~` string. Closes [ckeditor/ckeditor5#6412](https://github.com/ckeditor/ckeditor5/issues/6412). ([9c3fd3e](https://github.com/ckeditor/ckeditor5-autoformat/commit/9c3fd3e))
13
+
14
+
15
+ ## [18.0.0](https://github.com/ckeditor/ckeditor5-autoformat/compare/v17.0.0...v18.0.0) (2020-03-19)
16
+
17
+ Internal changes only (updated dependencies, documentation, etc.).
18
+
19
+
20
+ ## [17.0.0](https://github.com/ckeditor/ckeditor5-autoformat/compare/v16.0.0...v17.0.0) (2020-02-18)
21
+
22
+ Internal changes only (updated dependencies, documentation, etc.).
23
+
24
+
25
+ ## [16.0.0](https://github.com/ckeditor/ckeditor5-autoformat/compare/v15.0.0...v16.0.0) (2019-12-04)
26
+
27
+ ### Features
28
+
29
+ * Enabled code block autoformatting with the `` ``` `` sequence. Closes [ckeditor/ckeditor5#5672](https://github.com/ckeditor/ckeditor5/issues/5672). ([fb2d1b5](https://github.com/ckeditor/ckeditor5-autoformat/commit/fb2d1b5))
30
+
31
+ ### Bug fixes
32
+
33
+ * `BlockAutoformat` should not react to text typed after inline element. Closes [ckeditor/ckeditor5#5671](https://github.com/ckeditor/ckeditor5/issues/5671). ([241c294](https://github.com/ckeditor/ckeditor5-autoformat/commit/241c294))
34
+
35
+
36
+ ## [15.0.0](https://github.com/ckeditor/ckeditor5-autoformat/compare/v11.0.5...v15.0.0) (2019-10-23)
37
+
38
+ ### Bug fixes
39
+
40
+ * Autoformat transformations in blocks containing inline elements. Closes [ckeditor/ckeditor5#1955](https://github.com/ckeditor/ckeditor5/issues/1955). ([133c647](https://github.com/ckeditor/ckeditor5-autoformat/commit/133c647))
41
+
42
+ ### Other changes
43
+
44
+ * Add `pluginName` property to editing plugins. ([44fcbc7](https://github.com/ckeditor/ckeditor5-autoformat/commit/44fcbc7))
45
+
46
+
47
+ ## [11.0.5](https://github.com/ckeditor/ckeditor5-autoformat/compare/v11.0.4...v11.0.5) (2019-08-26)
48
+
49
+ ### Other changes
50
+
51
+ * The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See [ckeditor/ckeditor5#1988](https://github.com/ckeditor/ckeditor5/issues/1988). ([65f5d11](https://github.com/ckeditor/ckeditor5-autoformat/commit/65f5d11))
52
+
53
+
54
+ ## [11.0.4](https://github.com/ckeditor/ckeditor5-autoformat/compare/v11.0.3...v11.0.4) (2019-07-10)
55
+
56
+ Internal changes only (updated dependencies, documentation, etc.).
57
+
58
+
59
+ ## [11.0.3](https://github.com/ckeditor/ckeditor5-autoformat/compare/v11.0.2...v11.0.3) (2019-07-04)
60
+
61
+ Internal changes only (updated dependencies, documentation, etc.).
62
+
63
+
64
+ ## [11.0.2](https://github.com/ckeditor/ckeditor5-autoformat/compare/v11.0.1...v11.0.2) (2019-06-05)
65
+
66
+ Internal changes only (updated dependencies, documentation, etc.).
67
+
68
+
69
+ ## [11.0.1](https://github.com/ckeditor/ckeditor5-autoformat/compare/v11.0.0...v11.0.1) (2019-04-10)
70
+
71
+ ### Other changes
72
+
73
+ * Any digit followed by a dot won't trigger the numbered list. Now, only `1` is supported by the `Autoformat` plugin. Closes [#60](https://github.com/ckeditor/ckeditor5-autoformat/issues/60). ([c7c4662](https://github.com/ckeditor/ckeditor5-autoformat/commit/c7c4662))
74
+
75
+
76
+ ## [11.0.0](https://github.com/ckeditor/ckeditor5-autoformat/compare/v10.0.4...v11.0.0) (2019-02-28)
77
+
78
+ ### Features
79
+
80
+ * `BlockAutoformatEditing` will not format the text if the command is disabled. `InlineAutoformatEditing` will not format the text if the callback returned `false`. Closes [#64](https://github.com/ckeditor/ckeditor5-autoformat/issues/64). ([cc7f454](https://github.com/ckeditor/ckeditor5-autoformat/commit/cc7f454))
81
+ * Cancel `BlockAutoformatEditing` autoformatting if given callback returned `false`. Closes [#66](https://github.com/ckeditor/ckeditor5-autoformat/issues/66). ([9b066f1](https://github.com/ckeditor/ckeditor5-autoformat/commit/9b066f1))
82
+
83
+ ### BREAKING CHANGES
84
+
85
+ * Upgraded minimal versions of Node to `8.0.0` and npm to `5.7.1`. See: [ckeditor/ckeditor5#1507](https://github.com/ckeditor/ckeditor5/issues/1507). ([612ea3c](https://github.com/ckeditor/ckeditor5-cloud-services/commit/612ea3c))
86
+
87
+
88
+ ## [10.0.4](https://github.com/ckeditor/ckeditor5-autoformat/compare/v10.0.3...v10.0.4) (2018-12-05)
89
+
90
+ Internal changes only (updated dependencies, documentation, etc.).
91
+
92
+
93
+ ## [10.0.3](https://github.com/ckeditor/ckeditor5-autoformat/compare/v10.0.2...v10.0.3) (2018-10-08)
94
+
95
+ Internal changes only (updated dependencies, documentation, etc.).
96
+
97
+
98
+ ## [10.0.2](https://github.com/ckeditor/ckeditor5-autoformat/compare/v10.0.1...v10.0.2) (2018-07-18)
99
+
100
+ Internal changes only (updated dependencies, documentation, etc.).
101
+
102
+
103
+ ## [10.0.1](https://github.com/ckeditor/ckeditor5-autoformat/compare/v10.0.0...v10.0.1) (2018-06-21)
104
+
105
+ Internal changes only (updated dependencies, documentation, etc.).
106
+
107
+
108
+ ## [10.0.0](https://github.com/ckeditor/ckeditor5-autoformat/compare/v1.0.0-beta.4...v10.0.0) (2018-04-25)
109
+
110
+ ### Other changes
111
+
112
+ * Changed the license to GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991). ([a9a514a](https://github.com/ckeditor/ckeditor5-autoformat/commit/a9a514a))
113
+
114
+ ### BREAKING CHANGES
115
+
116
+ * 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](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
117
+
118
+
119
+ ## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-autoformat/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
120
+
121
+ Internal changes only (updated dependencies, documentation, etc.).
122
+
123
+
124
+ ## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-autoformat/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
125
+
126
+ ### Bug fixes
127
+
128
+ * Autoformat should ignore transparent batches. Closes [#56](https://github.com/ckeditor/ckeditor5-autoformat/issues/56). ([e42f987](https://github.com/ckeditor/ckeditor5-autoformat/commit/e42f987))
129
+
130
+
131
+ ## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-autoformat/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
132
+
133
+ ### Bug fixes
134
+
135
+ * Fixed integration with undo. Closes [#53](https://github.com/ckeditor/ckeditor5-autoformat/issues/53). ([f5d68f4](https://github.com/ckeditor/ckeditor5-autoformat/commit/f5d68f4))
136
+ * Ordered list will now be triggered by a numer and `.` or `)`. Closes [#42](https://github.com/ckeditor/ckeditor5-autoformat/issues/42). ([bcc4e3b](https://github.com/ckeditor/ckeditor5-autoformat/commit/bcc4e3b))
137
+
138
+ Thanks to [@vladikoff](https://github.com/vladikoff)!
139
+
140
+ ### Other changes
141
+
142
+ * Aligned feature class naming to the new scheme. ([5f5b4a9](https://github.com/ckeditor/ckeditor5-autoformat/commit/5f5b4a9))
143
+
144
+
145
+ ## 0.0.1 (2017-10-27)
146
+
147
+ Internal changes only (updated dependencies, documentation, etc.).
148
+
149
+
150
+ ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-autoformat/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
151
+
152
+ ### Bug fixes
153
+
154
+ * `LiveRanges` used by `InlineAutoFormatEngine` are now properly detached. Closes [#39](https://github.com/ckeditor/ckeditor5-autoformat/issues/39). ([5f24ae8](https://github.com/ckeditor/ckeditor5-autoformat/commit/5f24ae8))
155
+
156
+
157
+ ## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-autoformat/compare/v0.6.0...v1.0.0-alpha.1) (2017-10-03)
158
+
159
+ ### Features
160
+
161
+ * Added support for backticks which apply `<code>` to the wrapped fragment of text. Closes [#35](https://github.com/ckeditor/ckeditor5-autoformat/issues/35). ([3e93bf6](https://github.com/ckeditor/ckeditor5-autoformat/commit/3e93bf6))
162
+
163
+
164
+ ## [0.6.0](https://github.com/ckeditor/ckeditor5-autoformat/compare/v0.5.1...v0.6.0) (2017-09-03)
165
+
166
+ ### Bug fixes
167
+
168
+ * The `Autoformat` plugin should not require other features. Closes [#5](https://github.com/ckeditor/ckeditor5-autoformat/issues/5) and [#17](https://github.com/ckeditor/ckeditor5-autoformat/issues/17). ([d22c5b6](https://github.com/ckeditor/ckeditor5-autoformat/commit/d22c5b6))
169
+ * Autoformatting will not be triggered if the batch with changes is `transparent` (e.g. it represents other user's changes). ([f1131bc](https://github.com/ckeditor/ckeditor5-autoformat/commit/f1131bc))
170
+
171
+ ### Features
172
+
173
+ * Added support for block quotes. Closes [#26](https://github.com/ckeditor/ckeditor5-autoformat/issues/26). ([4c1e83e](https://github.com/ckeditor/ckeditor5-autoformat/commit/4c1e83e))
174
+
175
+ ### Other changes
176
+
177
+ * Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). ([f20ef7d](https://github.com/ckeditor/ckeditor5-autoformat/commit/f20ef7d))
178
+ * The autoformat feature will not depend on the configuration of the heading feature but it will use the available `heading*` commands. Closes [#29](https://github.com/ckeditor/ckeditor5-autoformat/issues/29). ([d0cee1f](https://github.com/ckeditor/ckeditor5-autoformat/commit/d0cee1f))
179
+
180
+ ### BREAKING CHANGES
181
+
182
+ * The command API has been changed.
183
+
184
+ ### NOTE
185
+
186
+ * 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.
187
+
188
+
189
+ ## [0.5.1](https://github.com/ckeditor/ckeditor5-autoformat/compare/v0.5.0...v0.5.1) (2017-05-07)
190
+
191
+ Internal changes only (updated dependencies, documentation, etc.).
192
+
193
+ ## [0.5.0](https://github.com/ckeditor/ckeditor5-autoformat/compare/v0.4.1...v0.5.0) (2017-04-05)
194
+
195
+ ### Features
196
+
197
+ * Named existing plugin(s). ([e043947](https://github.com/ckeditor/ckeditor5-autoformat/commit/e043947))
198
+
199
+ ### Other changes
200
+
201
+ * Updated command names to match the latest API of the Heading feature. Closes [#22](https://github.com/ckeditor/ckeditor5-autoformat/issues/22). ([10b5561](https://github.com/ckeditor/ckeditor5-autoformat/commit/10b5561))
202
+
203
+
204
+ ## [0.4.1](https://github.com/ckeditor/ckeditor5-autoformat/compare/v0.4.0...v0.4.1) (2017-03-06)
205
+
206
+ ### Other changes
207
+
208
+ * Aligned the use of the `heading` command to the changes in the `ckeditor5-heading` package. Closes [#20](https://github.com/ckeditor/ckeditor5/issues/20). ([6b8b759](https://github.com/ckeditor/ckeditor5-autoformat/commit/6b8b759))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-autoformat",
3
- "version": "34.2.0",
3
+ "version": "35.0.0",
4
4
  "description": "Autoformatting feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,24 +12,24 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^34.2.0"
15
+ "ckeditor5": "^35.0.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@ckeditor/ckeditor5-basic-styles": "^34.2.0",
19
- "@ckeditor/ckeditor5-block-quote": "^34.2.0",
20
- "@ckeditor/ckeditor5-code-block": "^34.2.0",
21
- "@ckeditor/ckeditor5-core": "^34.2.0",
18
+ "@ckeditor/ckeditor5-basic-styles": "^35.0.0",
19
+ "@ckeditor/ckeditor5-block-quote": "^35.0.0",
20
+ "@ckeditor/ckeditor5-code-block": "^35.0.0",
21
+ "@ckeditor/ckeditor5-core": "^35.0.0",
22
22
  "@ckeditor/ckeditor5-dev-utils": "^30.0.0",
23
- "@ckeditor/ckeditor5-editor-classic": "^34.2.0",
24
- "@ckeditor/ckeditor5-engine": "^34.2.0",
25
- "@ckeditor/ckeditor5-enter": "^34.2.0",
26
- "@ckeditor/ckeditor5-heading": "^34.2.0",
27
- "@ckeditor/ckeditor5-horizontal-line": "^34.2.0",
28
- "@ckeditor/ckeditor5-list": "^34.2.0",
29
- "@ckeditor/ckeditor5-paragraph": "^34.2.0",
30
- "@ckeditor/ckeditor5-theme-lark": "^34.2.0",
31
- "@ckeditor/ckeditor5-typing": "^34.2.0",
32
- "@ckeditor/ckeditor5-undo": "^34.2.0",
23
+ "@ckeditor/ckeditor5-editor-classic": "^35.0.0",
24
+ "@ckeditor/ckeditor5-engine": "^35.0.0",
25
+ "@ckeditor/ckeditor5-enter": "^35.0.0",
26
+ "@ckeditor/ckeditor5-heading": "^35.0.0",
27
+ "@ckeditor/ckeditor5-horizontal-line": "^35.0.0",
28
+ "@ckeditor/ckeditor5-list": "^35.0.0",
29
+ "@ckeditor/ckeditor5-paragraph": "^35.0.0",
30
+ "@ckeditor/ckeditor5-theme-lark": "^35.0.0",
31
+ "@ckeditor/ckeditor5-typing": "^35.0.0",
32
+ "@ckeditor/ckeditor5-undo": "^35.0.0",
33
33
  "webpack": "^5.58.1",
34
34
  "webpack-cli": "^4.9.0"
35
35
  },
@@ -51,7 +51,8 @@
51
51
  "src",
52
52
  "theme",
53
53
  "build",
54
- "ckeditor5-metadata.json"
54
+ "ckeditor5-metadata.json",
55
+ "CHANGELOG.md"
55
56
  ],
56
57
  "depcheckIgnore": [
57
58
  "eslint-plugin-ckeditor5-rules"