Skip to content

Commit 0d0f9e8

Browse files
authored
chore(submodules): submodules updated, changelog fixed (codex-team#2179)
* submodules updated * changelog updated
1 parent 9b7da50 commit 0d0f9e8

7 files changed

Lines changed: 24 additions & 15 deletions

File tree

.vscode/settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"cSpell.words": [
3+
"autofocused",
34
"Behaviour",
45
"cacheable",
56
"childs",
67
"codexteam",
78
"colspan",
89
"contenteditable",
10+
"contentless",
911
"cssnano",
12+
"cssnext",
1013
"Debouncer",
1114
"devserver",
1215
"editorjs",
@@ -15,17 +18,22 @@
1518
"GRAMMARLY",
1619
"hsablonniere",
1720
"intellij",
21+
"keydown",
1822
"keydowns",
1923
"Kilian",
2024
"mergeable",
2125
"movetostart",
2226
"nofollow",
2327
"opencollective",
2428
"preconfigured",
29+
"resetors",
2530
"rowspan",
2631
"selectall",
2732
"sometool",
2833
"stylelint",
29-
"twitterwidget"
34+
"textareas",
35+
"twitterwidget",
36+
"typeof",
37+
"viewports"
3038
]
3139
}

docs/CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
### 2.26.0
55

