jodit 4.13.10 → 4.13.11

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 (155) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/es2015/jodit.css +1 -1
  3. package/es2015/jodit.fat.min.css +1 -1
  4. package/es2015/jodit.fat.min.js +14 -14
  5. package/es2015/jodit.js +155 -89
  6. package/es2015/jodit.min.css +1 -1
  7. package/es2015/jodit.min.js +9 -9
  8. package/es2015/plugins/debug/debug.css +1 -1
  9. package/es2015/plugins/debug/debug.js +1 -1
  10. package/es2015/plugins/debug/debug.min.js +1 -1
  11. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  12. package/es2015/plugins/speech-recognize/speech-recognize.js +36 -13
  13. package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -2
  14. package/es2018/jodit.fat.min.css +1 -1
  15. package/es2018/jodit.fat.min.js +7 -7
  16. package/es2018/jodit.min.css +1 -1
  17. package/es2018/jodit.min.js +9 -9
  18. package/es2018/plugins/debug/debug.min.js +1 -1
  19. package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
  20. package/es2021/jodit.css +1 -1
  21. package/es2021/jodit.fat.min.css +1 -1
  22. package/es2021/jodit.fat.min.js +31 -31
  23. package/es2021/jodit.js +155 -89
  24. package/es2021/jodit.min.css +1 -1
  25. package/es2021/jodit.min.js +31 -31
  26. package/es2021/plugins/debug/debug.css +1 -1
  27. package/es2021/plugins/debug/debug.js +1 -1
  28. package/es2021/plugins/debug/debug.min.js +1 -1
  29. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  30. package/es2021/plugins/speech-recognize/speech-recognize.js +36 -13
  31. package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
  32. package/es2021.en/jodit.css +1 -1
  33. package/es2021.en/jodit.fat.min.css +1 -1
  34. package/es2021.en/jodit.fat.min.js +7 -7
  35. package/es2021.en/jodit.js +14 -4
  36. package/es2021.en/jodit.min.css +1 -1
  37. package/es2021.en/jodit.min.js +7 -7
  38. package/es2021.en/plugins/debug/debug.css +1 -1
  39. package/es2021.en/plugins/debug/debug.js +1 -1
  40. package/es2021.en/plugins/debug/debug.min.js +1 -1
  41. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  42. package/es2021.en/plugins/speech-recognize/speech-recognize.js +3 -1
  43. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +2 -2
  44. package/es5/jodit.css +2 -2
  45. package/es5/jodit.fat.min.css +1 -1
  46. package/es5/jodit.fat.min.js +2 -2
  47. package/es5/jodit.js +155 -89
  48. package/es5/jodit.min.css +3 -3
  49. package/es5/jodit.min.js +2 -2
  50. package/es5/plugins/debug/debug.css +1 -1
  51. package/es5/plugins/debug/debug.js +1 -1
  52. package/es5/plugins/debug/debug.min.js +1 -1
  53. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  54. package/es5/plugins/speech-recognize/speech-recognize.js +36 -13
  55. package/es5/plugins/speech-recognize/speech-recognize.min.js +2 -2
  56. package/es5/polyfills.fat.min.js +1 -1
  57. package/es5/polyfills.js +1 -1
  58. package/es5/polyfills.min.js +1 -1
  59. package/esm/core/constants.js +1 -1
  60. package/esm/langs/ar.d.ts +1 -0
  61. package/esm/langs/ar.js +1 -0
  62. package/esm/langs/cs_cz.d.ts +1 -0
  63. package/esm/langs/cs_cz.js +1 -0
  64. package/esm/langs/de.d.ts +1 -0
  65. package/esm/langs/de.js +1 -0
  66. package/esm/langs/es.d.ts +1 -0
  67. package/esm/langs/es.js +1 -0
  68. package/esm/langs/fa.d.ts +214 -0
  69. package/esm/langs/fa.js +1 -0
  70. package/esm/langs/fi.d.ts +1 -0
  71. package/esm/langs/fi.js +1 -0
  72. package/esm/langs/fr.d.ts +1 -0
  73. package/esm/langs/fr.js +2 -1
  74. package/esm/langs/he.d.ts +1 -0
  75. package/esm/langs/he.js +1 -0
  76. package/esm/langs/hu.d.ts +1 -0
  77. package/esm/langs/hu.js +1 -0
  78. package/esm/langs/id.d.ts +1 -0
  79. package/esm/langs/id.js +1 -0
  80. package/esm/langs/it.d.ts +1 -0
  81. package/esm/langs/it.js +1 -0
  82. package/esm/langs/ja.d.ts +1 -0
  83. package/esm/langs/ja.js +1 -0
  84. package/esm/langs/ko.d.ts +1 -0
  85. package/esm/langs/ko.js +1 -0
  86. package/esm/langs/mn.d.ts +1 -0
  87. package/esm/langs/mn.js +1 -0
  88. package/esm/langs/nl.d.ts +1 -0
  89. package/esm/langs/nl.js +1 -0
  90. package/esm/langs/no.d.ts +1 -0
  91. package/esm/langs/no.js +1 -0
  92. package/esm/langs/pl.d.ts +1 -0
  93. package/esm/langs/pl.js +1 -0
  94. package/esm/langs/pt_br.d.ts +1 -0
  95. package/esm/langs/pt_br.js +1 -0
  96. package/esm/langs/ru.d.ts +1 -0
  97. package/esm/langs/ru.js +1 -0
  98. package/esm/langs/sk.d.ts +214 -0
  99. package/esm/langs/sk.js +228 -0
  100. package/esm/langs/sv.d.ts +222 -0
  101. package/esm/langs/sv.js +6 -0
  102. package/esm/langs/tr.d.ts +1 -0
  103. package/esm/langs/tr.js +1 -0
  104. package/esm/langs/ua.d.ts +1 -0
  105. package/esm/langs/ua.js +1 -0
  106. package/esm/langs/zh_cn.d.ts +1 -0
  107. package/esm/langs/zh_cn.js +1 -0
  108. package/esm/langs/zh_tw.d.ts +1 -0
  109. package/esm/langs/zh_tw.js +1 -0
  110. package/esm/languages.js +6 -0
  111. package/esm/modules/file-browser/listeners/self-listeners.js +1 -1
  112. package/esm/plugins/line-height/langs/index.d.ts +2 -1
  113. package/esm/plugins/line-height/langs/index.js +2 -1
  114. package/esm/plugins/line-height/langs/sk.d.ts +4 -0
  115. package/esm/plugins/line-height/langs/sk.js +9 -0
  116. package/esm/plugins/speech-recognize/langs/index.d.ts +2 -1
  117. package/esm/plugins/speech-recognize/langs/index.js +2 -1
  118. package/esm/plugins/speech-recognize/langs/sk.d.ts +9 -0
  119. package/esm/plugins/speech-recognize/langs/sk.js +14 -0
  120. package/esm/plugins/spellcheck/langs/index.d.ts +2 -1
  121. package/esm/plugins/spellcheck/langs/index.js +2 -1
  122. package/esm/plugins/spellcheck/langs/sk.d.ts +1 -0
  123. package/esm/plugins/spellcheck/langs/sk.js +9 -0
  124. package/package.json +1 -1
  125. package/types/langs/ar.d.ts +1 -0
  126. package/types/langs/cs_cz.d.ts +1 -0
  127. package/types/langs/de.d.ts +1 -0
  128. package/types/langs/es.d.ts +1 -0
  129. package/types/langs/fa.d.ts +214 -0
  130. package/types/langs/fi.d.ts +1 -0
  131. package/types/langs/fr.d.ts +1 -0
  132. package/types/langs/he.d.ts +1 -0
  133. package/types/langs/hu.d.ts +1 -0
  134. package/types/langs/id.d.ts +1 -0
  135. package/types/langs/it.d.ts +1 -0
  136. package/types/langs/ja.d.ts +1 -0
  137. package/types/langs/ko.d.ts +1 -0
  138. package/types/langs/mn.d.ts +1 -0
  139. package/types/langs/nl.d.ts +1 -0
  140. package/types/langs/no.d.ts +1 -0
  141. package/types/langs/pl.d.ts +1 -0
  142. package/types/langs/pt_br.d.ts +1 -0
  143. package/types/langs/ru.d.ts +1 -0
  144. package/types/langs/sk.d.ts +214 -0
  145. package/types/langs/sv.d.ts +222 -0
  146. package/types/langs/tr.d.ts +1 -0
  147. package/types/langs/ua.d.ts +1 -0
  148. package/types/langs/zh_cn.d.ts +1 -0
  149. package/types/langs/zh_tw.d.ts +1 -0
  150. package/types/plugins/line-height/langs/index.d.ts +2 -1
  151. package/types/plugins/line-height/langs/sk.d.ts +4 -0
  152. package/types/plugins/speech-recognize/langs/index.d.ts +2 -1
  153. package/types/plugins/speech-recognize/langs/sk.d.ts +9 -0
  154. package/types/plugins/spellcheck/langs/index.d.ts +2 -1
  155. package/types/plugins/spellcheck/langs/sk.d.ts +1 -0
package/CHANGELOG.md CHANGED
@@ -9,6 +9,20 @@
9
9
  > - :house: [Internal]
10
10
  > - :nail_care: [Polish]
11
11
 
12
+ ## 4.13.11
13
+
14
+ #### :rocket: New Feature
15
+
16
+ - **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.
17
+
18
+ #### :bug: Bug Fix
19
+
20
+ - **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)).
21
+
22
+ #### :house: Internal
23
+
24
+ - **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).
25
+
12
26
  ## 4.13.10
13
27
 
14
28
  #### :house: Internal
package/es2015/jodit.css CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.13.10
4
+ * Version: v4.13.11
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */