jodit 4.13.10 → 4.13.12
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.
- package/CHANGELOG.md +20 -0
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +14 -14
- package/es2015/jodit.js +155 -89
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +9 -9
- package/es2015/plugins/debug/debug.css +1 -1
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +36 -13
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +7 -7
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +9 -9
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +31 -31
- package/es2021/jodit.js +155 -89
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +31 -31
- package/es2021/plugins/debug/debug.css +1 -1
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +36 -13
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021.en/jodit.css +1 -1
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +7 -7
- package/es2021.en/jodit.js +14 -4
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +7 -7
- package/es2021.en/plugins/debug/debug.css +1 -1
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +3 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +155 -89
- package/es5/jodit.min.css +3 -3
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.css +1 -1
- package/es5/plugins/debug/debug.js +1 -1
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +36 -13
- package/es5/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es5/polyfills.fat.min.js +1 -1
- package/es5/polyfills.js +1 -1
- package/es5/polyfills.min.js +1 -1
- package/esm/core/constants.js +1 -1
- package/esm/langs/ar.d.ts +1 -0
- package/esm/langs/ar.js +1 -0
- package/esm/langs/cs_cz.d.ts +1 -0
- package/esm/langs/cs_cz.js +1 -0
- package/esm/langs/de.d.ts +1 -0
- package/esm/langs/de.js +1 -0
- package/esm/langs/es.d.ts +1 -0
- package/esm/langs/es.js +1 -0
- package/esm/langs/fa.d.ts +214 -0
- package/esm/langs/fa.js +1 -0
- package/esm/langs/fi.d.ts +1 -0
- package/esm/langs/fi.js +1 -0
- package/esm/langs/fr.d.ts +1 -0
- package/esm/langs/fr.js +2 -1
- package/esm/langs/he.d.ts +1 -0
- package/esm/langs/he.js +1 -0
- package/esm/langs/hu.d.ts +1 -0
- package/esm/langs/hu.js +1 -0
- package/esm/langs/id.d.ts +1 -0
- package/esm/langs/id.js +1 -0
- package/esm/langs/it.d.ts +1 -0
- package/esm/langs/it.js +1 -0
- package/esm/langs/ja.d.ts +1 -0
- package/esm/langs/ja.js +1 -0
- package/esm/langs/ko.d.ts +1 -0
- package/esm/langs/ko.js +1 -0
- package/esm/langs/mn.d.ts +1 -0
- package/esm/langs/mn.js +1 -0
- package/esm/langs/nl.d.ts +1 -0
- package/esm/langs/nl.js +1 -0
- package/esm/langs/no.d.ts +1 -0
- package/esm/langs/no.js +1 -0
- package/esm/langs/pl.d.ts +1 -0
- package/esm/langs/pl.js +1 -0
- package/esm/langs/pt_br.d.ts +1 -0
- package/esm/langs/pt_br.js +1 -0
- package/esm/langs/ru.d.ts +1 -0
- package/esm/langs/ru.js +1 -0
- package/esm/langs/sk.d.ts +214 -0
- package/esm/langs/sk.js +228 -0
- package/esm/langs/sv.d.ts +222 -0
- package/esm/langs/sv.js +6 -0
- package/esm/langs/tr.d.ts +1 -0
- package/esm/langs/tr.js +1 -0
- package/esm/langs/ua.d.ts +1 -0
- package/esm/langs/ua.js +1 -0
- package/esm/langs/zh_cn.d.ts +1 -0
- package/esm/langs/zh_cn.js +1 -0
- package/esm/langs/zh_tw.d.ts +1 -0
- package/esm/langs/zh_tw.js +1 -0
- package/esm/languages.js +6 -0
- package/esm/modules/file-browser/listeners/self-listeners.js +1 -1
- package/esm/plugins/line-height/langs/index.d.ts +2 -1
- package/esm/plugins/line-height/langs/index.js +2 -1
- package/esm/plugins/line-height/langs/sk.d.ts +4 -0
- package/esm/plugins/line-height/langs/sk.js +9 -0
- package/esm/plugins/speech-recognize/langs/index.d.ts +2 -1
- package/esm/plugins/speech-recognize/langs/index.js +2 -1
- package/esm/plugins/speech-recognize/langs/sk.d.ts +9 -0
- package/esm/plugins/speech-recognize/langs/sk.js +14 -0
- package/esm/plugins/spellcheck/langs/index.d.ts +2 -1
- package/esm/plugins/spellcheck/langs/index.js +2 -1
- package/esm/plugins/spellcheck/langs/sk.d.ts +1 -0
- package/esm/plugins/spellcheck/langs/sk.js +9 -0
- package/package.json +1 -1
- package/types/langs/ar.d.ts +1 -0
- package/types/langs/cs_cz.d.ts +1 -0
- package/types/langs/de.d.ts +1 -0
- package/types/langs/es.d.ts +1 -0
- package/types/langs/fa.d.ts +214 -0
- package/types/langs/fi.d.ts +1 -0
- package/types/langs/fr.d.ts +1 -0
- package/types/langs/he.d.ts +1 -0
- package/types/langs/hu.d.ts +1 -0
- package/types/langs/id.d.ts +1 -0
- package/types/langs/it.d.ts +1 -0
- package/types/langs/ja.d.ts +1 -0
- package/types/langs/ko.d.ts +1 -0
- package/types/langs/mn.d.ts +1 -0
- package/types/langs/nl.d.ts +1 -0
- package/types/langs/no.d.ts +1 -0
- package/types/langs/pl.d.ts +1 -0
- package/types/langs/pt_br.d.ts +1 -0
- package/types/langs/ru.d.ts +1 -0
- package/types/langs/sk.d.ts +214 -0
- package/types/langs/sv.d.ts +222 -0
- package/types/langs/tr.d.ts +1 -0
- package/types/langs/ua.d.ts +1 -0
- package/types/langs/zh_cn.d.ts +1 -0
- package/types/langs/zh_tw.d.ts +1 -0
- package/types/plugins/line-height/langs/index.d.ts +2 -1
- package/types/plugins/line-height/langs/sk.d.ts +4 -0
- package/types/plugins/speech-recognize/langs/index.d.ts +2 -1
- package/types/plugins/speech-recognize/langs/sk.d.ts +9 -0
- package/types/plugins/spellcheck/langs/index.d.ts +2 -1
- package/types/plugins/spellcheck/langs/sk.d.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,26 @@
|
|
|
9
9
|
> - :house: [Internal]
|
|
10
10
|
> - :nail_care: [Polish]
|
|
11
11
|
|
|
12
|
+
## 4.13.12
|
|
13
|
+
|
|
14
|
+
#### :house: Internal
|
|
15
|
+
|
|
16
|
+
- **Dependencies**: dev/build-only bumps — `webpack-dev-server` 6.0.0 ([#1400](https://github.com/xdan/jodit/pull/1400)), `fast-uri` 3.1.5 and `socket.io-parser` 4.2.7 (security, [#1416](https://github.com/xdan/jodit/pull/1416), [#1415](https://github.com/xdan/jodit/pull/1415)), `prettier` 3.9.6 with the repo reformatted to its new union-type wrapping (#1403), `terser-webpack-plugin` 5.6.1 (#1402) — the minimizer config now uses the `format` key instead of its deprecated `output` alias: the new plugin merges its own `format` on top of the user options, and passing both crashed the SWC minifier with ``duplicate field `format` ``. No runtime changes.
|
|
17
|
+
|
|
18
|
+
## 4.13.11
|
|
19
|
+
|
|
20
|
+
#### :rocket: New Feature
|
|
21
|
+
|
|
22
|
+
- **Languages**: Slovak (`sk`) localization — thanks [@KamikX](https://github.com/KamikX) ([#1412](https://github.com/xdan/jodit/pull/1412)). Also wired up the Persian (`fa`) and Swedish (`sv`) locales: both files have existed in `src/langs/` for years but were never registered in `src/languages.ts`, so `language: 'fa'` / `language: 'sv'` silently fell back to English. Swedish additionally got the missing `Spellcheck`/`Speech Recognize` plugin translations.
|
|
23
|
+
|
|
24
|
+
#### :bug: Bug Fix
|
|
25
|
+
|
|
26
|
+
- **File browser / i18n**: the "create directory" prompt reused the same `type name` translation key as file rename, so both prompts always showed the same text; it now uses its own `type dir name` key (translated in every locale). The French `type name` translation was also wrong — it read "type de fichier" ("file type") instead of a "enter the name" prompt. Thanks [@AntoineRoue](https://github.com/AntoineRoue) ([#1405](https://github.com/xdan/jodit/pull/1405)).
|
|
27
|
+
|
|
28
|
+
#### :house: Internal
|
|
29
|
+
|
|
30
|
+
- **Dependencies**: dev/build-only Dependabot bumps — `postcss` 8.5.25, `shell-quote`+`concurrently` (security), `http-proxy-middleware` 2.0.10 (security), `eslint-plugin-mocha` 11.3.0, `cssnano-preset-advanced` 8.0.2, `eslint-plugin-prettier` 5.5.6, `autoprefixer` 10.5.4, `@eslint/compat` 2.1.0, `@eslint/eslintrc` 3.3.6, `tsx` 4.23.1 (#1413, #1410, #1409, #1404, #1401, #1399, #1398, #1397, #1396, #1395); GitHub Actions bumps `setup-node` 7, `first-interaction` 3, `upload-pages-artifact` 5, `deploy-pages` 5, `sticky-pull-request-comment` 3 (#1390–#1394).
|
|
31
|
+
|
|
12
32
|
## 4.13.10
|
|
13
33
|
|
|
14
34
|
#### :house: Internal
|
package/es2015/jodit.css
CHANGED