66
- `New`*UI* — Block Tunes became vertical just like the Toolbox 🤩
7-
- `New`*Block Tunes API* — Now `render()` method of a Block Tune can return config with just icon, label and callback instead of custom HTML. This impovement is a key to the new straightforward way of configuring tune's appearance in Block Tunes menu.
7+
- `New`*Block Tunes API* — Now `render()` method of a Block Tune can return config with just icon, label and callback instead of custom HTML. This improvement is a key to the new straightforward way of configuring tune's appearance in Block Tunes menu.
88
- `New`*Tools API* — As well as `render()` in `Tunes API`, Tool's `renderSettings()` now also supports new configuration format.
99
- `New`*UI* — Meet the new icons from [CodeX Icons](https://github.com/codex-team/icons) pack 🛍 💝
1010
- `New`*BlocksAPI* — the `blocks.insert()` method now also have the optional `id` param. If passed, this id will be used instead of the generated one.
@@ -14,6 +14,7 @@
1414
- `Fix` — If a Tool specifies some tags to substitute on paste, all attributes of that tags will be removed before passing them to the tool. Possible XSS vulnerability fixed.
1515
- `Fix` — Workaround for the HTMLJanitor bug with Tables (https://github.com/guardian/html-janitor/issues/3) added
1616
- `Improvement`*Tools API*`pasteConfig().tags` now support sanitizing configuration. It allows you to leave some explicitly specified attributes for pasted content.
17+
- `Improvement`*CodeStyle*[CodeX ESLint Config](https://github.com/codex-team/eslint-config) has bee updated. All ESLint/Spelling issues resolved
1718

1819
### 2.25.0
1920

@@ -117,7 +118,7 @@ Due to that API changes: tool's `toolbox` getter now can return either a single
117118
### 2.20.1
118119

119120
- `Fix` - Create a new block when clicked at the bottom [#1588](https://github.com/codex-team/editor.js/issues/1588).
120-
- `Fix` — Fix sanitisation problem with Inline Tools [#1631](https://github.com/codex-team/editor.js/issues/1631)
121+
- `Fix` — Fix sanitization problem with Inline Tools [#1631](https://github.com/codex-team/editor.js/issues/1631)
121122
- `Fix` — Fix copy in FireFox [1625](https://github.com/codex-team/editor.js/issues/1625)
122123
- `Refactoring` - The Sanitizer module is util now.
123124
- `Refactoring` - Tooltip module is util now.
@@ -172,7 +173,7 @@ Due to that API changes: tool's `toolbox` getter now can return either a single
172173
- `New` - Tool's `reset` static method added to the API to clean up any data added by Tool on initialization
173174
- `Improvements` - The `initialBlock` property of Editor config is deprecated. Use the `defaultBlock` instead. [#993](https://github.com/codex-team/editor.js/issues/993)
174175
- `Improvements` - BlockAPI `call()` method now returns the result of calling method, thus allowing it to expose arbitrary data as needed [#1205](https://github.com/codex-team/editor.js/pull/1205)
175-
- `Improvements` - Unuseful log about missed i18n section has been removed [#1269](https://github.com/codex-team/editor.js/issues/1269)
176+
- `Improvements` - Useless log about missed i18n section has been removed [#1269](https://github.com/codex-team/editor.js/issues/1269)
176177
- `Improvements` - Allowed to set `false` as `toolbox` config in order to hide Toolbox button [#1221](https://github.com/codex-team/editor.js/issues/1221)
177178
- `Fix` — Fix problem with types usage [#1183](https://github.com/codex-team/editor.js/issues/1183)
178179
- `Fix` - Fixed issue with Spam clicking the "Click to tune" button duplicates the icons on FireFox. [#1273](https://github.com/codex-team/editor.js/issues/1273)
@@ -183,7 +184,7 @@ Due to that API changes: tool's `toolbox` getter now can return either a single
183184
- `Fix` - Fixed issue with enter key in inputs and textareas [#920](https://github.com/codex-team/editor.js/issues/920)
184185
- `Fix` - blocks.getBlockByIndex() API method now returns void for indexes out of range [#1270](https://github.com/codex-team/editor.js/issues/1270)
185186
- `Fix` - Fixed the `Tab` key behavior when the caret is not set inside contenteditable element, but the block is selected [#1302](https://github.com/codex-team/editor.js/issues/1302).
186-
- `Fix` - Fixed the `onChange` callback issue. This method didn't be called for native inputs before some contentedtable element changed [#843](https://github.com/codex-team/editor.js/issues/843)
187+
- `Fix` - Fixed the `onChange` callback issue. This method didn't be called for native inputs before some contenteditable element changed [#843](https://github.com/codex-team/editor.js/issues/843)
187188
- `Fix` - Fixed the `onChange` callback issue. This method didn't be called after the callback throws an exception [#1339](https://github.com/codex-team/editor.js/issues/1339)
188189
- `Fix` - The internal `shortcut` getter of Tools classes will work now.
189190
- `Deprecated` — The Inline Tool `clear()` method is deprecated because the new instance of Inline Tools will be created on every showing of the Inline Toolbar
@@ -232,7 +233,7 @@ Due to that API changes: tool's `toolbox` getter now can return either a single
232233

233234
- `Fix` — Fix Firefox bug with incorrect height and cursor position of empty content editable elements [#947](https://github.com/codex-team/editor.js/issues/947) [#876](https://github.com/codex-team/editor.js/issues/876) [#608](https://github.com/codex-team/editor.js/issues/608) [#876](https://github.com/codex-team/editor.js/issues/876)
234235
- `Fix` — Set initial hidden Inline Toolbar position [#979](https://github.com/codex-team/editor.js/issues/979)
235-
- `Fix` — Fix issue with CodeX.Toolips TypeScript definitions [#978](https://github.com/codex-team/editor.js/issues/978)
236+
- `Fix` — Fix issue with CodeX.Tooltips TypeScript definitions [#978](https://github.com/codex-team/editor.js/issues/978)
236237
- `Fix` — Fix some issues with Inline and Tunes toolbars.
237238
- `Fix` - Fix `minHeight` option with zero-value issue [#724](https://github.com/codex-team/editor.js/issues/724)
238239
- `Improvements` — Disable Conversion Toolbar if there are no Tools to convert [#984](https://github.com/codex-team/editor.js/issues/984)
@@ -345,7 +346,7 @@ Due to that API changes: tool's `toolbox` getter now can return either a single
345346

346347
### 2.11.5
347348

348-
- `Fix` *RectangeSelection* — Redesign of the scrolling zones
349+
- `Fix` *RectangleSelection* — Redesign of the scrolling zones
349350

350351
### 2.11.4
351352

@@ -361,7 +362,7 @@ Due to that API changes: tool's `toolbox` getter now can return either a single
361362

362363
### 2.11.1
363364

364-
- `Fix` *RectangeSelection* — Selection is available only for the main mouse button
365+
- `Fix` *RectangleSelection* — Selection is available only for the main mouse button
365366

366367
### 2.11.0
367368

@@ -393,15 +394,15 @@ Due to that API changes: tool's `toolbox` getter now can return either a single
393394

394395
### 2.9.0
395396

396-
- `New` *RectangeSelection* — Ability to select Block or several Blocks with mouse
397+
- `New` *RectangleSelection* — Ability to select Block or several Blocks with mouse
397398

398399
### 2.8.1
399400

400401
- `Fix` *Caret* — Fix "History back" call on backspace in Firefox
401402

402403
### 2.8.0
403404

404-
- `Imporvements` *API* — Added [API methods](api.md#caretapi) to manage caret position
405+
- `Improvements` *API* — Added [API methods](api.md#caretapi) to manage caret position
405406

406407
### 2.7.32
407408

example/tools/header

example/tools/nested-list

0 commit comments

Comments
 (0)