jodit-pro 1.3.40 → 2.0.0-beta.10

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 (455) hide show
  1. package/.nvmrc +1 -0
  2. package/CHANGELOG.md +982 -0
  3. package/LICENSE.txt +1 -0
  4. package/README.md +27 -27
  5. package/SECURITY.md +10 -0
  6. package/es2015/jodit.css +4945 -0
  7. package/es2015/jodit.fat.min.css +1 -0
  8. package/es2015/jodit.fat.min.js +10 -0
  9. package/es2015/jodit.js +42706 -0
  10. package/es2015/jodit.min.css +1 -0
  11. package/es2015/jodit.min.js +10 -0
  12. package/es2015/plugins/autocomplete/autocomplete.css +26 -0
  13. package/es2015/plugins/autocomplete/autocomplete.js +473 -0
  14. package/es2015/plugins/autocomplete/autocomplete.min.js +10 -0
  15. package/es2015/plugins/backup/backup.css +48 -0
  16. package/es2015/plugins/backup/backup.js +567 -0
  17. package/{build/plugins/backup/backup.css → es2015/plugins/backup/backup.min.css} +1 -1
  18. package/es2015/plugins/backup/backup.min.js +10 -0
  19. package/es2015/plugins/button-generator/button-generator.css +316 -0
  20. package/es2015/plugins/button-generator/button-generator.js +1363 -0
  21. package/es2015/plugins/button-generator/button-generator.min.css +1 -0
  22. package/es2015/plugins/button-generator/button-generator.min.js +10 -0
  23. package/es2015/plugins/change-case/change-case.js +171 -0
  24. package/es2015/plugins/change-case/change-case.min.js +10 -0
  25. package/es2015/plugins/color-picker/color-picker.css +133 -0
  26. package/es2015/plugins/color-picker/color-picker.js +519 -0
  27. package/es2015/plugins/color-picker/color-picker.min.css +1 -0
  28. package/es2015/plugins/color-picker/color-picker.min.js +10 -0
  29. package/es2015/plugins/emoji/emoji.css +108 -0
  30. package/es2015/plugins/emoji/emoji.js +421 -0
  31. package/es2015/plugins/emoji/emoji.min.css +1 -0
  32. package/es2015/plugins/emoji/emoji.min.js +10 -0
  33. package/es2015/plugins/export-docs/export-docs.js +153 -0
  34. package/es2015/plugins/export-docs/export-docs.min.js +10 -0
  35. package/es2015/plugins/finder/finder.css +1342 -0
  36. package/es2015/plugins/finder/finder.js +3175 -0
  37. package/es2015/plugins/finder/finder.min.css +1 -0
  38. package/es2015/plugins/finder/finder.min.js +10 -0
  39. package/es2015/plugins/google-maps/google-maps.css +397 -0
  40. package/es2015/plugins/google-maps/google-maps.js +2492 -0
  41. package/es2015/plugins/google-maps/google-maps.min.css +1 -0
  42. package/es2015/plugins/google-maps/google-maps.min.js +10 -0
  43. package/es2015/plugins/google-search/google-search.js +108 -0
  44. package/es2015/plugins/google-search/google-search.min.js +10 -0
  45. package/es2015/plugins/highlight-signature/highlight-signature.js +233 -0
  46. package/es2015/plugins/highlight-signature/highlight-signature.min.js +10 -0
  47. package/es2015/plugins/iframe-editor/iframe-editor.css +16 -0
  48. package/es2015/plugins/iframe-editor/iframe-editor.js +310 -0
  49. package/es2015/plugins/iframe-editor/iframe-editor.min.js +10 -0
  50. package/es2015/plugins/keyboard/keyboard.css +48 -0
  51. package/es2015/plugins/keyboard/keyboard.js +539 -0
  52. package/es2015/plugins/keyboard/keyboard.min.js +10 -0
  53. package/es2015/plugins/mobile-view/mobile-view.js +170 -0
  54. package/es2015/plugins/mobile-view/mobile-view.min.js +10 -0
  55. package/es2015/plugins/page-break/page-break.js +181 -0
  56. package/es2015/plugins/page-break/page-break.min.js +10 -0
  57. package/es2015/plugins/paste-code/paste-code.css +21 -0
  58. package/es2015/plugins/paste-code/paste-code.js +320 -0
  59. package/es2015/plugins/paste-code/paste-code.min.js +10 -0
  60. package/es2015/plugins/paste-from-word/paste-from-word.js +1541 -0
  61. package/es2015/plugins/paste-from-word/paste-from-word.min.js +10 -0
  62. package/es2015/plugins/show-blocks/show-blocks.js +645 -0
  63. package/es2015/plugins/show-blocks/show-blocks.min.js +10 -0
  64. package/es2015/plugins/todo-list/todo-list.css +77 -0
  65. package/es2015/plugins/todo-list/todo-list.js +314 -0
  66. package/es2015/plugins/todo-list/todo-list.min.css +1 -0
  67. package/es2015/plugins/todo-list/todo-list.min.js +10 -0
  68. package/es2015/plugins/translate/translate.css +91 -0
  69. package/es2015/plugins/translate/translate.js +630 -0
  70. package/es2015/plugins/translate/translate.min.js +10 -0
  71. package/es2015/plugins/tune-block/tune-block.css +37 -0
  72. package/es2015/plugins/tune-block/tune-block.js +387 -0
  73. package/{build/plugins/tune-block/tune-block.css → es2015/plugins/tune-block/tune-block.min.css} +1 -1
  74. package/es2015/plugins/tune-block/tune-block.min.js +10 -0
  75. package/es2018/jodit.css +4945 -0
  76. package/es2018/jodit.fat.min.css +1 -0
  77. package/es2018/jodit.fat.min.js +10 -0
  78. package/es2018/jodit.js +42762 -0
  79. package/es2018/jodit.min.css +1 -0
  80. package/es2018/jodit.min.js +10 -0
  81. package/es2018/plugins/autocomplete/autocomplete.css +26 -0
  82. package/es2018/plugins/autocomplete/autocomplete.js +471 -0
  83. package/es2018/plugins/autocomplete/autocomplete.min.js +10 -0
  84. package/es2018/plugins/backup/backup.css +48 -0
  85. package/es2018/plugins/backup/backup.js +561 -0
  86. package/{build/plugins/backup/backup.es5.css → es2018/plugins/backup/backup.min.css} +1 -1
  87. package/es2018/plugins/backup/backup.min.js +10 -0
  88. package/es2018/plugins/button-generator/button-generator.css +316 -0
  89. package/es2018/plugins/button-generator/button-generator.js +1387 -0
  90. package/es2018/plugins/button-generator/button-generator.min.css +1 -0
  91. package/es2018/plugins/button-generator/button-generator.min.js +10 -0
  92. package/es2018/plugins/change-case/change-case.js +171 -0
  93. package/es2018/plugins/change-case/change-case.min.js +10 -0
  94. package/es2018/plugins/color-picker/color-picker.css +133 -0
  95. package/es2018/plugins/color-picker/color-picker.js +519 -0
  96. package/es2018/plugins/color-picker/color-picker.min.css +1 -0
  97. package/es2018/plugins/color-picker/color-picker.min.js +10 -0
  98. package/es2018/plugins/emoji/emoji.css +108 -0
  99. package/es2018/plugins/emoji/emoji.js +425 -0
  100. package/es2018/plugins/emoji/emoji.min.css +1 -0
  101. package/es2018/plugins/emoji/emoji.min.js +10 -0
  102. package/es2018/plugins/export-docs/export-docs.js +157 -0
  103. package/es2018/plugins/export-docs/export-docs.min.js +10 -0
  104. package/es2018/plugins/finder/finder.css +1342 -0
  105. package/es2018/plugins/finder/finder.js +3160 -0
  106. package/es2018/plugins/finder/finder.min.css +1 -0
  107. package/es2018/plugins/finder/finder.min.js +10 -0
  108. package/es2018/plugins/google-maps/google-maps.css +397 -0
  109. package/es2018/plugins/google-maps/google-maps.js +2556 -0
  110. package/es2018/plugins/google-maps/google-maps.min.css +1 -0
  111. package/es2018/plugins/google-maps/google-maps.min.js +10 -0
  112. package/es2018/plugins/google-search/google-search.js +108 -0
  113. package/es2018/plugins/google-search/google-search.min.js +10 -0
  114. package/es2018/plugins/highlight-signature/highlight-signature.js +233 -0
  115. package/es2018/plugins/highlight-signature/highlight-signature.min.js +10 -0
  116. package/es2018/plugins/iframe-editor/iframe-editor.css +16 -0
  117. package/es2018/plugins/iframe-editor/iframe-editor.js +310 -0
  118. package/es2018/plugins/iframe-editor/iframe-editor.min.js +10 -0
  119. package/es2018/plugins/keyboard/keyboard.css +48 -0
  120. package/es2018/plugins/keyboard/keyboard.js +539 -0
  121. package/es2018/plugins/keyboard/keyboard.min.js +10 -0
  122. package/es2018/plugins/mobile-view/mobile-view.js +170 -0
  123. package/es2018/plugins/mobile-view/mobile-view.min.js +10 -0
  124. package/es2018/plugins/page-break/page-break.js +181 -0
  125. package/es2018/plugins/page-break/page-break.min.js +10 -0
  126. package/es2018/plugins/paste-code/paste-code.css +21 -0
  127. package/es2018/plugins/paste-code/paste-code.js +318 -0
  128. package/es2018/plugins/paste-code/paste-code.min.js +10 -0
  129. package/es2018/plugins/paste-from-word/paste-from-word.js +1541 -0
  130. package/es2018/plugins/paste-from-word/paste-from-word.min.js +10 -0
  131. package/es2018/plugins/show-blocks/show-blocks.js +645 -0
  132. package/es2018/plugins/show-blocks/show-blocks.min.js +10 -0
  133. package/es2018/plugins/todo-list/todo-list.css +77 -0
  134. package/es2018/plugins/todo-list/todo-list.js +314 -0
  135. package/es2018/plugins/todo-list/todo-list.min.css +1 -0
  136. package/es2018/plugins/todo-list/todo-list.min.js +10 -0
  137. package/es2018/plugins/translate/translate.css +91 -0
  138. package/es2018/plugins/translate/translate.js +639 -0
  139. package/es2018/plugins/translate/translate.min.js +10 -0
  140. package/es2018/plugins/tune-block/tune-block.css +37 -0
  141. package/es2018/plugins/tune-block/tune-block.js +387 -0
  142. package/{build/plugins/tune-block/tune-block.es5.css → es2018/plugins/tune-block/tune-block.min.css} +1 -1
  143. package/es2018/plugins/tune-block/tune-block.min.js +10 -0
  144. package/es2021/jodit.css +4945 -0
  145. package/es2021/jodit.fat.min.css +1 -0
  146. package/es2021/jodit.fat.min.js +10 -0
  147. package/es2021/jodit.js +42643 -0
  148. package/es2021/jodit.min.css +1 -0
  149. package/es2021/jodit.min.js +10 -0
  150. package/es2021/plugins/autocomplete/autocomplete.css +26 -0
  151. package/es2021/plugins/autocomplete/autocomplete.js +463 -0
  152. package/es2021/plugins/autocomplete/autocomplete.min.css +1 -0
  153. package/es2021/plugins/autocomplete/autocomplete.min.js +10 -0
  154. package/es2021/plugins/backup/backup.css +48 -0
  155. package/es2021/plugins/backup/backup.js +554 -0
  156. package/es2021/plugins/backup/backup.min.css +1 -0
  157. package/es2021/plugins/backup/backup.min.js +10 -0
  158. package/es2021/plugins/button-generator/button-generator.css +316 -0
  159. package/es2021/plugins/button-generator/button-generator.js +1382 -0
  160. package/es2021/plugins/button-generator/button-generator.min.css +1 -0
  161. package/es2021/plugins/button-generator/button-generator.min.js +10 -0
  162. package/es2021/plugins/change-case/change-case.js +171 -0
  163. package/es2021/plugins/change-case/change-case.min.js +10 -0
  164. package/es2021/plugins/color-picker/color-picker.css +133 -0
  165. package/es2021/plugins/color-picker/color-picker.js +517 -0
  166. package/es2021/plugins/color-picker/color-picker.min.css +1 -0
  167. package/es2021/plugins/color-picker/color-picker.min.js +10 -0
  168. package/es2021/plugins/emoji/emoji.css +108 -0
  169. package/es2021/plugins/emoji/emoji.js +425 -0
  170. package/es2021/plugins/emoji/emoji.min.css +1 -0
  171. package/es2021/plugins/emoji/emoji.min.js +10 -0
  172. package/es2021/plugins/export-docs/export-docs.js +156 -0
  173. package/es2021/plugins/export-docs/export-docs.min.js +10 -0
  174. package/es2021/plugins/finder/finder.css +1342 -0
  175. package/es2021/plugins/finder/finder.js +3152 -0
  176. package/es2021/plugins/finder/finder.min.css +1 -0
  177. package/es2021/plugins/finder/finder.min.js +10 -0
  178. package/es2021/plugins/google-maps/google-maps.css +397 -0
  179. package/es2021/plugins/google-maps/google-maps.js +2540 -0
  180. package/es2021/plugins/google-maps/google-maps.min.css +1 -0
  181. package/es2021/plugins/google-maps/google-maps.min.js +10 -0
  182. package/es2021/plugins/google-search/google-search.js +107 -0
  183. package/es2021/plugins/google-search/google-search.min.js +10 -0
  184. package/es2021/plugins/highlight-signature/highlight-signature.js +231 -0
  185. package/es2021/plugins/highlight-signature/highlight-signature.min.js +10 -0
  186. package/es2021/plugins/iframe-editor/iframe-editor.css +16 -0
  187. package/es2021/plugins/iframe-editor/iframe-editor.js +308 -0
  188. package/es2021/plugins/iframe-editor/iframe-editor.min.css +1 -0
  189. package/es2021/plugins/iframe-editor/iframe-editor.min.js +10 -0
  190. package/es2021/plugins/keyboard/keyboard.css +48 -0
  191. package/es2021/plugins/keyboard/keyboard.js +537 -0
  192. package/es2021/plugins/keyboard/keyboard.min.css +1 -0
  193. package/es2021/plugins/keyboard/keyboard.min.js +10 -0
  194. package/es2021/plugins/mobile-view/mobile-view.js +168 -0
  195. package/es2021/plugins/mobile-view/mobile-view.min.js +10 -0
  196. package/es2021/plugins/page-break/page-break.js +181 -0
  197. package/es2021/plugins/page-break/page-break.min.js +10 -0
  198. package/es2021/plugins/paste-code/paste-code.css +21 -0
  199. package/es2021/plugins/paste-code/paste-code.js +318 -0
  200. package/es2021/plugins/paste-code/paste-code.min.css +1 -0
  201. package/es2021/plugins/paste-code/paste-code.min.js +10 -0
  202. package/es2021/plugins/paste-from-word/paste-from-word.js +1528 -0
  203. package/es2021/plugins/paste-from-word/paste-from-word.min.js +10 -0
  204. package/es2021/plugins/show-blocks/show-blocks.js +645 -0
  205. package/es2021/plugins/show-blocks/show-blocks.min.js +10 -0
  206. package/es2021/plugins/todo-list/todo-list.css +77 -0
  207. package/es2021/plugins/todo-list/todo-list.js +313 -0
  208. package/es2021/plugins/todo-list/todo-list.min.css +1 -0
  209. package/es2021/plugins/todo-list/todo-list.min.js +10 -0
  210. package/es2021/plugins/translate/translate.css +91 -0
  211. package/es2021/plugins/translate/translate.js +636 -0
  212. package/es2021/plugins/translate/translate.min.css +1 -0
  213. package/es2021/plugins/translate/translate.min.js +10 -0
  214. package/es2021/plugins/tune-block/tune-block.css +37 -0
  215. package/es2021/plugins/tune-block/tune-block.js +385 -0
  216. package/es2021/plugins/tune-block/tune-block.min.css +1 -0
  217. package/es2021/plugins/tune-block/tune-block.min.js +10 -0
  218. package/es2021.en/jodit.css +4945 -0
  219. package/es2021.en/jodit.fat.min.css +1 -0
  220. package/es2021.en/jodit.fat.min.js +10 -0
  221. package/es2021.en/jodit.js +40989 -0
  222. package/es2021.en/jodit.min.css +1 -0
  223. package/es2021.en/jodit.min.js +10 -0
  224. package/es2021.en/plugins/autocomplete/autocomplete.css +26 -0
  225. package/es2021.en/plugins/autocomplete/autocomplete.js +463 -0
  226. package/es2021.en/plugins/autocomplete/autocomplete.min.css +1 -0
  227. package/es2021.en/plugins/autocomplete/autocomplete.min.js +10 -0
  228. package/es2021.en/plugins/backup/backup.css +48 -0
  229. package/es2021.en/plugins/backup/backup.js +554 -0
  230. package/es2021.en/plugins/backup/backup.min.css +1 -0
  231. package/es2021.en/plugins/backup/backup.min.js +10 -0
  232. package/es2021.en/plugins/button-generator/button-generator.css +316 -0
  233. package/es2021.en/plugins/button-generator/button-generator.js +1382 -0
  234. package/es2021.en/plugins/button-generator/button-generator.min.css +1 -0
  235. package/es2021.en/plugins/button-generator/button-generator.min.js +10 -0
  236. package/es2021.en/plugins/change-case/change-case.js +171 -0
  237. package/es2021.en/plugins/change-case/change-case.min.js +10 -0
  238. package/es2021.en/plugins/color-picker/color-picker.css +133 -0
  239. package/es2021.en/plugins/color-picker/color-picker.js +517 -0
  240. package/es2021.en/plugins/color-picker/color-picker.min.css +1 -0
  241. package/es2021.en/plugins/color-picker/color-picker.min.js +10 -0
  242. package/es2021.en/plugins/emoji/emoji.css +108 -0
  243. package/es2021.en/plugins/emoji/emoji.js +425 -0
  244. package/es2021.en/plugins/emoji/emoji.min.css +1 -0
  245. package/es2021.en/plugins/emoji/emoji.min.js +10 -0
  246. package/es2021.en/plugins/export-docs/export-docs.js +156 -0
  247. package/es2021.en/plugins/export-docs/export-docs.min.js +10 -0
  248. package/es2021.en/plugins/finder/finder.css +1342 -0
  249. package/es2021.en/plugins/finder/finder.js +3117 -0
  250. package/es2021.en/plugins/finder/finder.min.css +1 -0
  251. package/es2021.en/plugins/finder/finder.min.js +10 -0
  252. package/es2021.en/plugins/google-maps/google-maps.css +397 -0
  253. package/es2021.en/plugins/google-maps/google-maps.js +2540 -0
  254. package/es2021.en/plugins/google-maps/google-maps.min.css +1 -0
  255. package/es2021.en/plugins/google-maps/google-maps.min.js +10 -0
  256. package/es2021.en/plugins/google-search/google-search.js +107 -0
  257. package/es2021.en/plugins/google-search/google-search.min.js +10 -0
  258. package/es2021.en/plugins/highlight-signature/highlight-signature.js +231 -0
  259. package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +10 -0
  260. package/es2021.en/plugins/iframe-editor/iframe-editor.css +16 -0
  261. package/es2021.en/plugins/iframe-editor/iframe-editor.js +308 -0
  262. package/es2021.en/plugins/iframe-editor/iframe-editor.min.css +1 -0
  263. package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +10 -0
  264. package/es2021.en/plugins/keyboard/keyboard.css +48 -0
  265. package/es2021.en/plugins/keyboard/keyboard.js +537 -0
  266. package/es2021.en/plugins/keyboard/keyboard.min.css +1 -0
  267. package/es2021.en/plugins/keyboard/keyboard.min.js +10 -0
  268. package/es2021.en/plugins/mobile-view/mobile-view.js +168 -0
  269. package/es2021.en/plugins/mobile-view/mobile-view.min.js +10 -0
  270. package/es2021.en/plugins/page-break/page-break.js +181 -0
  271. package/es2021.en/plugins/page-break/page-break.min.js +10 -0
  272. package/es2021.en/plugins/paste-code/paste-code.css +21 -0
  273. package/es2021.en/plugins/paste-code/paste-code.js +318 -0
  274. package/es2021.en/plugins/paste-code/paste-code.min.css +1 -0
  275. package/es2021.en/plugins/paste-code/paste-code.min.js +10 -0
  276. package/es2021.en/plugins/paste-from-word/paste-from-word.js +1528 -0
  277. package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +10 -0
  278. package/es2021.en/plugins/show-blocks/show-blocks.js +322 -0
  279. package/es2021.en/plugins/show-blocks/show-blocks.min.js +10 -0
  280. package/es2021.en/plugins/todo-list/todo-list.css +77 -0
  281. package/es2021.en/plugins/todo-list/todo-list.js +313 -0
  282. package/es2021.en/plugins/todo-list/todo-list.min.css +1 -0
  283. package/es2021.en/plugins/todo-list/todo-list.min.js +10 -0
  284. package/es2021.en/plugins/translate/translate.css +91 -0
  285. package/es2021.en/plugins/translate/translate.js +636 -0
  286. package/es2021.en/plugins/translate/translate.min.css +1 -0
  287. package/es2021.en/plugins/translate/translate.min.js +10 -0
  288. package/es2021.en/plugins/tune-block/tune-block.css +37 -0
  289. package/es2021.en/plugins/tune-block/tune-block.js +385 -0
  290. package/es2021.en/plugins/tune-block/tune-block.min.css +1 -0
  291. package/es2021.en/plugins/tune-block/tune-block.min.js +10 -0
  292. package/es5/jodit.css +5956 -0
  293. package/es5/jodit.fat.min.css +1 -0
  294. package/es5/jodit.fat.min.js +10 -0
  295. package/es5/jodit.js +49879 -0
  296. package/es5/jodit.min.css +15 -0
  297. package/es5/jodit.min.js +10 -0
  298. package/es5/plugins/autocomplete/autocomplete.css +26 -0
  299. package/es5/plugins/autocomplete/autocomplete.js +536 -0
  300. package/es5/plugins/autocomplete/autocomplete.min.css +1 -0
  301. package/es5/plugins/autocomplete/autocomplete.min.js +10 -0
  302. package/es5/plugins/backup/backup.css +48 -0
  303. package/es5/plugins/backup/backup.js +599 -0
  304. package/es5/plugins/backup/backup.min.css +1 -0
  305. package/es5/plugins/backup/backup.min.js +10 -0
  306. package/es5/plugins/button-generator/button-generator.css +316 -0
  307. package/es5/plugins/button-generator/button-generator.js +1310 -0
  308. package/es5/plugins/button-generator/button-generator.min.css +1 -0
  309. package/es5/plugins/button-generator/button-generator.min.js +10 -0
  310. package/es5/plugins/change-case/change-case.js +179 -0
  311. package/es5/plugins/change-case/change-case.min.js +10 -0
  312. package/es5/plugins/color-picker/color-picker.css +133 -0
  313. package/es5/plugins/color-picker/color-picker.js +525 -0
  314. package/es5/plugins/color-picker/color-picker.min.css +1 -0
  315. package/es5/plugins/color-picker/color-picker.min.js +10 -0
  316. package/es5/plugins/emoji/emoji.css +108 -0
  317. package/es5/plugins/emoji/emoji.js +459 -0
  318. package/es5/plugins/emoji/emoji.min.css +1 -0
  319. package/es5/plugins/emoji/emoji.min.js +10 -0
  320. package/es5/plugins/export-docs/export-docs.js +174 -0
  321. package/es5/plugins/export-docs/export-docs.min.js +10 -0
  322. package/es5/plugins/finder/finder.css +1342 -0
  323. package/es5/plugins/finder/finder.js +3335 -0
  324. package/es5/plugins/finder/finder.min.css +1 -0
  325. package/es5/plugins/finder/finder.min.js +10 -0
  326. package/es5/plugins/google-maps/google-maps.css +397 -0
  327. package/es5/plugins/google-maps/google-maps.js +2463 -0
  328. package/es5/plugins/google-maps/google-maps.min.css +1 -0
  329. package/es5/plugins/google-maps/google-maps.min.js +10 -0
  330. package/es5/plugins/google-search/google-search.js +113 -0
  331. package/es5/plugins/google-search/google-search.min.js +10 -0
  332. package/es5/plugins/highlight-signature/highlight-signature.js +253 -0
  333. package/es5/plugins/highlight-signature/highlight-signature.min.js +10 -0
  334. package/es5/plugins/iframe-editor/iframe-editor.css +16 -0
  335. package/es5/plugins/iframe-editor/iframe-editor.js +319 -0
  336. package/es5/plugins/iframe-editor/iframe-editor.min.css +1 -0
  337. package/es5/plugins/iframe-editor/iframe-editor.min.js +10 -0
  338. package/es5/plugins/keyboard/keyboard.css +48 -0
  339. package/es5/plugins/keyboard/keyboard.js +556 -0
  340. package/es5/plugins/keyboard/keyboard.min.css +1 -0
  341. package/es5/plugins/keyboard/keyboard.min.js +10 -0
  342. package/es5/plugins/mobile-view/mobile-view.js +176 -0
  343. package/es5/plugins/mobile-view/mobile-view.min.js +10 -0
  344. package/es5/plugins/page-break/page-break.js +169 -0
  345. package/es5/plugins/page-break/page-break.min.js +10 -0
  346. package/es5/plugins/paste-code/paste-code.css +21 -0
  347. package/es5/plugins/paste-code/paste-code.js +348 -0
  348. package/es5/plugins/paste-code/paste-code.min.css +1 -0
  349. package/es5/plugins/paste-code/paste-code.min.js +10 -0
  350. package/es5/plugins/paste-from-word/paste-from-word.js +1670 -0
  351. package/es5/plugins/paste-from-word/paste-from-word.min.js +10 -0
  352. package/es5/plugins/show-blocks/show-blocks.js +649 -0
  353. package/es5/plugins/show-blocks/show-blocks.min.js +10 -0
  354. package/es5/plugins/todo-list/todo-list.css +77 -0
  355. package/es5/plugins/todo-list/todo-list.js +324 -0
  356. package/es5/plugins/todo-list/todo-list.min.css +1 -0
  357. package/es5/plugins/todo-list/todo-list.min.js +10 -0
  358. package/es5/plugins/translate/translate.css +91 -0
  359. package/es5/plugins/translate/translate.js +657 -0
  360. package/es5/plugins/translate/translate.min.css +1 -0
  361. package/es5/plugins/translate/translate.min.js +10 -0
  362. package/es5/plugins/tune-block/tune-block.css +37 -0
  363. package/es5/plugins/tune-block/tune-block.js +397 -0
  364. package/es5/plugins/tune-block/tune-block.min.css +1 -0
  365. package/es5/plugins/tune-block/tune-block.min.js +10 -0
  366. package/examples/arabic.lang.html +8 -8
  367. package/examples/color-picker.html +6 -6
  368. package/examples/custom-icons.html +8 -8
  369. package/examples/custom-toolbar.html +8 -8
  370. package/examples/example.default.html +6 -6
  371. package/examples/fullsize.html +8 -8
  372. package/examples/index.html +6 -6
  373. package/examples/inline-mode.html +8 -8
  374. package/examples/oneinstance.html +8 -8
  375. package/examples/theme.html +6 -6
  376. package/package.json +6 -22
  377. package/LICENSE.md +0 -3
  378. package/build/jodit.css +0 -1
  379. package/build/jodit.es5.css +0 -8
  380. package/build/jodit.es5.js +0 -1
  381. package/build/jodit.fat.css +0 -1
  382. package/build/jodit.fat.es5.css +0 -1
  383. package/build/jodit.fat.es5.js +0 -1
  384. package/build/jodit.fat.js +0 -1
  385. package/build/jodit.js +0 -1
  386. package/build/plugins/autocomplete/autocomplete.es5.js +0 -1
  387. package/build/plugins/autocomplete/autocomplete.js +0 -1
  388. package/build/plugins/backup/backup.es5.js +0 -1
  389. package/build/plugins/backup/backup.js +0 -1
  390. package/build/plugins/button-generator/button-generator.css +0 -1
  391. package/build/plugins/button-generator/button-generator.es5.css +0 -1
  392. package/build/plugins/button-generator/button-generator.es5.js +0 -1
  393. package/build/plugins/button-generator/button-generator.js +0 -1
  394. package/build/plugins/change-case/change-case.es5.js +0 -1
  395. package/build/plugins/change-case/change-case.js +0 -1
  396. package/build/plugins/color-picker/color-picker.css +0 -1
  397. package/build/plugins/color-picker/color-picker.es5.css +0 -1
  398. package/build/plugins/color-picker/color-picker.es5.js +0 -1
  399. package/build/plugins/color-picker/color-picker.js +0 -1
  400. package/build/plugins/emoji/emoji.css +0 -1
  401. package/build/plugins/emoji/emoji.es5.css +0 -1
  402. package/build/plugins/emoji/emoji.es5.js +0 -1
  403. package/build/plugins/emoji/emoji.js +0 -1
  404. package/build/plugins/export-docs/export-docs.es5.js +0 -1
  405. package/build/plugins/export-docs/export-docs.js +0 -1
  406. package/build/plugins/finder/finder.css +0 -1
  407. package/build/plugins/finder/finder.es5.css +0 -1
  408. package/build/plugins/finder/finder.es5.js +0 -1
  409. package/build/plugins/finder/finder.js +0 -1
  410. package/build/plugins/google-maps/google-maps.css +0 -1
  411. package/build/plugins/google-maps/google-maps.es5.css +0 -1
  412. package/build/plugins/google-maps/google-maps.es5.js +0 -1
  413. package/build/plugins/google-maps/google-maps.js +0 -1
  414. package/build/plugins/google-search/google-search.es5.js +0 -1
  415. package/build/plugins/google-search/google-search.js +0 -1
  416. package/build/plugins/highlight-signature/highlight-signature.es5.js +0 -1
  417. package/build/plugins/highlight-signature/highlight-signature.js +0 -1
  418. package/build/plugins/iframe-editor/iframe-editor.es5.js +0 -1
  419. package/build/plugins/iframe-editor/iframe-editor.js +0 -1
  420. package/build/plugins/keyboard/keyboard.es5.js +0 -1
  421. package/build/plugins/keyboard/keyboard.js +0 -1
  422. package/build/plugins/mobile-view/mobile-view.css +0 -0
  423. package/build/plugins/mobile-view/mobile-view.es5.css +0 -0
  424. package/build/plugins/mobile-view/mobile-view.es5.js +0 -1
  425. package/build/plugins/mobile-view/mobile-view.js +0 -1
  426. package/build/plugins/page-break/page-break.css +0 -1
  427. package/build/plugins/page-break/page-break.es5.css +0 -1
  428. package/build/plugins/page-break/page-break.es5.js +0 -1
  429. package/build/plugins/page-break/page-break.js +0 -1
  430. package/build/plugins/paste-code/paste-code.es5.js +0 -1
  431. package/build/plugins/paste-code/paste-code.js +0 -1
  432. package/build/plugins/paste-from-word/paste-from-word.es5.js +0 -1
  433. package/build/plugins/paste-from-word/paste-from-word.js +0 -1
  434. package/build/plugins/show-blocks/show-blocks.es5.js +0 -1
  435. package/build/plugins/show-blocks/show-blocks.js +0 -1
  436. package/build/plugins/todo-list/todo-list.css +0 -1
  437. package/build/plugins/todo-list/todo-list.es5.css +0 -1
  438. package/build/plugins/todo-list/todo-list.es5.js +0 -1
  439. package/build/plugins/todo-list/todo-list.js +0 -1
  440. package/build/plugins/translate/translate.es5.js +0 -1
  441. package/build/plugins/translate/translate.js +0 -1
  442. package/build/plugins/tune-block/tune-block.es5.js +0 -1
  443. package/build/plugins/tune-block/tune-block.js +0 -1
  444. package/index.html +0 -268
  445. /package/{build/config.js → config.js} +0 -0
  446. /package/{build/plugins/autocomplete/autocomplete.css → es2015/plugins/autocomplete/autocomplete.min.css} +0 -0
  447. /package/{build/plugins/iframe-editor/iframe-editor.css → es2015/plugins/iframe-editor/iframe-editor.min.css} +0 -0
  448. /package/{build/plugins/keyboard/keyboard.css → es2015/plugins/keyboard/keyboard.min.css} +0 -0
  449. /package/{build/plugins/paste-code/paste-code.css → es2015/plugins/paste-code/paste-code.min.css} +0 -0
  450. /package/{build/plugins/translate/translate.css → es2015/plugins/translate/translate.min.css} +0 -0
  451. /package/{build/plugins/autocomplete/autocomplete.es5.css → es2018/plugins/autocomplete/autocomplete.min.css} +0 -0
  452. /package/{build/plugins/iframe-editor/iframe-editor.es5.css → es2018/plugins/iframe-editor/iframe-editor.min.css} +0 -0
  453. /package/{build/plugins/keyboard/keyboard.es5.css → es2018/plugins/keyboard/keyboard.min.css} +0 -0
  454. /package/{build/plugins/paste-code/paste-code.es5.css → es2018/plugins/paste-code/paste-code.min.css} +0 -0
  455. /package/{build/plugins/translate/translate.es5.css → es2018/plugins/translate/translate.min.css} +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,982 @@
1
+ ### Changelog
2
+
3
+ All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4
+
5
+ #### [1.3.40](https://github.com/jodit/jodit-pro/compare/1.3.39...1.3.40)
6
+
7
+ #### [1.3.39](https://github.com/jodit/jodit-pro/compare/1.3.38...1.3.39)
8
+
9
+ > 4 March 2023
10
+
11
+ - Update deps: [`aaae598`](https://github.com/jodit/jodit-pro/commit/aaae598f075e4f020a7dcf0308d92a149b54f417)
12
+ - New version 1.3.39. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.39 [`312ce04`](https://github.com/jodit/jodit-pro/commit/312ce04ad5fdbd0ce1abb9c0b8af2f6614d92979)
13
+
14
+ #### [1.3.38](https://github.com/jodit/jodit-pro/compare/1.3.37...1.3.38)
15
+
16
+ > 6 February 2023
17
+
18
+ - Options to hide the functionality of editing directories and files filebrowser.createNewFolder, filebrowser.editImage, [`bf9802a`](https://github.com/jodit/jodit-pro/commit/bf9802a7aee36da5fbdcd497bae57320ac48043b)
19
+ - New version 1.3.38. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.38 [`42497ef`](https://github.com/jodit/jodit-pro/commit/42497ef7bb43b7e01a2dc30d7d7d2c6223815f36)
20
+
21
+ #### [1.3.37](https://github.com/jodit/jodit-pro/compare/1.3.36...1.3.37)
22
+
23
+ > 5 February 2023
24
+
25
+ - New version 1.3.37. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.37 [`1301551`](https://github.com/jodit/jodit-pro/commit/1301551dd94413116c6c974a65887cb1ea040c7f)
26
+
27
+ #### [1.3.36](https://github.com/jodit/jodit-pro/compare/1.3.35...1.3.36)
28
+
29
+ > 18 December 2022
30
+
31
+ - New version 1.3.36. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.36 [`e64c24c`](https://github.com/jodit/jodit-pro/commit/e64c24cd180cfdff191b0162753b8902f0909eb5)
32
+ - Run core tests with pro [`cdb2b87`](https://github.com/jodit/jodit-pro/commit/cdb2b87cc599d0a5d8eb85095a823634e7b77d4c)
33
+
34
+ #### [1.3.35](https://github.com/jodit/jodit-pro/compare/1.3.34...1.3.35)
35
+
36
+ > 18 December 2022
37
+
38
+ - Added todo-list plugin [`da01f07`](https://github.com/jodit/jodit-pro/commit/da01f07a9af8bc292e33e64367655a407d43ab50)
39
+ - New version 1.3.35. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.35 [`d52c8a0`](https://github.com/jodit/jodit-pro/commit/d52c8a0ff9d3968c3cccb7b70f4cc473974e3ec5)
40
+ - Run core tests with pro [`9c64e2c`](https://github.com/jodit/jodit-pro/commit/9c64e2ca88d1d2789ab174a3fc665b78032f6e67)
41
+
42
+ #### [1.3.34](https://github.com/jodit/jodit-pro/compare/1.3.33...1.3.34)
43
+
44
+ > 25 November 2022
45
+
46
+ - New version 1.3.34. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.34 [`d5e6e67`](https://github.com/jodit/jodit-pro/commit/d5e6e677b9e34676c9e1512b00421274eef1fc3a)
47
+ - Fixed bug: search in files only the first 20 items [`eaff602`](https://github.com/jodit/jodit-pro/commit/eaff6021cd77598ff1613672df8205b6583447cf)
48
+
49
+ #### [1.3.33](https://github.com/jodit/jodit-pro/compare/1.3.32...1.3.33)
50
+
51
+ > 24 November 2022
52
+
53
+ - New version 1.3.33. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.33 [`f22cf5d`](https://github.com/jodit/jodit-pro/commit/f22cf5d86528671ea2cbe83b919a1d59249368cd)
54
+ - Fixed bug: search in files only the first 20 items [`a4299d0`](https://github.com/jodit/jodit-pro/commit/a4299d0ec0b86ace4251f37e0cf8d85faae320e6)
55
+
56
+ #### [1.3.32](https://github.com/jodit/jodit-pro/compare/1.3.31...1.3.32)
57
+
58
+ > 21 November 2022
59
+
60
+ - Fixed mode switching logic in mobile-view plugin [`af1c531`](https://github.com/jodit/jodit-pro/commit/af1c531682f65746eb5e8c4c30d619d184754257)
61
+ - New version 1.3.32. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.32 [`c1fea74`](https://github.com/jodit/jodit-pro/commit/c1fea74215b5b82f30e2b1c4fa5a0af93eab83b8)
62
+
63
+ #### [1.3.31](https://github.com/jodit/jodit-pro/compare/1.3.30...1.3.31)
64
+
65
+ > 15 November 2022
66
+
67
+ - Added translate plugin [`94dcdf2`](https://github.com/jodit/jodit-pro/commit/94dcdf27d7d34985525078f3f012ad2399c541ad)
68
+ - New version 1.3.31. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.31 [`8dbddbe`](https://github.com/jodit/jodit-pro/commit/8dbddbef30d8642a7e7e2b61f9ae1cf8dda69716)
69
+
70
+ #### [1.3.30](https://github.com/jodit/jodit-pro/compare/1.3.29...1.3.30)
71
+
72
+ > 12 November 2022
73
+
74
+ - New version 1.3.30. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.30 [`379b870`](https://github.com/jodit/jodit-pro/commit/379b87071062c598440c2c38a8eed1eccbe40b19)
75
+ - Up react version [`e52b697`](https://github.com/jodit/jodit-pro/commit/e52b697cfe3ed8a4dfa073f58eec50a10dd8851f)
76
+
77
+ #### [1.3.29](https://github.com/jodit/jodit-pro/compare/1.3.28...1.3.29)
78
+
79
+ > 11 November 2022
80
+
81
+ - New version 1.3.29. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.29 [`acab186`](https://github.com/jodit/jodit-pro/commit/acab186624c20820670ef2eb88d17e03edaea776)
82
+ - Fix ajax using [`c95c71d`](https://github.com/jodit/jodit-pro/commit/c95c71dd6d3ad5505f58f9815beb2ecfc3939249)
83
+
84
+ #### [1.3.28](https://github.com/jodit/jodit-pro/compare/1.3.27...1.3.28)
85
+
86
+ > 6 November 2022
87
+
88
+ - New version 1.3.28. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.28 [`b226062`](https://github.com/jodit/jodit-pro/commit/b226062b29d630bbcf296d1111075f3561ffa0bb)
89
+ - Added a plugin to set the document view mode on the resolution of mobile devices. [`50643f6`](https://github.com/jodit/jodit-pro/commit/50643f65aac191f55d929ea9a7241526da8fa756)
90
+
91
+ #### [1.3.27](https://github.com/jodit/jodit-pro/compare/1.3.26...1.3.27)
92
+
93
+ > 17 October 2022
94
+
95
+ - New version 1.3.27. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.27 [`904b79c`](https://github.com/jodit/jodit-pro/commit/904b79c1cbb56671e107503cb9ebcfaf45ce66ec)
96
+
97
+ #### [1.3.26](https://github.com/jodit/jodit-pro/compare/1.3.25...1.3.26)
98
+
99
+ > 17 October 2022
100
+
101
+ - New version 1.3.26. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.26 [`e9a03be`](https://github.com/jodit/jodit-pro/commit/e9a03bec06143051c69f1f215af17668e9e60c4f)
102
+
103
+ #### [1.3.25](https://github.com/jodit/jodit-pro/compare/1.3.23...1.3.25)
104
+
105
+ > 17 October 2022
106
+
107
+ - Update deps [`15e9218`](https://github.com/jodit/jodit-pro/commit/15e9218a6b00d1c2b3130ed16d9a2fef098321dd)
108
+ - Paths to modules have been refactored to make them less connected [`eb1df6b`](https://github.com/jodit/jodit-pro/commit/eb1df6be459748483052e0220ee20008526e4fd0)
109
+ - New version 1.3.25. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.25 [`6068536`](https://github.com/jodit/jodit-pro/commit/6068536d8e94603229cb42baa83caee60329498a)
110
+
111
+ #### [1.3.23](https://github.com/jodit/jodit-pro/compare/1.3.22...1.3.23)
112
+
113
+ > 19 September 2022
114
+
115
+ - New version 1.3.23. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.23 [`8d52847`](https://github.com/jodit/jodit-pro/commit/8d52847e6266098d418f36676241bb771cf3921f)
116
+
117
+ #### [1.3.22](https://github.com/jodit/jodit-pro/compare/1.3.21...1.3.22)
118
+
119
+ > 18 September 2022
120
+
121
+ - New version 1.3.22. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.22 [`7a437ea`](https://github.com/jodit/jodit-pro/commit/7a437ea30c5d71bf750be5c110724bd1b344c8ee)
122
+
123
+ #### [1.3.21](https://github.com/jodit/jodit-pro/compare/1.3.20...1.3.21)
124
+
125
+ > 18 September 2022
126
+
127
+ - New version 1.3.21. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.21 [`5efb81f`](https://github.com/jodit/jodit-pro/commit/5efb81fda758ec0bdc581f70c8126b21790ef318)
128
+ - Remove extra margins [`3caa28b`](https://github.com/jodit/jodit-pro/commit/3caa28b5e1dfd9496d0fc1733bf57720eb107421)
129
+ - Fixed documentation about nested list styles [`3b44e0b`](https://github.com/jodit/jodit-pro/commit/3b44e0b4614988b91bebaf01dce760ed031717ee)
130
+
131
+ #### [1.3.20](https://github.com/jodit/jodit-pro/compare/1.3.19...1.3.20)
132
+
133
+ > 11 September 2022
134
+
135
+ - Fixed copy and paste the content from word to Jodit Pro, it doesn’t copy all the points. Jodit Free version is retains all the formatting #861 [`3f9c9c2`](https://github.com/jodit/jodit-pro/commit/3f9c9c2d44de4ea60a819dcff95c4c3cc49c6fd8)
136
+ - New version 1.3.20. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.20 [`6bc76fb`](https://github.com/jodit/jodit-pro/commit/6bc76fbeb1ab7640b3d04c334c9694603f28fed5)
137
+
138
+ #### [1.3.19](https://github.com/jodit/jodit-pro/compare/1.3.18...1.3.19)
139
+
140
+ > 11 September 2022
141
+
142
+ - New version 1.3.19. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.19 [`63e15ff`](https://github.com/jodit/jodit-pro/commit/63e15ff2e9dde758b88b7a676d8ba08ed58c9864)
143
+ - Image editor : wrong path [`c20513b`](https://github.com/jodit/jodit-pro/commit/c20513b4ddeba65c27e366e485e8736cf6dfb342)
144
+ - Fix finder documentation [`ee1afec`](https://github.com/jodit/jodit-pro/commit/ee1afec3da2866563a67af4ebc5feea903211ac6)
145
+
146
+ #### [1.3.18](https://github.com/jodit/jodit-pro/compare/1.3.17...1.3.18)
147
+
148
+ > 10 September 2022
149
+
150
+ - Fixed by https://xdsoft.net/jodit/pro/cab/issues/154316f5-623e-42a2-8791-1c8771cd0a27 [`b7e2b60`](https://github.com/jodit/jodit-pro/commit/b7e2b602050d588170df608dd8051a3c09cc7e78)
151
+ - New version 1.3.18. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.18 [`e4c6f17`](https://github.com/jodit/jodit-pro/commit/e4c6f1710e03ff3a949f7fbce2d38485d27dd163)
152
+
153
+ #### [1.3.17](https://github.com/jodit/jodit-pro/compare/1.3.16...1.3.17)
154
+
155
+ > 10 September 2022
156
+
157
+ - New version 1.3.17. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.17 [`4bfde9c`](https://github.com/jodit/jodit-pro/commit/4bfde9cc7f193c74a5eddc2c48e82ee9dd539184)
158
+ - Misspeling [`da406cd`](https://github.com/jodit/jodit-pro/commit/da406cde28be00de01419f867d41021d6c995911)
159
+
160
+ #### [1.3.16](https://github.com/jodit/jodit-pro/compare/1.3.15...1.3.16)
161
+
162
+ > 6 September 2022
163
+
164
+ - New version 1.3.16. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.16 [`aa8a1c2`](https://github.com/jodit/jodit-pro/commit/aa8a1c2cb71a8115f5a906f6438e62e6147e1c8d)
165
+
166
+ #### [1.3.15](https://github.com/jodit/jodit-pro/compare/1.3.14...1.3.15)
167
+
168
+ > 3 September 2022
169
+
170
+ - - Added new-folder icon [`60c530e`](https://github.com/jodit/jodit-pro/commit/60c530e0cd92b8b57698712c71d2863a344d5fea)
171
+ - New version 1.3.15. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.15 [`20e6748`](https://github.com/jodit/jodit-pro/commit/20e674851efdae1b68fa52999c1341e6b9f1aebb)
172
+
173
+ #### [1.3.14](https://github.com/jodit/jodit-pro/compare/1.3.13...1.3.14)
174
+
175
+ > 30 August 2022
176
+
177
+ - New version 1.3.14. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.14 [`aecc319`](https://github.com/jodit/jodit-pro/commit/aecc319f6e34395356e4f944520a001d734f5cf9)
178
+
179
+ #### [1.3.13](https://github.com/jodit/jodit-pro/compare/1.3.12...1.3.13)
180
+
181
+ > 26 August 2022
182
+
183
+ - In paste-from-word plugin added allowedStyleProps options [`613ab65`](https://github.com/jodit/jodit-pro/commit/613ab65f0dd7fbe02377819d7d913bc687b110ad)
184
+ - Fixed es2018 build [`4d02561`](https://github.com/jodit/jodit-pro/commit/4d02561718d97033676edf5fa7339482312c6eb6)
185
+ - New version 1.3.13. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.13 [`36be747`](https://github.com/jodit/jodit-pro/commit/36be74770232ac7405ccaa46054f17bcbb270e76)
186
+
187
+ #### [1.3.12](https://github.com/jodit/jodit-pro/compare/1.3.11...1.3.12)
188
+
189
+ > 22 August 2022
190
+
191
+ - New version 1.3.12. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.12 [`9708725`](https://github.com/jodit/jodit-pro/commit/9708725bbb87444abeb243b13d291ec6095ed1ab)
192
+
193
+ #### [1.3.11](https://github.com/jodit/jodit-pro/compare/1.3.9...1.3.11)
194
+
195
+ > 15 August 2022
196
+
197
+ - Up [`1cf4911`](https://github.com/jodit/jodit-pro/commit/1cf491142a0cc9b0ab9ce4afc0ffdd0846938d19)
198
+ - New version 1.3.11. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.11 [`0f82b3b`](https://github.com/jodit/jodit-pro/commit/0f82b3bde4860a8b3d4ee377dbcd11925cb478ab)
199
+ - Added ability remove plugins from build [`48a9d78`](https://github.com/jodit/jodit-pro/commit/48a9d78bb95b9fdb3b6caf38c4e4652470e6a205)
200
+
201
+ #### [1.3.9](https://github.com/jodit/jodit-pro/compare/1.3.8...1.3.9)
202
+
203
+ > 29 July 2022
204
+
205
+ - New version 1.3.9. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.9 [`70f6aaa`](https://github.com/jodit/jodit-pro/commit/70f6aaa51febb2cbf8895f22b8f3dea366a66ff4)
206
+
207
+ #### [1.3.8](https://github.com/jodit/jodit-pro/compare/1.3.7...1.3.8)
208
+
209
+ > 7 June 2022
210
+
211
+ - New version 1.3.8. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.8 [`8372164`](https://github.com/jodit/jodit-pro/commit/8372164d00c72c6dc6c532a79653ecee758bc968)
212
+
213
+ #### [1.3.7](https://github.com/jodit/jodit-pro/compare/1.3.6...1.3.7)
214
+
215
+ > 4 June 2022
216
+
217
+ - New version 1.3.7. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.7 [`96a76b6`](https://github.com/jodit/jodit-pro/commit/96a76b6c93d335aff320ffc51a36aaeae9a070f6)
218
+
219
+ #### [1.3.6](https://github.com/jodit/jodit-pro/compare/1.3.5...1.3.6)
220
+
221
+ > 31 May 2022
222
+
223
+ - New version 1.3.6. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.6 [`e0a11ea`](https://github.com/jodit/jodit-pro/commit/e0a11ea75b5380c779384b5fb62e8d37f9b1bc1e)
224
+
225
+ #### [1.3.5](https://github.com/jodit/jodit-pro/compare/1.3.4...1.3.5)
226
+
227
+ > 16 May 2022
228
+
229
+ - New version 1.3.5. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.5 [`e4ab600`](https://github.com/jodit/jodit-pro/commit/e4ab600f4e33d2e9b059c459d2a25cc17210e152)
230
+
231
+ #### [1.3.4](https://github.com/jodit/jodit-pro/compare/1.3.3...1.3.4)
232
+
233
+ > 12 May 2022
234
+
235
+ - New version 1.3.4. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.4 [`cfe1d7e`](https://github.com/jodit/jodit-pro/commit/cfe1d7e4b8a247b7ac24e56f993a9ae704f5e425)
236
+
237
+ #### [1.3.3](https://github.com/jodit/jodit-pro/compare/1.3.2...1.3.3)
238
+
239
+ > 11 May 2022
240
+
241
+ - New version 1.3.3. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.3 [`6909a6f`](https://github.com/jodit/jodit-pro/commit/6909a6fe5b0460d1be4e8068fcf89bb5be6ef79e)
242
+
243
+ #### [1.3.2](https://github.com/jodit/jodit-pro/compare/1.3.1...1.3.2)
244
+
245
+ > 11 May 2022
246
+
247
+ - Fixed tests and update deps [`7750eac`](https://github.com/jodit/jodit-pro/commit/7750eace8f507950a180fe39d1f033780da0aa57)
248
+ - New version 1.3.2. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.2 [`20202d8`](https://github.com/jodit/jodit-pro/commit/20202d83e4b0b94e1d8d475d9b69ee1e22f097ac)
249
+
250
+ #### [1.3.1](https://github.com/jodit/jodit-pro/compare/1.2.58...1.3.1)
251
+
252
+ > 12 April 2022
253
+
254
+ - New version 1.3.1. Read more https://github.com/jodit/jodit-pro/releases/tag/1.3.1 [`4ed27f7`](https://github.com/jodit/jodit-pro/commit/4ed27f76ff474e0cb93dd718ceb9c18d13a568eb)
255
+ - Up deps versions [`426b349`](https://github.com/jodit/jodit-pro/commit/426b34968e808475e46f69619bec17ecbe057d10)
256
+
257
+ #### [1.2.58](https://github.com/jodit/jodit-pro/compare/1.2.57...1.2.58)
258
+
259
+ > 31 March 2022
260
+
261
+ - New version 1.2.58. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.58 [`1f6e03e`](https://github.com/jodit/jodit-pro/commit/1f6e03e9bbea8eca212055efc45b8079a062d081)
262
+
263
+ #### [1.2.57](https://github.com/jodit/jodit-pro/compare/1.2.56...1.2.57)
264
+
265
+ > 28 March 2022
266
+
267
+ - New version 1.2.57. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.57 [`6c31f66`](https://github.com/jodit/jodit-pro/commit/6c31f66e02fad34d99266de3533fdf93d8ef4d31)
268
+
269
+ #### [1.2.56](https://github.com/jodit/jodit-pro/compare/1.2.55...1.2.56)
270
+
271
+ > 27 March 2022
272
+
273
+ - New version 1.2.56. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.56 [`d2ab5ef`](https://github.com/jodit/jodit-pro/commit/d2ab5ef5e0e9f8a6a0c048f1d6998f444b41e1e0)
274
+
275
+ #### [1.2.55](https://github.com/jodit/jodit-pro/compare/1.2.54...1.2.55)
276
+
277
+ > 27 March 2022
278
+
279
+ - New version 1.2.55. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.55 [`6af7a1e`](https://github.com/jodit/jodit-pro/commit/6af7a1ed994ce2ad91ca017f921e2065c161b697)
280
+
281
+ #### [1.2.54](https://github.com/jodit/jodit-pro/compare/1.2.53...1.2.54)
282
+
283
+ > 20 March 2022
284
+
285
+ - New version 1.2.54. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.54 [`1ce9e62`](https://github.com/jodit/jodit-pro/commit/1ce9e624fb0e6f8c215d283ab393d6d62da977de)
286
+ - Fixed icon bug in list plugin [`d7746d2`](https://github.com/jodit/jodit-pro/commit/d7746d2a10c8e010829a8487e5f90899176417e4)
287
+
288
+ #### [1.2.53](https://github.com/jodit/jodit-pro/compare/1.2.52...1.2.53)
289
+
290
+ > 20 March 2022
291
+
292
+ - Fixed paste from word images [`5a23b3e`](https://github.com/jodit/jodit-pro/commit/5a23b3e9be8f4966ce615b5a875a322fc354fafe)
293
+ - New version 1.2.53. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.53 [`bf96c21`](https://github.com/jodit/jodit-pro/commit/bf96c210151163d70060b2107b8a1c6e1534a6fc)
294
+
295
+ #### [1.2.52](https://github.com/jodit/jodit-pro/compare/1.2.51...1.2.52)
296
+
297
+ > 16 March 2022
298
+
299
+ - Fixed eslint rule @typescript-eslint/explicit-function-return-type [`6e92bab`](https://github.com/jodit/jodit-pro/commit/6e92bab994d8268e9fc4cf73cfd1214ca31717bf)
300
+ - New version 1.2.52. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.52 [`27e4d8d`](https://github.com/jodit/jodit-pro/commit/27e4d8d50aa886680faed7c08b6b512b51f344bb)
301
+ - Fixed paste from word spaces between chars [`b191812`](https://github.com/jodit/jodit-pro/commit/b191812dbc695df98dfa816a9cf12116bfe22ae6)
302
+
303
+ #### [1.2.51](https://github.com/jodit/jodit-pro/compare/1.2.50...1.2.51)
304
+
305
+ > 7 March 2022
306
+
307
+ - New version 1.2.51. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.51 [`d4ba85f`](https://github.com/jodit/jodit-pro/commit/d4ba85f4c3437d6c0aab76fc12e2ebde88633591)
308
+
309
+ #### [1.2.50](https://github.com/jodit/jodit-pro/compare/1.2.49...1.2.50)
310
+
311
+ > 6 March 2022
312
+
313
+ - New version 1.2.50. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.50 [`d53ec12`](https://github.com/jodit/jodit-pro/commit/d53ec12ef089c250deec3c4dc19db1f2cbd24842)
314
+ - Remove extra command [`c0fccf4`](https://github.com/jodit/jodit-pro/commit/c0fccf4884b2df7bf4a06e7e1a71de34e5a41d83)
315
+
316
+ #### [1.2.49](https://github.com/jodit/jodit-pro/compare/1.2.48...1.2.49)
317
+
318
+ > 5 March 2022
319
+
320
+ - Fixed plugin PasteFromWord [`47c53df`](https://github.com/jodit/jodit-pro/commit/47c53df9f8ccd1c078cd04e15e68608b1cf3c165)
321
+ - Fixed paste from word indents [`420ce7c`](https://github.com/jodit/jodit-pro/commit/420ce7c8fea28d9a2b5533e8065b8d05cfff7179)
322
+ - New version 1.2.49. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.49 [`7b9aaa1`](https://github.com/jodit/jodit-pro/commit/7b9aaa1e8f3060d4506f5e512f161a484fdb6707)
323
+
324
+ #### [1.2.48](https://github.com/jodit/jodit-pro/compare/1.2.47...1.2.48)
325
+
326
+ > 4 March 2022
327
+
328
+ - Added options: pasteFromWordHeuristic: boolean [`fd15ac3`](https://github.com/jodit/jodit-pro/commit/fd15ac3f0ad25c7fa7bdf91878d4fa9b2dfc3df2)
329
+ - New version 1.2.48. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.48 [`c804fea`](https://github.com/jodit/jodit-pro/commit/c804feab917715c312dba18cae6a3d9bc34a411b)
330
+
331
+ #### [1.2.47](https://github.com/jodit/jodit-pro/compare/1.2.46...1.2.47)
332
+
333
+ > 4 March 2022
334
+
335
+ - New version 1.2.47. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.47 [`e22eecb`](https://github.com/jodit/jodit-pro/commit/e22eecb201fcf92f04ac827869fee0fd1083578c)
336
+
337
+ #### [1.2.46](https://github.com/jodit/jodit-pro/compare/1.2.45...1.2.46)
338
+
339
+ > 4 March 2022
340
+
341
+ - First release PasteFromWord PRO plugin [`30c35a4`](https://github.com/jodit/jodit-pro/commit/30c35a4529e264ee802027d526b93c946f7c0efa)
342
+ - New version 1.2.46. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.46 [`3d4d06b`](https://github.com/jodit/jodit-pro/commit/3d4d06b4fbbdc15aec3ae7a79d5dfe6382c35c67)
343
+ - PRO version Paste From Word plugin [`8016804`](https://github.com/jodit/jodit-pro/commit/80168043abbe76588cc3796daabe29b2658ce03e)
344
+
345
+ #### [1.2.45](https://github.com/jodit/jodit-pro/compare/1.2.44...1.2.45)
346
+
347
+ > 21 February 2022
348
+
349
+ - New version 1.2.45. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.45 [`df449d8`](https://github.com/jodit/jodit-pro/commit/df449d8fac8e6880411ac4b435097e1950c4981f)
350
+
351
+ #### [1.2.44](https://github.com/jodit/jodit-pro/compare/1.2.43...1.2.44)
352
+
353
+ > 21 February 2022
354
+
355
+ - Added autotests for the export-docs and page-break plugins. [`a3b0550`](https://github.com/jodit/jodit-pro/commit/a3b0550f5e07279d67a797a31ea76ba326d33776)
356
+ - New version 1.2.44. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.44 [`d3c51bb`](https://github.com/jodit/jodit-pro/commit/d3c51bb3da3b2b8ab761992ca22633766224d8ec)
357
+ - fixed bug that css variables were sent to pdf export instead of real values [`360a096`](https://github.com/jodit/jodit-pro/commit/360a096af30c29659d3255b2286173dbab0a0c5e)
358
+
359
+ #### [1.2.43](https://github.com/jodit/jodit-pro/compare/1.2.42...1.2.43)
360
+
361
+ > 17 February 2022
362
+
363
+ - New version 1.2.43. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.43 [`0d52eee`](https://github.com/jodit/jodit-pro/commit/0d52eee7dec1955c226075c6bdff9d683dbb3e97)
364
+
365
+ #### [1.2.42](https://github.com/jodit/jodit-pro/compare/1.2.41...1.2.42)
366
+
367
+ > 16 February 2022
368
+
369
+ - New version 1.2.42. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.42 [`e3a422e`](https://github.com/jodit/jodit-pro/commit/e3a422e987693e3869b75f82e5eeafeba9450ffd)
370
+
371
+ #### [1.2.41](https://github.com/jodit/jodit-pro/compare/1.2.40...1.2.41)
372
+
373
+ > 14 February 2022
374
+
375
+ - New version 1.2.41. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.41 [`b84e353`](https://github.com/jodit/jodit-pro/commit/b84e3530816dfc70164d67a75e64d1aaecab3143)
376
+
377
+ #### [1.2.40](https://github.com/jodit/jodit-pro/compare/1.2.39...1.2.40)
378
+
379
+ > 14 February 2022
380
+
381
+ - New version 1.2.40. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.40 [`0c8e2e2`](https://github.com/jodit/jodit-pro/commit/0c8e2e2cf5979ed2c9511d1af61a3fd23740c76c)
382
+
383
+ #### [1.2.39](https://github.com/jodit/jodit-pro/compare/1.2.38...1.2.39)
384
+
385
+ > 14 February 2022
386
+
387
+ - New version 1.2.39. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.39 [`f9221df`](https://github.com/jodit/jodit-pro/commit/f9221df128de9c39bc3d8f3e0449fd41c257e14c)
388
+
389
+ #### [1.2.38](https://github.com/jodit/jodit-pro/compare/1.2.37...1.2.38)
390
+
391
+ > 14 February 2022
392
+
393
+ - New version 1.2.38. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.38 [`89249dd`](https://github.com/jodit/jodit-pro/commit/89249dd7a23644dbcd08d3b10439f018a9542c21)
394
+ - Fixed a bug in the exportsDocs module when some pictures could be exported with wrong URLs [`31426f1`](https://github.com/jodit/jodit-pro/commit/31426f1b04912ec5ee46ad45cbb628935f102b5e)
395
+
396
+ #### [1.2.37](https://github.com/jodit/jodit-pro/compare/1.2.36...1.2.37)
397
+
398
+ > 11 February 2022
399
+
400
+ - New version 1.2.37. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.37 [`a1a8085`](https://github.com/jodit/jodit-pro/commit/a1a80854356d76490eba0e53d112521761ef7b4c)
401
+
402
+ #### [1.2.36](https://github.com/jodit/jodit-pro/compare/1.2.35...1.2.36)
403
+
404
+ > 11 February 2022
405
+
406
+ - New version 1.2.36. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.36 [`8025e63`](https://github.com/jodit/jodit-pro/commit/8025e63109736b668875dd0efa191e715de8ee31)
407
+
408
+ #### [1.2.35](https://github.com/jodit/jodit-pro/compare/1.2.34...1.2.35)
409
+
410
+ > 10 February 2022
411
+
412
+ - New version 1.2.35. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.35 [`0f5a8f3`](https://github.com/jodit/jodit-pro/commit/0f5a8f36c55e340e96f0b8913f45c948eba9482e)
413
+
414
+ #### [1.2.34](https://github.com/jodit/jodit-pro/compare/1.2.33...1.2.34)
415
+
416
+ > 7 February 2022
417
+
418
+ - New version 1.2.34. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.34 [`6f58b6e`](https://github.com/jodit/jodit-pro/commit/6f58b6e1586b78f24be510527d1823c1a2c341da)
419
+
420
+ #### [1.2.33](https://github.com/jodit/jodit-pro/compare/1.2.32...1.2.33)
421
+
422
+ > 6 February 2022
423
+
424
+ - New version 1.2.33. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.33 [`89d0587`](https://github.com/jodit/jodit-pro/commit/89d05871153ab168162e6a4f3b2426b0efc3311f)
425
+
426
+ #### [1.2.32](https://github.com/jodit/jodit-pro/compare/1.2.31...1.2.32)
427
+
428
+ > 6 February 2022
429
+
430
+ - New version 1.2.32. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.32 [`02853a2`](https://github.com/jodit/jodit-pro/commit/02853a2834f9e6282aa3ec4bf14706377ab3e1c4)
431
+ - Fixed copyrights [`98f4eeb`](https://github.com/jodit/jodit-pro/commit/98f4eeb82442b53c7c92361304596601a17f0642)
432
+ - Added plugin iframe editor [`a1f9f25`](https://github.com/jodit/jodit-pro/commit/a1f9f259fbd834ab0e3719730d507d4c34746fce)
433
+
434
+ #### [1.2.31](https://github.com/jodit/jodit-pro/compare/1.2.30...1.2.31)
435
+
436
+ > 31 January 2022
437
+
438
+ - New version 1.2.31. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.31 [`03bcb62`](https://github.com/jodit/jodit-pro/commit/03bcb62e56eccda27ae5d7cae5c5028021c50b11)
439
+
440
+ #### [1.2.30](https://github.com/jodit/jodit-pro/compare/1.2.29...1.2.30)
441
+
442
+ > 27 January 2022
443
+
444
+ - New version 1.2.30. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.30 [`c3c7328`](https://github.com/jodit/jodit-pro/commit/c3c7328672500278d370529156e792ab5d67b9e7)
445
+
446
+ #### [1.2.29](https://github.com/jodit/jodit-pro/compare/1.2.28...1.2.29)
447
+
448
+ > 26 January 2022
449
+
450
+ - Fixed state observer in google-maps plugin [`4890766`](https://github.com/jodit/jodit-pro/commit/48907666927653a8d370ae8a3fb38d4ee5f9f765)
451
+ - Fixed getElm signature [`f2de2b5`](https://github.com/jodit/jodit-pro/commit/f2de2b5f6ac0660fc9c4ab3b17fed69529867bfe)
452
+ - New version 1.2.29. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.29 [`076e51c`](https://github.com/jodit/jodit-pro/commit/076e51c9fa1f3b73a51411ecc578addab1c895a5)
453
+
454
+ #### [1.2.28](https://github.com/jodit/jodit-pro/compare/1.2.27...1.2.28)
455
+
456
+ > 20 January 2022
457
+
458
+ - New version 1.2.28. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.28 [`6a9c6bb`](https://github.com/jodit/jodit-pro/commit/6a9c6bbc437eab817ab94d4a79160bf90327c636)
459
+
460
+ #### [1.2.27](https://github.com/jodit/jodit-pro/compare/1.2.26...1.2.27)
461
+
462
+ > 20 January 2022
463
+
464
+ - Change import statement and allow use shortcut 'jodit/core' [`edf67c7`](https://github.com/jodit/jodit-pro/commit/edf67c728b1bc9359e5334c923a4e01b09b9a6a1)
465
+ - New version 1.2.27. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.27 [`d7956ac`](https://github.com/jodit/jodit-pro/commit/d7956ac321fea210bbbc470995cc4c0a154e26ef)
466
+
467
+ #### [1.2.26](https://github.com/jodit/jodit-pro/compare/1.2.25...1.2.26)
468
+
469
+ > 19 January 2022
470
+
471
+ - New version 1.2.26. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.26 [`fcdeb88`](https://github.com/jodit/jodit-pro/commit/fcdeb88723bb4488ec50574cb118e570611c22f0)
472
+
473
+ #### [1.2.25](https://github.com/jodit/jodit-pro/compare/1.2.24...1.2.25)
474
+
475
+ > 6 January 2022
476
+
477
+ - New version 1.2.25. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.25 [`10c816b`](https://github.com/jodit/jodit-pro/commit/10c816b4c81d6033e5c3af32eea7ccef4c7f65e7)
478
+ - Fixed value [`36e39a1`](https://github.com/jodit/jodit-pro/commit/36e39a1b20735672a78410955f0606d0a26d61ad)
479
+
480
+ #### [1.2.24](https://github.com/jodit/jodit-pro/compare/1.2.23...1.2.24)
481
+
482
+ > 7 December 2021
483
+
484
+ - Added docs for plugins page-break and export-docs [`8705963`](https://github.com/jodit/jodit-pro/commit/87059639b5bc46e87cadb14fb6adaa58460e4701)
485
+ - New version 1.2.24. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.24 [`6c74dec`](https://github.com/jodit/jodit-pro/commit/6c74dec4f70ee2546fb41672e4b4f7d05427e593)
486
+ - Rename button in export-docs.ts [`fa02f37`](https://github.com/jodit/jodit-pro/commit/fa02f37a79b961abbad6aa0313aa41b9a5612fbe)
487
+
488
+ #### [1.2.23](https://github.com/jodit/jodit-pro/compare/1.2.22...1.2.23)
489
+
490
+ > 7 December 2021
491
+
492
+ - New version 1.2.23. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.23 [`a45f8db`](https://github.com/jodit/jodit-pro/commit/a45f8dbdc656492e1bd6e4792ae3c839752ca731)
493
+ - Fixed tests [`ec982f4`](https://github.com/jodit/jodit-pro/commit/ec982f4dd481bc0fea32dd213462423812633fb1)
494
+ - Added Export in PDF plugin and added Page Break plugin [`50174b8`](https://github.com/jodit/jodit-pro/commit/50174b8809707015c496ce0e9a9054a9e9571768)
495
+
496
+ #### [1.2.22](https://github.com/jodit/jodit-pro/compare/1.2.21...1.2.22)
497
+
498
+ > 24 November 2021
499
+
500
+ - New version 1.2.22. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.22 [`0c4efab`](https://github.com/jodit/jodit-pro/commit/0c4efabca32e3d1838d0984d32696560caf66ab2)
501
+ - We load the JS API only once [`9de21c8`](https://github.com/jodit/jodit-pro/commit/9de21c81569609859fea89c9edba8654709e7c21)
502
+ - We load the JS API only once [`9788c2e`](https://github.com/jodit/jodit-pro/commit/9788c2ee4a456f66c649b2954cb4c22a8e0229b5)
503
+
504
+ #### [1.2.21](https://github.com/jodit/jodit-pro/compare/1.2.20...1.2.21)
505
+
506
+ > 24 November 2021
507
+
508
+ - Init map after load API [`10b33b0`](https://github.com/jodit/jodit-pro/commit/10b33b063e11187b1aa750582a25d370180eca40)
509
+ - New version 1.2.21. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.21 [`c084646`](https://github.com/jodit/jodit-pro/commit/c084646405e6e6b0d4b6a7f210ebe882e950f8d5)
510
+ - Init map after load API [`3521857`](https://github.com/jodit/jodit-pro/commit/352185726084b15d376fda25a3fb871b525376ec)
511
+
512
+ #### [1.2.20](https://github.com/jodit/jodit-pro/compare/1.2.19...1.2.20)
513
+
514
+ > 24 November 2021
515
+
516
+ - New version 1.2.20. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.20 [`3b29069`](https://github.com/jodit/jodit-pro/commit/3b2906981e6d476c21b5998f0ece39f5fab3d837)
517
+
518
+ #### [1.2.19](https://github.com/jodit/jodit-pro/compare/1.2.18...1.2.19)
519
+
520
+ > 24 November 2021
521
+
522
+ - Added map type control and state [`edc0190`](https://github.com/jodit/jodit-pro/commit/edc019090cc669c0de4bcefd790d0e1d24c2cf94)
523
+ - Added Google Maps plugin [`9ab2b8a`](https://github.com/jodit/jodit-pro/commit/9ab2b8abf340a3935b4affc54fd6d6fc5a0c3d44)
524
+ - Fixed work with marker,circle,polygon and polyline [`f5c1ea4`](https://github.com/jodit/jodit-pro/commit/f5c1ea40025056dd5bf7a9c36c76f7c21c9516bc)
525
+
526
+ #### [1.2.18](https://github.com/jodit/jodit-pro/compare/1.2.17...1.2.18)
527
+
528
+ > 16 November 2021
529
+
530
+ - New version 1.2.18. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.18 [`6ddae6a`](https://github.com/jodit/jodit-pro/commit/6ddae6abe5525a71d29beed21ba54244ab1e267a)
531
+ - Fixed default PRE styles [`97780e3`](https://github.com/jodit/jodit-pro/commit/97780e32faa386a6716deac5200e102f3a6522e2)
532
+
533
+ #### [1.2.17](https://github.com/jodit/jodit-pro/compare/1.2.15...1.2.17)
534
+
535
+ > 16 November 2021
536
+
537
+ - Added `pasteCode.canonicalLanguageCode` option [`c16cd53`](https://github.com/jodit/jodit-pro/commit/c16cd5387b3190e41fed97e4dacd108fd181ad02)
538
+ - New version 1.2.17. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.17 [`41bc7c1`](https://github.com/jodit/jodit-pro/commit/41bc7c1ea41e317f3b154c30a3b4e8ed6f0bc937)
539
+ - Added dependency field for plugin `highlight-signature` [`e706cef`](https://github.com/jodit/jodit-pro/commit/e706cef2fa89aa84dd50fd507ea3f60dae85597c)
540
+
541
+ #### [1.2.15](https://github.com/jodit/jodit-pro/compare/1.2.14...1.2.15)
542
+
543
+ > 16 November 2021
544
+
545
+ - Added another library highlighting in paste-code plugin [`2337902`](https://github.com/jodit/jodit-pro/commit/23379021afc8a3c7e2dd80833a8cf55240a5724d)
546
+ - New version 1.2.15. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.15 [`a2cb9b5`](https://github.com/jodit/jodit-pro/commit/a2cb9b520ee8496886648af9510f8f1adc1fe46b)
547
+
548
+ #### [1.2.14](https://github.com/jodit/jodit-pro/compare/1.2.13...1.2.14)
549
+
550
+ > 12 November 2021
551
+
552
+ - Changed paste code [`8732928`](https://github.com/jodit/jodit-pro/commit/87329288372476fc6695daaf8ce6bd9b396ba314)
553
+ - New version 1.2.14. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.14 [`b48b7e6`](https://github.com/jodit/jodit-pro/commit/b48b7e6a1cc27ba2240514bdea672e9afea75bcb)
554
+
555
+ #### [1.2.13](https://github.com/jodit/jodit-pro/compare/1.2.12...1.2.13)
556
+
557
+ > 12 November 2021
558
+
559
+ - New version 1.2.13. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.13 [`f914a7b`](https://github.com/jodit/jodit-pro/commit/f914a7b25c1eb13c60b0a8e48e74584fc9a927b0)
560
+
561
+ #### [1.2.12](https://github.com/jodit/jodit-pro/compare/1.2.11...1.2.12)
562
+
563
+ > 2 November 2021
564
+
565
+ - New version 1.2.12. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.12 [`5f6e386`](https://github.com/jodit/jodit-pro/commit/5f6e386bb0b5e87e2aa19483052b0bfee2cc47dc)
566
+
567
+ #### [1.2.11](https://github.com/jodit/jodit-pro/compare/1.2.10...1.2.11)
568
+
569
+ > 26 October 2021
570
+
571
+ - New version 1.2.11. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.11 [`bdfb465`](https://github.com/jodit/jodit-pro/commit/bdfb4652387087cbf3397f48546b96d09dd39a8c)
572
+
573
+ #### [1.2.10](https://github.com/jodit/jodit-pro/compare/1.2.9...1.2.10)
574
+
575
+ > 26 October 2021
576
+
577
+ - New version 1.2.10. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.10 [`46a78f8`](https://github.com/jodit/jodit-pro/commit/46a78f8ec15fa64e8cd5aa7bad9aee8a0e89529c)
578
+
579
+ #### [1.2.9](https://github.com/jodit/jodit-pro/compare/1.2.8...1.2.9)
580
+
581
+ > 24 October 2021
582
+
583
+ - New version 1.2.9. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.9 [`0d83466`](https://github.com/jodit/jodit-pro/commit/0d83466a6eeb5be0a58aabcbaa20f2fbf8e1fd59)
584
+
585
+ #### [1.2.8](https://github.com/jodit/jodit-pro/compare/1.2.7...1.2.8)
586
+
587
+ > 24 October 2021
588
+
589
+ - New version 1.2.8. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.8 [`e2abadd`](https://github.com/jodit/jodit-pro/commit/e2abaddbc21f93f3b222b4e07d0e7535fb7b41c7)
590
+
591
+ #### [1.2.7](https://github.com/jodit/jodit-pro/compare/1.2.6...1.2.7)
592
+
593
+ > 24 October 2021
594
+
595
+ - New version 1.2.7. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.7 [`7051c0e`](https://github.com/jodit/jodit-pro/commit/7051c0e246702b44abb5e9ef8ca8554b6ccf6c56)
596
+
597
+ #### [1.2.6](https://github.com/jodit/jodit-pro/compare/1.2.5...1.2.6)
598
+
599
+ > 23 October 2021
600
+
601
+ - New version 1.2.6. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.6 [`c77b7ae`](https://github.com/jodit/jodit-pro/commit/c77b7aee4164cdaea6af17bd1f76274ce2571bfa)
602
+
603
+ #### [1.2.5](https://github.com/jodit/jodit-pro/compare/1.2.4...1.2.5)
604
+
605
+ > 15 October 2021
606
+
607
+ - New version 1.2.5. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.5 [`90bdc3c`](https://github.com/jodit/jodit-pro/commit/90bdc3cbb60bca0986eb41ce0e44c5a8d902a677)
608
+ - Fix tests [`ffcd7b2`](https://github.com/jodit/jodit-pro/commit/ffcd7b2ef587c11eb7e5e11dc52298d0d65fedd7)
609
+ - slik [`8b47d3e`](https://github.com/jodit/jodit-pro/commit/8b47d3ef89e63880a52f738c156bb0fd221e6e5a)
610
+
611
+ #### [1.2.4](https://github.com/jodit/jodit-pro/compare/1.2.3...1.2.4)
612
+
613
+ > 15 October 2021
614
+
615
+ - Fix tests [`4413c9c`](https://github.com/jodit/jodit-pro/commit/4413c9ce8aea7f33e56b90c158f6ec31a60daa77)
616
+ - New version 1.2.4. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.4 [`5ab16f4`](https://github.com/jodit/jodit-pro/commit/5ab16f4d8656e1e3440ff161917ce3e08536be1e)
617
+ - Added highlight-signature plugin. It allows you to highlight various macros in the editor. [`257683a`](https://github.com/jodit/jodit-pro/commit/257683a9af43b4bbf89f054a18e5320d5cda63f6)
618
+
619
+ #### [1.2.3](https://github.com/jodit/jodit-pro/compare/1.2.2...1.2.3)
620
+
621
+ > 5 October 2021
622
+
623
+ - New version 1.2.3. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.3 [`720a237`](https://github.com/jodit/jodit-pro/commit/720a237edac4ebdf69571ee24336999e3b712283)
624
+
625
+ #### [1.2.2](https://github.com/jodit/jodit-pro/compare/1.2.1...1.2.2)
626
+
627
+ > 3 October 2021
628
+
629
+ - New version 1.2.2. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.2 [`69a3914`](https://github.com/jodit/jodit-pro/commit/69a3914230f9bc5c3bac7cab2b4f2700969907e6)
630
+
631
+ #### [1.2.1](https://github.com/jodit/jodit-pro/compare/1.1.2...1.2.1)
632
+
633
+ > 3 October 2021
634
+
635
+ - New version 1.2.1. Read more https://github.com/jodit/jodit-pro/releases/tag/1.2.1 [`fb28fae`](https://github.com/jodit/jodit-pro/commit/fb28faecb1527c603ce796d766208f6820902fd4)
636
+ - Fix license [`88062bc`](https://github.com/jodit/jodit-pro/commit/88062bc24195451a9287e70e74e56a6f4d1cb974)
637
+
638
+ #### [1.1.2](https://github.com/jodit/jodit-pro/compare/1.1.1...1.1.2)
639
+
640
+ > 16 June 2021
641
+
642
+ - New version 1.1.2. Read more https://github.com/jodit/jodit-pro/releases/tag/1.1.2 [`af3dd88`](https://github.com/jodit/jodit-pro/commit/af3dd88d35551b801dfceb293bef0f9ff337d0b2)
643
+ - Fast fix redo-undo in tune-block [`8b3644d`](https://github.com/jodit/jodit-pro/commit/8b3644d5baf2ebcc9293cd4795c43530dc549805)
644
+
645
+ #### [1.1.1](https://github.com/jodit/jodit-pro/compare/1.0.59...1.1.1)
646
+
647
+ > 16 June 2021
648
+
649
+ - Added photo and fix hiding popup [`5cda4ef`](https://github.com/jodit/jodit-pro/commit/5cda4efc68b489a8d291f03fe373b9daaf450331)
650
+ - Added first tune block functionality [`ca5ef07`](https://github.com/jodit/jodit-pro/commit/ca5ef075aac172f752260d7f2056e1e1cb823cd6)
651
+ - Added tune block [`cab4025`](https://github.com/jodit/jodit-pro/commit/cab402568c12f27de2a714833661117ce11f109d)
652
+
653
+ #### [1.0.59](https://github.com/jodit/jodit-pro/compare/1.0.58...1.0.59)
654
+
655
+ > 8 June 2021
656
+
657
+ - Use override option for properties and methods from 4.3.2 [`312a3c1`](https://github.com/jodit/jodit-pro/commit/312a3c1ce3739508005fc4174d2d5b313756faee)
658
+ - New version 1.0.59. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.59 [`bd805cf`](https://github.com/jodit/jodit-pro/commit/bd805cfc78d30b21a95eef8919a97597fd61bf39)
659
+ - React extension allow work in React 17 [`01c8c60`](https://github.com/jodit/jodit-pro/commit/01c8c605c22233cc3e2a1ed1b1695dcdd56ab91b)
660
+
661
+ #### [1.0.58](https://github.com/jodit/jodit-pro/compare/1.0.57...1.0.58)
662
+
663
+ > 25 May 2021
664
+
665
+ - New version 1.0.58. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.58 [`c52c371`](https://github.com/jodit/jodit-pro/commit/c52c371e7f3975cdade0cefe724590ed9346850c)
666
+ - Added context menu Preview for files [`70c08c9`](https://github.com/jodit/jodit-pro/commit/70c08c9d81246ee09d14cdd2b2d3812058d7abdf)
667
+
668
+ #### [1.0.57](https://github.com/jodit/jodit-pro/compare/1.0.56...1.0.57)
669
+
670
+ > 24 May 2021
671
+
672
+ - New version 1.0.57. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.57 [`4315fab`](https://github.com/jodit/jodit-pro/commit/4315fab59ce13538f50874df7e7e56006a605cb4)
673
+
674
+ #### [1.0.56](https://github.com/jodit/jodit-pro/compare/1.0.55...1.0.56)
675
+
676
+ > 24 May 2021
677
+
678
+ - Fixed autocomlete plugin documentation. Added possibility set different feed types. Added tests. Fixed styles. [`e790203`](https://github.com/jodit/jodit-pro/commit/e79020399620c50ef401770518e1de4f7f6e5210)
679
+ - New version 1.0.56. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.56 [`4dcf39b`](https://github.com/jodit/jodit-pro/commit/4dcf39be2a34d45462f1209517957ad1e857505b)
680
+ - Added `isMatchedQuery` method in autocomplete plugin. [`751305d`](https://github.com/jodit/jodit-pro/commit/751305d0f12556089941ec1d3c7e803432f798b2)
681
+
682
+ #### [1.0.55](https://github.com/jodit/jodit-pro/compare/1.0.54...1.0.55)
683
+
684
+ > 21 May 2021
685
+
686
+ - New version 1.0.55. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.55 [`a0dc1cf`](https://github.com/jodit/jodit-pro/commit/a0dc1cf9f29caec43252d0155c3d5800343b9d34)
687
+ - Fixed bug in autocomplite plugin when keypress on Enter was inserting new line [`f59f422`](https://github.com/jodit/jodit-pro/commit/f59f422f5ba9cc3244556e8434f886f77ff38eff)
688
+ - Add screenshot [`6f60bb8`](https://github.com/jodit/jodit-pro/commit/6f60bb8d45471e1281057638464c29487835da88)
689
+
690
+ #### [1.0.54](https://github.com/jodit/jodit-pro/compare/1.0.53...1.0.54)
691
+
692
+ > 20 May 2021
693
+
694
+ - New version 1.0.54. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.54 [`4feec78`](https://github.com/jodit/jodit-pro/commit/4feec78ff61dfdc3891fe30bcdb1cf4c0d58dda6)
695
+
696
+ #### [1.0.53](https://github.com/jodit/jodit-pro/compare/1.0.52...1.0.53)
697
+
698
+ > 20 May 2021
699
+
700
+ - Fixed a bug inside the autocomplete plugin, when the user clicked on an element in the popup, it was inserted at the wrong position. [`f78777b`](https://github.com/jodit/jodit-pro/commit/f78777b288d98f2335429c0b81840e57e545c057)
701
+ - New version 1.0.53. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.53 [`223d6d2`](https://github.com/jodit/jodit-pro/commit/223d6d2e58b1e904bf9894cdbe99eb260c872afc)
702
+
703
+ #### [1.0.52](https://github.com/jodit/jodit-pro/compare/1.0.51...1.0.52)
704
+
705
+ > 13 May 2021
706
+
707
+ - New version 1.0.52. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.52 [`3c8bdd2`](https://github.com/jodit/jodit-pro/commit/3c8bdd289792c1da1437e9fb5c56ff5da0563361)
708
+
709
+ #### [1.0.51](https://github.com/jodit/jodit-pro/compare/1.0.50...1.0.51)
710
+
711
+ > 13 May 2021
712
+
713
+ - Up [`8a3898c`](https://github.com/jodit/jodit-pro/commit/8a3898c36a5081a05fcf41f45ae02f04c17b0434)
714
+ - Fixed tests [`0b825ee`](https://github.com/jodit/jodit-pro/commit/0b825ee176019dae621bd2acdf9d4208ddb43cd9)
715
+ - Fixed the bug in finder history navigation [`b46c866`](https://github.com/jodit/jodit-pro/commit/b46c86640ba884b9b4dbea44c8368551db750d68)
716
+
717
+ #### [1.0.50](https://github.com/jodit/jodit-pro/compare/1.0.49...1.0.50)
718
+
719
+ > 7 May 2021
720
+
721
+ - New version 1.0.50. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.50 [`c37865f`](https://github.com/jodit/jodit-pro/commit/c37865f36a12968a3943860969e20589ffe06341)
722
+
723
+ #### [1.0.49](https://github.com/jodit/jodit-pro/compare/1.0.48...1.0.49)
724
+
725
+ > 7 May 2021
726
+
727
+ - New version 1.0.49. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.49 [`0dc3258`](https://github.com/jodit/jodit-pro/commit/0dc3258e07c434a6a17187b97e5a6bc8e9999ff8)
728
+ - Separate license helpers for server side [`678b991`](https://github.com/jodit/jodit-pro/commit/678b9912478ce7d2e4e13d040b8d6388b5e36aff)
729
+
730
+ #### [1.0.48](https://github.com/jodit/jodit-pro/compare/1.0.47...1.0.48)
731
+
732
+ > 6 May 2021
733
+
734
+ - New version 1.0.48. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.48 [`dc23943`](https://github.com/jodit/jodit-pro/commit/dc2394384e86e22b2d24f519eb2ee5516f1be658)
735
+
736
+ #### [1.0.47](https://github.com/jodit/jodit-pro/compare/1.0.46...1.0.47)
737
+
738
+ > 6 May 2021
739
+
740
+ - Fixed tests [`0662e15`](https://github.com/jodit/jodit-pro/commit/0662e15305528d24efc2b799664a7fc2a7ba17c5)
741
+ - New version 1.0.47. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.47 [`28dfa50`](https://github.com/jodit/jodit-pro/commit/28dfa50a3c8be7f0f59a0cdb83b0b7ab659ab38d)
742
+ - Change license [`6961f7a`](https://github.com/jodit/jodit-pro/commit/6961f7ac24087d178cf65af46b6c067324f07e1f)
743
+
744
+ #### [1.0.46](https://github.com/jodit/jodit-pro/compare/1.0.45...1.0.46)
745
+
746
+ > 25 April 2021
747
+
748
+ - New version 1.0.46. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.46 [`b5ee0fa`](https://github.com/jodit/jodit-pro/commit/b5ee0fa1bb2e41c824ed8c33cc14cca014a0877b)
749
+
750
+ #### [1.0.45](https://github.com/jodit/jodit-pro/compare/1.0.44...1.0.45)
751
+
752
+ > 16 April 2021
753
+
754
+ - New version 1.0.45. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.45 [`5741a0d`](https://github.com/jodit/jodit-pro/commit/5741a0dc198fa5745f88f5515934dca05b8ff600)
755
+ - Fixed changelog generation [`e0d82d7`](https://github.com/jodit/jodit-pro/commit/e0d82d7cf0bd061483dda0890f931ecfffd54bcd)
756
+
757
+ #### [1.0.44](https://github.com/jodit/jodit-pro/compare/1.0.43...1.0.44)
758
+
759
+ > 13 April 2021
760
+
761
+ - Fixed bug in lightbox preview viewer for PDF documents. Now PDF documents will be opened inside iframe. [`da2e9cf`](https://github.com/jodit/jodit-pro/commit/da2e9cf2528542e70238607e613a1ad9c6e347b0)
762
+ - New version 1.0.44. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.44 [`2fff48d`](https://github.com/jodit/jodit-pro/commit/2fff48db2fc09d7c40f2f81897366fba01afc7cf)
763
+
764
+ #### [1.0.43](https://github.com/jodit/jodit-pro/compare/1.0.37...1.0.43)
765
+
766
+ > 13 April 2021
767
+
768
+ - Replace case for license file [`b590f45`](https://github.com/jodit/jodit-pro/commit/b590f450344fd07d6b9c2f411a96330be0920eac)
769
+ - New version 1.0.43. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.43 [`65f0e82`](https://github.com/jodit/jodit-pro/commit/65f0e828385e5ebea3ab906d637fe4906fd7980f)
770
+ - Fix lint [`61f88e0`](https://github.com/jodit/jodit-pro/commit/61f88e022a0fb9acdc66d9c210d01243ec3d79e4)
771
+
772
+ #### [1.0.37](https://github.com/jodit/jodit-pro/compare/1.0.36...1.0.37)
773
+
774
+ > 26 March 2021
775
+
776
+ - Optimise bundle [`4010cdc`](https://github.com/jodit/jodit-pro/commit/4010cdc7fc892a8d85b3bb1901b09d78e13867cc)
777
+ - Added button generator plugin [`0925325`](https://github.com/jodit/jodit-pro/commit/092532599a9f557e23ed13988ba9152ce947e56c)
778
+ - Added button generator plugin [`84694c5`](https://github.com/jodit/jodit-pro/commit/84694c5fb185e7e58acd9aba9ff95d028eb597a3)
779
+
780
+ #### [1.0.36](https://github.com/jodit/jodit-pro/compare/1.0.35...1.0.36)
781
+
782
+ > 23 March 2021
783
+
784
+ - New version 1.0.36. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.36 [`1821411`](https://github.com/jodit/jodit-pro/commit/1821411d2da72dc83a722fa275d74eba2e4f9ba4)
785
+ - Fix README.md [`33ed684`](https://github.com/jodit/jodit-pro/commit/33ed684809770aa95e4a1ae9be9b5a4382121ad2)
786
+ - Fix README.md [`1f20438`](https://github.com/jodit/jodit-pro/commit/1f204383abbf548d8b4598134118e905a545bad4)
787
+
788
+ #### [1.0.35](https://github.com/jodit/jodit-pro/compare/1.0.34...1.0.35)
789
+
790
+ > 21 March 2021
791
+
792
+ - New version 1.0.35. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.35 [`1668868`](https://github.com/jodit/jodit-pro/commit/16688689c16a62f9b529a795b98be5add3181d33)
793
+
794
+ #### [1.0.34](https://github.com/jodit/jodit-pro/compare/1.0.33...1.0.34)
795
+
796
+ > 21 March 2021
797
+
798
+ - Added virtual keyboard plugin [`e63de16`](https://github.com/jodit/jodit-pro/commit/e63de167eaab3a6493aaa08eae94ee8363feeda2)
799
+ - New version 1.0.34. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.34 [`d95e596`](https://github.com/jodit/jodit-pro/commit/d95e5968c1acbd5434b7a1637b06f1bf0634c451)
800
+ - Added virtual keyboard plugin [`16be55b`](https://github.com/jodit/jodit-pro/commit/16be55bcd7f1649ac2403ea8484a58c13b25784f)
801
+
802
+ #### [1.0.33](https://github.com/jodit/jodit-pro/compare/1.0.32...1.0.33)
803
+
804
+ > 8 March 2021
805
+
806
+ - New version 1.0.33. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.33 [`4963c50`](https://github.com/jodit/jodit-pro/commit/4963c50ea46d8e11526bee3e9485b8d92926c82d)
807
+
808
+ #### [1.0.32](https://github.com/jodit/jodit-pro/compare/1.0.31...1.0.32)
809
+
810
+ > 8 March 2021
811
+
812
+ - New version 1.0.32. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.32 [`de3fa65`](https://github.com/jodit/jodit-pro/commit/de3fa65b5f00305d9b2c523e5c4a7d40a42116e8)
813
+
814
+ #### [1.0.31](https://github.com/jodit/jodit-pro/compare/1.0.30...1.0.31)
815
+
816
+ > 8 March 2021
817
+
818
+ - New version 1.0.31. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.31 [`a0bd7e6`](https://github.com/jodit/jodit-pro/commit/a0bd7e6c2a18a9d44c9504ee0c1cd464cb4bea5c)
819
+
820
+ #### [1.0.30](https://github.com/jodit/jodit-pro/compare/1.0.29...1.0.30)
821
+
822
+ > 1 March 2021
823
+
824
+ - New version 1.0.30. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.30 [`2e75439`](https://github.com/jodit/jodit-pro/commit/2e75439bb06dac0e553d29cf95089d6b6ab4852d)
825
+
826
+ #### [1.0.29](https://github.com/jodit/jodit-pro/compare/1.0.28...1.0.29)
827
+
828
+ > 1 March 2021
829
+
830
+ - New version 1.0.29. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.29 [`0afaf0e`](https://github.com/jodit/jodit-pro/commit/0afaf0e5e8b87f55fe98a3d32854cffab012d55b)
831
+
832
+ #### [1.0.28](https://github.com/jodit/jodit-pro/compare/1.0.27...1.0.28)
833
+
834
+ > 1 March 2021
835
+
836
+ - Allow preview office files [`d63bf48`](https://github.com/jodit/jodit-pro/commit/d63bf48dc0203dedffa493e4c79b8548bf8e5f9e)
837
+ - New version 1.0.28. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.28 [`a12d00f`](https://github.com/jodit/jodit-pro/commit/a12d00f5dd133aac857fe54e6e0126b586c011e7)
838
+
839
+ #### [1.0.27](https://github.com/jodit/jodit-pro/compare/1.0.26...1.0.27)
840
+
841
+ > 1 March 2021
842
+
843
+ - New version 1.0.27. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.27 [`d478b71`](https://github.com/jodit/jodit-pro/commit/d478b71cecd620909adb4a457e70a73e546cd643)
844
+
845
+ #### [1.0.26](https://github.com/jodit/jodit-pro/compare/1.0.25...1.0.26)
846
+
847
+ > 1 March 2021
848
+
849
+ - New version 1.0.26. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.26 [`06f6f9b`](https://github.com/jodit/jodit-pro/commit/06f6f9b221d41be8d5d37e62b7dede07a9505cca)
850
+
851
+ #### [1.0.25](https://github.com/jodit/jodit-pro/compare/1.0.24...1.0.25)
852
+
853
+ > 1 March 2021
854
+
855
+ - New version 1.0.25. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.25 [`9540ccc`](https://github.com/jodit/jodit-pro/commit/9540ccc27fbd2e2c1cd20e69f8de17730db1aa5b)
856
+
857
+ #### [1.0.24](https://github.com/jodit/jodit-pro/compare/1.0.23...1.0.24)
858
+
859
+ > 28 February 2021
860
+
861
+ - New version 1.0.24. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.24 [`bbcd953`](https://github.com/jodit/jodit-pro/commit/bbcd95340bd40a514268929e49e674bd2e5c4228)
862
+
863
+ #### [1.0.23](https://github.com/jodit/jodit-pro/compare/1.0.22...1.0.23)
864
+
865
+ > 26 February 2021
866
+
867
+ - New version 1.0.23. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.23 [`e7164f0`](https://github.com/jodit/jodit-pro/commit/e7164f0115b4128f451a2c80f56ea284f1f67159)
868
+
869
+ #### [1.0.22](https://github.com/jodit/jodit-pro/compare/1.0.21...1.0.22)
870
+
871
+ > 26 February 2021
872
+
873
+ - New version 1.0.22. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.22 [`443b970`](https://github.com/jodit/jodit-pro/commit/443b9701e5bd9b77cf3ad589f43c3abd84ce8d56)
874
+
875
+ #### [1.0.21](https://github.com/jodit/jodit-pro/compare/1.0.20...1.0.21)
876
+
877
+ > 24 February 2021
878
+
879
+ - New version 1.0.21. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.21 [`6208c60`](https://github.com/jodit/jodit-pro/commit/6208c60866e5fba12560bd589333f56ab58b3ed6)
880
+
881
+ #### [1.0.20](https://github.com/jodit/jodit-pro/compare/1.0.19...1.0.20)
882
+
883
+ > 24 February 2021
884
+
885
+ - New version 1.0.20. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.20 [`9f25b77`](https://github.com/jodit/jodit-pro/commit/9f25b7798d7d70588d2790950919fefcace8c47a)
886
+
887
+ #### [1.0.19](https://github.com/jodit/jodit-pro/compare/1.0.18...1.0.19)
888
+
889
+ > 24 February 2021
890
+
891
+ - New version 1.0.19. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.19 [`fb80c01`](https://github.com/jodit/jodit-pro/commit/fb80c01a9d13bd40c47b6b31ec850b1b92f08760)
892
+
893
+ #### [1.0.18](https://github.com/jodit/jodit-pro/compare/1.0.17...1.0.18)
894
+
895
+ > 19 February 2021
896
+
897
+ - Build [`3029166`](https://github.com/jodit/jodit-pro/commit/30291669ae87cd05f0f663fd5ee91361586fbe9a)
898
+ - New version 1.0.18. Read more https://github.com/jodit/jodit-pro/releases/tag/1.0.18 [`e3b067e`](https://github.com/jodit/jodit-pro/commit/e3b067e5b7cba215dc9137df09f48e08fe308ee2)
899
+
900
+ #### [1.0.17](https://github.com/jodit/jodit-pro/compare/1.0.16...1.0.17)
901
+
902
+ > 9 February 2021
903
+
904
+ - New version 1.0.17. Read more https://github.com/xdan/jodit/releases/tag/1.0.17 [`bc8d19c`](https://github.com/jodit/jodit-pro/commit/bc8d19c911bd8d53d64e6bc70d273c672c4783a4)
905
+
906
+ #### [1.0.16](https://github.com/jodit/jodit-pro/compare/1.0.15...1.0.16)
907
+
908
+ > 9 February 2021
909
+
910
+ - New version 1.0.16. Read more https://github.com/xdan/jodit/releases/tag/1.0.16 [`def7e7d`](https://github.com/jodit/jodit-pro/commit/def7e7df88317bd4dcf056d28f97a217298c6e4e)
911
+
912
+ #### [1.0.15](https://github.com/jodit/jodit-pro/compare/1.0.14...1.0.15)
913
+
914
+ > 9 February 2021
915
+
916
+ - Build [`c27e485`](https://github.com/jodit/jodit-pro/commit/c27e485fd657cfd260a6341057fef03317969376)
917
+ - Build [`6c54a57`](https://github.com/jodit/jodit-pro/commit/6c54a57a6a46b3ebb3bf586064cf1b9cac780387)
918
+ - New version 1.0.15. Read more https://github.com/xdan/jodit/releases/tag/1.0.15 [`7ba596c`](https://github.com/jodit/jodit-pro/commit/7ba596cd16ff1c9c33db2b6d7a2c6dbfc84af1bd)
919
+
920
+ #### [1.0.14](https://github.com/jodit/jodit-pro/compare/1.0.13...1.0.14)
921
+
922
+ > 2 February 2021
923
+
924
+ - New version 1.0.14. Read more https://github.com/xdan/jodit/releases/tag/1.0.14 [`cf0b4a0`](https://github.com/jodit/jodit-pro/commit/cf0b4a02ce6e2ac611aa7c5b275a23e3633da632)
925
+
926
+ #### [1.0.13](https://github.com/jodit/jodit-pro/compare/1.0.12...1.0.13)
927
+
928
+ > 2 February 2021
929
+
930
+ - New version 1.0.13. Read more https://github.com/xdan/jodit/releases/tag/1.0.13 [`30114a9`](https://github.com/jodit/jodit-pro/commit/30114a9ca5448066e9ab4e15ae52ffe83c444bb1)
931
+
932
+ #### [1.0.12](https://github.com/jodit/jodit-pro/compare/1.0.10...1.0.12)
933
+
934
+ > 1 February 2021
935
+
936
+ - New version 1.0.12. Read more https://github.com/xdan/jodit/releases/tag/1.0.12 [`134857d`](https://github.com/jodit/jodit-pro/commit/134857d5c1465863cc9ef2bc72908d13fb3c1967)
937
+
938
+ #### [1.0.10](https://github.com/jodit/jodit-pro/compare/1.0.9...1.0.10)
939
+
940
+ > 1 February 2021
941
+
942
+ - New version 1.0.10. Read more https://github.com/xdan/jodit/releases/tag/1.0.10 [`9c5ade7`](https://github.com/jodit/jodit-pro/commit/9c5ade7253292c86349ee18224dee2ac5fb65fa4)
943
+
944
+ #### [1.0.9](https://github.com/jodit/jodit-pro/compare/1.0.8...1.0.9)
945
+
946
+ > 31 January 2021
947
+
948
+ - New version 1.0.9. Read more https://github.com/xdan/jodit/releases/tag/1.0.9 [`58ed715`](https://github.com/jodit/jodit-pro/commit/58ed7155869fa1a79849e74d9840af015841f5a9)
949
+
950
+ #### [1.0.8](https://github.com/jodit/jodit-pro/compare/1.0.7...1.0.8)
951
+
952
+ > 31 January 2021
953
+
954
+ - New version 1.0.8. Read more https://github.com/xdan/jodit/releases/tag/1.0.8 [`2195900`](https://github.com/jodit/jodit-pro/commit/2195900cc19a3e57a47d1ba9282dbf3344434d23)
955
+
956
+ #### [1.0.7](https://github.com/jodit/jodit-pro/compare/1.0.6...1.0.7)
957
+
958
+ > 31 January 2021
959
+
960
+ - New version 1.0.7. Read more https://github.com/xdan/jodit/releases/tag/1.0.7 [`1c34e19`](https://github.com/jodit/jodit-pro/commit/1c34e19c4116e90d3fd3b985d80f7763c3a8a6ca)
961
+
962
+ #### [1.0.6](https://github.com/jodit/jodit-pro/compare/1.0.5...1.0.6)
963
+
964
+ > 31 January 2021
965
+
966
+ - New version 1.0.6. Read more https://github.com/xdan/jodit/releases/tag/1.0.6 [`6ab6e48`](https://github.com/jodit/jodit-pro/commit/6ab6e4880fe56d653d71ef355c35c5f93be054ca)
967
+
968
+ #### [1.0.5](https://github.com/jodit/jodit-pro/compare/1.0.3...1.0.5)
969
+
970
+ > 31 January 2021
971
+
972
+ - Added `autoomplete` functionality. [`17372f6`](https://github.com/jodit/jodit-pro/commit/17372f6af69b049b3a4bd0e4ab9e56d694bf44df)
973
+ - Added emoji plugin [`77feb68`](https://github.com/jodit/jodit-pro/commit/77feb686198117aab43b722873ba6649cbb520e3)
974
+ - Split plugins on separate files [`66f759e`](https://github.com/jodit/jodit-pro/commit/66f759ebf05946c009dc4e28b74bd79c289d5e0a)
975
+
976
+ #### 1.0.3
977
+
978
+ > 8 July 2020
979
+
980
+ - New version 1.0.3. Read more https://github.com/xdan/jodit/releases/tag/1.0.3 [`da2fec3`](https://github.com/jodit/jodit-pro/commit/da2fec3b06a6d456fe298b715851c76de5e1d239)
981
+ - Start point [`1ca3d1e`](https://github.com/jodit/jodit-pro/commit/1ca3d1eb6366bf780c7be176e55867ba63728d01)
982
+ - All works - but plugin need pre-process [`e91532a`](https://github.com/jodit/jodit-pro/commit/e91532af246cfb126c6cf973c3713b9322ba7dbd)