Skip to content

Commit 3933d56

Browse files
committed
Update CHANGELOG and collect-options for 4.11.12
1 parent aa4901a commit 3933d56

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
> - :house: [Internal]
1010
> - :nail_care: [Polish]
1111

12+
## 4.11.12
13+
14+
#### :bug: Bug Fix
15+
16+
- Fix pasting table into table cell creating invalid nesting and trailing empty paragraph ([#1314](https://github.com/xdan/jodit/issues/1314))
17+
- Fix font size module misbehavior in pt mode: duplicated unit display, incorrect active state, and wrong px/pt conversion ([#1197](https://github.com/xdan/jodit/issues/1197))
18+
- Fix focus competition between multiple editor instances in Source mode ([#1313](https://github.com/xdan/jodit/issues/1313))
19+
1220
## 4.11.7
1321

1422
#### :rocket: New Feature

tools/utils/collect-options.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ async function writeNewConfigFile(
173173
true,
174174
undefined,
175175
ts.factory.createNamedImports([
176-
// Создаём именованный импорт
177176
ts.factory.createImportSpecifier(
178177
false,
179178
undefined,

0 commit comments

Comments
 (0)