@lotte-innovate/ui-component-test 0.1.96 → 0.1.97

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 (929) hide show
  1. package/README.md +223 -133
  2. package/dist/globals.css +4 -4
  3. package/dist/lib/Typography/Header/index.d.ts +7 -5
  4. package/dist/lib/Typography/Header/index.js +5 -2
  5. package/dist/lib/Typography/Text/index.d.ts +1 -1
  6. package/dist/lib/Typography/Text/index.js +4 -1
  7. package/dist/lib/_virtual/index.mjs +2 -0
  8. package/dist/lib/_virtual/index2.mjs +2 -0
  9. package/dist/lib/_virtual/index2.mjs.map +1 -0
  10. package/dist/lib/_virtual/index3.mjs +2 -0
  11. package/dist/lib/_virtual/index3.mjs.map +1 -0
  12. package/dist/lib/_virtual/react-is.development.mjs +2 -0
  13. package/dist/lib/_virtual/react-is.development.mjs.map +1 -0
  14. package/dist/lib/_virtual/react-is.production.min.mjs +2 -0
  15. package/dist/lib/_virtual/react-is.production.min.mjs.map +1 -0
  16. package/dist/lib/color/constants.d.ts +1 -15
  17. package/dist/lib/color/constants.js +1 -32
  18. package/dist/lib/components/Accordion/index.d.ts +1 -1
  19. package/dist/lib/components/Accordion/index.js +21 -4
  20. package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +2 -2
  21. package/dist/lib/components/AlertDialog/AlertDialogAction.js +4 -2
  22. package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +2 -2
  23. package/dist/lib/components/AlertDialog/AlertDialogCancel.js +1 -0
  24. package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +1 -1
  25. package/dist/lib/components/AlertDialog/AlertDialogContent.js +2 -1
  26. package/dist/lib/components/AlertDialog/AlertDialogDescription.js +1 -0
  27. package/dist/lib/components/AlertDialog/AlertDialogRoot.js +11 -7
  28. package/dist/lib/components/AlertDialog/AlertDialogTitle.js +1 -0
  29. package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +2 -2
  30. package/dist/lib/components/AlertDialog/AlertDialogTrigger.js +15 -3
  31. package/dist/lib/components/AlertDialog/index.d.ts +1 -0
  32. package/dist/lib/components/AlertDialog/index.js +1 -1
  33. package/dist/lib/components/AspectRatio/index.js +4 -1
  34. package/dist/lib/components/Avatar/index.d.ts +1 -1
  35. package/dist/lib/components/Avatar/index.js +12 -3
  36. package/dist/lib/components/Badge/index.d.ts +2 -2
  37. package/dist/lib/components/Badge/index.js +14 -3
  38. package/dist/lib/components/BarChart/index.d.ts +1 -1
  39. package/dist/lib/components/Breadcrumb/BreadcrumbEllipsis.d.ts +9 -0
  40. package/dist/lib/components/Breadcrumb/BreadcrumbEllipsis.js +34 -0
  41. package/dist/lib/components/Breadcrumb/BreadcrumbItem.d.ts +6 -0
  42. package/dist/lib/components/Breadcrumb/BreadcrumbItem.js +32 -0
  43. package/dist/lib/components/Breadcrumb/BreadcrumbLink.d.ts +10 -0
  44. package/dist/lib/components/Breadcrumb/BreadcrumbLink.js +47 -0
  45. package/dist/lib/components/Breadcrumb/BreadcrumbList.d.ts +6 -0
  46. package/dist/lib/components/Breadcrumb/BreadcrumbList.js +34 -0
  47. package/dist/lib/components/Breadcrumb/BreadcrumbPage.d.ts +8 -0
  48. package/dist/lib/components/Breadcrumb/BreadcrumbPage.js +45 -0
  49. package/dist/lib/components/Breadcrumb/BreadcrumbRoot.d.ts +14 -0
  50. package/dist/lib/components/Breadcrumb/BreadcrumbRoot.js +59 -0
  51. package/dist/lib/components/Breadcrumb/BreadcrumbSeparator.d.ts +9 -0
  52. package/dist/lib/components/Breadcrumb/BreadcrumbSeparator.js +34 -0
  53. package/dist/lib/components/Breadcrumb/index.d.ts +21 -0
  54. package/dist/lib/components/Breadcrumb/index.js +17 -0
  55. package/dist/lib/components/BubbleChart/index.js +1 -1
  56. package/dist/lib/components/Button/index.d.ts +2 -2
  57. package/dist/lib/components/Button/index.js +14 -3
  58. package/dist/lib/components/Callout/CalloutIcon.js +1 -0
  59. package/dist/lib/components/Callout/CalloutRoot.d.ts +1 -1
  60. package/dist/lib/components/Callout/CalloutRoot.js +11 -3
  61. package/dist/lib/components/Callout/CalloutText.js +1 -0
  62. package/dist/lib/components/Callout/index.d.ts +1 -0
  63. package/dist/lib/components/Card/index.d.ts +2 -2
  64. package/dist/lib/components/Card/index.js +9 -1
  65. package/dist/lib/components/Checkbox/index.d.ts +1 -1
  66. package/dist/lib/components/Checkbox/index.js +12 -3
  67. package/dist/lib/components/CheckboxCard/index.d.ts +1 -1
  68. package/dist/lib/components/CheckboxCard/index.js +9 -1
  69. package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.js +1 -0
  70. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.js +13 -3
  71. package/dist/lib/components/CheckboxGroup/index.d.ts +2 -1
  72. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.js +2 -1
  73. package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +1 -1
  74. package/dist/lib/components/ContextMenu/ContextMenuContent.js +1 -0
  75. package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +1 -1
  76. package/dist/lib/components/ContextMenu/ContextMenuItem.js +3 -1
  77. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +1 -1
  78. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.js +1 -0
  79. package/dist/lib/components/ContextMenu/ContextMenuLabel.js +1 -0
  80. package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.js +1 -0
  81. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.js +2 -1
  82. package/dist/lib/components/ContextMenu/ContextMenuRoot.js +13 -3
  83. package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +1 -1
  84. package/dist/lib/components/ContextMenu/ContextMenuSubContent.js +1 -0
  85. package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.js +4 -2
  86. package/dist/lib/components/ContextMenu/index.d.ts +1 -0
  87. package/dist/lib/components/DataList/DataListItem.js +1 -0
  88. package/dist/lib/components/DataList/DataListLabel.d.ts +1 -1
  89. package/dist/lib/components/DataList/DataListLabel.js +1 -0
  90. package/dist/lib/components/DataList/DataListRoot.js +9 -2
  91. package/dist/lib/components/DataList/DataListValue.d.ts +1 -1
  92. package/dist/lib/components/DataList/DataListValue.js +1 -0
  93. package/dist/lib/components/DataList/index.d.ts +1 -0
  94. package/dist/lib/components/Dialog/DialogAction.d.ts +1 -1
  95. package/dist/lib/components/Dialog/DialogAction.js +3 -1
  96. package/dist/lib/components/Dialog/DialogCancel.d.ts +1 -1
  97. package/dist/lib/components/Dialog/DialogCancel.js +1 -0
  98. package/dist/lib/components/Dialog/DialogContent.d.ts +1 -1
  99. package/dist/lib/components/Dialog/DialogContent.js +1 -0
  100. package/dist/lib/components/Dialog/DialogDescription.js +2 -1
  101. package/dist/lib/components/Dialog/DialogRoot.js +11 -2
  102. package/dist/lib/components/Dialog/DialogSlot.js +1 -0
  103. package/dist/lib/components/Dialog/DialogTitle.js +1 -0
  104. package/dist/lib/components/Dialog/index.d.ts +2 -1
  105. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +1 -1
  106. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.js +1 -0
  107. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +2 -1
  108. package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +1 -1
  109. package/dist/lib/components/DropdownMenu/DropdownMenuContent.js +1 -0
  110. package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +1 -1
  111. package/dist/lib/components/DropdownMenu/DropdownMenuItem.js +3 -1
  112. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +1 -1
  113. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +1 -0
  114. package/dist/lib/components/DropdownMenu/DropdownMenuLable.js +1 -0
  115. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.js +2 -1
  116. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.js +12 -2
  117. package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +3 -1
  118. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +1 -1
  119. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.js +1 -0
  120. package/dist/lib/components/DropdownMenu/index.d.ts +2 -1
  121. package/dist/lib/components/Editor/index.d.ts +11 -0
  122. package/dist/lib/components/Editor/index.js +76 -0
  123. package/dist/lib/components/Footer/index.d.ts +11 -0
  124. package/dist/lib/components/Footer/index.js +57 -0
  125. package/dist/lib/components/Gnb/GnbInfo.d.ts +9 -0
  126. package/dist/lib/components/Gnb/GnbInfo.js +46 -0
  127. package/dist/lib/components/Gnb/GnbLogo.d.ts +9 -0
  128. package/dist/lib/components/Gnb/GnbLogo.js +46 -0
  129. package/dist/lib/components/Gnb/GnbMenu.d.ts +11 -0
  130. package/dist/lib/components/Gnb/GnbMenu.js +49 -0
  131. package/dist/lib/components/Gnb/GnbRoot.d.ts +11 -0
  132. package/dist/lib/components/Gnb/GnbRoot.js +53 -0
  133. package/dist/lib/components/Gnb/index.d.ts +8 -0
  134. package/dist/lib/components/Gnb/index.js +11 -0
  135. package/dist/lib/components/Grid/Pagination.d.ts +2 -0
  136. package/dist/lib/components/Grid/Pagination.js +17 -0
  137. package/dist/lib/components/Grid/index.d.ts +4 -0
  138. package/dist/lib/components/Grid/index.js +45 -0
  139. package/dist/lib/components/Grid/useGrid.d.ts +3 -0
  140. package/dist/lib/components/Grid/useGrid.js +75 -0
  141. package/dist/lib/components/HoverCard/HoverCardContent.d.ts +2 -2
  142. package/dist/lib/components/HoverCard/HoverCardContent.js +1 -0
  143. package/dist/lib/components/HoverCard/HoverCardRoot.js +12 -2
  144. package/dist/lib/components/HoverCard/index.d.ts +2 -1
  145. package/dist/lib/components/IconButton/index.d.ts +1 -1
  146. package/dist/lib/components/IconButton/index.js +13 -3
  147. package/dist/lib/components/Inset/index.d.ts +1 -1
  148. package/dist/lib/components/Inset/index.js +8 -1
  149. package/dist/lib/components/Label/index.d.ts +5 -4
  150. package/dist/lib/components/Label/index.js +15 -4
  151. package/dist/lib/components/Menubar/MenubarCheckboxItem.js +3 -1
  152. package/dist/lib/components/Menubar/MenubarContent.d.ts +1 -1
  153. package/dist/lib/components/Menubar/MenubarContent.js +1 -0
  154. package/dist/lib/components/Menubar/MenubarItem.d.ts +1 -1
  155. package/dist/lib/components/Menubar/MenubarItem.js +3 -1
  156. package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +1 -1
  157. package/dist/lib/components/Menubar/MenubarItemIndicator.js +1 -0
  158. package/dist/lib/components/Menubar/MenubarRadioGroup.js +1 -0
  159. package/dist/lib/components/Menubar/MenubarRadioItem.js +3 -1
  160. package/dist/lib/components/Menubar/MenubarRoot.d.ts +1 -1
  161. package/dist/lib/components/Menubar/MenubarRoot.js +17 -5
  162. package/dist/lib/components/Menubar/MenubarSubContent.d.ts +1 -1
  163. package/dist/lib/components/Menubar/MenubarSubContent.js +1 -0
  164. package/dist/lib/components/Menubar/MenubarSubTrigger.js +3 -1
  165. package/dist/lib/components/Menubar/MenubarTrigger.d.ts +1 -1
  166. package/dist/lib/components/Menubar/MenubarTrigger.js +2 -1
  167. package/dist/lib/components/Menubar/index.d.ts +1 -0
  168. package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +1 -1
  169. package/dist/lib/components/NavigationMenu/NavigationMenuContent.js +2 -1
  170. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +1 -1
  171. package/dist/lib/components/NavigationMenu/NavigationMenuLink.d.ts +1 -1
  172. package/dist/lib/components/NavigationMenu/NavigationMenuLink.js +3 -1
  173. package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +1 -1
  174. package/dist/lib/components/NavigationMenu/NavigationMenuList.js +3 -1
  175. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.js +13 -3
  176. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +1 -1
  177. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.js +3 -1
  178. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +2 -2
  179. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.js +3 -2
  180. package/dist/lib/components/NavigationMenu/index.d.ts +1 -0
  181. package/dist/lib/components/Popover/PopoverClose.d.ts +1 -1
  182. package/dist/lib/components/Popover/PopoverClose.js +1 -0
  183. package/dist/lib/components/Popover/PopoverContent.d.ts +1 -1
  184. package/dist/lib/components/Popover/PopoverContent.js +1 -0
  185. package/dist/lib/components/Popover/PopoverRoot.js +8 -1
  186. package/dist/lib/components/Popover/index.d.ts +2 -1
  187. package/dist/lib/components/Progress/index.d.ts +1 -1
  188. package/dist/lib/components/Progress/index.js +14 -3
  189. package/dist/lib/components/RadarChart/index.js +1 -1
  190. package/dist/lib/components/Radio/index.js +11 -4
  191. package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +1 -1
  192. package/dist/lib/components/RadioCards/RadioCardsItem.js +1 -0
  193. package/dist/lib/components/RadioCards/RadioCardsRoot.js +13 -3
  194. package/dist/lib/components/RadioCards/index.d.ts +1 -0
  195. package/dist/lib/components/RadioGroup/RadioGroupItem.js +1 -0
  196. package/dist/lib/components/RadioGroup/RadioGroupRoot.js +12 -3
  197. package/dist/lib/components/RadioGroup/index.d.ts +1 -0
  198. package/dist/lib/components/ScrollArea/index.js +4 -1
  199. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.d.ts +1 -1
  200. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.js +11 -3
  201. package/dist/lib/components/SegmentedControl/index.d.ts +1 -0
  202. package/dist/lib/components/SegmentedControl/index.js +1 -1
  203. package/dist/lib/components/Select/index.d.ts +4 -2
  204. package/dist/lib/components/Select/index.js +33 -13
  205. package/dist/lib/components/Separator/index.d.ts +1 -1
  206. package/dist/lib/components/Separator/index.js +10 -2
  207. package/dist/lib/components/Skeleton/index.d.ts +1 -1
  208. package/dist/lib/components/Skeleton/index.js +5 -1
  209. package/dist/lib/components/Slider/index.d.ts +4 -3
  210. package/dist/lib/components/Slider/index.js +12 -5
  211. package/dist/lib/components/Spinner/index.js +4 -1
  212. package/dist/lib/components/TabNav/index.d.ts +2 -2
  213. package/dist/lib/components/TabNav/index.js +6 -3
  214. package/dist/lib/components/Table/index.d.ts +1 -1
  215. package/dist/lib/components/Table/index.js +9 -3
  216. package/dist/lib/components/Tabs/index.d.ts +5 -4
  217. package/dist/lib/components/Tabs/index.js +6 -3
  218. package/dist/lib/components/TextArea/index.d.ts +2 -2
  219. package/dist/lib/components/TextArea/index.js +11 -3
  220. package/dist/lib/components/TextField/index.d.ts +3 -3
  221. package/dist/lib/components/TextField/index.js +12 -4
  222. package/dist/lib/components/Timeline/TimelineConnector.d.ts +6 -0
  223. package/dist/lib/components/Timeline/TimelineConnector.js +36 -0
  224. package/dist/lib/components/Timeline/TimelineContent.d.ts +6 -0
  225. package/dist/lib/components/Timeline/TimelineContent.js +34 -0
  226. package/dist/lib/components/Timeline/TimelineDescription.d.ts +6 -0
  227. package/dist/lib/components/Timeline/TimelineDescription.js +34 -0
  228. package/dist/lib/components/Timeline/TimelineHeader.d.ts +6 -0
  229. package/dist/lib/components/Timeline/TimelineHeader.js +34 -0
  230. package/dist/lib/components/Timeline/TimelineIcon.d.ts +8 -0
  231. package/dist/lib/components/Timeline/TimelineIcon.js +42 -0
  232. package/dist/lib/components/Timeline/TimelineItem.d.ts +6 -0
  233. package/dist/lib/components/Timeline/TimelineItem.js +34 -0
  234. package/dist/lib/components/Timeline/TimelineRoot.d.ts +11 -0
  235. package/dist/lib/components/Timeline/TimelineRoot.js +53 -0
  236. package/dist/lib/components/Timeline/TimelineTime.d.ts +6 -0
  237. package/dist/lib/components/Timeline/TimelineTime.js +34 -0
  238. package/dist/lib/components/Timeline/TimelineTitle.d.ts +6 -0
  239. package/dist/lib/components/Timeline/TimelineTitle.js +34 -0
  240. package/dist/lib/components/Timeline/index.d.ts +13 -0
  241. package/dist/lib/components/Timeline/index.js +21 -0
  242. package/dist/lib/components/Toast/ToastActionButton.d.ts +1 -1
  243. package/dist/lib/components/Toast/ToastActionButton.js +3 -2
  244. package/dist/lib/components/Toast/ToastDescription.js +1 -0
  245. package/dist/lib/components/Toast/ToastRoot.d.ts +1 -1
  246. package/dist/lib/components/Toast/ToastRoot.js +11 -3
  247. package/dist/lib/components/Toast/ToastTitle.js +1 -0
  248. package/dist/lib/components/Toast/index.d.ts +1 -0
  249. package/dist/lib/components/Toggle/ToggleWithText.d.ts +1 -1
  250. package/dist/lib/components/Toggle/ToggleWithText.js +13 -2
  251. package/dist/lib/components/Toggle/index.d.ts +2 -2
  252. package/dist/lib/components/Toggle/index.js +14 -3
  253. package/dist/lib/components/ToggleGroup/ToggleGroupItem.js +2 -1
  254. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.js +13 -3
  255. package/dist/lib/components/ToggleGroup/index.d.ts +1 -0
  256. package/dist/lib/components/ToggleSwitch/index.d.ts +2 -2
  257. package/dist/lib/components/ToggleSwitch/index.js +13 -2
  258. package/dist/lib/components/Tooltip/index.d.ts +2 -2
  259. package/dist/lib/components/Tooltip/index.js +14 -9
  260. package/dist/lib/components/index.d.ts +6 -0
  261. package/dist/lib/components/index.js +7 -0
  262. package/dist/lib/constants.d.ts +6 -7
  263. package/dist/lib/constants.js +19 -31
  264. package/dist/lib/dist/lib/Typography/Header/index.mjs +3 -0
  265. package/dist/lib/dist/lib/Typography/Header/index.mjs.map +1 -0
  266. package/dist/lib/dist/lib/Typography/Text/index.mjs +3 -0
  267. package/dist/lib/dist/lib/Typography/Text/index.mjs.map +1 -0
  268. package/dist/lib/dist/lib/color/alpha.mjs.map +1 -0
  269. package/dist/lib/dist/lib/color/constants.mjs +2 -0
  270. package/dist/lib/dist/lib/color/constants.mjs.map +1 -0
  271. package/dist/lib/dist/lib/color/light.mjs.map +1 -0
  272. package/dist/lib/dist/lib/components/Accordion/index.mjs +3 -0
  273. package/dist/lib/dist/lib/components/Accordion/index.mjs.map +1 -0
  274. package/dist/lib/dist/lib/components/AlertDialog/AlertDialogAction.mjs +3 -0
  275. package/dist/lib/dist/lib/components/AlertDialog/AlertDialogAction.mjs.map +1 -0
  276. package/dist/lib/{components → dist/lib/components}/AlertDialog/AlertDialogCancel.mjs +1 -0
  277. package/dist/lib/dist/lib/components/AlertDialog/AlertDialogCancel.mjs.map +1 -0
  278. package/dist/lib/{components → dist/lib/components}/AlertDialog/AlertDialogContent.mjs +2 -1
  279. package/dist/lib/dist/lib/components/AlertDialog/AlertDialogContent.mjs.map +1 -0
  280. package/dist/lib/{components → dist/lib/components}/AlertDialog/AlertDialogDescription.mjs +1 -0
  281. package/dist/lib/dist/lib/components/AlertDialog/AlertDialogDescription.mjs.map +1 -0
  282. package/dist/lib/dist/lib/components/AlertDialog/AlertDialogRoot.mjs +3 -0
  283. package/dist/lib/dist/lib/components/AlertDialog/AlertDialogRoot.mjs.map +1 -0
  284. package/dist/lib/{components → dist/lib/components}/AlertDialog/AlertDialogTitle.mjs +1 -0
  285. package/dist/lib/dist/lib/components/AlertDialog/AlertDialogTitle.mjs.map +1 -0
  286. package/dist/lib/dist/lib/components/AlertDialog/AlertDialogTrigger.mjs +3 -0
  287. package/dist/lib/dist/lib/components/AlertDialog/AlertDialogTrigger.mjs.map +1 -0
  288. package/dist/lib/dist/lib/components/AlertDialog/index.mjs.map +1 -0
  289. package/dist/lib/dist/lib/components/AspectRatio/index.mjs +3 -0
  290. package/dist/lib/dist/lib/components/AspectRatio/index.mjs.map +1 -0
  291. package/dist/lib/dist/lib/components/Avatar/index.mjs +3 -0
  292. package/dist/lib/dist/lib/components/Avatar/index.mjs.map +1 -0
  293. package/dist/lib/dist/lib/components/Badge/index.mjs +3 -0
  294. package/dist/lib/dist/lib/components/Badge/index.mjs.map +1 -0
  295. package/dist/lib/dist/lib/components/BarChart/index.mjs.map +1 -0
  296. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbEllipsis.mjs +2 -0
  297. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbEllipsis.mjs.map +1 -0
  298. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbItem.mjs +2 -0
  299. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbItem.mjs.map +1 -0
  300. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbLink.mjs +2 -0
  301. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbLink.mjs.map +1 -0
  302. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbList.mjs +2 -0
  303. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbList.mjs.map +1 -0
  304. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbPage.mjs +2 -0
  305. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbPage.mjs.map +1 -0
  306. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbRoot.mjs +3 -0
  307. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbRoot.mjs.map +1 -0
  308. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbSeparator.mjs +2 -0
  309. package/dist/lib/dist/lib/components/Breadcrumb/BreadcrumbSeparator.mjs.map +1 -0
  310. package/dist/lib/dist/lib/components/Breadcrumb/index.mjs +2 -0
  311. package/dist/lib/dist/lib/components/Breadcrumb/index.mjs.map +1 -0
  312. package/dist/lib/dist/lib/components/BubbleChart/index.mjs.map +1 -0
  313. package/dist/lib/dist/lib/components/Button/index.mjs +3 -0
  314. package/dist/lib/dist/lib/components/Button/index.mjs.map +1 -0
  315. package/dist/lib/{components → dist/lib/components}/Callout/CalloutIcon.mjs +1 -0
  316. package/dist/lib/dist/lib/components/Callout/CalloutIcon.mjs.map +1 -0
  317. package/dist/lib/dist/lib/components/Callout/CalloutRoot.mjs +3 -0
  318. package/dist/lib/dist/lib/components/Callout/CalloutRoot.mjs.map +1 -0
  319. package/dist/lib/{components → dist/lib/components}/Callout/CalloutText.mjs +1 -0
  320. package/dist/lib/dist/lib/components/Callout/CalloutText.mjs.map +1 -0
  321. package/dist/lib/dist/lib/components/Callout/index.mjs.map +1 -0
  322. package/dist/lib/dist/lib/components/Card/index.mjs +3 -0
  323. package/dist/lib/dist/lib/components/Card/index.mjs.map +1 -0
  324. package/dist/lib/dist/lib/components/Checkbox/index.mjs +3 -0
  325. package/dist/lib/dist/lib/components/Checkbox/index.mjs.map +1 -0
  326. package/dist/lib/dist/lib/components/CheckboxCard/index.mjs +3 -0
  327. package/dist/lib/dist/lib/components/CheckboxCard/index.mjs.map +1 -0
  328. package/dist/lib/{components → dist/lib/components}/CheckboxGroup/CheckboxGroupItem.mjs +1 -0
  329. package/dist/lib/dist/lib/components/CheckboxGroup/CheckboxGroupItem.mjs.map +1 -0
  330. package/dist/lib/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.mjs +3 -0
  331. package/dist/lib/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.mjs.map +1 -0
  332. package/dist/lib/dist/lib/components/CheckboxGroup/index.mjs.map +1 -0
  333. package/dist/lib/{components → dist/lib/components}/ContextMenu/ContextMenuCheckboxItem.mjs +2 -1
  334. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.mjs.map +1 -0
  335. package/dist/lib/{components → dist/lib/components}/ContextMenu/ContextMenuContent.mjs +1 -0
  336. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuContent.mjs.map +1 -0
  337. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuGroup.mjs.map +1 -0
  338. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuItem.mjs +3 -0
  339. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuItem.mjs.map +1 -0
  340. package/dist/lib/{components → dist/lib/components}/ContextMenu/ContextMenuItemIndicator.mjs +1 -0
  341. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuItemIndicator.mjs.map +1 -0
  342. package/dist/lib/{components → dist/lib/components}/ContextMenu/ContextMenuLabel.mjs +1 -0
  343. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuLabel.mjs.map +1 -0
  344. package/dist/lib/{components → dist/lib/components}/ContextMenu/ContextMenuRadioGroup.mjs +1 -0
  345. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuRadioGroup.mjs.map +1 -0
  346. package/dist/lib/{components → dist/lib/components}/ContextMenu/ContextMenuRadioItem.mjs +2 -1
  347. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuRadioItem.mjs.map +1 -0
  348. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuRoot.mjs +3 -0
  349. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuRoot.mjs.map +1 -0
  350. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuSeparator.mjs.map +1 -0
  351. package/dist/lib/{components → dist/lib/components}/ContextMenu/ContextMenuSubContent.mjs +1 -0
  352. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuSubContent.mjs.map +1 -0
  353. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuSubTrigger.mjs +3 -0
  354. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuSubTrigger.mjs.map +1 -0
  355. package/dist/lib/dist/lib/components/ContextMenu/ContextMenuTrigger.mjs.map +1 -0
  356. package/dist/lib/dist/lib/components/ContextMenu/index.mjs.map +1 -0
  357. package/dist/lib/{components → dist/lib/components}/DataList/DataListItem.mjs +1 -0
  358. package/dist/lib/dist/lib/components/DataList/DataListItem.mjs.map +1 -0
  359. package/dist/lib/{components → dist/lib/components}/DataList/DataListLabel.mjs +1 -0
  360. package/dist/lib/dist/lib/components/DataList/DataListLabel.mjs.map +1 -0
  361. package/dist/lib/dist/lib/components/DataList/DataListRoot.mjs +3 -0
  362. package/dist/lib/dist/lib/components/DataList/DataListRoot.mjs.map +1 -0
  363. package/dist/lib/{components → dist/lib/components}/DataList/DataListValue.mjs +1 -0
  364. package/dist/lib/dist/lib/components/DataList/DataListValue.mjs.map +1 -0
  365. package/dist/lib/dist/lib/components/DataList/index.mjs.map +1 -0
  366. package/dist/lib/dist/lib/components/Dialog/DialogAction.mjs +3 -0
  367. package/dist/lib/dist/lib/components/Dialog/DialogAction.mjs.map +1 -0
  368. package/dist/lib/{components → dist/lib/components}/Dialog/DialogCancel.mjs +1 -0
  369. package/dist/lib/dist/lib/components/Dialog/DialogCancel.mjs.map +1 -0
  370. package/dist/lib/{components → dist/lib/components}/Dialog/DialogContent.mjs +1 -0
  371. package/dist/lib/dist/lib/components/Dialog/DialogContent.mjs.map +1 -0
  372. package/dist/lib/{components → dist/lib/components}/Dialog/DialogDescription.mjs +2 -1
  373. package/dist/lib/dist/lib/components/Dialog/DialogDescription.mjs.map +1 -0
  374. package/dist/lib/dist/lib/components/Dialog/DialogRoot.mjs +3 -0
  375. package/dist/lib/dist/lib/components/Dialog/DialogRoot.mjs.map +1 -0
  376. package/dist/lib/{components → dist/lib/components}/Dialog/DialogSlot.mjs +1 -0
  377. package/dist/lib/dist/lib/components/Dialog/DialogSlot.mjs.map +1 -0
  378. package/dist/lib/{components → dist/lib/components}/Dialog/DialogTitle.mjs +1 -0
  379. package/dist/lib/dist/lib/components/Dialog/DialogTitle.mjs.map +1 -0
  380. package/dist/lib/dist/lib/components/Dialog/DialogTrigger.mjs.map +1 -0
  381. package/dist/lib/dist/lib/components/Dialog/index.mjs.map +1 -0
  382. package/dist/lib/dist/lib/components/DoughnutChart/index.mjs.map +1 -0
  383. package/dist/lib/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.mjs.map +1 -0
  384. package/dist/lib/{components → dist/lib/components}/DropdownMenu/DropdonMenuSubContent.mjs +1 -0
  385. package/dist/lib/dist/lib/components/DropdownMenu/DropdonMenuSubContent.mjs.map +1 -0
  386. package/dist/lib/{components → dist/lib/components}/DropdownMenu/DropdownMenuCheckboxItem.mjs +2 -1
  387. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.mjs.map +1 -0
  388. package/dist/lib/{components → dist/lib/components}/DropdownMenu/DropdownMenuContent.mjs +1 -0
  389. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuContent.mjs.map +1 -0
  390. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuItem.mjs +3 -0
  391. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuItem.mjs.map +1 -0
  392. package/dist/lib/{components → dist/lib/components}/DropdownMenu/DropdownMenuItemIndicator.mjs +1 -0
  393. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.mjs.map +1 -0
  394. package/dist/lib/{components → dist/lib/components}/DropdownMenu/DropdownMenuLable.mjs +1 -0
  395. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuLable.mjs.map +1 -0
  396. package/dist/lib/{components → dist/lib/components}/DropdownMenu/DropdownMenuRadioItem.mjs +2 -1
  397. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.mjs.map +1 -0
  398. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuRoot.mjs +3 -0
  399. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuRoot.mjs.map +1 -0
  400. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuSeparator.mjs.map +1 -0
  401. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuSub.mjs.map +1 -0
  402. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.mjs +3 -0
  403. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.mjs.map +1 -0
  404. package/dist/lib/{components → dist/lib/components}/DropdownMenu/DropdownMenuTrigger.mjs +1 -0
  405. package/dist/lib/dist/lib/components/DropdownMenu/DropdownMenuTrigger.mjs.map +1 -0
  406. package/dist/lib/dist/lib/components/DropdownMenu/index.mjs.map +1 -0
  407. package/dist/lib/dist/lib/components/Editor/index.mjs +3 -0
  408. package/dist/lib/dist/lib/components/Editor/index.mjs.map +1 -0
  409. package/dist/lib/dist/lib/components/Footer/index.mjs +3 -0
  410. package/dist/lib/dist/lib/components/Footer/index.mjs.map +1 -0
  411. package/dist/lib/dist/lib/components/Gnb/GnbInfo.mjs +3 -0
  412. package/dist/lib/dist/lib/components/Gnb/GnbInfo.mjs.map +1 -0
  413. package/dist/lib/dist/lib/components/Gnb/GnbLogo.mjs +2 -0
  414. package/dist/lib/dist/lib/components/Gnb/GnbLogo.mjs.map +1 -0
  415. package/dist/lib/dist/lib/components/Gnb/GnbMenu.mjs +3 -0
  416. package/dist/lib/dist/lib/components/Gnb/GnbMenu.mjs.map +1 -0
  417. package/dist/lib/dist/lib/components/Gnb/GnbRoot.mjs +3 -0
  418. package/dist/lib/dist/lib/components/Gnb/GnbRoot.mjs.map +1 -0
  419. package/dist/lib/dist/lib/components/Gnb/index.mjs +2 -0
  420. package/dist/lib/dist/lib/components/Gnb/index.mjs.map +1 -0
  421. package/dist/lib/dist/lib/components/Grid/Pagination.mjs +2 -0
  422. package/dist/lib/dist/lib/components/Grid/Pagination.mjs.map +1 -0
  423. package/dist/lib/dist/lib/components/Grid/index.mjs +3 -0
  424. package/dist/lib/dist/lib/components/Grid/index.mjs.map +1 -0
  425. package/dist/lib/dist/lib/components/Grid/useGrid.mjs +3 -0
  426. package/dist/lib/dist/lib/components/Grid/useGrid.mjs.map +1 -0
  427. package/dist/lib/{components → dist/lib/components}/HoverCard/HoverCardContent.mjs +1 -0
  428. package/dist/lib/dist/lib/components/HoverCard/HoverCardContent.mjs.map +1 -0
  429. package/dist/lib/dist/lib/components/HoverCard/HoverCardRoot.mjs +3 -0
  430. package/dist/lib/dist/lib/components/HoverCard/HoverCardRoot.mjs.map +1 -0
  431. package/dist/lib/dist/lib/components/HoverCard/HoverCardTrigger.mjs.map +1 -0
  432. package/dist/lib/dist/lib/components/HoverCard/index.mjs.map +1 -0
  433. package/dist/lib/dist/lib/components/IconButton/index.mjs +3 -0
  434. package/dist/lib/dist/lib/components/IconButton/index.mjs.map +1 -0
  435. package/dist/lib/dist/lib/components/Inset/index.mjs +3 -0
  436. package/dist/lib/dist/lib/components/Inset/index.mjs.map +1 -0
  437. package/dist/lib/dist/lib/components/Label/index.mjs +3 -0
  438. package/dist/lib/dist/lib/components/Label/index.mjs.map +1 -0
  439. package/dist/lib/dist/lib/components/LineChart/index.mjs.map +1 -0
  440. package/dist/lib/dist/lib/components/Menubar/MenubarCheckboxItem.mjs +3 -0
  441. package/dist/lib/dist/lib/components/Menubar/MenubarCheckboxItem.mjs.map +1 -0
  442. package/dist/lib/{components → dist/lib/components}/Menubar/MenubarContent.mjs +1 -0
  443. package/dist/lib/dist/lib/components/Menubar/MenubarContent.mjs.map +1 -0
  444. package/dist/lib/dist/lib/components/Menubar/MenubarItem.mjs +3 -0
  445. package/dist/lib/dist/lib/components/Menubar/MenubarItem.mjs.map +1 -0
  446. package/dist/lib/{components → dist/lib/components}/Menubar/MenubarItemIndicator.mjs +1 -0
  447. package/dist/lib/dist/lib/components/Menubar/MenubarItemIndicator.mjs.map +1 -0
  448. package/dist/lib/dist/lib/components/Menubar/MenubarMenu.mjs.map +1 -0
  449. package/dist/lib/{components → dist/lib/components}/Menubar/MenubarRadioGroup.mjs +1 -0
  450. package/dist/lib/dist/lib/components/Menubar/MenubarRadioGroup.mjs.map +1 -0
  451. package/dist/lib/dist/lib/components/Menubar/MenubarRadioItem.mjs +3 -0
  452. package/dist/lib/dist/lib/components/Menubar/MenubarRadioItem.mjs.map +1 -0
  453. package/dist/lib/dist/lib/components/Menubar/MenubarRoot.mjs +3 -0
  454. package/dist/lib/dist/lib/components/Menubar/MenubarRoot.mjs.map +1 -0
  455. package/dist/lib/dist/lib/components/Menubar/MenubarSeparator.mjs.map +1 -0
  456. package/dist/lib/dist/lib/components/Menubar/MenubarSub.mjs.map +1 -0
  457. package/dist/lib/{components → dist/lib/components}/Menubar/MenubarSubContent.mjs +1 -0
  458. package/dist/lib/dist/lib/components/Menubar/MenubarSubContent.mjs.map +1 -0
  459. package/dist/lib/dist/lib/components/Menubar/MenubarSubTrigger.mjs +3 -0
  460. package/dist/lib/dist/lib/components/Menubar/MenubarSubTrigger.mjs.map +1 -0
  461. package/dist/lib/{components → dist/lib/components}/Menubar/MenubarTrigger.mjs +2 -1
  462. package/dist/lib/dist/lib/components/Menubar/MenubarTrigger.mjs.map +1 -0
  463. package/dist/lib/dist/lib/components/Menubar/index.mjs.map +1 -0
  464. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuContent.mjs +3 -0
  465. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuContent.mjs.map +1 -0
  466. package/dist/lib/{components → dist/lib/components}/NavigationMenu/NavigationMenuIndicator.mjs +1 -1
  467. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuIndicator.mjs.map +1 -0
  468. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuItem.mjs.map +1 -0
  469. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuLink.mjs +3 -0
  470. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuLink.mjs.map +1 -0
  471. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuList.mjs +3 -0
  472. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuList.mjs.map +1 -0
  473. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuRoot.mjs +3 -0
  474. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuRoot.mjs.map +1 -0
  475. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuTrigger.mjs +3 -0
  476. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuTrigger.mjs.map +1 -0
  477. package/dist/lib/{components → dist/lib/components}/NavigationMenu/NavigationMenuViewport.mjs +2 -1
  478. package/dist/lib/dist/lib/components/NavigationMenu/NavigationMenuViewport.mjs.map +1 -0
  479. package/dist/lib/dist/lib/components/NavigationMenu/index.mjs.map +1 -0
  480. package/dist/lib/dist/lib/components/PieChart/index.mjs.map +1 -0
  481. package/dist/lib/{components → dist/lib/components}/Popover/PopoverClose.mjs +1 -0
  482. package/dist/lib/dist/lib/components/Popover/PopoverClose.mjs.map +1 -0
  483. package/dist/lib/{components → dist/lib/components}/Popover/PopoverContent.mjs +1 -0
  484. package/dist/lib/dist/lib/components/Popover/PopoverContent.mjs.map +1 -0
  485. package/dist/lib/dist/lib/components/Popover/PopoverRoot.mjs +3 -0
  486. package/dist/lib/dist/lib/components/Popover/PopoverRoot.mjs.map +1 -0
  487. package/dist/lib/dist/lib/components/Popover/PopoverTrigger.mjs.map +1 -0
  488. package/dist/lib/dist/lib/components/Popover/index.mjs.map +1 -0
  489. package/dist/lib/dist/lib/components/Progress/index.mjs +3 -0
  490. package/dist/lib/dist/lib/components/Progress/index.mjs.map +1 -0
  491. package/dist/lib/dist/lib/components/RadarChart/index.mjs.map +1 -0
  492. package/dist/lib/dist/lib/components/Radio/index.mjs +3 -0
  493. package/dist/lib/dist/lib/components/Radio/index.mjs.map +1 -0
  494. package/dist/lib/{components → dist/lib/components}/RadioCards/RadioCardsItem.mjs +1 -0
  495. package/dist/lib/dist/lib/components/RadioCards/RadioCardsItem.mjs.map +1 -0
  496. package/dist/lib/dist/lib/components/RadioCards/RadioCardsRoot.mjs +3 -0
  497. package/dist/lib/dist/lib/components/RadioCards/RadioCardsRoot.mjs.map +1 -0
  498. package/dist/lib/dist/lib/components/RadioCards/index.mjs.map +1 -0
  499. package/dist/lib/{components → dist/lib/components}/RadioGroup/RadioGroupItem.mjs +1 -0
  500. package/dist/lib/dist/lib/components/RadioGroup/RadioGroupItem.mjs.map +1 -0
  501. package/dist/lib/dist/lib/components/RadioGroup/RadioGroupRoot.mjs +3 -0
  502. package/dist/lib/dist/lib/components/RadioGroup/RadioGroupRoot.mjs.map +1 -0
  503. package/dist/lib/dist/lib/components/RadioGroup/index.mjs.map +1 -0
  504. package/dist/lib/dist/lib/components/ScrollArea/index.mjs +3 -0
  505. package/dist/lib/dist/lib/components/ScrollArea/index.mjs.map +1 -0
  506. package/dist/lib/dist/lib/components/SegmentedControl/SegmentedControlItem.mjs.map +1 -0
  507. package/dist/lib/dist/lib/components/SegmentedControl/SegmentedControlRoot.mjs +3 -0
  508. package/dist/lib/dist/lib/components/SegmentedControl/SegmentedControlRoot.mjs.map +1 -0
  509. package/dist/lib/dist/lib/components/SegmentedControl/index.mjs.map +1 -0
  510. package/dist/lib/dist/lib/components/Select/index.mjs +3 -0
  511. package/dist/lib/dist/lib/components/Select/index.mjs.map +1 -0
  512. package/dist/lib/dist/lib/components/Separator/index.mjs +3 -0
  513. package/dist/lib/dist/lib/components/Separator/index.mjs.map +1 -0
  514. package/dist/lib/dist/lib/components/Skeleton/index.mjs +3 -0
  515. package/dist/lib/dist/lib/components/Skeleton/index.mjs.map +1 -0
  516. package/dist/lib/dist/lib/components/Slider/index.mjs +3 -0
  517. package/dist/lib/dist/lib/components/Slider/index.mjs.map +1 -0
  518. package/dist/lib/dist/lib/components/Spinner/index.mjs +3 -0
  519. package/dist/lib/dist/lib/components/Spinner/index.mjs.map +1 -0
  520. package/dist/lib/dist/lib/components/TabNav/index.mjs +3 -0
  521. package/dist/lib/dist/lib/components/TabNav/index.mjs.map +1 -0
  522. package/dist/lib/dist/lib/components/Table/index.mjs +3 -0
  523. package/dist/lib/dist/lib/components/Table/index.mjs.map +1 -0
  524. package/dist/lib/dist/lib/components/Tabs/index.mjs +3 -0
  525. package/dist/lib/dist/lib/components/Tabs/index.mjs.map +1 -0
  526. package/dist/lib/dist/lib/components/TextArea/index.mjs +3 -0
  527. package/dist/lib/dist/lib/components/TextArea/index.mjs.map +1 -0
  528. package/dist/lib/dist/lib/components/TextField/index.mjs +3 -0
  529. package/dist/lib/dist/lib/components/TextField/index.mjs.map +1 -0
  530. package/dist/lib/dist/lib/components/Toast/ToastActionButton.mjs +3 -0
  531. package/dist/lib/dist/lib/components/Toast/ToastActionButton.mjs.map +1 -0
  532. package/dist/lib/{components → dist/lib/components}/Toast/ToastDescription.mjs +1 -0
  533. package/dist/lib/dist/lib/components/Toast/ToastDescription.mjs.map +1 -0
  534. package/dist/lib/dist/lib/components/Toast/ToastRoot.mjs +3 -0
  535. package/dist/lib/dist/lib/components/Toast/ToastRoot.mjs.map +1 -0
  536. package/dist/lib/{components → dist/lib/components}/Toast/ToastTitle.mjs +1 -0
  537. package/dist/lib/dist/lib/components/Toast/ToastTitle.mjs.map +1 -0
  538. package/dist/lib/dist/lib/components/Toast/index.mjs.map +1 -0
  539. package/dist/lib/dist/lib/components/Toggle/ToggleWithText.mjs +3 -0
  540. package/dist/lib/dist/lib/components/Toggle/ToggleWithText.mjs.map +1 -0
  541. package/dist/lib/dist/lib/components/Toggle/index.mjs +3 -0
  542. package/dist/lib/dist/lib/components/Toggle/index.mjs.map +1 -0
  543. package/dist/lib/dist/lib/components/ToggleGroup/ToggleGroupItem.mjs +3 -0
  544. package/dist/lib/dist/lib/components/ToggleGroup/ToggleGroupItem.mjs.map +1 -0
  545. package/dist/lib/dist/lib/components/ToggleGroup/ToggleGroupRoot.mjs +3 -0
  546. package/dist/lib/dist/lib/components/ToggleGroup/ToggleGroupRoot.mjs.map +1 -0
  547. package/dist/lib/dist/lib/components/ToggleGroup/index.mjs.map +1 -0
  548. package/dist/lib/dist/lib/components/ToggleSwitch/index.mjs +3 -0
  549. package/dist/lib/dist/lib/components/ToggleSwitch/index.mjs.map +1 -0
  550. package/dist/lib/dist/lib/components/Tooltip/index.mjs +3 -0
  551. package/dist/lib/dist/lib/components/Tooltip/index.mjs.map +1 -0
  552. package/dist/lib/dist/lib/constants.mjs +2 -0
  553. package/dist/lib/dist/lib/constants.mjs.map +1 -0
  554. package/dist/lib/dist/lib/index.mjs +2 -0
  555. package/dist/lib/dist/lib/index.mjs.map +1 -0
  556. package/dist/lib/dist/lib/theme/ThemeProvider.mjs +3 -0
  557. package/dist/lib/dist/lib/theme/ThemeProvider.mjs.map +1 -0
  558. package/dist/lib/{utils → dist/lib/utils}/useDarkMode.mjs +1 -0
  559. package/dist/lib/dist/lib/utils/useDarkMode.mjs.map +1 -0
  560. package/dist/lib/dist/lib/utils/utils.mjs.map +1 -0
  561. package/dist/lib/index.d.ts +1 -0
  562. package/dist/lib/index.js +1 -0
  563. package/dist/lib/node_modules/@tinymce/tinymce-react/lib/es2015/main/ts/ScriptLoader2.mjs +2 -0
  564. package/dist/lib/node_modules/@tinymce/tinymce-react/lib/es2015/main/ts/ScriptLoader2.mjs.map +1 -0
  565. package/dist/lib/node_modules/@tinymce/tinymce-react/lib/es2015/main/ts/TinyMCE.mjs +2 -0
  566. package/dist/lib/node_modules/@tinymce/tinymce-react/lib/es2015/main/ts/TinyMCE.mjs.map +1 -0
  567. package/dist/lib/node_modules/@tinymce/tinymce-react/lib/es2015/main/ts/Utils.mjs +2 -0
  568. package/dist/lib/node_modules/@tinymce/tinymce-react/lib/es2015/main/ts/Utils.mjs.map +1 -0
  569. package/dist/lib/node_modules/@tinymce/tinymce-react/lib/es2015/main/ts/components/Editor.mjs +2 -0
  570. package/dist/lib/node_modules/@tinymce/tinymce-react/lib/es2015/main/ts/components/Editor.mjs.map +1 -0
  571. package/dist/lib/node_modules/@tinymce/tinymce-react/lib/es2015/main/ts/components/EditorPropTypes.mjs +2 -0
  572. package/dist/lib/node_modules/@tinymce/tinymce-react/lib/es2015/main/ts/components/EditorPropTypes.mjs.map +1 -0
  573. package/dist/lib/node_modules/marked/lib/marked.esm.mjs +2 -0
  574. package/dist/lib/node_modules/marked/lib/marked.esm.mjs.map +1 -0
  575. package/dist/lib/node_modules/object-assign/index.mjs +7 -0
  576. package/dist/lib/node_modules/object-assign/index.mjs.map +1 -0
  577. package/dist/lib/node_modules/prop-types/checkPropTypes.mjs +2 -0
  578. package/dist/lib/node_modules/prop-types/checkPropTypes.mjs.map +1 -0
  579. package/dist/lib/node_modules/prop-types/factoryWithThrowingShims.mjs +2 -0
  580. package/dist/lib/node_modules/prop-types/factoryWithThrowingShims.mjs.map +1 -0
  581. package/dist/lib/node_modules/prop-types/factoryWithTypeCheckers.mjs +2 -0
  582. package/dist/lib/node_modules/prop-types/factoryWithTypeCheckers.mjs.map +1 -0
  583. package/dist/lib/node_modules/prop-types/index.mjs +2 -0
  584. package/dist/lib/node_modules/prop-types/index.mjs.map +1 -0
  585. package/dist/lib/node_modules/prop-types/lib/ReactPropTypesSecret.mjs +2 -0
  586. package/dist/lib/node_modules/prop-types/lib/ReactPropTypesSecret.mjs.map +1 -0
  587. package/dist/lib/node_modules/prop-types/lib/has.mjs +2 -0
  588. package/dist/lib/node_modules/prop-types/lib/has.mjs.map +1 -0
  589. package/dist/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.mjs +10 -0
  590. package/dist/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.mjs.map +1 -0
  591. package/dist/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.mjs +10 -0
  592. package/dist/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.mjs.map +1 -0
  593. package/dist/lib/node_modules/prop-types/node_modules/react-is/index.mjs +2 -0
  594. package/dist/lib/node_modules/prop-types/node_modules/react-is/index.mjs.map +1 -0
  595. package/dist/lib/theme/ThemeProvider.d.ts +16 -0
  596. package/dist/lib/theme/ThemeProvider.js +29 -0
  597. package/dist/lib/theme/index.d.ts +2 -0
  598. package/dist/lib/theme/index.js +2 -0
  599. package/dist/lib/tinymce/CHANGELOG.md +3453 -0
  600. package/dist/lib/tinymce/README.md +73 -0
  601. package/dist/lib/tinymce/bower.json +27 -0
  602. package/dist/lib/tinymce/composer.json +52 -0
  603. package/dist/lib/tinymce/icons/default/icons.js +194 -0
  604. package/dist/lib/tinymce/icons/default/icons.min.js +1 -0
  605. package/dist/lib/tinymce/icons/default/index.js +7 -0
  606. package/dist/lib/tinymce/license.txt +21 -0
  607. package/dist/lib/tinymce/models/dom/index.js +7 -0
  608. package/dist/lib/tinymce/models/dom/model.js +8040 -0
  609. package/dist/lib/tinymce/models/dom/model.min.js +4 -0
  610. package/dist/lib/tinymce/package.json +32 -0
  611. package/dist/lib/tinymce/plugins/advlist/index.js +7 -0
  612. package/dist/lib/tinymce/plugins/advlist/plugin.js +259 -0
  613. package/dist/lib/tinymce/plugins/advlist/plugin.min.js +4 -0
  614. package/dist/lib/tinymce/plugins/autolink/index.js +7 -0
  615. package/dist/lib/tinymce/plugins/autolink/plugin.js +228 -0
  616. package/dist/lib/tinymce/plugins/autolink/plugin.min.js +4 -0
  617. package/dist/lib/tinymce/plugins/code/index.js +7 -0
  618. package/dist/lib/tinymce/plugins/code/plugin.js +85 -0
  619. package/dist/lib/tinymce/plugins/code/plugin.min.js +4 -0
  620. package/dist/lib/tinymce/plugins/codesample/index.js +7 -0
  621. package/dist/lib/tinymce/plugins/codesample/plugin.js +2463 -0
  622. package/dist/lib/tinymce/plugins/codesample/plugin.min.js +4 -0
  623. package/dist/lib/tinymce/plugins/image/index.js +7 -0
  624. package/dist/lib/tinymce/plugins/image/plugin.js +1505 -0
  625. package/dist/lib/tinymce/plugins/image/plugin.min.js +4 -0
  626. package/dist/lib/tinymce/plugins/link/index.js +7 -0
  627. package/dist/lib/tinymce/plugins/link/plugin.js +1242 -0
  628. package/dist/lib/tinymce/plugins/link/plugin.min.js +4 -0
  629. package/dist/lib/tinymce/plugins/lists/index.js +7 -0
  630. package/dist/lib/tinymce/plugins/lists/plugin.js +2172 -0
  631. package/dist/lib/tinymce/plugins/lists/plugin.min.js +4 -0
  632. package/dist/lib/tinymce/plugins/table/index.js +7 -0
  633. package/dist/lib/tinymce/plugins/table/plugin.js +3462 -0
  634. package/dist/lib/tinymce/plugins/table/plugin.min.js +4 -0
  635. package/dist/lib/tinymce/skins/content/default/content.css +61 -0
  636. package/dist/lib/tinymce/skins/content/default/content.js +2 -0
  637. package/dist/lib/tinymce/skins/content/default/content.min.css +1 -0
  638. package/dist/lib/tinymce/skins/ui/oxide/content.css +785 -0
  639. package/dist/lib/tinymce/skins/ui/oxide/content.inline.css +779 -0
  640. package/dist/lib/tinymce/skins/ui/oxide/content.inline.js +2 -0
  641. package/dist/lib/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
  642. package/dist/lib/tinymce/skins/ui/oxide/content.js +2 -0
  643. package/dist/lib/tinymce/skins/ui/oxide/content.min.css +1 -0
  644. package/dist/lib/tinymce/skins/ui/oxide/skin.css +3763 -0
  645. package/dist/lib/tinymce/skins/ui/oxide/skin.js +2 -0
  646. package/dist/lib/tinymce/skins/ui/oxide/skin.min.css +1 -0
  647. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.css +30 -0
  648. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.js +2 -0
  649. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
  650. package/dist/lib/tinymce/skins/ui/oxide-dark/content.css +766 -0
  651. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.css +779 -0
  652. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.js +2 -0
  653. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
  654. package/dist/lib/tinymce/skins/ui/oxide-dark/content.js +2 -0
  655. package/dist/lib/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
  656. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.css +3766 -0
  657. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.js +2 -0
  658. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
  659. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +30 -0
  660. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
  661. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
  662. package/dist/lib/tinymce/themes/silver/index.js +7 -0
  663. package/dist/lib/tinymce/themes/silver/theme.js +30775 -0
  664. package/dist/lib/tinymce/themes/silver/theme.min.js +384 -0
  665. package/dist/lib/tinymce/tinymce.d.ts +3238 -0
  666. package/dist/lib/tinymce/tinymce.js +31779 -0
  667. package/dist/lib/tinymce/tinymce.min.js +384 -0
  668. package/dist/lib/tsconfig.tsbuildinfo +1 -1
  669. package/dist/lib/types.d.ts +9 -0
  670. package/dist/lib/utils/classPrefixes.d.ts +3 -0
  671. package/dist/lib/utils/classPrefixes.js +26 -0
  672. package/dist/lib/utils/useDarkMode.js +1 -0
  673. package/dist/tailwind.config.js +14 -37
  674. package/dist/tsconfig.tsbuildinfo +1 -1
  675. package/package.json +146 -139
  676. package/dist/lib/Typography/Header/index.mjs +0 -2
  677. package/dist/lib/Typography/Header/index.mjs.map +0 -1
  678. package/dist/lib/Typography/Text/index.mjs +0 -2
  679. package/dist/lib/Typography/Text/index.mjs.map +0 -1
  680. package/dist/lib/color/alpha.mjs.map +0 -1
  681. package/dist/lib/color/constants.mjs +0 -2
  682. package/dist/lib/color/constants.mjs.map +0 -1
  683. package/dist/lib/color/light.mjs.map +0 -1
  684. package/dist/lib/components/Accordion/index.mjs +0 -2
  685. package/dist/lib/components/Accordion/index.mjs.map +0 -1
  686. package/dist/lib/components/AlertDialog/AlertDialogAction.mjs +0 -2
  687. package/dist/lib/components/AlertDialog/AlertDialogAction.mjs.map +0 -1
  688. package/dist/lib/components/AlertDialog/AlertDialogCancel.mjs.map +0 -1
  689. package/dist/lib/components/AlertDialog/AlertDialogContent.mjs.map +0 -1
  690. package/dist/lib/components/AlertDialog/AlertDialogDescription.mjs.map +0 -1
  691. package/dist/lib/components/AlertDialog/AlertDialogRoot.mjs +0 -2
  692. package/dist/lib/components/AlertDialog/AlertDialogRoot.mjs.map +0 -1
  693. package/dist/lib/components/AlertDialog/AlertDialogTitle.mjs.map +0 -1
  694. package/dist/lib/components/AlertDialog/AlertDialogTrigger.mjs +0 -2
  695. package/dist/lib/components/AlertDialog/AlertDialogTrigger.mjs.map +0 -1
  696. package/dist/lib/components/AlertDialog/index.mjs.map +0 -1
  697. package/dist/lib/components/AspectRatio/index.mjs +0 -2
  698. package/dist/lib/components/AspectRatio/index.mjs.map +0 -1
  699. package/dist/lib/components/Avatar/index.mjs +0 -2
  700. package/dist/lib/components/Avatar/index.mjs.map +0 -1
  701. package/dist/lib/components/Badge/index.mjs +0 -2
  702. package/dist/lib/components/Badge/index.mjs.map +0 -1
  703. package/dist/lib/components/BarChart/index.mjs.map +0 -1
  704. package/dist/lib/components/BubbleChart/index.mjs.map +0 -1
  705. package/dist/lib/components/Button/index.mjs +0 -2
  706. package/dist/lib/components/Button/index.mjs.map +0 -1
  707. package/dist/lib/components/Callout/CalloutIcon.mjs.map +0 -1
  708. package/dist/lib/components/Callout/CalloutRoot.mjs +0 -2
  709. package/dist/lib/components/Callout/CalloutRoot.mjs.map +0 -1
  710. package/dist/lib/components/Callout/CalloutText.mjs.map +0 -1
  711. package/dist/lib/components/Callout/index.mjs.map +0 -1
  712. package/dist/lib/components/Card/index.mjs +0 -2
  713. package/dist/lib/components/Card/index.mjs.map +0 -1
  714. package/dist/lib/components/Checkbox/index.mjs +0 -2
  715. package/dist/lib/components/Checkbox/index.mjs.map +0 -1
  716. package/dist/lib/components/CheckboxCard/index.mjs +0 -2
  717. package/dist/lib/components/CheckboxCard/index.mjs.map +0 -1
  718. package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.mjs.map +0 -1
  719. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.mjs +0 -2
  720. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.mjs.map +0 -1
  721. package/dist/lib/components/CheckboxGroup/index.mjs.map +0 -1
  722. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.mjs.map +0 -1
  723. package/dist/lib/components/ContextMenu/ContextMenuContent.mjs.map +0 -1
  724. package/dist/lib/components/ContextMenu/ContextMenuGroup.mjs.map +0 -1
  725. package/dist/lib/components/ContextMenu/ContextMenuItem.mjs +0 -2
  726. package/dist/lib/components/ContextMenu/ContextMenuItem.mjs.map +0 -1
  727. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.mjs.map +0 -1
  728. package/dist/lib/components/ContextMenu/ContextMenuLabel.mjs.map +0 -1
  729. package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.mjs.map +0 -1
  730. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.mjs.map +0 -1
  731. package/dist/lib/components/ContextMenu/ContextMenuRoot.mjs +0 -2
  732. package/dist/lib/components/ContextMenu/ContextMenuRoot.mjs.map +0 -1
  733. package/dist/lib/components/ContextMenu/ContextMenuSeparator.mjs.map +0 -1
  734. package/dist/lib/components/ContextMenu/ContextMenuSubContent.mjs.map +0 -1
  735. package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.mjs +0 -2
  736. package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.mjs.map +0 -1
  737. package/dist/lib/components/ContextMenu/ContextMenuTrigger.mjs.map +0 -1
  738. package/dist/lib/components/ContextMenu/index.mjs.map +0 -1
  739. package/dist/lib/components/DataList/DataListItem.mjs.map +0 -1
  740. package/dist/lib/components/DataList/DataListLabel.mjs.map +0 -1
  741. package/dist/lib/components/DataList/DataListRoot.mjs +0 -2
  742. package/dist/lib/components/DataList/DataListRoot.mjs.map +0 -1
  743. package/dist/lib/components/DataList/DataListValue.mjs.map +0 -1
  744. package/dist/lib/components/DataList/index.mjs.map +0 -1
  745. package/dist/lib/components/Dialog/DialogAction.mjs +0 -2
  746. package/dist/lib/components/Dialog/DialogAction.mjs.map +0 -1
  747. package/dist/lib/components/Dialog/DialogCancel.mjs.map +0 -1
  748. package/dist/lib/components/Dialog/DialogContent.mjs.map +0 -1
  749. package/dist/lib/components/Dialog/DialogDescription.mjs.map +0 -1
  750. package/dist/lib/components/Dialog/DialogRoot.mjs +0 -2
  751. package/dist/lib/components/Dialog/DialogRoot.mjs.map +0 -1
  752. package/dist/lib/components/Dialog/DialogSlot.mjs.map +0 -1
  753. package/dist/lib/components/Dialog/DialogTitle.mjs.map +0 -1
  754. package/dist/lib/components/Dialog/DialogTrigger.mjs.map +0 -1
  755. package/dist/lib/components/Dialog/index.mjs.map +0 -1
  756. package/dist/lib/components/DoughnutChart/index.mjs.map +0 -1
  757. package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.mjs.map +0 -1
  758. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.mjs.map +0 -1
  759. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.mjs.map +0 -1
  760. package/dist/lib/components/DropdownMenu/DropdownMenuContent.mjs.map +0 -1
  761. package/dist/lib/components/DropdownMenu/DropdownMenuItem.mjs +0 -2
  762. package/dist/lib/components/DropdownMenu/DropdownMenuItem.mjs.map +0 -1
  763. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.mjs.map +0 -1
  764. package/dist/lib/components/DropdownMenu/DropdownMenuLable.mjs.map +0 -1
  765. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.mjs.map +0 -1
  766. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.mjs +0 -2
  767. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.mjs.map +0 -1
  768. package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.mjs.map +0 -1
  769. package/dist/lib/components/DropdownMenu/DropdownMenuSub.mjs.map +0 -1
  770. package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.mjs +0 -2
  771. package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.mjs.map +0 -1
  772. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.mjs.map +0 -1
  773. package/dist/lib/components/DropdownMenu/index.mjs.map +0 -1
  774. package/dist/lib/components/HoverCard/HoverCardContent.mjs.map +0 -1
  775. package/dist/lib/components/HoverCard/HoverCardRoot.mjs +0 -2
  776. package/dist/lib/components/HoverCard/HoverCardRoot.mjs.map +0 -1
  777. package/dist/lib/components/HoverCard/HoverCardTrigger.mjs.map +0 -1
  778. package/dist/lib/components/HoverCard/index.mjs.map +0 -1
  779. package/dist/lib/components/IconButton/index.mjs +0 -2
  780. package/dist/lib/components/IconButton/index.mjs.map +0 -1
  781. package/dist/lib/components/Inset/index.mjs +0 -2
  782. package/dist/lib/components/Inset/index.mjs.map +0 -1
  783. package/dist/lib/components/Label/index.mjs +0 -2
  784. package/dist/lib/components/Label/index.mjs.map +0 -1
  785. package/dist/lib/components/LineChart/index.mjs.map +0 -1
  786. package/dist/lib/components/Menubar/MenubarCheckboxItem.mjs +0 -2
  787. package/dist/lib/components/Menubar/MenubarCheckboxItem.mjs.map +0 -1
  788. package/dist/lib/components/Menubar/MenubarContent.mjs.map +0 -1
  789. package/dist/lib/components/Menubar/MenubarItem.mjs +0 -2
  790. package/dist/lib/components/Menubar/MenubarItem.mjs.map +0 -1
  791. package/dist/lib/components/Menubar/MenubarItemIndicator.mjs.map +0 -1
  792. package/dist/lib/components/Menubar/MenubarMenu.mjs.map +0 -1
  793. package/dist/lib/components/Menubar/MenubarRadioGroup.mjs.map +0 -1
  794. package/dist/lib/components/Menubar/MenubarRadioItem.mjs +0 -2
  795. package/dist/lib/components/Menubar/MenubarRadioItem.mjs.map +0 -1
  796. package/dist/lib/components/Menubar/MenubarRoot.mjs +0 -2
  797. package/dist/lib/components/Menubar/MenubarRoot.mjs.map +0 -1
  798. package/dist/lib/components/Menubar/MenubarSeparator.mjs.map +0 -1
  799. package/dist/lib/components/Menubar/MenubarSub.mjs.map +0 -1
  800. package/dist/lib/components/Menubar/MenubarSubContent.mjs.map +0 -1
  801. package/dist/lib/components/Menubar/MenubarSubTrigger.mjs +0 -2
  802. package/dist/lib/components/Menubar/MenubarSubTrigger.mjs.map +0 -1
  803. package/dist/lib/components/Menubar/MenubarTrigger.mjs.map +0 -1
  804. package/dist/lib/components/Menubar/index.mjs.map +0 -1
  805. package/dist/lib/components/NavigationMenu/NavigationMenuContent.mjs +0 -2
  806. package/dist/lib/components/NavigationMenu/NavigationMenuContent.mjs.map +0 -1
  807. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.mjs.map +0 -1
  808. package/dist/lib/components/NavigationMenu/NavigationMenuItem.mjs.map +0 -1
  809. package/dist/lib/components/NavigationMenu/NavigationMenuLink.mjs +0 -2
  810. package/dist/lib/components/NavigationMenu/NavigationMenuLink.mjs.map +0 -1
  811. package/dist/lib/components/NavigationMenu/NavigationMenuList.mjs +0 -2
  812. package/dist/lib/components/NavigationMenu/NavigationMenuList.mjs.map +0 -1
  813. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.mjs +0 -2
  814. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.mjs.map +0 -1
  815. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.mjs +0 -2
  816. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.mjs.map +0 -1
  817. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.mjs.map +0 -1
  818. package/dist/lib/components/NavigationMenu/index.mjs.map +0 -1
  819. package/dist/lib/components/PieChart/index.mjs.map +0 -1
  820. package/dist/lib/components/Popover/PopoverClose.mjs.map +0 -1
  821. package/dist/lib/components/Popover/PopoverContent.mjs.map +0 -1
  822. package/dist/lib/components/Popover/PopoverRoot.mjs +0 -2
  823. package/dist/lib/components/Popover/PopoverRoot.mjs.map +0 -1
  824. package/dist/lib/components/Popover/PopoverTrigger.mjs.map +0 -1
  825. package/dist/lib/components/Popover/index.mjs.map +0 -1
  826. package/dist/lib/components/Progress/index.mjs +0 -2
  827. package/dist/lib/components/Progress/index.mjs.map +0 -1
  828. package/dist/lib/components/RadarChart/index.mjs.map +0 -1
  829. package/dist/lib/components/Radio/index.mjs +0 -2
  830. package/dist/lib/components/Radio/index.mjs.map +0 -1
  831. package/dist/lib/components/RadioCards/RadioCardsItem.mjs.map +0 -1
  832. package/dist/lib/components/RadioCards/RadioCardsRoot.mjs +0 -2
  833. package/dist/lib/components/RadioCards/RadioCardsRoot.mjs.map +0 -1
  834. package/dist/lib/components/RadioCards/index.mjs.map +0 -1
  835. package/dist/lib/components/RadioGroup/RadioGroupItem.mjs.map +0 -1
  836. package/dist/lib/components/RadioGroup/RadioGroupRoot.mjs +0 -2
  837. package/dist/lib/components/RadioGroup/RadioGroupRoot.mjs.map +0 -1
  838. package/dist/lib/components/RadioGroup/index.mjs.map +0 -1
  839. package/dist/lib/components/ScrollArea/index.mjs +0 -2
  840. package/dist/lib/components/ScrollArea/index.mjs.map +0 -1
  841. package/dist/lib/components/SegmentedControl/SegmentedControlItem.mjs.map +0 -1
  842. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.mjs +0 -2
  843. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.mjs.map +0 -1
  844. package/dist/lib/components/SegmentedControl/index.mjs.map +0 -1
  845. package/dist/lib/components/Select/index.mjs +0 -2
  846. package/dist/lib/components/Select/index.mjs.map +0 -1
  847. package/dist/lib/components/Separator/index.mjs +0 -2
  848. package/dist/lib/components/Separator/index.mjs.map +0 -1
  849. package/dist/lib/components/Skeleton/index.mjs +0 -2
  850. package/dist/lib/components/Skeleton/index.mjs.map +0 -1
  851. package/dist/lib/components/Slider/index.mjs +0 -2
  852. package/dist/lib/components/Slider/index.mjs.map +0 -1
  853. package/dist/lib/components/Spinner/index.mjs +0 -2
  854. package/dist/lib/components/Spinner/index.mjs.map +0 -1
  855. package/dist/lib/components/TabNav/index.mjs +0 -2
  856. package/dist/lib/components/TabNav/index.mjs.map +0 -1
  857. package/dist/lib/components/Table/index.mjs +0 -2
  858. package/dist/lib/components/Table/index.mjs.map +0 -1
  859. package/dist/lib/components/Tabs/index.mjs +0 -2
  860. package/dist/lib/components/Tabs/index.mjs.map +0 -1
  861. package/dist/lib/components/TextArea/index.mjs +0 -2
  862. package/dist/lib/components/TextArea/index.mjs.map +0 -1
  863. package/dist/lib/components/TextField/index.mjs +0 -2
  864. package/dist/lib/components/TextField/index.mjs.map +0 -1
  865. package/dist/lib/components/Toast/ToastActionButton.mjs +0 -2
  866. package/dist/lib/components/Toast/ToastActionButton.mjs.map +0 -1
  867. package/dist/lib/components/Toast/ToastDescription.mjs.map +0 -1
  868. package/dist/lib/components/Toast/ToastRoot.mjs +0 -2
  869. package/dist/lib/components/Toast/ToastRoot.mjs.map +0 -1
  870. package/dist/lib/components/Toast/ToastTitle.mjs.map +0 -1
  871. package/dist/lib/components/Toast/index.mjs.map +0 -1
  872. package/dist/lib/components/Toggle/ToggleWithText.mjs +0 -2
  873. package/dist/lib/components/Toggle/ToggleWithText.mjs.map +0 -1
  874. package/dist/lib/components/Toggle/index.mjs +0 -2
  875. package/dist/lib/components/Toggle/index.mjs.map +0 -1
  876. package/dist/lib/components/ToggleGroup/ToggleGroupItem.mjs +0 -2
  877. package/dist/lib/components/ToggleGroup/ToggleGroupItem.mjs.map +0 -1
  878. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.mjs +0 -2
  879. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.mjs.map +0 -1
  880. package/dist/lib/components/ToggleGroup/index.mjs.map +0 -1
  881. package/dist/lib/components/ToggleSwitch/index.mjs +0 -2
  882. package/dist/lib/components/ToggleSwitch/index.mjs.map +0 -1
  883. package/dist/lib/components/Tooltip/index.mjs +0 -2
  884. package/dist/lib/components/Tooltip/index.mjs.map +0 -1
  885. package/dist/lib/constants.mjs +0 -2
  886. package/dist/lib/constants.mjs.map +0 -1
  887. package/dist/lib/index.mjs +0 -2
  888. package/dist/lib/utils/useDarkMode.mjs.map +0 -1
  889. package/dist/lib/utils/utils.mjs.map +0 -1
  890. /package/dist/lib/{index.mjs.map → _virtual/index.mjs.map} +0 -0
  891. /package/dist/lib/{color → dist/lib/color}/alpha.mjs +0 -0
  892. /package/dist/lib/{color → dist/lib/color}/light.mjs +0 -0
  893. /package/dist/lib/{components → dist/lib/components}/AlertDialog/index.mjs +0 -0
  894. /package/dist/lib/{components → dist/lib/components}/BarChart/index.mjs +0 -0
  895. /package/dist/lib/{components → dist/lib/components}/BubbleChart/index.mjs +0 -0
  896. /package/dist/lib/{components → dist/lib/components}/Callout/index.mjs +0 -0
  897. /package/dist/lib/{components → dist/lib/components}/CheckboxGroup/index.mjs +0 -0
  898. /package/dist/lib/{components → dist/lib/components}/ContextMenu/ContextMenuGroup.mjs +0 -0
  899. /package/dist/lib/{components → dist/lib/components}/ContextMenu/ContextMenuSeparator.mjs +0 -0
  900. /package/dist/lib/{components → dist/lib/components}/ContextMenu/ContextMenuTrigger.mjs +0 -0
  901. /package/dist/lib/{components → dist/lib/components}/ContextMenu/index.mjs +0 -0
  902. /package/dist/lib/{components → dist/lib/components}/DataList/index.mjs +0 -0
  903. /package/dist/lib/{components → dist/lib/components}/Dialog/DialogTrigger.mjs +0 -0
  904. /package/dist/lib/{components → dist/lib/components}/Dialog/index.mjs +0 -0
  905. /package/dist/lib/{components → dist/lib/components}/DoughnutChart/index.mjs +0 -0
  906. /package/dist/lib/{components → dist/lib/components}/DropdownMenu/DropdonMenuRadioGroup.mjs +0 -0
  907. /package/dist/lib/{components → dist/lib/components}/DropdownMenu/DropdownMenuSeparator.mjs +0 -0
  908. /package/dist/lib/{components → dist/lib/components}/DropdownMenu/DropdownMenuSub.mjs +0 -0
  909. /package/dist/lib/{components → dist/lib/components}/DropdownMenu/index.mjs +0 -0
  910. /package/dist/lib/{components → dist/lib/components}/HoverCard/HoverCardTrigger.mjs +0 -0
  911. /package/dist/lib/{components → dist/lib/components}/HoverCard/index.mjs +0 -0
  912. /package/dist/lib/{components → dist/lib/components}/LineChart/index.mjs +0 -0
  913. /package/dist/lib/{components → dist/lib/components}/Menubar/MenubarMenu.mjs +0 -0
  914. /package/dist/lib/{components → dist/lib/components}/Menubar/MenubarSeparator.mjs +0 -0
  915. /package/dist/lib/{components → dist/lib/components}/Menubar/MenubarSub.mjs +0 -0
  916. /package/dist/lib/{components → dist/lib/components}/Menubar/index.mjs +0 -0
  917. /package/dist/lib/{components → dist/lib/components}/NavigationMenu/NavigationMenuItem.mjs +0 -0
  918. /package/dist/lib/{components → dist/lib/components}/NavigationMenu/index.mjs +0 -0
  919. /package/dist/lib/{components → dist/lib/components}/PieChart/index.mjs +0 -0
  920. /package/dist/lib/{components → dist/lib/components}/Popover/PopoverTrigger.mjs +0 -0
  921. /package/dist/lib/{components → dist/lib/components}/Popover/index.mjs +0 -0
  922. /package/dist/lib/{components → dist/lib/components}/RadarChart/index.mjs +0 -0
  923. /package/dist/lib/{components → dist/lib/components}/RadioCards/index.mjs +0 -0
  924. /package/dist/lib/{components → dist/lib/components}/RadioGroup/index.mjs +0 -0
  925. /package/dist/lib/{components → dist/lib/components}/SegmentedControl/SegmentedControlItem.mjs +0 -0
  926. /package/dist/lib/{components → dist/lib/components}/SegmentedControl/index.mjs +0 -0
  927. /package/dist/lib/{components → dist/lib/components}/Toast/index.mjs +0 -0
  928. /package/dist/lib/{components → dist/lib/components}/ToggleGroup/index.mjs +0 -0
  929. /package/dist/lib/{utils → dist/lib/utils}/utils.mjs +0 -0
@@ -0,0 +1,3453 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ## Unreleased
8
+
9
+ ### Fixed
10
+ - Upgraded dependencies. #TINY-11331
11
+ - Invalid HTML elements within an `svg` element are removed. #TINY-11331
12
+
13
+ ## 6.8.4 - 2024-06-19
14
+
15
+ ### Fixed
16
+ - HTML entities that were double decoded in `noscript` elements caused an XSS vulnerability. #TINY-11019
17
+ - It was possible to inject XSS HTML that was not matching the regexp when using the `noneditable_regexp` option. #TINY-11022
18
+
19
+ ## 6.8.3 - 2024-02-08
20
+
21
+ ### Changed
22
+ - Update outbound TinyMCE website links. #TINY-10491
23
+
24
+ ### Fixed
25
+ - The floating toolbar would not be fully visible when the editor was placed inside a scrollable container. #TINY-10335
26
+ - ShadowDOM skin was not loaded properly when used with js bundling feature. #TINY-10451
27
+
28
+ ## 6.8.2 - 2023-12-11
29
+
30
+ ### Fixed
31
+ - Bespoke select toolbar buttons including `fontfamily`, `fontsize`, `blocks`, and `styles` incorrectly used plural words in their accessible names. #TINY-10426
32
+ - The `align` bespoke select toolbar button had an accessible name that was misleading and grammatically incorrect in certain cases. #TINY-10435
33
+ - Accessible names of bespoke select toolbar buttons including `align`, `fontfamily`, `fontsize`, `blocks`, and `styles` were incorrectly translated. #TINY-10426 #TINY-10435
34
+ - Clicking inside table cells with heavily nested content could cause the browser to hang. #TINY-10380
35
+ - Toggling a list that contains an LI element having another list as its first child would remove the remaining content within that LI element. #TINY-10414
36
+
37
+ ## 6.8.1 - 2023-11-29
38
+
39
+ ### Improved
40
+ - Colorpicker now includes the Brightness/Saturation selector and hue slider in the keyboard navigable items. #TINY-9287
41
+
42
+ ### Fixed
43
+ - Translation syntax for announcement text in the table grid was incorrectly formatted. #TINY-10141
44
+ - The functions `schema.isWrapper` and `schema.isInline` did not exclude node names that started with `#` which should not be considered as elements. #TINY-10385
45
+
46
+ ## 6.8.0 - 2023-11-22
47
+
48
+ ### Added
49
+ - CSS files are now also generated as separate JS files to improve bundling of all resources. #TINY-10352
50
+ - Added new `StylesheetLoader.loadRawCss` API that can be used to load CSS into a style element. #TINY-10352
51
+ - Added new `StylesheetLoader.unloadRawCss` API that can be used to unload CSS that was loaded into a style element. #TINY-10352
52
+ - Added `force_hex_color` editor option. Option `'always'` converts all RGB & RGBA colours to hex, `'rgb_only'` will only convert RGB and *not* RGBA colours to hex, `'off'` won't convert any colours to hex. #TINY-9819
53
+ - Added `default_font_stack` editor option that makes it possible to define what is considered a system font stack. #TINY-10290
54
+ - New `sandbox_iframes` option that controls whether iframe elements will be added a `sandbox=""` attribute to mitigate malicious intent. #TINY-10348
55
+ - New `convert_unsafe_embeds` option that controls whether `<object>` and `<embed>` elements will be converted to more restrictive alternatives, namely `<img>` for image MIME types, `<video>` for video MIME types, `<audio>` audio MIME types, or `<iframe>` for other or unspecified MIME types. #TINY-10349
56
+
57
+ ### Improved
58
+ - Improved the tooltips of picker buttons for the urlinput components in the "Insert/Edit Image" and "Insert/Edit Link" dialogs. #TINY-10155
59
+ - Inline dialog will now respect `size: 'large'` argument in the dialog spec. #TINY-10209
60
+ - SVG elements and their children are now retained when configured as valid elements. #TINY-10237
61
+ - Bespoke select toolbar buttons including `align`, `fontfamily`, `fontsize`, `blocks`, and `styles` did not include their visible text labels in their accessible names. #TINY-10147
62
+
63
+ ### Fixed
64
+ - Editor would convert urls that are not http/s or relative resulting in broken links. #TINY-10153
65
+ - Calling the `setProgressState` API would cause the window to be scrolled when the editor wasn't fully visible. #TINY-10172
66
+ - Applying heading formatting to the content of the `summary` element extended its application to the content of the parent `details` element. #TINY-10154
67
+ - Setting the content with an attribute that contains a self-closing HTML tag did not preserve the tag. #TINY-10088
68
+ - Screen readers now announce the selected color of `forecolor` and `backcolor` buttons. #TINY-9796
69
+ - Resize handles would not appear on editable images in a non-editable context. #TINY-10118
70
+ - Corrections and copy-edits to the `addIcon` API documentation. #TINY-10230
71
+ - The dialog size was not updated when the `size` argument was changed when redialling a dialog. #TINY-10209
72
+ - Toggling a list that contains an LI element having another list as its first child would remove the remaining content within that LI element. #TINY-10213
73
+ - Custom block element wasn't considered block element in some cases. #TINY-10139
74
+ - The editor no longer forcefully takes focus when a notification closes while the focus is outside of the editor. #TINY-10282
75
+ - An empty element with a `contenteditable="true"` attribute within a table cell would not be treated as content and get removed if backspace or delete was being pressed. #TINY-10010
76
+ - Removing an LI element containing a `details` element would incorrectly merge its content. #TINY-10133
77
+ - The function `getModifierState` did not work on events passed through the editor as expected. #TINY-10263
78
+ - Search and replace plugin would incorrectly find matching text inside non-editable root elements. #TINY-10162
79
+ - Removed use of `async` for editor rendering which caused visual blinking when reloading the editor in-place. #TINY-10249
80
+ - Toggling off one format on the caret when multiple formats was toggled on would toggle all of them off. #TINY-10132
81
+ - Merging an external `p` inside a `list` via delete or backspace would incorrectly try to move a parent element inside a child element. #TINY-10289
82
+ - Directionality would not be consistently applied to the entire `accordion` block. #TINY-10291
83
+ - The `fontsizeinput` toolbar item was causing console warnings when toolbar items were clicked. #TINY-10330
84
+ - Menubar buttons with more than one word would sometimes wrap into two lines. #TINY-10343
85
+ - Creating a new `li` via enter inside a nested list would not inherit styles from the source `li`. #TINY-10316
86
+ - Screen readers now announce the active autocompleter item. #TINY-9393
87
+ - Dialog collection items would not display any icons chosen from icon pack. #TINY-10174
88
+
89
+ ## 6.7.3 - 2023-11-15
90
+
91
+ ### Changed
92
+ - Zero width no-break space (U+FEFF) characters are removed from content passed to `setContent`, `insertContent`, and `resetContent` APIs. #TINY-10305
93
+ - Zero width no-break space (U+FEFF) characters in initial content are not loaded into the editor upon initialization. #TINY-10305
94
+
95
+ ### Fixed
96
+ - Specific HTML content containing unescaped text nodes caused mXSS when using undo/redo. #TINY-10305
97
+ - Specific HTML content containing unescaped text nodes caused mXSS when using the `getContent` and `setContent` APIs with the `format: 'raw'` option, which also affected the `resetContent` API and the draft restoration feature of the Autosave plugin. #TINY-10305
98
+
99
+ ## 6.7.2 - 2023-10-25
100
+
101
+ ### Fixed
102
+ - The function `getModifierState` did not work on events passed through the editor as expected. #TINY-10263
103
+ - Removed use of `async` for editor rendering which caused visual blinking when reloading the editor in-place. #TINY-10249
104
+ - Toggling a list that contains an LI element having another list as its first child would remove the remaining content within that LI element. #TINY-10213
105
+ - List items containing a list element surrounded by non list nodes would cause some list operations to fail. #TINY-10268
106
+ - The `accordion` toggling with the Enter key press would behave incorrectly on Safari. #TINY-10177
107
+ - Deleting a range that included both text of a cell and a nested table in that cell removed the entire content of the cell. #TINY-10254
108
+
109
+ ## 6.7.1 - 2023-10-19
110
+
111
+ ### Fixed
112
+ - Specific HTML content caused mXSS when using undo/redo. #TINY-10180
113
+ - Specific HTML content caused mXSS when using the `getContent` and `setContent` APIs with the `format: 'raw'` option, which also affected the `resetContent` API and the draft restoration feature of the Autosave plugin. #TINY-10236
114
+ - Notification messages containing HTML were not properly XSS sanitized before being displayed. #TINY-10286
115
+
116
+ ## 6.7.0 - 2023-08-30
117
+
118
+ ### Added
119
+ - New `help_accessibility` option displays the keyboard shortcut to open the in-application help in the status bar. #TINY-9379
120
+ - Added a new `InsertNewBlockBefore` command which inserts an empty block before the block containing the current selection. #TINY-10022
121
+ - Added a new `InsertNewBlockAfter` command which inserts an empty block after the block containing the current selection. #TINY-10022
122
+
123
+ ### Improved
124
+ - Adding a newline after a table would, in some specific cases, not work. #TINY-9863
125
+ - Menus now have a slight margin at the top and bottom to more clearly separate them from the frame edge. #TINY-9978
126
+ - Updated **More** toolbar button tooltip text from *More...* to *Reveal or hide additional toolbar items*. #TINY-9629
127
+ - Where multiple case sensitive variants of a translation key are provided, they will now all be preserved in the translation object instead of just the lowercase variant. #TINY-10115
128
+ - Improved screen reader announcements of the column and row selection in the grid presented by the **Table** menu and toolbar item. #TINY-10140
129
+ - Improved the keyboard focus visibility for links inside dialogs. #TINY-10124
130
+
131
+ ### Changed
132
+ - Change `UndoLevelType` from `enum` to union type so that it is easier to use. #TINY-9764
133
+ - The pattern replacement removed spaces if they were contained within a tag that only contained a space and the text to replace. #TINY-9744
134
+ - If loading content CSS takes more than 500ms, the editor will be set to an *in progress* state until the CSS is ready. #TINY-10008
135
+
136
+ ### Fixed
137
+ - Applying an ordered or unordered list to a selected checklist incorrectly turned the list into paragraphs. #TINY-9975
138
+ - Returning an empty string in a custom context menu update function resulted in a small white line appearing on right-click and the browser-native context menu would not present. #TINY-9842
139
+ - For sufficiently long URLs and sufficiently wide windows, URL autocompletion hid middle portions of the URL from view. #TINY-10017
140
+ - Numeric input in toolbar items did not disable when a switching from edit to read-only mode. #TINY-10129
141
+ - The Quick Toolbars plugin showed text alignment buttons on pagebreaks. #TINY-10054
142
+ - Creating lists in empty blocks sometimes, and incorrectly, converted adjacent block elements into list items. #TINY-10136
143
+ - Creating a list from multiple `<div>` elements only created a partial list. #TINY-9872
144
+ - Tab navigation incorrectly stopped around `iframe` dialog components. #TINY-9815
145
+ - It was possible to delete the sole empty block immediately before a `<details>` element if it was nested within another `<details>` element. #TINY-9965
146
+ - Deleting `<li>` elements that only contained `<br>` tags sometimes caused a crash. #TINY-6888
147
+ - It was possible to remove the `<summary>` element from a `<details>` element by dragging and dropping. #TINY-9960
148
+ - It was possible to break `<summary>` elements if content containing block elements was dragged-and-dropped inside them. #TINY-9960
149
+ - Contents were not removed from the drag start source if dragging and dropping internally into a transparent block element. #TINY-9960
150
+ - Using the Media plugin unexpectedly changed `<script>` tags in the editor body to `<image>` tags. #TINY-10007
151
+ - In some circumstances, pressing the **Enter** key scrolled the entire page. #TINY-9828
152
+ - The border styles of a table were incorrectly split into a longhand form after table dialog updates. #TINY-9843
153
+ - Links in **Help → Help → Plugins** and **Help → Help → Version** were not navigable by keyboard. #TINY-10071
154
+ - Fixed the inability to insert content next to the `<details>` element when it is the first or last content element. Pressing the **Up** or **Down** arrow key now inserts a block element before or after the `<details>` element. #TINY-9827
155
+ - An empty element with a `contenteditable="true"` attribute within a noneditable root was deleted when the Backspace key was pressed. #TINY-10011
156
+ - The `color_cols` option was not respected when set to the value 5 with a custom `color_map` specified. #TINY-10126
157
+ - In Safari on macOS, deleting backwards within a `<summary>` element removed the entire `<details>` element if it had no other content. #TINY-10123
158
+
159
+ ## 6.6.2 - 2023-08-09
160
+
161
+ ### Fixed
162
+ - An "Uncaught TypeError: Cannot read properties of null" error would sometimes be thrown when updating the content of a `streamContent: true` iframe dialog component. #TINY-10128
163
+
164
+ ## 6.6.1 - 2023-08-02
165
+
166
+ ### Added
167
+ - Restored filtering option, `pad_empty_with_br`. Set to `true` to pad empty block elements with `<br>` tags instead of the `&nbsp;` character entity. #TINY-9861
168
+
169
+ ### Improved
170
+ - When Safari is the host browser, content updates for iframe dialog components with `streamContent: true` set are now throttled to 500ms intervals. #TINY-10097
171
+
172
+ ### Changed
173
+ - API comments/documentation: a markup typo and run-on sentences both corrected. #TINY-10073
174
+
175
+ ### Fixed
176
+ - On Safari and Firefox, scroll positions were not always maintained when updating the content of a `streamContent: true` iframe dialog component. #TINY-10078
177
+ - On Safari, iframe dialog components did not consistently autoscroll to the end of the scrollable area when `streamContent: true` was set. #TINY-10109
178
+ - Scrolling behavior was inconsistent when updating a `streamContent: true` iframe dialog component with content lacking an HTML document type declaration. #TINY-10110
179
+ - A warning message was sometimes printed to the browser console when closing a dialog that contained an iframe component. #TINY-10070
180
+ - Lists could not be created within editable areas nested inside non-editable areas. #TINY-10000
181
+ - On Safari and Firefox, the border around `iframe` dialog components did not highlight when focused. #TINY-10101
182
+ - Right-clicking on an image in a non-editable context opened the Image context menu. #TINY-10016
183
+ - The `color_cols` option was not respected when a custom `color_map` was defined. #TINY-10098
184
+ - The `color_cols` options were were not rounded to the nearest number when set to a decimal number. #TINY-9737
185
+
186
+ ## 6.6.0 - 2023-07-12
187
+
188
+ ### Added
189
+ - Added a new property value — `bottom` — for inline dialog configurations that anchors the dialog to the bottom of the editor. #TINY-9888
190
+ - Added a new property — `persistent` — for inline dialog configurations that will stop the dialog closing when clicking away from it. #TINY-9991
191
+ - New `ai`, `ai-prompt` and `send` icons. #TINY-9942
192
+ - Added a new property — `streamContent` — for the `iframe` dialog component. This causes `setData()` to update content without reloading the frame, and end scroll positions will be maintained as new content streams in. #TINY-10032
193
+ - AI Assistant plugin toolbar items added to the default toolbar and AI Assistant plugin menu items added to the default menu bar. #TINY-9939
194
+ - Added a new property — `border` — for the `iframe` dialog component that allows a border to be added. #TINY-10049
195
+ - Added a new property — `align` — for the label dialog component that controls text alignment. #TINY-10058
196
+
197
+ ### Improved
198
+ - When defining a modal or inline dialog, if the buttons property is an empty array, or is not defined at all, the footer will now no longer be rendered. #TINY-9996
199
+ - The `iframe` dialog component now has a minimum height of 200px. #TINY-10059
200
+ - Improved detection of scrollable containers when the `ui_mode: 'split'` option is set. #TINY-9385
201
+
202
+ ### Changed
203
+ - The icon in an `alertbanner` dialog component is no longer clickable if the _URL_ field is not specified. #TINY-10013
204
+
205
+ ### Fixed
206
+ - Fixed an issue that caused the inline dialog `size` setting to have no effect. #TINY-10015
207
+ - Fixed an issue that prevented the close button from being clicked when the dialog was blocked. #TINY-10056
208
+
209
+ ## 6.5.1 - 2023-06-19
210
+
211
+ ### Fixed
212
+ - Fixed a regression where pasting an image url would result in the url being inserted as plain text instead of the image being inserted. #TINY-9997
213
+ - It was not possible to press space to insert a space character inside a summary element on Firefox. #TINY-9964
214
+
215
+ ## 6.5.0 - 2023-06-12
216
+
217
+ ### Added
218
+ - Support for the `h` hash parameter in Vimeo video URLs in the Media plugin. #TINY-9830
219
+ - New `table_merge_content_on_paste` option which disables the merging behaviour when pasting a table inside an existing table. #TINY-9808
220
+ - New optional `defaultExpandedIds` and `onToggleExpand` options to the `tree` component config. #TINY-9653
221
+ - New optional `defaultSelectedId` option to the `tree` component config. #TINY-9715
222
+ - New `accordion` plugin with the `InsertAccordion` command. #TINY-9730
223
+ - New `accordion` and `accordion-toggle` icons. #TINY-9789
224
+ - New `details_initial_state` and `details_serialized_state` options. #TINY-9732
225
+ - New `init_content_sync` option that initializes the editor iframe using `document.write` instead of `srcdoc`. #TINY-9818
226
+ - New `newdocument_content` option that sets the content presented in the editor on choosing *File -> New document* or pressing the *New document* toolbar button. #TINY-9839
227
+ - New `editable_root` option that can be set to `false` to prevent editing of the editor’s root element. #TINY-9839
228
+ - New `editor.setEditableRoot` API that sets the editable state of the editor root element. #TINY-9839
229
+ - New `editor.hasEditableRoot` API that returns `true` or `false` depending on the editable state of the editor root element. #TINY-9839
230
+ - New `EditableRootStateChange` event that gets dispatched when the state of the editable root is changed. #TINY-9839
231
+ - Added Oxide styles for `dl`, `dt`, `dd`, `ol`, and `strong` elements in dialog body content. #TINY-9919
232
+
233
+ ### Improved
234
+ - Screen readers can now announce highlighted items listed in the Link dialog’s link combobox. #TINY-9280
235
+ - The `icon` field for a dialog’s footer `togglebutton` is no longer mandatory. #TINY-9757
236
+ - Toolbar buttons and menu items now present as disabled when they cannot be used because a selected element has a `contenteditable="false"` attribute. #TINY-9669
237
+ - Help text displayed at *Help -> Help -> Keyboard Navigation* re-written. #DOC-1936
238
+ - Translations added for Help text displayed at *Help > Help > Keyboard Navigation*. #TINY-9633
239
+ - For word count purposes these characters are now considered punctuation marks: *$*, *~*, *+*, *|*, *№*, and *`*. They no longer increase a document’s word count. #TINY-8122
240
+ - Updated the `codesample` plugin dialog and the `template` plugin dialog to use the `listbox` component to match other dialogs. #TINY-9630
241
+ - If the selection contains more than one table cell, Quickbar toolbars are now positioned in the middle of the selection horizontally. #TINY-8297
242
+ - Exposed `dataTransfer` property of drag and drop events for elements with a `contenteditable="false"` attribute. #TINY-9601
243
+ - Screen readers now announce instructions for resizing the editor using arrow keys, when the resize handle is focused. #TINY-9793
244
+ - Dialog `tabpanel` tab labels are now allowed to word wrap for better readability with long labels. #TINY-9947
245
+ - Added newlines before and after `details` elements in the output HTML. #TINY-9959
246
+ - Added padding for empty `summary` elements so that they can be properly edited. #TINY-9959
247
+
248
+ ### Changed
249
+ - The `caption`, `address` and `dt` elements no longer incorrectly allow non-inline child elements when the editor schema is set to _HTML 4_. #TINY-9768
250
+ - SVG icons for back and foreground colors now use `class` instead of `id` to identify SVG elements that should change color. #TINY-9844
251
+ - Anchor tag elements — `<a>` — no longer incorrectly allow non-inline child elements when the editor schema is set to _HTML 4_. #TINY-9805
252
+ - Help dialog was restored to `medium` width for better readability. #TINY-9947
253
+
254
+ ### Fixed
255
+ - Right-clicking on a merge tag instance presented different highlighting depending on the host browser. #TINY-9848
256
+ - When macOS was the host operating system, pressing *Command+backspace* did not add an undo level. #TINY-8910
257
+ - *Ctrl+backspace* and *Ctrl+delete* did not restore the correct insertion point position after a redo operation. #TINY-8910
258
+ - In the `tree` component, a selected item in a directory would not stay selected after collapsing the directory. #TINY-9715
259
+ - Enabling or Disabling checkboxes would not set the correct classes and attributes. #TINY-4189
260
+ - Entering a newline would, in some setups, place the insertion point in the wrong paragraph. #TINY-9822
261
+ - Redial would, in some situations, cause select elements not to have an initial value selected when they should have. #TINY-9679
262
+ - The Table toolbar was visible even if the table was within a host element with a `contenteditable="false"` attribute set. #TINY-9664
263
+ - Quickbar toolbars were incorrectly shown for elements with a `contenteditable="false"` attribute set in a root with a `contenteditable="false"` attribute set. #TINY-9460
264
+ - When Chrome was the host browser, adding a newline when the insertion point was placed after a table could, in some specific situations, not generate the expected newline. #TINY-9813
265
+ - Show the calculated height and width of Media Embed elements in the `media` plugin dialog. #TINY-8714
266
+ - Removing an image that failed to upload from an empty paragraph left the paragraph without a padding `<br>` tag. #TINY-9696
267
+ - Allow a Media Embed element to be correctly resized when using the `media` plugin dialog by converting the Media Embed element to a standalone iframe. #TINY-8714
268
+ - In some circumstances, an inline alert in the _Search and Replace_ dialog persisted when it was not necessary. #TINY-9704
269
+ - Context toolbars displayed the incorrect status for the `advlist` plugin buttons. #TINY-9680
270
+ - In Safari running on iOS, Korean characters merged onto the previous line upon typing after inserting a newline by pressing Enter. #TINY-9746
271
+ - Initiating the editor with a table as the first element resulted in resize handles being displayed around the table even when the editor did not have focus. #TINY-9748
272
+ - If the insertion point was between two images, pressing the Backspace key would, in some situations, delete the image after the insertion point instead of the image before the insertion point. #TINY-9807
273
+ - Directionality commands could set the `dir` attribute on elements with a `contenteditable="false"` attribute set when these elements were within a root with a `contenteditable="false"` attribute set. #TINY-9662
274
+ - The content of the dialog body could not be scrolled. #TINY-9668
275
+ - Some toolbar items, when in a not-enabled state, did not render the `not-allowed` mouse pointer. #TINY-9758
276
+ - Formats were incorrectly applied to the closest editable element if the selection was in a `contenteditable="false"` context. #TINY-9678
277
+ - Formats were incorrectly removed from the closest editable element if the selection was in a `contenteditable="false"` context. #TINY-9678
278
+ - Formatter API, `canApply`, was not returning `false` when the selection was in a `contenteditable="false"` context. #TINY-9678
279
+ - When dragging image elements and dropping the image in the editor the `dragend` event would sometimes not fire when Firefox was the host browser. #TINY-9694
280
+ - It was possible to remove links in noneditable contents with the `unlink` editor command. #TINY-9739
281
+ - Direction was not visually changing when using the Directionality plugin on an element which had the `direction` CSS property set. #TINY-9314
282
+ - Whitespace between transparent elements was incorrectly converted into empty paragraphs. #TINY-9761
283
+ - Popups were not constrained within the scrollable container when in a shadow root. #TINY-9743
284
+ - Pressing arrow keys inside RTL elements would move the insertion point in an incorrect direction when moving over elements with the `contenteditable` attribute set to `false`. #TINY-9565
285
+ - Inserting two tables consecutively without focus in the editor resulted in the second table being inserted at the wrong position. #TINY-3909
286
+ - Pasting content into the editor did not fire `beforeinput` and `input` events. #TINY-9829
287
+ - In some cases, exiting a `blockquote` element could fail when the insertion point was positioned at the end of the `blockquote`. #TINY-9794
288
+ - Templates containing an `<html>` tag were not parsed before being rendered for preview. #TINY-9867
289
+ - Typing after deleting formatted content could remove a space at the start of the typing. #TINY-9310
290
+ - Invalid markup in Notification and Dialog close buttons. #TINY-9849
291
+ - In dialogs, an incorrect `aria-describedby` attribute caused the dialog body to be announced when using a screen reader. #TINY-9816
292
+ - The sticky toolbar did not render correctly when transitioning from the custom editor view to the main view. #TINY-9814
293
+ - Saving the Table Properties dialog after changing properties unrelated to cells would overwrite cell properties set by the Cell Properties dialog. #TINY-9837
294
+ - Fixed the constrained bounds calculation for dismissal of the toolbar when using `toolbar_location: 'bottom'`. #TINY-9718
295
+ - Pressing the Backspace or Delete key when the insertion point was within a `details` element resulted in broken markup. #TINY-9884
296
+ - Making the selection into a list did not work if the selection included a block element with a `contenteditable="false"` attribute. #TINY-9823
297
+ - Inserting elements in the middle of the summary caused two summaries to appear within `details` elements. #TINY-9885
298
+
299
+ ## 6.4.2 - 2023-04-26
300
+
301
+ ### Fixed
302
+ - The editor displayed a notification error when it failed to retrieve a blob image uri. #TINY-9604
303
+ - Tab navigation no longer incorrectly stops at menu buttons within toolbar groups. #TINY-9723
304
+ - The `urlinput` dialog component would not open the type-ahead dropdown when the input value was reset to an empty string. #TINY-9717
305
+ - Redial would, in some circumstances, cause elements to not have an initial value selected when they should have. #TINY-9679
306
+ - When hovering over tree dialog components the mouse pointer rendered incorrectly. #TINY-9692
307
+ - The `tox-button` and `tox-button-secondary` buttons now support the `hover`, `active`, `focus`, and `disabled` states. #TINY-9713
308
+ - Setting an invalid unit in the `fontsizeinput` changed it to the default value instead of reverting it to the previous, and valid, value. #TINY-9754
309
+ - Selection was not correctly scrolled horizontally into view when using the `selection.scrollIntoView` API. #TINY-9747
310
+ - The contextual toolbar displayed the status of Advanced List Premium plugin icons incorrectly. #TINY-9680
311
+ - The `quickimage` toolbar button failed to insert images selected from the local computer when running on Google Chrome for macOS. #TINY-9769
312
+
313
+ ## 6.4.1 - 2023-03-29
314
+
315
+ ### Fixed
316
+ - The `fontsizeinput` increase and decrease size buttons now work on TinyMCE mobile. #TINY-9725
317
+ - The TinyMCE editor toolbar is now accessible for all screen widths; it no longer collapses into an inaccessible vertical line when the screen is scrolled horizontally. #TINY-9646
318
+ - Reverted the changes made, in TinyMCE 6.4.0, to UI button colors in focus, active, and enabled states. #TINY-9176
319
+
320
+ ## 6.4.0 - 2023-03-15
321
+
322
+ ### Added
323
+ - New `tree` component that can be used in dialog body panel. #TINY-9532
324
+ - `renderUI` property in the `Theme` type can now return a `Promise<RenderResult>` instead of `RenderResult`. #TINY-9556
325
+ - New `isEditable` API to `editor.selection` that returns true or false if the current selection is editable. #TINY-9462
326
+ - New `isEditable` API to `editor.dom` that returns true or false if the specified node is editable. #TINY-9462
327
+ - New `setText` and `setIcon` methods added to menu button and toolbar button API. #TINY-9268
328
+ - New `highlight_on_focus` option which enables highlighting the content area on focus. #TINY-9277
329
+ - New `fontsizeinput` toolbar item which allows the user to set the size via input and also increase and decrease it with `+` and `-` buttons. #TINY-9429
330
+ - Added `skipFocus` option to the `ToggleToolbarDrawer` command to preserve focus. #TINY-9337
331
+ - New `font_size_input_default_unit` option allows entry of numbers without a unit in `fontsizeinput`. They are then parsed as the set unit. If `font_size_input_default_unit` is not set the default is `pt`. #TINY-9585
332
+ - New `group` and `togglebutton` in view. #TINY-9523
333
+ - New `togglebutton` in dialog footer buttons. #TINY-9523
334
+ - Added `toggleFullscreen` to dialog API. #TINY-9528
335
+ - New `text-size-increase` and `text-size-decrease` icons. #TINY-9530
336
+ - New `xss_sanitization` option to allow disabling of XSS sanitization. #TINY-9600
337
+ - Added the top right close button of modal dialogs to the tabbing order. The 'x' button in these dialogs can now be accessed using keyboard navigation. #TINY-9520
338
+ - New `ui_mode` option for editor in scrollable containers support. #TINY-9414
339
+ - The sidebar element now has the accessibility role `region` when visible and the accessibility role `presentation` when hidden. #TINY-9517
340
+ - The `tox-custom-editor` class now has a border highlight when it is selected. #TINY-9673
341
+ - An element could be dropped onto the decendants of an element with a `contenteditable="false"` attribute. #TINY-9364
342
+ - Checkmark did not show in menu color swatches. #TINY-9395
343
+ - Add support for navigating inside the tree component using arrow keys and shift key. #TINY-9614
344
+
345
+ ### Improved
346
+ - Direct invalid child text nodes of list elements are now wrapped in list item elements. #TINY-4818
347
+ - Templates are now be parsed before preview and insertion to make preview consistent with inserted template content and prevent XSS. #TINY-9244
348
+ - Pressing backspace on an empty line now preserves formatting on the previous empty line. #TINY-9454
349
+ - Pressing enter inside the `inputfontsize` input field now moves focus back into the editor content. #TINY-9598
350
+ - Drag and drop events for elements with a `contenteditable="false"` attribute now includes target element details. #TINY-9599
351
+ - Updated focus, active, and enabled colors of UI buttons for improved contrast against the UI color. #TINY-9176
352
+
353
+ ### Changed
354
+ - The `link` plugins context menu items no longer appears for links that include elements with a `contenteditable="false"` attribute. #TINY-9491
355
+ - The formatting of elements with a `contenteditable="false"` attribute are no longer cloned to new cells when new table rows are created. #TINY-9449
356
+ - Changed the color of `@dialog-table-border-color`, and added right padding to the first cell of dialog table. #TINY-9380
357
+
358
+ ### Fixed
359
+ - Sometimes the editor would finish initializing before the silver theme would have finished loading. #TINY-9556
360
+ - The `searchreplace` modal closed incorrectly when clicking outside of the alert that pops up when no match is found. #TINY-9443
361
+ - The text color or background color picker toolbar buttons did not update when the text color or background color was changed using the equivalent commands in the Format menu. #TINY-9439
362
+ - The `onSetup` api function would not run when defining custom group toolbar button. #TINY-9496
363
+ - The foreground and background menu icons would not properly update to display the last used color. #TINY-9497
364
+ - Added new `setIconFill` function to `NestedMenuItemInstanceApi`. #TINY-9497
365
+ - Pasting links to text would sometimes not generate the correct undo stack in Safari. #TINY-9489
366
+ - Toolbar split buttons in `advlist` plugin now show the correct state when the cursor is in a checklist. #TINY-5167
367
+ - Dragging transparent elements into transparent block elements could produce invalid nesting of transparents. #TINY-9231
368
+ - The `editor.insertContent` API would insert contents inside elements with a `contenteditable="false"` attribute if the selection was inside the element. #TINY-9462
369
+ - Closing a dialog would scroll down the document in Safari. #TINY-9148
370
+ - Inline headers would not work in some situations when the editor was moved too far right horizontally. #TINY-8977
371
+ - Quick toolbars were incorrectly rendered during the dragging of elements with a `contenteditable="false"` attribute. #TINY-9305
372
+ - Selection of images, horizontal rules, tables or elements with a `contenteditable="false"` attribute was possible if they were within an element with a `contenteditable="false"` attribute. #TINY-9473
373
+ - Ranged deletion of formatted text using selection or a keyboard shortcut would sometimes cause Blink- and Webkit-based browsers to insert interpreted tags upon typing. This could result in inconsistent tags. #TINY-9302
374
+ - Visual characters were rendered inside elements with a `contenteditable="false"` attribute. #TINY-9474
375
+ - Lists with an element with a `contenteditable="false"` attribute as their root were incorrectly editable using list API commands, toolbar buttons and menu items. #TINY-9458
376
+ - Color picker dialog would not update the preview color if the hex input value was prefixed with the `#` character. #TINY-9457
377
+ - Table cell selection was possible even if the element being selected was within an element with a `contenteditable="false"` attribute. #TINY-9459
378
+ - Table commands were modifying tables that were within an element with a `contenteditable="false"` attribute. #TINY-9459
379
+ - Fake carets were rendered for elements with a `contenteditable="false"` attribute and for tables within an element with a `contenteditable="false"` attribute. #TINY-9459
380
+ - Textareas with scrollbars in dialogs would not render rounded corners correctly on some browsers. #TINY-9331
381
+ - It was possible to open links inside the editor if the editor root was an element with a `contenteditable="false"` attribute. #TINY-9470
382
+ - Inline boundary was rendered for boundary elements that had a `contenteditable="false"` attribute. #TINY-9471
383
+ - Clicking on a disabled split button will no longer call the `onAction` callback. #TINY-9504
384
+ - The *Edit Link* dialog incorrectly retrieved the URL value when opened immediately after the link insertion. #TINY-7993
385
+ - The `ForwardDelete` and `Delete` editor commands were deleting content within elements with a `contenteditable="false"` attribute. #TINY-9477
386
+ - The Backspace and Forward Delete keys were deleting content within elements with a `contenteditable="false"` attribute. #TINY-9477
387
+ - Inserting newlines inside an editable element that was inside an element with a `contenteditable="false"` attribute root would sometimes try to split the editable element. #TINY-9461
388
+ - Creating a list in a table cell when the caret is in front of an anchor element would not properly include the anchor in the list. #TINY-6853
389
+ - Dragging and dropping elements with a `contenteditable="false"` attribute on table borders would remove the element on drop. #TINY-9021
390
+ - Elements with a `contenteditable="false"` attribute would be removed when dragged and dropped within a root element with a `contenteditable="false"` attribute. #TINY-9558
391
+ - Formatting could be applied or removed to list items with a `contenteditable="false"` attribute that were inside an element with a `contenteditable="false"` attribute. #TINY-9563
392
+ - Annotation were not removed if the annotation was deleted immediately after being created. #TINY-9399
393
+ - Inserting a link for a selection from quickbars did not preserve formatting. #TINY-9593
394
+ - Inline dialog position was not correct when the editor was not inline and was contained in a `fixed` or `absolute` positioned element. #TINY-9554
395
+ - Sticky toolbars did not fade transition when undocking in classic iframe mode. #TINY-9408
396
+ - Inserting elements that were not valid within the closest editing host would incorrectly split the editing host. #TINY-9595
397
+ - The `color_cols` option was not respected in the `forecolor` or `backcolor` color swatches. #TINY-9560
398
+ - Drag and dropping the last element with a `contenteditable="false"` attribute out of its parent block would not properly pad the parent block element. #TINY-9606
399
+ - Applying heading formats from `text_patterns` produced an invisible space before a word. #TINY-9603
400
+ - Opening color swatches caused the browser tab to crash when `color_cols` or other column option was set to 0. #TINY-9649
401
+ - Opening a menu button in the footer of a dialog after a redial threw an error. #TINY-9686
402
+ - After closing a view, the `more...` toolbar button disappeared if the editor had `toolbar_mode: 'sliding'` and the toolbar was opened. #TINY-9419
403
+ - Inline dialogs would open partially off screen when the toolbar had a small width. #TINY-9588
404
+ - The `autoresize` plugin would cause infinite resizing when `content_css` was set to `document`. #TINY-8872
405
+
406
+ ## 6.3.2 - 2023-02-22
407
+
408
+ ### Fixed
409
+ - Removed a workaround for ensuring stylesheets are loaded in an outdated version of webkit. #TINY-9433
410
+
411
+ ## 6.3.1 - 2022-12-06
412
+
413
+ ### Fixed
414
+ - HTML in messages for the `WindowManager.alert` and `WindowManager.confirm` APIs were not properly sanitized. #TINY-3548
415
+
416
+ ## 6.3.0 - 2022-11-23
417
+
418
+ ### Added
419
+ - New `expand` function added to `tinymce.selection` which expands the selection around the nearest word. #TINY-9001
420
+ - New `expand` function added to `tinymce.dom.RangeUtils` to return a new range expanded around the nearest word. #TINY-9001
421
+ - New `color_map_background` and `color_map_foreground` options which set the base colors used in the `backcolor` and `forecolor` toolbar buttons and menu items. #TINY-9184
422
+ - Added optional `storageKey` property to `colorinput` component and `colorswatch` fancy menu item. #TINY-9184
423
+ - New `addView` function added to `editor.ui.registry` which makes it possible to register custom editor views. #TINY-9210
424
+ - New `ToggleView` command which makes it possible to hide or show registered custom views. #TINY-9210
425
+ - New `color_default_foreground` and `color_default_background` options to set the initial default color for the `forecolor` and `backcolor` toolbar buttons and menu items. #TINY-9183
426
+ - New `getTransparentElements` function added to `tinymce.html.Schema` to return a map object of transparent HTML elements. #TINY-9172
427
+ - Added `ToggleToolbarDrawer` event to subscribe to toolbar’s opening and closing. #TINY-9271
428
+
429
+ ### Changed
430
+ - Transparent elements, like anchors, are now allowed in the root of the editor body if they contain blocks. #TINY-9172
431
+ - Colorswatch keyboard navigation now starts on currently selected color if present in the colorswatch. #TINY-9283
432
+ - `setContent` is now allowed to accept any custom keys and values as a second options argument. #TINY-9143
433
+
434
+ ### Improved
435
+ - Transparent elements, like anchors, can now contain block elements. #TINY-9172
436
+ - Colorswatch now displays a checkmark for selected color. #TINY-9283
437
+ - Color picker dialog now starts on the appropriate color for the cursor position. #TINY-9213
438
+
439
+ ### Fixed
440
+ - Parsing media content would cause a memory leak, which for example occurred when using the `getContent` API. #TINY-9186
441
+ - Dragging a noneditable element toward the bottom edge would cause the page to scroll up. #TINY-9025
442
+ - Range expanding capabilities would behave inconsistently depending on where the cursor was placed. #TINY-9029
443
+ - Compilation errors were thrown when using TypeScript 4.8. #TINY-9161
444
+ - Line separator scrolling in floating toolbars. #TINY-8948
445
+ - A double bottom border appeared on inline mode editor for the `tinymce-5` skin. #TINY-9108
446
+ - The editor header showed up even with no menubar and toolbar configured. #TINY-8819
447
+ - Inline text pattern no longer triggers if it matches only the end but not the start. #TINY-8947
448
+ - Matches of inline text patterns that are similar are now managed correctly. #TINY-8949
449
+ - Using `editor.selection.getContent({ format: 'text' })` or `editor.getContent({ format: 'text' })` would sometimes deselect selected radio buttons. #TINY-9213
450
+ - The context toolbar prevented the user from placing the cursor at the edges of the editor. #TINY-8890
451
+ - The Quick Insert context toolbar provided by the `quickbars` plugin showed when the cursor was in a fake block caret. #TINY-9190
452
+ - The `editor.selection.getRng()` API was not returning a proper range on hidden editors in Firefox. #TINY-9259
453
+ - The `editor.selection.getBookmark()` API was not returning a proper bookmark on hidden editors in Firefox. #TINY-9259
454
+ - Dragging a noneditable element before or after another noneditable element now works correctly. #TINY-9253
455
+ - The restored selection after a redo or undo action was not scrolled into view. #TINY-9222
456
+ - A newline could not be inserted when the selection was restored from a bookmark after an inline element with a `contenteditable="false"` attribute. #TINY-9194
457
+ - The global `tinymce.dom.styleSheetLoader` was not affected by the `content_css_cors` option. #TINY-6037
458
+ - The caret was moved to the previous line when a text pattern executed a `mceInsertContent` command on Enter key when running on Firefox. #TINY-9193
459
+
460
+ ## 6.2.0 - 2022-09-08
461
+
462
+ ### Added
463
+ - New `text_patterns_lookup` option to provide additional text patterns dynamically. #TINY-8778
464
+ - New promotion element has been added to the default UI. It can be disabled using the new `promotion` option. #TINY-8840
465
+ - New `format_noneditable_selector` option to specify the `contenteditable="false"` elements that can be wrapped in a format. #TINY-8905
466
+ - Added `allow` as a valid attribute for the `iframe` element in the editor schema. #TINY-8939
467
+ - New `search` field in the `MenuButton` that shows a search field at the top of the menu, and refetches items when the search field updates. #TINY-8952
468
+
469
+ ### Improved
470
+ - The formatter can now apply a format to a `contenteditable="false"` element by wrapping it. Configurable using the `format_noneditable_selector` option. #TINY-8905
471
+ - The autocompleter now supports a multiple character trigger using the new `trigger` configuration. #TINY-8887
472
+ - The formatter now applies some inline formats, such as color and font size, to list item elements when the entire item content is selected. #TINY-8961
473
+ - The installed and available plugin lists in the Help dialog are now sorted alphabetically. #TINY-9019
474
+ - Alignment can now be applied to more types of embedded media elements. #TINY-8687
475
+
476
+ ### Changed
477
+ - The `@menubar-row-separator-color` oxide variable no longer affects the divider between the Menubar and Toolbar. It only controls the color of the separator lines drawn in multiline Menubars. #TINY-8632
478
+ - The `@toolbar-separator-color` oxide variable now affects the color of the separator between the Menubar and Toolbar only. #TINY-8632
479
+ - Available Premium plugins, which are listed by name in the Help dialog, are no longer translated. #TINY-9019
480
+
481
+ ### Fixed
482
+ - The Autolink plugin did not work when text nodes in the content were fragmented. #TINY-3723
483
+ - Fixed multiple incorrect types on public APIs found while enabling TypeScript strict mode. #TINY-8806
484
+ - The number of blank lines returned from `editor.getContent({format: 'text'})` differed between browsers. #TINY-8579
485
+ - The editor focused via the `auto_focus` option was not scrolled into the viewport. #TINY-8785
486
+ - Adding spaces immediately after a `contenteditable="false"` block did not work properly in some circumstances. #TINY-8814
487
+ - Elements with only `data-*` custom attributes were sometimes removed when they should not be removed. #TINY-8755
488
+ - Selecting a figure with `class="image"` incorrectly highlighted the link toolbar button. #TINY-8832
489
+ - Specifying a single, non-default list style for the `advlist_bullet_styles` and `advlist_number_styles` options was not respected. #TINY-8721
490
+ - Fixed multiple issues that occurred when formatting `contenteditable` elements. #TINY-8905
491
+ - Spaces could be incorrectly added to `urlinput` dialog components (commonly but not exclusively presented in the *Insert/Edit Link* dialog) in certain cases. #TINY-8775
492
+ - The text patterns logic threw an error when there were fragmented text nodes in a paragraph. #TINY-8779
493
+ - Dragging a `contentEditable=false` element towards a document’s edge did not cause scrolling. #TINY-8874
494
+ - Parsing large documents no longer throws a `Maximum call stack size exceeded` exception. #TINY-6945
495
+ - DomParser filter matching was not checked between filters, which could lead to an exception in the parser. #TINY-8888
496
+ - `contenteditable="false"` lists can no longer be toggled; and `contenteditable="true"` list elements within these lists can no longer be indented, split into another list element, or appended to the previous list element by deletion. #TINY-8920
497
+ - Removed extra bottom padding in the context toolbar of the `tinymce-5` skin. #TINY-8980
498
+ - Fixed a regression where pressing **Enter** added or deleted content outside the selection. #TINY-9101
499
+ - Fixed a bug where pressing **Enter** deleted selected `contenteditable="false"` `<pre>` elements. #TINY-9101
500
+ - The `editor.insertContent()` API did not respect the `no_events` argument. #TINY-9140
501
+
502
+ ### Deprecated
503
+ - The autocompleter configuration property, `ch`, has been deprecated. It will be removed in the next major release. Use the `trigger` property instead. #TINY-8887
504
+
505
+ ## 6.1.2 - 2022-07-29
506
+
507
+ ### Fixed
508
+ - Reverted the undo level fix in the `autolink` plugin as it caused duplicated content in some edge cases. #TINY-8936
509
+
510
+ ## 6.1.1 - 2022-07-27
511
+
512
+ ### Fixed
513
+ - Invalid special elements were not cleaned up correctly during sanitization. #TINY-8780
514
+ - An exception was thrown when deleting all content if the start or end of the document had a `contenteditable="false"` element. #TINY-8877
515
+ - When a sidebar was opened using the `sidebar_show` option, its associated toolbar button was not highlighted. #TINY-8873
516
+ - When converting a URL to a link, the `autolink` plugin did not fire an `ExecCommand` event, nor did it create an undo level. #TINY-8896
517
+ - Worked around a Firefox bug which resulted in cookies not being available inside the editor content. #TINY-8916
518
+ - `<pre>` content pasted into a `<pre>` block that had inline styles or was `noneditable` now merges correctly with the surrounding content. #TINY-8860
519
+ - After a `codesample` was pasted, the insertion point was placed incorrectly. #TINY-8861
520
+
521
+ ## 6.1.0 - 2022-06-29
522
+
523
+ ### Added
524
+ - New `sidebar_show` option to show the specified sidebar on initialization. #TINY-8710
525
+ - New `newline_behavior` option controls what happens when the Return or Enter key is pressed or the `mceInsertNewLine` command is used. #TINY-8458
526
+ - New `iframe_template_callback` option in the Media plugin. Patch provided by Namstel. #TINY-8684
527
+ - New `transparent` property for `iframe` dialog component. #TINY-8534
528
+ - New `removeAttributeFilter` and `removeNodeFilter` functions added to the DomParser and DOM Serializer APIs. #TINY-7847
529
+ - New `dispatchChange` function added to the UndoManager API to fire the change with current editor status as level and current undoManager layer as lastLevel. #TINY-8641
530
+
531
+ ### Improved
532
+ - Clearer focus states for buttons while navigating with a keyboard. #TINY-8557
533
+ - Support annotating certain block elements directly when using the editor's Annotation API. #TINY-8698
534
+ - The `mceLink` command can now take the value `{ dialog: true }` to always open the link dialog. #TINY-8057
535
+ - All help dialog links to `https://www.tiny.cloud` now include `rel="noopener"` to avoid potential security issues. #TINY-8834
536
+
537
+ ### Changed
538
+ - The `end_container_on_empty_block` option can now take a string of blocks, allowing the exiting of a blockquote element by pressing Enter or Return twice. #TINY-6559
539
+ - The default value for `end_container_on_empty_block` option has been changed to `'blockquote'`. #TINY-6559
540
+ - Link menu and toolbar buttons now always execute the `mceLink` command. #TINY-8057
541
+ - Toggling fullscreen mode when using the Fullscreen plugin now also fires the `ResizeEditor` event. #TINY-8701
542
+ - Getting the editor's text content now returns newlines instead of an empty string if more than one empty paragraph exists. #TINY-8578
543
+ - Custom elements are now treated as non-empty elements by the schema. #TINY-4784
544
+ - The autocompleter's menu HTML element is now positioned instead of the wrapper. #TINY-6476
545
+ - Choice menu items will now use the `'menuitemradio'` aria role to better reflect that only a single item can be active. #TINY-8602
546
+
547
+ ### Fixed
548
+ - Some Template plugin option values were not escaped properly when doing replacement lookups with Regular Expressions. #TINY-7433
549
+ - Copy events were not dispatched in readonly mode. #TINY-6800
550
+ - `<pre>` tags were not preserved when copying and pasting. #TINY-7719
551
+ - The URL detection used for autolink and smart paste did not work if a path segment contained valid characters such as `!` and `:`. #TINY-8069
552
+ - In some cases pressing the Backspace or Delete key would incorrectly step into tables rather than remain outside. #TINY-8592
553
+ - Links opened when Alt+Enter or Option+Return was typed even when `preventDefault()` was called on the keydown event. #TINY-8661
554
+ - Inconsistent visual behavior between choosing Edit -> Select All and typing Ctrl+A or Cmd+A when a document contained an image. #TINY-4550
555
+ - Ctrl+Shift+Home/End or Cmd+Shift+Up-arrow/Down-arrow did not expand the selection to a `contenteditable="false"` element if the element was at the beginning or end of a document. #TINY-7795
556
+ - Triple-clicking did not select a paragraph in Google Chrome in some circumstances. #TINY-8215
557
+ - Images were not showing as selected when selected along with other content. #TINY-5947
558
+ - Selection direction was not stored or restored when getting or setting selection bookmarks. #TINY-8599
559
+ - When text within an inline boundary element was selected and the right-arrow key was pressed, the insertion point incorrectly moved to the left. #TINY-8601
560
+ - In some versions of Safari, the `editor.selection.isForward()` API could throw an exception due to an invalid selection. #TINY-8686
561
+ - The selection is no longer incorrectly moved inside a comment by the `editor.selection.normalize()` API. #TINY-7817
562
+ - The `InsertParagraph` or `mceInsertNewLine` commands did not delete the current selection like the native command does. #TINY-8606
563
+ - The `InsertLineBreak` command did not replace selected content. #TINY-8458
564
+ - If selected content straddled a parent and nested list, cutting the selection did not always set the list style to `'none'` on the parent list. #TINY-8078
565
+ - Delete operations could behave incorrectly if the selection contains a `contenteditable="false"` element located at the edge of content. #TINY-8729
566
+ - Spaces were not added correctly on some browsers when the insertion point was immediately before or after a `contenteditable="false"` block element. #TINY-8588
567
+ - Images that used a Data URI were corrupted when the data wasn't base64 encoded. #TINY-8337
568
+ - `uploadImages` no longer triggers two change events if there is a removal of images on upload. #TINY-8641
569
+ - Preview and Insert Template dialogs now display the correct content background color when using dark skins. #TINY-8534
570
+ - Dialogs no longer exceed window height on smaller screens. #TINY-8146
571
+ - UI components, such as dialogs, would in some cases cause the Esc keyup event to incorrectly trigger inside the editor. #TINY-7005
572
+ - Fixed incorrect word breaks in menus when the menu presented with a scrollbar. #TINY-8572
573
+ - Notifications did not properly reposition when toggling fullscreen mode. #TINY-8701
574
+ - Text alignments, such as flush left and centered, could not be applied to `<pre>` elements. #TINY-7715
575
+ - Indenting or outdenting list items inside a block element that was inside another list item did not work. #TINY-7209
576
+ - Changing the list type of a list within another block element altered the parent element that contained that list. #TINY-8068
577
+ - Pasting columns in tables could, in some circumstances, result in an invalid table. #TINY-8040
578
+ - Copying columns in tables could sometimes result in an invalid copy. #TINY-8040
579
+ - Changing table properties with the `table_style_by_css` option set to `false` would sometimes reset the table width. #TINY-8758
580
+ - Custom elements added to otherwise blank lines were removed during serialization. #TINY-4784
581
+ - The editor's autocompleter was not triggered at the start of nested list items. #TINY-8759
582
+ - Some function types in the TreeWalker API missed that it could return `undefined`. #TINY-8592
583
+ - Nuget packages for .NET and .NET Core are now configured to copy TinyMCE into `/wwwroot/lib/` when TinyMCE is installed into a project. #TINY-8611
584
+
585
+ ## 6.0.3 - 2022-05-25
586
+
587
+ ### Fixed
588
+ - Could not remove values when multiple cells were selected with the cell properties dialog. #TINY-8625
589
+ - Could not remove values when multiple rows were selected with the row properties dialog. #TINY-8625
590
+ - Empty lines that were formatted in a ranged selection using the `format_empty_lines` option were not kept in the serialized content. #TINY-8639
591
+ - The `s` element was missing from the default schema text inline elements. #TINY-8639
592
+ - Some text inline elements specified via the schema were not removed when empty by default. #TINY-8639
593
+
594
+ ## 6.0.2 - 2022-04-27
595
+
596
+ ### Fixed
597
+ - Some media elements wouldn't update when changing the source URL. #TINY-8660
598
+ - Inline toolbars flickered when switching between editors. #TINY-8594
599
+ - Multiple inline toolbars were shown if focused too quickly. #TINY-8503
600
+ - Added background and additional spacing for the text labeled buttons in the toolbar to improve visual clarity. #TINY-8617
601
+ - Toolbar split buttons with text used an incorrect width on touch devices. #TINY-8647
602
+
603
+ ## 6.0.1 - 2022-03-23
604
+
605
+ ### Fixed
606
+ - Fixed the dev ZIP missing the required `bin` scripts to build from the source. #TINY-8542
607
+ - Fixed a regression whereby text patterns couldn't be updated at runtime. #TINY-8540
608
+ - Fixed an issue where tables with colgroups could be copied incorrectly in some cases. #TINY-8568
609
+ - Naked buttons better adapt to various background colors, improved text contrast in notifications. #TINY-8533
610
+ - The autocompleter would not fire the `AutocompleterStart` event nor close the menu in some cases. #TINY-8552
611
+ - It wasn't possible to select text right after an inline noneditable element. #TINY-8567
612
+ - Fixed a double border showing for the `tinymce-5` skin when using `toolbar_location: 'bottom'`. #TINY-8564
613
+ - Clipboard content was not generated correctly when cutting and copying `contenteditable="false"` elements. #TINY-8563
614
+ - Fixed the box-shadow getting clipped in autocompletor popups. #TINY-8573
615
+ - The `buttonType` property did not work for dialog footer buttons. #TINY-8582
616
+ - Fix contrast ratio for error messages. #TINY-8586
617
+
618
+ ## 6.0.0 - 2022-03-03
619
+
620
+ ### Added
621
+ - New `editor.options` API to replace the old `editor.settings` and `editor.getParam` APIs. #TINY-8206
622
+ - New `editor.annotator.removeAll` API to remove all annotations by name. #TINY-8195
623
+ - New `Resource.unload` API to make it possible to unload resources. #TINY-8431
624
+ - New `FakeClipboard` API on the `tinymce` global. #TINY-8353
625
+ - New `dispatch()` function to replace the now deprecated `fire()` function in various APIs. #TINY-8102
626
+ - New `AutocompleterStart`, `AutocompleterUpdate` and `AutocompleterEnd` events. #TINY-8279
627
+ - New `mceAutocompleterClose`, `mceAutocompleterReload` commands. #TINY-8279
628
+ - New `mceInsertTableDialog` command to open the insert table dialog. #TINY-8273
629
+ - New `slider` dialog component. #TINY-8304
630
+ - New `imagepreview` dialog component, allowing preview and zoom of any image URL. #TINY-8333
631
+ - New `buttonType` property on dialog button components, supporting `toolbar` style in addition to `primary` and `secondary`. #TINY-8304
632
+ - The `tabindex` attribute is now copied from the target element to the iframe. #TINY-8315
633
+
634
+ ### Improved
635
+ - New default theme styling for TinyMCE 6 facelift with old skin available as `tinymce-5` and `tinymce-5-dark`. #TINY-8373
636
+ - The default height of editor has been increased from `200px` to `400px` to improve the usability of the editor. #TINY-6860
637
+ - The upload results returned from the `editor.uploadImages()` API now includes a `removed` flag, reflecting if the image was removed after a failed upload. #TINY-7735
638
+ - The `ScriptLoader`, `StyleSheetLoader`, `AddOnManager`, `PluginManager` and `ThemeManager` APIs will now return a `Promise` when loading resources instead of using callbacks. #TINY-8325
639
+ - A `ThemeLoadError` event is now fired if the theme fails to load. #TINY-8325
640
+ - The `BeforeSetContent` event will now include the actual serialized content when passing in an `AstNode` to the `editor.setContent` API. #TINY-7996
641
+ - Improved support for placing the caret before or after noneditable elements within the editor. #TINY-8169
642
+ - Calls to `editor.selection.setRng` now update the caret position bookmark used when focus is returned to the editor. #TINY-8450
643
+ - The `emoticon` plugin dialog, toolbar and menu item has been updated to use the more accurate `Emojis` term. #TINY-7631
644
+ - The dialog `redial` API will now only rerender the changed components instead of the whole dialog. #TINY-8334
645
+ - The dialog API `setData` method now uses a deep merge algorithm to support partial nested objects. #TINY-8333
646
+ - The dialog spec `initialData` type is now `Partial<T>` to match the underlying implementation details. #TINY-8334
647
+ - Notifications no longer require a timeout to disable the close button. #TINY-6679
648
+ - The editor theme is now fetched in parallel with the icons, language pack and plugins. #TINY-8453
649
+
650
+ ### Changed
651
+ - TinyMCE is now MIT licensed. #TINY-2316
652
+ - Moved the `paste` plugin's functionality to TinyMCE core. #TINY-8310
653
+ - The `paste_data_images` option now defaults to `true`. #TINY-8310
654
+ - Moved the `noneditable` plugin to TinyMCE core. #TINY-8311
655
+ - Renamed the `noneditable_noneditable_class` option to `noneditable_class`. #TINY-8311
656
+ - Renamed the `noneditable_editable_class` option to `editable_class`. #TINY-8311
657
+ - Moved the `textpattern` plugin to TinyMCE core. #TINY-8312
658
+ - Renamed the `textpattern_patterns` option to `text_patterns`. #TINY-8312
659
+ - Moved the `hr` plugin's functionality to TinyMCE core. #TINY-8313
660
+ - Moved the `print` plugin's functionality to TinyMCE core. #TINY-8314
661
+ - Moved non-UI table functionality to core. #TINY-8273
662
+ - The `DomParser` API no longer uses a custom parser internally and instead uses the native `DOMParser` API. #TINY-4627
663
+ - The `editor.getContent()` API can provide custom content by preventing and overriding `content` in the `BeforeGetContent` event. This makes it consistent with the `editor.selection.getContent()` API. #TINY-8018
664
+ - The `editor.setContent()` API can now be prevented using the `BeforeSetContent` event. This makes it consistent with the `editor.selection.setContent()` API. #TINY-8018
665
+ - Add-ons such as plugins and themes are no longer constructed using the `new` operator. #TINY-8256
666
+ - A number of APIs that were not proper classes, are no longer constructed using the `new` operator. #TINY-8322
667
+ - The Editor commands APIs will no longer fallback to executing the browsers native command functionality. #TINY-7829
668
+ - The Editor query command APIs will now return `false` or an empty string on removed editors. #TINY-7829
669
+ - The `mceAddEditor` and `mceToggleEditor` commands now take an object as their value to specify the id and editor options. #TINY-8138
670
+ - The `mceInsertTable` command can no longer open the insert table dialog. Use the `mceInsertTableDialog` command instead. #TINY-8273
671
+ - The `plugins` option now returns a `string` array instead of a space separated string. #TINY-8455
672
+ - The `media` plugin no longer treats `iframe`, `video`, `audio` or `object` elements as "special" and will validate the contents against the schema. #TINY-8382
673
+ - The `images_upload_handler` option is no longer passed a `success` or `failure` callback and instead requires a `Promise` to be returned with the upload result. #TINY-8325
674
+ - The `tinymce.settings` global property is no longer set upon initialization. #TINY-7359
675
+ - The `change` event is no longer fired on first modification. #TINY-6920
676
+ - The `GetContent` event will now always pass a `string` for the `content` property. #TINY-7996
677
+ - Changed the default tag for the strikethrough format to the `s` tag when using a html 5 schema. #TINY-8262
678
+ - The `strike` tag is automatically converted to the `s` tag when using a html 5 schema. #TINY-8262
679
+ - Aligning a table to the left or right will now use margin styling instead of float styling. #TINY-6558
680
+ - The `:` control character has been changed to `~` for the schema `valid_elements` and `extended_valid_elements` options. #TINY-6726
681
+ - The `primary` property on dialog buttons has been deprecated. Use the new `buttonType` property instead. #TINY-8304
682
+ - Changed the default statusbar element path delimiter from `»` to `›`. #TINY-8372
683
+ - Replaced the `Powered by Tiny` branding text with the Tiny logo. #TINY-8371
684
+ - The default minimum height of editor has been changed to 100px to prevent the UI disappearing while resizing. #TINY-6860
685
+ - RGB colors are no longer converted to hex values when parsing or serializing content. #TINY-8163
686
+ - Replaced the `isDisabled()` function with an `isEnabled()` function for various APIs. #TINY-8101
687
+ - Replaced the `enable()` and `disable()` functions with a `setEnabled(state)` function in various APIs. #TINY-8101
688
+ - Replaced the `disabled` property with an `enabled` property in various APIs. #TINY-8101
689
+ - Replaced the `disable(name)` and `enable(name)` functions with a `setEnabled(name, state)` function in the Dialog APIs. #TINY-8101
690
+ - Renamed the `tinymce.Env.os.isOSX` API to `tinymce.Env.os.isMacOS`. #TINY-8175
691
+ - Renamed the `tinymce.Env.browser.isChrome` API to `tinymce.Env.browser.isChromium` to better reflect its functionality. #TINY-8300
692
+ - Renamed the `getShortEndedElements` Schema API to `getVoidElements`. #TINY-8344
693
+ - Renamed the `font_formats` option to `font_family_formats`. #TINY-8328
694
+ - Renamed the `fontselect` toolbar button and `fontformats` menu item to `fontfamily`. #TINY-8328
695
+ - Renamed the `fontsize_formats` option to `font_size_formats`. #TINY-8328
696
+ - Renamed the `fontsizeselect` toolbar button and `fontsizes` menu item to `fontsize`. #TINY-8328
697
+ - Renamed the `formatselect` toolbar button and `blockformats` menu item to `blocks`. #TINY-8328
698
+ - Renamed the `styleselect` toolbar button and `formats` menu item to `styles`. #TINY-8328
699
+ - Renamed the `lineheight_formats` option to `line_height_formats`. #TINY-8328
700
+ - Renamed the `getWhiteSpaceElements()` function to `getWhitespaceElements()` in the `Schema` API. #TINY-8102
701
+ - Renamed the `mceInsertClipboardContent` command `content` property to `html` to better reflect what data is passed. #TINY-8310
702
+ - Renamed the `default_link_target` option to `link_default_target` for both `link` and `autolink` plugins. #TINY-4603
703
+ - Renamed the `rel_list` option to `link_rel_list` for the `link` plugin. #TINY-4603
704
+ - Renamed the `target_list` option to `link_target_list` for the `link` plugin. #TINY-4603
705
+ - The default value for the `link_default_protocol` option has been changed to `https` instead of `http`. #TINY-7824
706
+ - The default value for the `element_format` option has been changed to `html`. #TINY-8263
707
+ - The default value for the `schema` option has been changed to `html5`. #TINY-8261
708
+ - The default value for the `table_style_by_css` option has been changed to `true`. #TINY-8259
709
+ - The default value for the `table_use_colgroups` option has been changed to `true`. #TINY-8259
710
+
711
+ ### Fixed
712
+ - The object returned from the `editor.fire()` API was incorrect if the editor had been removed. #TINY-8018
713
+ - The `editor.selection.getContent()` API did not respect the `no_events` argument. #TINY-8018
714
+ - The `editor.annotator.remove` API did not keep selection when removing the annotation. #TINY-8195
715
+ - The `GetContent` event was not fired when getting `tree` or `text` formats using the `editor.selection.getContent()` API. #TINY-8018
716
+ - The `beforeinput` and `input` events would sometimes not fire as expected when deleting content. #TINY-8168 #TINY-8329
717
+ - The `table` plugin would sometimes not correctly handle headers in the `tfoot` section. #TINY-8104
718
+ - The `silver` theme UI was incorrectly rendered before plugins had initialized. #TINY-8288
719
+ - The aria labels for the color picker dialog were not translated. #TINY-8381
720
+ - Fixed sub-menu items not read by screen readers. Patch contributed by westonkd. #TINY-8417
721
+ - Dialog labels and other text-based UI properties did not escape HTML markup. #TINY-7524
722
+ - Anchor elements would render incorrectly when using the `allow_html_in_named_anchor` option. #TINY-3799
723
+ - The `AstNode` HTML serializer did not serialize `pre` or `textarea` elements correctly when they contained newlines. #TINY-8446
724
+ - Fixed sub-menu items not read by screen readers. Patch contributed by westonkd. #TINY-8417
725
+ - The Home or End keys would move out of a editable element contained within a noneditable element. #TINY-8201
726
+ - Dialogs could not be opened in inline mode before the editor had been rendered. #TINY-8397
727
+ - Clicking on menu items could cause an unexpected console warning if the `onAction` function caused the menu to close. #TINY-8513
728
+ - Fixed various color and contrast issues for the dark skins. #TINY-8527
729
+
730
+ ### Removed
731
+ - Removed support for Microsoft Internet Explorer 11. #TINY-8194 #TINY-8241
732
+ - Removed support for Microsoft Word from the opensource paste functionality. #TINY-7493
733
+ - Removed support for the `plugins` option allowing a mixture of a string array and of space separated strings. #TINY-8399
734
+ - Removed support for the deprecated `false` value for the `forced_root_block` option. #TINY-8260
735
+ - Removed the jQuery integration. #TINY-4519
736
+ - Removed the `imagetools` plugin, which is now classified as a Premium plugin. #TINY-8209
737
+ - Removed the `imagetools` dialog component. #TINY-8333
738
+ - Removed the `toc` plugin, which is now classified as a Premium plugin. #TINY-8250
739
+ - Removed the `tabfocus` plugin. #TINY-8315
740
+ - Removed the `textpattern` plugin's API as part of moving it to core. #TINY-8312
741
+ - Removed the `table` plugin's API. #TINY-8273
742
+ - Removed the callback for the `EditorUpload` API. #TINY-8325
743
+ - Removed the legacy browser detection properties from the `Env` API. #TINY-8162
744
+ - Removed the `filterNode` method from the `DomParser` API. #TINY-8249
745
+ - Removed the `SaxParser` API. #TINY-8218
746
+ - Removed the `tinymce.utils.Promise` API. #TINY-8241
747
+ - Removed the `toHex` function for the `DOMUtils` and `Styles` APIs. #TINY-8163
748
+ - Removed the `execCommand` handler function from the plugin and theme interfaces. #TINY-7829
749
+ - Removed the `editor.settings` property as it has been replaced by the new Options API. #TINY-8236
750
+ - Removed the `shortEnded` and `fixed` properties on `tinymce.html.Node` class. #TINY-8205
751
+ - Removed the `mceInsertRawHTML` command. #TINY-8214
752
+ - Removed the style field from the `image` plugin dialog advanced tab. #TINY-3422
753
+ - Removed the `paste_filter_drop` option as native drag and drop handling is no longer supported. #TINY-8511
754
+ - Removed the legacy `mobile` theme. #TINY-7832
755
+ - Removed the deprecated `$`, `Class`, `DomQuery` and `Sizzle` APIs. #TINY-4520 #TINY-8326
756
+ - Removed the deprecated `Color`, `JSON`, `JSONP` and `JSONRequest`. #TINY-8162
757
+ - Removed the deprecated `XHR` API. #TINY-8164
758
+ - Removed the deprecated `setIconStroke` Split Toolbar Button API. #TINY-8162
759
+ - Removed the deprecated `editors` property from `EditorManager`. #TINY-8162
760
+ - Removed the deprecated `execCallback` and `setMode` APIs from `Editor`. #TINY-8162
761
+ - Removed the deprecated `addComponents` and `dependencies` APIs from `AddOnManager`. #TINY-8162
762
+ - Removed the deprecated `clearInterval`, `clearTimeout`, `debounce`, `requestAnimationFrame`, `setInterval`, `setTimeout` and `throttle` APIs from `Delay`. #TINY-8162
763
+ - Removed the deprecated `Schema` options. #TINY-7821
764
+ - Removed the deprecated `file_browser_callback_types`, `force_hex_style_colors` and `images_dataimg_filter` options. #TINY-7823
765
+ - Removed the deprecated `filepicker_validator_handler`, `force_p_newlines`, `gecko_spellcheck`, `tab_focus`, `table_responsive_width` and `toolbar_drawer` options. #TINY-7820
766
+ - Removed the deprecated `media_scripts` option in the `media` plugin. #TINY-8421
767
+ - Removed the deprecated `editor_deselector`, `editor_selector`, `elements`, `mode` and `types` legacy TinyMCE init options. #TINY-7822
768
+ - Removed the deprecated `content_editable_state` and `padd_empty_with_br` options. #TINY-8400
769
+ - Removed the deprecated `autoresize_on_init` option from the `autoresize` plugin. #TINY-8400
770
+ - Removed the deprecated `fullpage`, `spellchecker`, `bbcode`, `legacyoutput`, `colorpicker`, `contextmenu` and `textcolor` plugins. #TINY-8192
771
+ - Removed the undocumented `editor.editorCommands.hasCustomCommand` API. #TINY-7829
772
+ - Removed the undocumented `mceResetDesignMode`, `mceRepaint` and `mceBeginUndoLevel` commands. #TINY-7829
773
+
774
+ ### Deprecated
775
+ - The dialog button component's `primary` property has been deprecated and will be removed in the next major release. Use the new `buttonType` property instead. #TINY-8304
776
+ - The `fire()` function of `tinymce.Editor`, `tinymce.dom.EventUtils`, `tinymce.dom.DOMUtils`, `tinymce.util.Observable` and `tinymce.util.EventDispatcher` has been deprecated and will be removed in the next major release. Use the `dispatch()` function instead. #TINY-8102
777
+ - The `content` property on the `SetContent` event has been deprecated and will be removed in the next major release. #TINY-8457
778
+ - The return value of the `editor.setContent` API has been deprecated and will be removed in the next major release. #TINY-8457
779
+
780
+ ## 5.10.3 - 2022-02-09
781
+
782
+ ### Fixed
783
+ - Alignment would sometimes be removed on parent elements when changing alignment on certain inline nodes, such as images. #TINY-8308
784
+ - The `fullscreen` plugin would reset the scroll position when exiting fullscreen mode. #TINY-8418
785
+
786
+ ## 5.10.2 - 2021-11-17
787
+
788
+ ### Fixed
789
+ - Internal selectors were appearing in the style list when using the `importcss` plugin. #TINY-8238
790
+
791
+ ## 5.10.1 - 2021-11-03
792
+
793
+ ### Fixed
794
+ - The iframe aria help text was not read by some screen readers. #TINY-8171
795
+ - Clicking the `forecolor` or `backcolor` toolbar buttons would do nothing until selecting a color. #TINY-7836
796
+ - Crop functionality did not work in the `imagetools` plugin when the editor was rendered in a shadow root. #TINY-6387
797
+ - Fixed an exception thrown on Safari when closing the `searchreplace` plugin dialog. #TINY-8166
798
+ - The `autolink` plugin did not convert URLs to links when starting with a bracket. #TINY-8091
799
+ - The `autolink` plugin incorrectly created nested links in some cases. #TINY-8091
800
+ - Tables could have an incorrect height set on rows when rendered outside of the editor. #TINY-7699
801
+ - In certain circumstances, the table of contents plugin would incorrectly add an extra empty list item. #TINY-4636
802
+ - The insert table grid menu displayed an incorrect size when re-opening the grid. #TINY-6532
803
+ - The word count plugin was treating the zero width space character (`&#8203;`) as a word. #TINY-7484
804
+
805
+ ## 5.10.0 - 2021-10-11
806
+
807
+ ### Added
808
+ - Added a new `URI.isDomSafe(uri)` API to check if a URI is considered safe to be inserted into the DOM. #TINY-7998
809
+ - Added the `ESC` key code constant to the `VK` API. #TINY-7917
810
+ - Added a new `deprecation_warnings` setting for turning off deprecation console warning messages. #TINY-8049
811
+
812
+ ### Improved
813
+ - The `element` argument of the `editor.selection.scrollIntoView()` API is now optional, and if it is not provided the current selection will be scrolled into view. #TINY-7291
814
+
815
+ ### Changed
816
+ - The deprecated `scope` attribute is no longer added to `td` cells when converting a row to a header row. #TINY-7731
817
+ - The number of `col` elements is normalized to match the number of columns in a table after a table action. #TINY-8011
818
+
819
+ ### Fixed
820
+ - Fixed a regression that caused block wrapper formats to apply and remove incorrectly when using a collapsed selection with multiple words. #TINY-8036
821
+ - Resizing table columns in some scenarios would resize the column to an incorrect position. #TINY-7731
822
+ - Inserting a table where the parent element had padding would cause the table width to be incorrect. #TINY-7991
823
+ - The resize backdrop element did not have the `data-mce-bogus="all"` attribute set to prevent it being included in output. #TINY-7854
824
+ - Resize handles appeared on top of dialogs and menus when using an inline editor. #TINY-3263
825
+ - Fixed the `autoresize` plugin incorrectly scrolling to the top of the editor content in some cases when changing content. #TINY-7291
826
+ - Fixed the `editor.selection.scrollIntoView()` type signature, as it incorrectly required an `Element` instead of `HTMLElement`. #TINY-7291
827
+ - Table cells that were both row and column headers did not retain the correct state when converting back to a regular row or column. #TINY-7709
828
+ - Clicking beside a non-editable element could cause the editor to incorrectly scroll to the top of the content. #TINY-7062
829
+ - Clicking in a table cell, with a non-editable element in an adjacent cell, incorrectly caused the non-editable element to be selected. #TINY-7736
830
+ - Split toolbar buttons incorrectly had nested `tabindex="-1"` attributes. #TINY-7879
831
+ - Fixed notifications rendering in the wrong place initially and when the page was scrolled. #TINY-7894
832
+ - Fixed an exception getting thrown when the number of `col` elements didn't match the number of columns in a table. #TINY-7041 #TINY-8011
833
+ - The table selection state could become incorrect after selecting a noneditable table cell. #TINY-8053
834
+ - As of Mozilla Firefox 91, toggling fullscreen mode with `toolbar_sticky` enabled would cause the toolbar to disappear. #TINY-7873
835
+ - Fixed URLs not cleaned correctly in some cases in the `link` and `image` plugins. #TINY-7998
836
+ - Fixed the `image` and `media` toolbar buttons incorrectly appearing to be in an inactive state in some cases. #TINY-3463
837
+ - Fixed the `editor.selection.selectorChanged` API not firing if the selector matched the current selection when registered in some cases. #TINY-3463
838
+ - Inserting content into a `contenteditable="true"` element that was contained within a `contenteditable="false"` element would move the selection to an incorrect location. #TINY-7842
839
+ - Dragging and dropping `contenteditable="false"` elements could result in the element being placed in an unexpected location. #TINY-7917
840
+ - Pressing the Escape key would not cancel a drag action that started on a `contenteditable="false"` element within the editor. #TINY-7917
841
+ - `video` and `audio` elements were unable to be played when the `media` plugin live embeds were enabled in some cases. #TINY-7674
842
+ - Pasting images would throw an exception if the clipboard `items` were not files (for example, screenshots taken from gnome-software). Patch contributed by cedric-anne. #TINY-8079
843
+
844
+ ### Deprecated
845
+ - Several APIs have been deprecated. See the release notes section for information. #TINY-8023 #TINY-8063
846
+ - Several Editor settings have been deprecated. See the release notes section for information. #TINY-8086
847
+ - The Table of Contents and Image Tools plugins will be classified as Premium plugins in the next major release. #TINY-8087
848
+ - Word support in the `paste` plugin has been deprecated and will be removed in the next major release. #TINY-8087
849
+
850
+ ## 5.9.2 - 2021-09-08
851
+
852
+ ### Fixed
853
+ - Fixed an exception getting thrown when disabling events and setting content. #TINY-7956
854
+ - Delete operations could behave incorrectly if the selection crossed a table boundary. #TINY-7596
855
+
856
+ ## 5.9.1 - 2021-08-27
857
+
858
+ ### Fixed
859
+ - Published TinyMCE types failed to compile in strict mode. #TINY-7915
860
+ - The `TableModified` event sometimes didn't fire when performing certain table actions. #TINY-7916
861
+
862
+ ## 5.9.0 - 2021-08-26
863
+
864
+ ### Added
865
+ - Added a new `mceFocus` command that focuses the editor. Equivalent to using `editor.focus()`. #TINY-7373
866
+ - Added a new `mceTableToggleClass` command which toggles the provided class on the currently selected table. #TINY-7476
867
+ - Added a new `mceTableCellToggleClass` command which toggles the provided class on the currently selected table cells. #TINY-7476
868
+ - Added a new `tablecellvalign` toolbar button and menu item for vertical table cell alignment. #TINY-7477
869
+ - Added a new `tablecellborderwidth` toolbar button and menu item to change table cell border width. #TINY-7478
870
+ - Added a new `tablecellborderstyle` toolbar button and menu item to change table cell border style. #TINY-7478
871
+ - Added a new `tablecaption` toolbar button and menu item to toggle captions on tables. #TINY-7479
872
+ - Added a new `mceTableToggleCaption` command that toggles captions on a selected table. #TINY-7479
873
+ - Added a new `tablerowheader` toolbar button and menu item to toggle the header state of row cells. #TINY-7478
874
+ - Added a new `tablecolheader` toolbar button and menu item to toggle the header state of column cells. #TINY-7482
875
+ - Added a new `tablecellbordercolor` toolbar button and menu item to select table cell border colors, with an accompanying setting `table_border_color_map` to customize the available values. #TINY-7480
876
+ - Added a new `tablecellbackgroundcolor` toolbar button and menu item to select table cell background colors, with an accompanying setting `table_background_color_map` to customize the available values. #TINY-7480
877
+ - Added a new `language` menu item and toolbar button to add `lang` attributes to content, with an accompanying `content_langs` setting to specify the languages available. #TINY-6149
878
+ - A new `lang` format is now available that can be used with `editor.formatter`, or applied with the `Lang` editor command. #TINY-6149
879
+ - Added a new `language` icon for the `language` toolbar button. #TINY-7670
880
+ - Added a new `table-row-numbering` icon. #TINY-7327
881
+ - Added new plugin commands: `mceEmoticons` (Emoticons), `mceWordCount` (Word Count), and `mceTemplate` (Template). #TINY-7619
882
+ - Added a new `iframe_aria_text` setting to set the iframe title attribute. #TINY-1264
883
+ - Added a new DomParser `Node.children()` API to return all the children of a `Node`. #TINY-7756
884
+
885
+ ### Improved
886
+ - Sticky toolbars can now be offset from the top of the page using the new `toolbar_sticky_offset` setting. #TINY-7337
887
+ - Fancy menu items now accept an `initData` property to allow custom initialization data. #TINY-7480
888
+ - Improved the load time of the `fullpage` plugin by using the existing editor schema rather than creating a new one. #TINY-6504
889
+ - Improved the performance when UI components are rendered. #TINY-7572
890
+ - The context toolbar no longer unnecessarily repositions to the top of large elements when scrolling. #TINY-7545
891
+ - The context toolbar will now move out of the way when it overlaps with the selection, such as in table cells. #TINY-7192
892
+ - The context toolbar now uses a short animation when transitioning between different locations. #TINY-7740
893
+ - `Env.browser` now uses the User-Agent Client Hints API where it is available. #TINY-7785
894
+ - Icons with a `-rtl` suffix in their name will now automatically be used when the UI is rendered in right-to-left mode. #TINY-7782
895
+ - The `formatter.match` API now accepts an optional `similar` parameter to check if the format partially matches. #TINY-7712
896
+ - The `formatter.formatChanged` API now supports providing format variables when listening for changes. #TINY-7713
897
+ - The formatter will now fire `FormatApply` and `FormatRemove` events for the relevant actions. #TINY-7713
898
+ - The `autolink` plugin link detection now permits custom protocols. #TINY-7714
899
+ - The `autolink` plugin valid link detection has been improved. #TINY-7714
900
+
901
+ ### Changed
902
+ - Changed the load order so content CSS is loaded before the editor is populated with content. #TINY-7249
903
+ - Changed the `emoticons`, `wordcount`, `code`, `codesample`, and `template` plugins to open dialogs using commands. #TINY-7619
904
+ - The context toolbar will no longer show an arrow when it overlaps the content, such as in table cells. #TINY-7665
905
+ - The context toolbar will no longer overlap the statusbar for toolbars using `node` or `selection` positions. #TINY-7666
906
+
907
+ ### Fixed
908
+ - The `editor.fire` API was incorrectly mutating the original `args` provided. #TINY-3254
909
+ - Unbinding an event handler did not take effect immediately while the event was firing. #TINY-7436
910
+ - Binding an event handler incorrectly took effect immediately while the event was firing. #TINY-7436
911
+ - Unbinding a native event handler inside the `remove` event caused an exception that blocked editor removal. #TINY-7730
912
+ - The `SetContent` event contained the incorrect `content` when using the `editor.selection.setContent()` API. #TINY-3254
913
+ - The editor content could be edited after calling `setProgressState(true)` in iframe mode. #TINY-7373
914
+ - Tabbing out of the editor after calling `setProgressState(true)` behaved inconsistently in iframe mode. #TINY-7373
915
+ - Flash of unstyled content while loading the editor because the content CSS was loaded after the editor content was rendered. #TINY-7249
916
+ - Partially transparent RGBA values provided in the `color_map` setting were given the wrong hex value. #TINY-7163
917
+ - HTML comments with mismatched quotes were parsed incorrectly under certain circumstances. #TINY-7589
918
+ - The editor could crash when inserting certain HTML content. #TINY-7756
919
+ - Inserting certain HTML content into the editor could result in invalid HTML once parsed. #TINY-7756
920
+ - Links in notification text did not show the correct mouse pointer. #TINY-7661
921
+ - Using the Tab key to navigate into the editor on Microsoft Internet Explorer 11 would incorrectly focus the toolbar. #TINY-3707
922
+ - The editor selection could be placed in an incorrect location when undoing or redoing changes in a document containing `contenteditable="false"` elements. #TINY-7663
923
+ - Menus and context menus were not closed when clicking into a different editor. #TINY-7399
924
+ - Context menus on Android were not displayed when more than one HTML element was selected. #TINY-7688
925
+ - Disabled nested menu items could still be opened. #TINY-7700
926
+ - The nested menu item chevron icon was not fading when the menu item was disabled. #TINY-7700
927
+ - `imagetools` buttons were incorrectly enabled for remote images without `imagetools_proxy` set. #TINY-7772
928
+ - Only table content would be deleted when partially selecting a table and content outside the table. #TINY-6044
929
+ - The table cell selection handling was incorrect in some cases when dealing with nested tables. #TINY-6298
930
+ - Removing a table row or column could result in the cursor getting placed in an invalid location. #TINY-7695
931
+ - Pressing the Tab key to navigate through table cells did not skip noneditable cells. #TINY-7705
932
+ - Clicking on a noneditable table cell did not show a visual selection like other noneditable elements. #TINY-7724
933
+ - Some table operations would incorrectly cause table row attributes and styles to be lost. #TINY-6666
934
+ - The selection was incorrectly lost when using the `mceTableCellType` and `mceTableRowType` commands. #TINY-6666
935
+ - The `mceTableRowType` was reversing the order of the rows when converting multiple header rows back to body rows. #TINY-6666
936
+ - The table dialog did not always respect the `table_style_with_css` option. #TINY-4926
937
+ - Pasting into a table with multiple cells selected could cause the content to be pasted in the wrong location. #TINY-7485
938
+ - The `TableModified` event was not fired when pasting cells into a table. #TINY-6939
939
+ - The table paste column before and after icons were not flipped in RTL mode. #TINY-7851
940
+ - Fixed table corruption when deleting a `contenteditable="false"` cell. #TINY-7891
941
+ - The `dir` attribute was being incorrectly applied to list items. #TINY-4589
942
+ - Applying selector formats would sometimes not apply the format correctly to elements in a list. #TINY-7393
943
+ - For formats that specify an attribute or style that should be removed, the formatter `match` API incorrectly returned `false`. #TINY-6149
944
+ - The type signature on the `formatter.matchNode` API had the wrong return type (was `boolean` but should have been `Formatter | undefined`). #TINY-6149
945
+ - The `formatter.formatChanged` API would ignore the `similar` parameter if another callback had already been registered for the same format. #TINY-7713
946
+ - The `formatter.formatChanged` API would sometimes not run the callback the first time the format was removed. #TINY-7713
947
+ - Base64 encoded images with spaces or line breaks in the data URI were not displayed correctly. Patch contributed by RoboBurned.
948
+
949
+ ### Deprecated
950
+ - The `bbcode`, `fullpage`, `legacyoutput`, and `spellchecker` plugins have been deprecated and marked for removal in the next major release. #TINY-7260
951
+
952
+ ## 5.8.2 - 2021-06-23
953
+
954
+ ### Fixed
955
+ - Fixed an issue when pasting cells from tables containing `colgroup`s into tables without `colgroup`s. #TINY-6675
956
+ - Fixed an issue that could cause an invalid toolbar button state when multiple inline editors were on a single page. #TINY-6297
957
+
958
+ ## 5.8.1 - 2021-05-20
959
+
960
+ ### Fixed
961
+ - An unexpected exception was thrown when switching to readonly mode and adjusting the editor width. #TINY-6383
962
+ - Content could be lost when the `pagebreak_split_block` setting was enabled. #TINY-3388
963
+ - The `list-style-type: none;` style on nested list items was incorrectly removed when clearing formatting. #TINY-6264
964
+ - URLs were not always detected when pasting over a selection. Patch contributed by jwcooper. #TINY-6997
965
+ - Properties on the `OpenNotification` event were incorrectly namespaced. #TINY-7486
966
+
967
+ ## 5.8.0 - 2021-05-06
968
+
969
+ ### Added
970
+ - Added the `PAGE_UP` and `PAGE_DOWN` key code constants to the `VK` API. #TINY-4612
971
+ - The editor resize handle can now be controlled using the keyboard. #TINY-4823
972
+ - Added a new `fixed_toolbar_container_target` setting which renders the toolbar in the specified `HTMLElement`. Patch contributed by pvrobays.
973
+
974
+ ### Improved
975
+ - The `inline_boundaries` feature now supports the `home`, `end`, `pageup`, and `pagedown` keys. #TINY-4612
976
+ - Updated the `formatter.matchFormat` API to support matching formats with variables in the `classes` property. #TINY-7227
977
+ - Added HTML5 `audio` and `video` elements to the default alignment formats. #TINY-6633
978
+ - Added support for alpha list numbering to the list properties dialog. #TINY-6891
979
+
980
+ ### Changed
981
+ - Updated the `image` dialog to display the class list dropdown as full-width if the caption checkbox is not present. #TINY-6400
982
+ - Renamed the "H Align" and "V Align" input labels in the Table Cell Properties dialog to "Horizontal align" and "Vertical align" respectively. #TINY-7285
983
+
984
+ ### Deprecated
985
+ - The undocumented `setIconStroke` Split Toolbar Button API has been deprecated and will be removed in a future release. #TINY-3551
986
+
987
+ ### Fixed
988
+ - Fixed a bug where it wasn't possible to align nested list items. #TINY-6567
989
+ - The RGB fields in the color picker dialog were not staying in sync with the color palette and hue slider. #TINY-6952
990
+ - The color preview box in the color picker dialog was not correctly displaying the saturation and value of the chosen color. #TINY-6952
991
+ - The color picker dialog will now show an alert if it is submitted with an invalid hex color code. #TINY-2814
992
+ - Fixed a bug where the `TableModified` event was not fired when adding a table row with the Tab key. #TINY-7006
993
+ - Added missing `images_file_types` setting to the exported TypeScript types. #GH-6607
994
+ - Fixed a bug where lists pasted from Word with Roman numeral markers were not displayed correctly. Patch contributed by aautio. #GH-6620
995
+ - The `editor.insertContent` API was incorrectly handling nested `span` elements with matching styles. #TINY-6263
996
+ - The HTML5 `small` element could not be removed when clearing text formatting. #TINY-6633
997
+ - The Oxide button text transform variable was incorrectly using `capitalize` instead of `none`. Patch contributed by dakur. #GH-6341
998
+ - Fix dialog button text that was using title-style capitalization. #TINY-6816
999
+ - Table plugin could perform operations on tables containing the inline editor. #TINY-6625
1000
+ - Fixed Tab key navigation inside table cells with a ranged selection. #TINY-6638
1001
+ - The foreground and background toolbar button color indicator is no longer blurry. #TINY-3551
1002
+ - Fixed a regression in the `tinymce.create()` API that caused issues when multiple objects were created. #TINY-7358
1003
+ - Fixed the `LineHeight` command causing the `change` event to be fired inconsistently. #TINY-7048
1004
+
1005
+ ## 5.7.1 - 2021-03-17
1006
+
1007
+ ### Fixed
1008
+ - Fixed the `help` dialog incorrectly linking to the changelog of TinyMCE 4 instead of TinyMCE 5. #TINY-7031
1009
+ - Fixed a bug where error messages were displayed incorrectly in the image dialog. #TINY-7099
1010
+ - Fixed an issue where URLs were not correctly filtered in some cases. #TINY-7025
1011
+ - Fixed a bug where context menu items with names that contained uppercase characters were not displayed. #TINY-7072
1012
+ - Fixed context menu items lacking support for the `disabled` and `shortcut` properties. #TINY-7073
1013
+ - Fixed a regression where the width and height were incorrectly set when embedding content using the `media` dialog. #TINY-7074
1014
+
1015
+ ## 5.7.0 - 2021-02-10
1016
+
1017
+ ### Added
1018
+ - Added IPv6 address support to the URI API. Patch contributed by dev7355608. #GH-4409
1019
+ - Added new `structure` and `style` properties to the `TableModified` event to indicate what kinds of modifications were made. #TINY-6643
1020
+ - Added `video` and `audio` live embed support for the `media` plugin. #TINY-6229
1021
+ - Added the ability to resize `video` and `iframe` media elements. #TINY-6229
1022
+ - Added a new `font_css` setting for adding fonts to both the editor and the parent document. #TINY-6199
1023
+ - Added a new `ImageUploader` API to simplify uploading image data to the configured `images_upload_url` or `images_upload_handler`. #TINY-4601
1024
+ - Added an Oxide variable to define the container background color in fullscreen mode. #TINY-6903
1025
+ - Added Oxide variables for setting the toolbar background colors for inline and sticky toolbars. #TINY-6009
1026
+ - Added a new `AfterProgressState` event that is fired after `editor.setProgressState` calls complete. #TINY-6686
1027
+ - Added support for `table_column_resizing` when inserting or deleting columns. #TINY-6711
1028
+
1029
+ ### Changed
1030
+ - Changed table and table column copy behavior to retain an appropriate width when pasted. #TINY-6664
1031
+ - Changed the `lists` plugin to apply list styles to all text blocks within a selection. #TINY-3755
1032
+ - Changed the `advlist` plugin to log a console error message when the `list` plugin isn't enabled. #TINY-6585
1033
+ - Changed the z-index of the `setProgressState(true)` throbber so it does not hide notifications. #TINY-6686
1034
+ - Changed the type signature for `editor.selection.getRng()` incorrectly returning `null`. #TINY-6843
1035
+ - Changed some `SaxParser` regular expressions to improve performance. #TINY-6823
1036
+ - Changed `editor.setProgressState(true)` to close any open popups. #TINY-6686
1037
+
1038
+ ### Fixed
1039
+ - Fixed `codesample` highlighting performance issues for some languages. #TINY-6996
1040
+ - Fixed an issue where cell widths were lost when merging table cells. #TINY-6901
1041
+ - Fixed `col` elements incorrectly transformed to `th` elements when converting columns to header columns. #TINY-6715
1042
+ - Fixed a number of table operations not working when selecting 2 table cells on Mozilla Firefox. #TINY-3897
1043
+ - Fixed a memory leak by backporting an upstream Sizzle fix. #TINY-6859
1044
+ - Fixed table `width` style was removed when copying. #TINY-6664
1045
+ - Fixed focus lost while typing in the `charmap` or `emoticons` dialogs when the editor is rendered in a shadow root. #TINY-6904
1046
+ - Fixed corruption of base64 URLs used in style attributes when parsing HTML. #TINY-6828
1047
+ - Fixed the order of CSS precedence of `content_style` and `content_css` in the `preview` and `template` plugins. `content_style` now has precedence. #TINY-6529
1048
+ - Fixed an issue where the image dialog tried to calculate image dimensions for an empty image URL. #TINY-6611
1049
+ - Fixed an issue where `scope` attributes on table cells would not change as expected when merging or unmerging cells. #TINY-6486
1050
+ - Fixed the plugin documentation links in the `help` plugin. #DOC-703
1051
+ - Fixed events bound using `DOMUtils` not returning the correct result for `isDefaultPrevented` in some cases. #TINY-6834
1052
+ - Fixed the "Dropped file type is not supported" notification incorrectly showing when using an inline editor. #TINY-6834
1053
+ - Fixed an issue with external styles bleeding into TinyMCE. #TINY-6735
1054
+ - Fixed an issue where parsing malformed comments could cause an infinite loop. #TINY-6864
1055
+ - Fixed incorrect return types on `editor.selection.moveToBookmark`. #TINY-6504
1056
+ - Fixed the type signature for `editor.selection.setCursorLocation()` incorrectly allowing a node with no `offset`. #TINY-6843
1057
+ - Fixed incorrect behavior when editor is destroyed while loading stylesheets. #INT-2282
1058
+ - Fixed figure elements incorrectly splitting from a valid parent element when editing the image within. #TINY-6592
1059
+ - Fixed inserting multiple rows or columns in a table cloning from the incorrect source row or column. #TINY-6906
1060
+ - Fixed an issue where new lines were not scrolled into view when pressing Shift+Enter or Shift+Return. #TINY-6964
1061
+ - Fixed an issue where list elements would not be removed when outdenting using the Enter or Return key. #TINY-5974
1062
+ - Fixed an issue where file extensions with uppercase characters were treated as invalid. #TINY-6940
1063
+ - Fixed dialog block messages were not passed through TinyMCE's translation system. #TINY-6971
1064
+
1065
+ ## 5.6.2 - 2020-12-08
1066
+
1067
+ ### Fixed
1068
+ - Fixed a UI rendering regression when the document body is using `display: flex`. #TINY-6783
1069
+
1070
+ ## 5.6.1 - 2020-11-25
1071
+
1072
+ ### Fixed
1073
+ - Fixed the `mceTableRowType` and `mceTableCellType` commands were not firing the `newCell` event. #TINY-6692
1074
+ - Fixed the HTML5 `s` element was not recognized when editing or clearing text formatting. #TINY-6681
1075
+ - Fixed an issue where copying and pasting table columns resulted in invalid HTML when using colgroups. #TINY-6684
1076
+ - Fixed an issue where the toolbar would render with the wrong width for inline editors in some situations. #TINY-6683
1077
+
1078
+ ## 5.6.0 - 2020-11-18
1079
+
1080
+ ### Added
1081
+ - Added new `BeforeOpenNotification` and `OpenNotification` events which allow internal notifications to be captured and modified before display. #TINY-6528
1082
+ - Added support for `block` and `unblock` methods on inline dialogs. #TINY-6487
1083
+ - Added new `TableModified` event which is fired whenever changes are made to a table. #TINY-6629
1084
+ - Added new `images_file_types` setting to determine which image file formats will be automatically processed into `img` tags on paste when using the `paste` plugin. #TINY-6306
1085
+ - Added support for `images_file_types` setting in the image file uploader to determine which image file extensions are valid for upload. #TINY-6224
1086
+ - Added new `format_empty_lines` setting to control if empty lines are formatted in a ranged selection. #TINY-6483
1087
+ - Added template support to the `autocompleter` for customizing the autocompleter items. #TINY-6505
1088
+ - Added new user interface `enable`, `disable`, and `isDisabled` methods. #TINY-6397
1089
+ - Added new `closest` formatter API to get the closest matching selection format from a set of formats. #TINY-6479
1090
+ - Added new `emojiimages` emoticons database that uses the twemoji CDN by default. #TINY-6021
1091
+ - Added new `emoticons_database` setting to configure which emoji database to use. #TINY-6021
1092
+ - Added new `name` field to the `style_formats` setting object to enable specifying a name for the format. #TINY-4239
1093
+
1094
+ ### Changed
1095
+ - Changed `readonly` mode to allow hyperlinks to be clickable. #TINY-6248
1096
+
1097
+ ### Fixed
1098
+ - Fixed the `change` event not firing after a successful image upload. #TINY-6586
1099
+ - Fixed the type signature for the `entity_encoding` setting not accepting delimited lists. #TINY-6648
1100
+ - Fixed layout issues when empty `tr` elements were incorrectly removed from tables. #TINY-4679
1101
+ - Fixed image file extensions lost when uploading an image with an alternative extension, such as `.jfif`. #TINY-6622
1102
+ - Fixed a security issue where URLs in attributes weren't correctly sanitized. #TINY-6518
1103
+ - Fixed `DOMUtils.getParents` incorrectly including the shadow root in the array of elements returned. #TINY-6540
1104
+ - Fixed an issue where the root document could be scrolled while an editor dialog was open inside a shadow root. #TINY-6363
1105
+ - Fixed `getContent` with text format returning a new line when the editor is empty. #TINY-6281
1106
+ - Fixed table column and row resizers not respecting the `data-mce-resize` attribute. #TINY-6600
1107
+ - Fixed inserting a table via the `mceInsertTable` command incorrectly creating 2 undo levels. #TINY-6656
1108
+ - Fixed nested tables with `colgroup` elements incorrectly always resizing the inner table. #TINY-6623
1109
+ - Fixed the `visualchars` plugin causing the editor to steal focus when initialized. #TINY-6282
1110
+ - Fixed `fullpage` plugin altering text content in `editor.getContent()`. #TINY-6541
1111
+ - Fixed `fullscreen` plugin not working correctly with multiple editors and shadow DOM. #TINY-6280
1112
+ - Fixed font size keywords such as `medium` not displaying correctly in font size menus. #TINY-6291
1113
+ - Fixed an issue where some attributes in table cells were not copied over to new rows or columns. #TINY-6485
1114
+ - Fixed incorrectly removing formatting on adjacent spaces when removing formatting on a ranged selection. #TINY-6268
1115
+ - Fixed the `Cut` menu item not working in the latest version of Mozilla Firefox. #TINY-6615
1116
+ - Fixed some incorrect types in the new TypeScript declaration file. #TINY-6413
1117
+ - Fixed a regression where a fake offscreen selection element was incorrectly created for the editor root node. #TINY-6555
1118
+ - Fixed an issue where menus would incorrectly collapse in small containers. #TINY-3321
1119
+ - Fixed an issue where only one table column at a time could be converted to a header. #TINY-6326
1120
+ - Fixed some minor memory leaks that prevented garbage collection for editor instances. #TINY-6570
1121
+ - Fixed resizing a `responsive` table not working when using the column resize handles. #TINY-6601
1122
+ - Fixed incorrectly calculating table `col` widths when resizing responsive tables. #TINY-6646
1123
+ - Fixed an issue where spaces were not preserved in pre-blocks when getting text content. #TINY-6448
1124
+ - Fixed a regression that caused the selection to be difficult to see in tables with backgrounds. #TINY-6495
1125
+ - Fixed content pasted multiple times in the editor when using Microsoft Internet Explorer 11. Patch contributed by mattford. #GH-4905
1126
+
1127
+ ## 5.5.1 - 2020-10-01
1128
+
1129
+ ### Fixed
1130
+ - Fixed pressing the down key near the end of a document incorrectly raising an exception. #TINY-6471
1131
+ - Fixed incorrect Typescript types for the `Tools` API. #TINY-6475
1132
+
1133
+ ## 5.5.0 - 2020-09-29
1134
+
1135
+ ### Added
1136
+ - Added a TypeScript declaration file to the bundle output for TinyMCE core. #TINY-3785
1137
+ - Added new `table_column_resizing` setting to control how table columns are resized when using the resize bars. #TINY-6001
1138
+ - Added the ability to remove images on a failed upload using the `images_upload_handler` failure callback. #TINY-6011
1139
+ - Added `hasPlugin` function to the editor API to determine if a plugin exists or not. #TINY-766
1140
+ - Added new `ToggleToolbarDrawer` command and query state handler to allow the toolbar drawer to be programmatically toggled and the toggle state to be checked. #TINY-6032
1141
+ - Added the ability to use `colgroup` elements in tables. #TINY-6050
1142
+ - Added a new setting `table_use_colgroups` for toggling whether colgroups are used in new tables. #TINY-6050
1143
+ - Added the ability to delete and navigate HTML media elements without the `media` plugin. #TINY-4211
1144
+ - Added `fullscreen_native` setting to the `fullscreen` plugin to enable use of the entire monitor. #TINY-6284
1145
+ - Added table related oxide variables to the Style API for more granular control over table cell selection appearance. #TINY-6311
1146
+ - Added new `toolbar_persist` setting to control the visibility of the inline toolbar. #TINY-4847
1147
+ - Added new APIs to allow for programmatic control of the inline toolbar visibility. #TINY-4847
1148
+ - Added the `origin` property to the `ObjectResized` and `ObjectResizeStart` events, to specify which handle the resize was performed on. #TINY-6242
1149
+ - Added new StyleSheetLoader `unload` and `unloadAll` APIs to allow loaded stylesheets to be removed. #TINY-3926
1150
+ - Added the `LineHeight` query command and action to the editor. #TINY-4843
1151
+ - Added the `lineheight` toolbar and menu items, and added `lineheight` to the default format menu. #TINY-4843
1152
+ - Added a new `contextmenu_avoid_overlap` setting to allow context menus to avoid overlapping matched nodes. #TINY-6036
1153
+ - Added new listbox dialog UI component for rendering a dropdown that allows nested options. #TINY-2236
1154
+ - Added back the ability to use nested items in the `image_class_list`, `link_class_list`, `link_list`, `table_class_list`, `table_cell_class_list`, and `table_row_class_list` settings. #TINY-2236
1155
+
1156
+ ### Changed
1157
+ - Changed how CSS manipulates table cells when selecting multiple cells to achieve a semi-transparent selection. #TINY-6311
1158
+ - Changed the `target` property on fired events to use the native event target. The original target for an open shadow root can be obtained using `event.getComposedPath()`. #TINY-6128
1159
+ - Changed the editor to clean-up loaded CSS stylesheets when all editors using the stylesheet have been removed. #TINY-3926
1160
+ - Changed `imagetools` context menu icon for accessing the `image` dialog to use the `image` icon. #TINY-4141
1161
+ - Changed the `editor.insertContent()` and `editor.selection.setContent()` APIs to retain leading and trailing whitespace. #TINY-5966
1162
+ - Changed the `table` plugin `Column` menu to include the cut, copy and paste column menu items. #TINY-6374
1163
+ - Changed the default table styles in the content CSS files to better support the styling options available in the `table` dialog. #TINY-6179
1164
+
1165
+ ### Deprecated
1166
+ - Deprecated the `Env.experimentalShadowDom` flag. #TINY-6128
1167
+
1168
+ ### Fixed
1169
+ - Fixed tables with no borders displaying with the default border styles in the `preview` dialog. #TINY-6179
1170
+ - Fixed loss of whitespace when inserting content after a non-breaking space. #TINY-5966
1171
+ - Fixed the `event.getComposedPath()` function throwing an exception for events fired from the editor. #TINY-6128
1172
+ - Fixed notifications not appearing when the editor is within a ShadowRoot. #TINY-6354
1173
+ - Fixed focus issues with inline dialogs when the editor is within a ShadowRoot. #TINY-6360
1174
+ - Fixed the `template` plugin previews missing some content styles. #TINY-6115
1175
+ - Fixed the `media` plugin not saving the alternative source url in some situations. #TINY-4113
1176
+ - Fixed an issue where column resizing using the resize bars was inconsistent between fixed and relative table widths. #TINY-6001
1177
+ - Fixed an issue where dragging and dropping within a table would select table cells. #TINY-5950
1178
+ - Fixed up and down keyboard navigation not working for inline `contenteditable="false"` elements. #TINY-6226
1179
+ - Fixed dialog not retrieving `close` icon from icon pack. #TINY-6445
1180
+ - Fixed the `unlink` toolbar button not working when selecting multiple links. #TINY-4867
1181
+ - Fixed the `link` dialog not showing the "Text to display" field in some valid cases. #TINY-5205
1182
+ - Fixed the `DOMUtils.split()` API incorrectly removing some content. #TINY-6294
1183
+ - Fixed pressing the escape key not focusing the editor when using multiple toolbars. #TINY-6230
1184
+ - Fixed the `dirty` flag not being correctly set during an `AddUndo` event. #TINY-4707
1185
+ - Fixed `editor.selection.setCursorLocation` incorrectly placing the cursor outside `pre` elements in some circumstances. #TINY-4058
1186
+ - Fixed an exception being thrown when pressing the enter key inside pre elements while `br_in_pre` setting is false. #TINY-4058
1187
+
1188
+ ## 5.4.2 - 2020-08-17
1189
+
1190
+ ### Fixed
1191
+ - Fixed the editor not resizing when resizing the browser window in fullscreen mode. #TINY-3511
1192
+ - Fixed clicking on notifications causing inline editors to hide. #TINY-6058
1193
+ - Fixed an issue where link URLs could not be deleted or edited in the link dialog in some cases. #TINY-4706
1194
+ - Fixed a regression where setting the `anchor_top` or `anchor_bottom` options to `false` was not working. #TINY-6256
1195
+ - Fixed the `anchor` plugin not supporting the `allow_html_in_named_anchor` option. #TINY-6236
1196
+ - Fixed an exception thrown when removing inline formats that contained additional styles or classes. #TINY-6288
1197
+ - Fixed an exception thrown when positioning the context toolbar on Internet Explorer 11 in some edge cases. #TINY-6271
1198
+ - Fixed inline formats not removed when more than one `removeformat` format rule existed. #TINY-6216
1199
+ - Fixed an issue where spaces were sometimes removed when removing formating on nearby text. #TINY-6251
1200
+ - Fixed the list toolbar buttons not showing as active when a list is selected. #TINY-6286
1201
+ - Fixed an issue where the UI would sometimes not be shown or hidden when calling the show or hide API methods on the editor. #TINY-6048
1202
+ - Fixed the list type style not retained when copying list items. #TINY-6289
1203
+ - Fixed the Paste plugin converting tabs in plain text to a single space character. A `paste_tab_spaces` option has been included for setting the number of spaces used to replace a tab character. #TINY-6237
1204
+
1205
+ ## 5.4.1 - 2020-07-08
1206
+
1207
+ ### Fixed
1208
+ - Fixed the Search and Replace plugin incorrectly including zero-width caret characters in search results. #TINY-4599
1209
+ - Fixed dragging and dropping unsupported files navigating the browser away from the editor. #TINY-6027
1210
+ - Fixed undo levels not created on browser handled drop or paste events. #TINY-6027
1211
+ - Fixed content in an iframe element parsing as DOM elements instead of text content. #TINY-5943
1212
+ - Fixed Oxide checklist styles not showing when printing. #TINY-5139
1213
+ - Fixed bug with `scope` attribute not being added to the cells of header rows. #TINY-6206
1214
+
1215
+ ## 5.4.0 - 2020-06-30
1216
+
1217
+ ### Added
1218
+ - Added keyboard navigation support to menus and toolbars when the editor is in a ShadowRoot. #TINY-6152
1219
+ - Added the ability for menus to be clicked when the editor is in an open shadow root. #TINY-6091
1220
+ - Added the `Editor.ui.styleSheetLoader` API for loading stylesheets within the Document or ShadowRoot containing the editor UI. #TINY-6089
1221
+ - Added the `StyleSheetLoader` module to the public API. #TINY-6100
1222
+ - Added Oxide variables for styling the `select` element and headings in dialog content. #TINY-6070
1223
+ - Added icons for `table` column and row cut, copy, and paste toolbar buttons. #TINY-6062
1224
+ - Added all `table` menu items to the UI registry, so they can be used by name in other menus. #TINY-4866
1225
+ - Added new `mceTableApplyCellStyle` command to the `table` plugin. #TINY-6004
1226
+ - Added new `table` cut, copy, and paste column editor commands and menu items. #TINY-6006
1227
+ - Added font related Oxide variables for secondary buttons, allowing for custom styling. #TINY-6061
1228
+ - Added new `table_header_type` setting to control how table header rows are structured. #TINY-6007
1229
+ - Added new `table_sizing_mode` setting to replace the `table_responsive_width` setting, which has now been deprecated. #TINY-6051
1230
+ - Added new `mceTableSizingMode` command for changing the sizing mode of a table. #TINY-6000
1231
+ - Added new `mceTableRowType`, `mceTableColType`, and `mceTableCellType` commands and value queries. #TINY-6150
1232
+
1233
+ ### Changed
1234
+ - Changed `advlist` toolbar buttons to only show a dropdown list if there is more than one option. #TINY-3194
1235
+ - Changed `mceInsertTable` command and `insertTable` API method to take optional header rows and columns arguments. #TINY-6012
1236
+ - Changed stylesheet loading, so that UI skin stylesheets can load in a ShadowRoot if required. #TINY-6089
1237
+ - Changed the DOM location of menus so that they display correctly when the editor is in a ShadowRoot. #TINY-6093
1238
+ - Changed the table plugin to correctly detect all valid header row structures. #TINY-6007
1239
+
1240
+ ### Fixed
1241
+ - Fixed tables with no defined width being converted to a `fixed` width table when modifying the table. #TINY-6051
1242
+ - Fixed the `autosave` `isEmpty` API incorrectly detecting non-empty content as empty. #TINY-5953
1243
+ - Fixed table `Paste row after` and `Paste row before` menu items not disabled when nothing was available to paste. #TINY-6006
1244
+ - Fixed a selection performance issue with large tables on Microsoft Internet Explorer and Edge. #TINY-6057
1245
+ - Fixed filters for screening commands from the undo stack to be case-insensitive. #TINY-5946
1246
+ - Fixed `fullscreen` plugin now removes all classes when the editor is closed. #TINY-4048
1247
+ - Fixed handling of mixed-case icon identifiers (names) for UI elements. #TINY-3854
1248
+ - Fixed leading and trailing spaces lost when using `editor.selection.getContent({ format: 'text' })`. #TINY-5986
1249
+ - Fixed an issue where changing the URL with the quicklink toolbar caused unexpected undo behavior. #TINY-5952
1250
+ - Fixed an issue where removing formatting within a table cell would cause Internet Explorer 11 to scroll to the end of the table. #TINY-6049
1251
+ - Fixed an issue where the `allow_html_data_urls` setting was not correctly applied. #TINY-5951
1252
+ - Fixed the `autolink` feature so that it no longer treats a string with multiple "@" characters as an email address. #TINY-4773
1253
+ - Fixed an issue where removing the editor would leave unexpected attributes on the target element. #TINY-4001
1254
+ - Fixed the `link` plugin now suggest `mailto:` when the text contains an '@' and no slashes (`/`). #TINY-5941
1255
+ - Fixed the `valid_children` check of custom elements now allows a wider range of characters in names. #TINY-5971
1256
+
1257
+ ## 5.3.2 - 2020-06-10
1258
+
1259
+ ### Fixed
1260
+ - Fixed a regression introduced in 5.3.0, where `images_dataimg_filter` was no-longer called. #TINY-6086
1261
+
1262
+ ## 5.3.1 - 2020-05-27
1263
+
1264
+ ### Fixed
1265
+ - Fixed the image upload error alert also incorrectly closing the image dialog. #TINY-6020
1266
+ - Fixed editor content scrolling incorrectly on focus in Firefox by reverting default content CSS html and body heights added in 5.3.0. #TINY-6019
1267
+
1268
+ ## 5.3.0 - 2020-05-21
1269
+
1270
+ ### Added
1271
+ - Added html and body height styles to the default oxide content CSS. #TINY-5978
1272
+ - Added `uploadUri` and `blobInfo` to the data returned by `editor.uploadImages()`. #TINY-4579
1273
+ - Added a new function to the `BlobCache` API to lookup a blob based on the base64 data and mime type. #TINY-5988
1274
+ - Added the ability to search and replace within a selection. #TINY-4549
1275
+ - Added the ability to set the list start position for ordered lists and added new `lists` context menu item. #TINY-3915
1276
+ - Added `icon` as an optional config option to the toggle menu item API. #TINY-3345
1277
+ - Added `auto` mode for `toolbar_location` which positions the toolbar and menu bar at the bottom if there is no space at the top. #TINY-3161
1278
+
1279
+ ### Changed
1280
+ - Changed the default `toolbar_location` to `auto`. #TINY-3161
1281
+ - Changed toggle menu items and choice menu items to have a dedicated icon with the checkmark displayed on the far right side of the menu item. #TINY-3345
1282
+ - Changed the `link`, `image`, and `paste` plugins to use Promises to reduce the bundle size. #TINY-4710
1283
+ - Changed the default icons to be lazy loaded during initialization. #TINY-4729
1284
+ - Changed the parsing of content so base64 encoded urls are converted to blob urls. #TINY-4727
1285
+ - Changed context toolbars so they concatenate when more than one is suitable for the current selection. #TINY-4495
1286
+ - Changed inline style element formats (strong, b, em, i, u, strike) to convert to a span on format removal if a `style` or `class` attribute is present. #TINY-4741
1287
+
1288
+ ### Fixed
1289
+ - Fixed the `selection.setContent()` API not running parser filters. #TINY-4002
1290
+ - Fixed formats incorrectly applied or removed when table cells were selected. #TINY-4709
1291
+ - Fixed the `quickimage` button not restricting the file types to images. #TINY-4715
1292
+ - Fixed search and replace ignoring text in nested contenteditable elements. #TINY-5967
1293
+ - Fixed resize handlers displaying in the wrong location sometimes for remote images. #TINY-4732
1294
+ - Fixed table picker breaking in Firefox on low zoom levels. #TINY-4728
1295
+ - Fixed issue with loading or pasting contents with large base64 encoded images on Safari. #TINY-4715
1296
+ - Fixed supplementary special characters being truncated when inserted into the editor. Patch contributed by mlitwin. #TINY-4791
1297
+ - Fixed toolbar buttons not set to disabled when the editor is in readonly mode. #TINY-4592
1298
+ - Fixed the editor selection incorrectly changing when removing caret format containers. #TINY-3438
1299
+ - Fixed bug where title, width, and height would be set to empty string values when updating an image and removing those attributes using the image dialog. #TINY-4786
1300
+ - Fixed `ObjectResized` event firing when an object wasn't resized. #TINY-4161
1301
+ - Fixed `ObjectResized` and `ObjectResizeStart` events incorrectly fired when adding or removing table rows and columns. #TINY-4829
1302
+ - Fixed the placeholder not hiding when pasting content into the editor. #TINY-4828
1303
+ - Fixed an issue where the editor would fail to load if local storage was disabled. #TINY-5935
1304
+ - Fixed an issue where an uploaded image would reuse a cached image with a different mime type. #TINY-5988
1305
+ - Fixed bug where toolbars and dialogs would not show if the body element was replaced (e.g. with Turbolinks). Patch contributed by spohlenz. #GH-5653
1306
+ - Fixed an issue where multiple formats would be removed when removing a single format at the end of lines or on empty lines. #TINY-1170
1307
+ - Fixed zero-width spaces incorrectly included in the `wordcount` plugin character count. #TINY-5991
1308
+ - Fixed a regression introduced in 5.2.0 whereby the desktop `toolbar_mode` setting would incorrectly override the mobile default setting. #TINY-5998
1309
+ - Fixed an issue where deleting all content in a single cell table would delete the entire table. #TINY-1044
1310
+
1311
+ ## 5.2.2 - 2020-04-23
1312
+
1313
+ ### Fixed
1314
+ - Fixed an issue where anchors could not be inserted on empty lines. #TINY-2788
1315
+ - Fixed text decorations (underline, strikethrough) not consistently inheriting the text color. #TINY-4757
1316
+ - Fixed `format` menu alignment buttons inconsistently applying to images. #TINY-4057
1317
+ - Fixed the floating toolbar drawer height collapsing when the editor is rendered in modal dialogs or floating containers. #TINY-4837
1318
+ - Fixed `media` embed content not processing safely in some cases. #TINY-4857
1319
+
1320
+ ## 5.2.1 - 2020-03-25
1321
+
1322
+ ### Fixed
1323
+ - Fixed the "is decorative" checkbox in the image dialog clearing after certain dialog events. #FOAM-11
1324
+ - Fixed possible uncaught exception when a `style` attribute is removed using a content filter on `setContent`. #TINY-4742
1325
+ - Fixed the table selection not functioning correctly in Microsoft Edge 44 or higher. #TINY-3862
1326
+ - Fixed the table resize handles not functioning correctly in Microsoft Edge 44 or higher. #TINY-4160
1327
+ - Fixed the floating toolbar drawer disconnecting from the toolbar when adding content in inline mode. #TINY-4725 #TINY-4765
1328
+ - Fixed `readonly` mode not returning the appropriate boolean value. #TINY-3948
1329
+ - Fixed the `forced_root_block_attrs` setting not applying attributes to new blocks consistently. #TINY-4564
1330
+ - Fixed the editor incorrectly stealing focus during initialization in Microsoft Internet Explorer. #TINY-4697
1331
+ - Fixed dialogs stealing focus when opening an alert or confirm dialog using an `onAction` callback. #TINY-4014
1332
+ - Fixed inline dialogs incorrectly closing when clicking on an opened alert or confirm dialog. #TINY-4012
1333
+ - Fixed the context toolbar overlapping the menu bar and toolbar. #TINY-4586
1334
+ - Fixed notification and inline dialog positioning issues when using `toolbar_location: 'bottom'`. #TINY-4586
1335
+ - Fixed the `colorinput` popup appearing offscreen on mobile devices. #TINY-4711
1336
+ - Fixed special characters not being found when searching by "whole words only". #TINY-4522
1337
+ - Fixed an issue where dragging images could cause them to be duplicated. #TINY-4195
1338
+ - Fixed context toolbars activating without the editor having focus. #TINY-4754
1339
+ - Fixed an issue where removing the background color of text did not always work. #TINY-4770
1340
+ - Fixed an issue where new rows and columns in a table did not retain the style of the previous row or column. #TINY-4788
1341
+
1342
+ ## 5.2.0 - 2020-02-13
1343
+
1344
+ ### Added
1345
+ - Added the ability to apply formats to spaces. #TINY-4200
1346
+ - Added new `toolbar_location` setting to allow for positioning the menu and toolbar at the bottom of the editor. #TINY-4210
1347
+ - Added new `toolbar_groups` setting to allow a custom floating toolbar group to be added to the toolbar when using `floating` toolbar mode. #TINY-4229
1348
+ - Added new `link_default_protocol` setting to `link` and `autolink` plugin to allow a protocol to be used by default. #TINY-3328
1349
+ - Added new `placeholder` setting to allow a placeholder to be shown when the editor is empty. #TINY-3917
1350
+ - Added new `tinymce.dom.TextSeeker` API to allow searching text across different DOM nodes. #TINY-4200
1351
+ - Added a drop shadow below the toolbar while in sticky mode and introduced Oxide variables to customize it when creating a custom skin. #TINY-4343
1352
+ - Added `quickbars_image_toolbar` setting to allow for the image quickbar to be turned off. #TINY-4398
1353
+ - Added iframe and img `loading` attribute to the default schema. Patch contributed by ataylor32. #GH-5112
1354
+ - Added new `getNodeFilters`/`getAttributeFilters` functions to the `editor.serializer` instance. #TINY-4344
1355
+ - Added new `a11y_advanced_options` setting to allow additional accessibility options to be added. #FOAM-11
1356
+ - Added new accessibility options and behaviours to the image dialog using `a11y_advanced_options`. #FOAM-11
1357
+ - Added the ability to use the window `PrismJS` instance for the `codesample` plugin instead of the bundled version to allow for styling custom languages. #TINY-4504
1358
+ - Added error message events that fire when a resource loading error occurs. #TINY-4509
1359
+
1360
+ ### Changed
1361
+ - Changed the default schema to disallow `onchange` for select elements. #TINY-4614
1362
+ - Changed default `toolbar_mode` value from false to `wrap`. The value false has been deprecated. #TINY-4617
1363
+ - Changed `toolbar_drawer` setting to `toolbar_mode`. `toolbar_drawer` has been deprecated. #TINY-4416
1364
+ - Changed iframe mode to set selection on content init if selection doesn't exist. #TINY-4139
1365
+ - Changed table related icons to align them with the visual style of the other icons. #TINY-4341
1366
+ - Changed and improved the visual appearance of the color input field. #TINY-2917
1367
+ - Changed fake caret container to use `forced_root_block` when possible. #TINY-4190
1368
+ - Changed the `requireLangPack` API to wait until the plugin has been loaded before loading the language pack. #TINY-3716
1369
+ - Changed the formatter so `style_formats` are registered before the initial content is loaded into the editor. #TINY-4238
1370
+ - Changed media plugin to use https protocol for media urls by default. #TINY-4577
1371
+ - Changed the parser to treat CDATA nodes as bogus HTML comments to match the HTML parsing spec. A new `preserve_cdata` setting has been added to preserve CDATA nodes if required. #TINY-4625
1372
+
1373
+ ### Fixed
1374
+ - Fixed incorrect parsing of malformed/bogus HTML comments. #TINY-4625
1375
+ - Fixed `quickbars` selection toolbar appearing on non-editable elements. #TINY-4359
1376
+ - Fixed bug with alignment toolbar buttons sometimes not changing state correctly. #TINY-4139
1377
+ - Fixed the `codesample` toolbar button not toggling when selecting code samples other than HTML. #TINY-4504
1378
+ - Fixed content incorrectly scrolling to the top or bottom when pressing enter if when the content was already in view. #TINY-4162
1379
+ - Fixed `scrollIntoView` potentially hiding elements behind the toolbar. #TINY-4162
1380
+ - Fixed editor not respecting the `resize_img_proportional` setting due to legacy code. #TINY-4236
1381
+ - Fixed flickering floating toolbar drawer in inline mode. #TINY-4210
1382
+ - Fixed an issue where the template plugin dialog would be indefinitely blocked on a failed template load. #TINY-2766
1383
+ - Fixed the `mscontrolselect` event not being unbound on IE/Edge. #TINY-4196
1384
+ - Fixed Confirm dialog footer buttons so only the "Yes" button is highlighted. #TINY-4310
1385
+ - Fixed `file_picker_callback` functionality for Image, Link and Media plugins. #TINY-4163
1386
+ - Fixed issue where floating toolbar drawer sometimes would break if the editor is resized while the drawer is open. #TINY-4439
1387
+ - Fixed incorrect `external_plugins` loading error message. #TINY-4503
1388
+ - Fixed resize handler was not hidden for ARIA purposes. Patch contributed by Parent5446. #GH-5195
1389
+ - Fixed an issue where content could be lost if a misspelled word was selected and spellchecking was disabled. #TINY-3899
1390
+ - Fixed validation errors in the CSS where certain properties had the wrong default value. #TINY-4491
1391
+ - Fixed an issue where forced root block attributes were not applied when removing a list. #TINY-4272
1392
+ - Fixed an issue where the element path isn't being cleared when there are no parents. #TINY-4412
1393
+ - Fixed an issue where width and height in svg icons containing `rect` elements were overridden by the CSS reset. #TINY-4408
1394
+ - Fixed an issue where uploading images with `images_reuse_filename` enabled and that included a query parameter would generate an invalid URL. #TINY-4638
1395
+ - Fixed the `closeButton` property not working when opening notifications. #TINY-4674
1396
+ - Fixed keyboard flicker when opening a context menu on mobile. #TINY-4540
1397
+ - Fixed issue where plus icon svg contained strokes. #TINY-4681
1398
+
1399
+ ## 5.1.6 - 2020-01-28
1400
+
1401
+ ### Fixed
1402
+ - Fixed `readonly` mode not blocking all clicked links. #TINY-4572
1403
+ - Fixed legacy font sizes being calculated inconsistently for the `FontSize` query command value. #TINY-4555
1404
+ - Fixed changing a tables row from `Header` to `Body` incorrectly moving the row to the bottom of the table. #TINY-4593
1405
+ - Fixed the context menu not showing in certain cases with hybrid devices. #TINY-4569
1406
+ - Fixed the context menu opening in the wrong location when the target is the editor body. #TINY-4568
1407
+ - Fixed the `image` plugin not respecting the `automatic_uploads` setting when uploading local images. #TINY-4287
1408
+ - Fixed security issue related to parsing HTML comments and CDATA. #TINY-4544
1409
+
1410
+ ## 5.1.5 - 2019-12-19
1411
+
1412
+ ### Fixed
1413
+ - Fixed the UI not working with hybrid devices that accept both touch and mouse events. #TNY-4521
1414
+ - Fixed the `charmap` dialog initially focusing the first tab of the dialog instead of the search input field. #TINY-4342
1415
+ - Fixed an exception being raised when inserting content if the caret was directly before or after a `contenteditable="false"` element. #TINY-4528
1416
+ - Fixed a bug with pasting image URLs when paste as text is enabled. #TINY-4523
1417
+
1418
+ ## 5.1.4 - 2019-12-11
1419
+
1420
+ ### Fixed
1421
+ - Fixed dialog contents disappearing when clicking a checkbox for right-to-left languages. #TINY-4518
1422
+ - Fixed the `legacyoutput` plugin registering legacy formats after editor initialization, causing legacy content to be stripped on the initial load. #TINY-4447
1423
+ - Fixed search and replace not cycling through results when searching using special characters. #TINY-4506
1424
+ - Fixed the `visualchars` plugin converting HTML-like text to DOM elements in certain cases. #TINY-4507
1425
+ - Fixed an issue with the `paste` plugin not sanitizing content in some cases. #TINY-4510
1426
+ - Fixed HTML comments incorrectly being parsed in certain cases. #TINY-4511
1427
+
1428
+ ## 5.1.3 - 2019-12-04
1429
+
1430
+ ### Fixed
1431
+ - Fixed sticky toolbar not undocking when fullscreen mode is activated. #TINY-4390
1432
+ - Fixed the "Current Window" target not applying when updating links using the link dialog. #TINY-4063
1433
+ - Fixed disabled menu items not highlighting when focused. #TINY-4339
1434
+ - Fixed touch events passing through dialog collection items to the content underneath on Android devices. #TINY-4431
1435
+ - Fixed keyboard navigation of the Help dialog's Keyboard Navigation tab. #TINY-4391
1436
+ - Fixed search and replace dialog disappearing when finding offscreen matches on iOS devices. #TINY-4350
1437
+ - Fixed performance issues where sticky toolbar was jumping while scrolling on slower browsers. #TINY-4475
1438
+
1439
+ ## 5.1.2 - 2019-11-19
1440
+
1441
+ ### Fixed
1442
+ - Fixed desktop touch devices using `mobile` configuration overrides. #TINY-4345
1443
+ - Fixed unable to disable the new scrolling toolbar feature. #TINY-4345
1444
+ - Fixed touch events passing through any pop-up items to the content underneath on Android devices. #TINY-4367
1445
+ - Fixed the table selector handles throwing JavaScript exceptions for non-table selections. #TINY-4338
1446
+ - Fixed `cut` operations not removing selected content on Android devices when the `paste` plugin is enabled. #TINY-4362
1447
+ - Fixed inline toolbar not constrained to the window width by default. #TINY-4314
1448
+ - Fixed context toolbar split button chevrons pointing right when they should be pointing down. #TINY-4257
1449
+ - Fixed unable to access the dialog footer in tabbed dialogs on small screens. #TINY-4360
1450
+ - Fixed mobile table selectors were hard to select with touch by increasing the size. #TINY-4366
1451
+ - Fixed mobile table selectors moving when moving outside the editor. #TINY-4366
1452
+ - Fixed inline toolbars collapsing when using sliding toolbars. #TINY-4389
1453
+ - Fixed block textpatterns not treating NBSPs as spaces. #TINY-4378
1454
+ - Fixed backspace not merging blocks when the last element in the preceding block was a `contenteditable="false"` element. #TINY-4235
1455
+ - Fixed toolbar buttons that only contain text labels overlapping on mobile devices. #TINY-4395
1456
+ - Fixed quickbars quickimage picker not working on mobile. #TINY-4377
1457
+ - Fixed fullscreen not resizing in an iOS WKWebView component. #TINY-4413
1458
+
1459
+ ## 5.1.1 - 2019-10-28
1460
+
1461
+ ### Fixed
1462
+ - Fixed font formats containing spaces being wrapped in `&quot;` entities instead of single quotes. #TINY-4275
1463
+ - Fixed alert and confirm dialogs losing focus when clicked. #TINY-4248
1464
+ - Fixed clicking outside a modal dialog focusing on the document body. #TINY-4249
1465
+ - Fixed the context toolbar not hiding when scrolled out of view. #TINY-4265
1466
+
1467
+ ## 5.1.0 - 2019-10-17
1468
+
1469
+ ### Added
1470
+ - Added touch selector handles for table selections on touch devices. #TINY-4097
1471
+ - Added border width field to Table Cell dialog. #TINY-4028
1472
+ - Added touch event listener to media plugin to make embeds playable. #TINY-4093
1473
+ - Added oxide styling options to notifications and tweaked the default variables. #TINY-4153
1474
+ - Added additional padding to split button chevrons on touch devices, to make them easier to interact with. #TINY-4223
1475
+ - Added new platform detection functions to `Env` and deprecated older detection properties. #TINY-4184
1476
+ - Added `inputMode` config field to specify inputmode attribute of `input` dialog components. #TINY-4062
1477
+ - Added new `inputMode` property to relevant plugins/dialogs. #TINY-4102
1478
+ - Added new `toolbar_sticky` setting to allow the iframe menubar/toolbar to stick to the top of the window when scrolling. #TINY-3982
1479
+
1480
+ ### Changed
1481
+ - Changed default setting for `toolbar_drawer` to `floating`. #TINY-3634
1482
+ - Changed mobile phones to use the `silver` theme by default. #TINY-3634
1483
+ - Changed some editor settings to default to `false` on touch devices:
1484
+ - `menubar`(phones only). #TINY-4077
1485
+ - `table_grid`. #TINY-4075
1486
+ - `resize`. #TINY-4157
1487
+ - `object_resizing`. #TINY-4157
1488
+ - Changed toolbars and context toolbars to sidescroll on mobile. #TINY-3894 #TINY-4107
1489
+ - Changed context menus to render as horizontal menus on touch devices. #TINY-4107
1490
+ - Changed the editor to use the `VisualViewport` API of the browser where possible. #TINY-4078
1491
+ - Changed visualblocks toolbar button icon and renamed `paragraph` icon to `visualchars`. #TINY-4074
1492
+ - Changed Oxide default for `@toolbar-button-chevron-color` to follow toolbar button icon color. #TINY-4153
1493
+ - Changed the `urlinput` dialog component to use the `url` type attribute. #TINY-4102
1494
+
1495
+ ### Fixed
1496
+ - Fixed Safari desktop visual viewport fires resize on fullscreen breaking the restore function. #TINY-3976
1497
+ - Fixed scroll issues on mobile devices. #TINY-3976
1498
+ - Fixed context toolbar unable to refresh position on iOS12. #TINY-4107
1499
+ - Fixed ctrl+left click not opening links on readonly mode and the preview dialog. #TINY-4138
1500
+ - Fixed Slider UI component not firing `onChange` event on touch devices. #TINY-4092
1501
+ - Fixed notifications overlapping instead of stacking. #TINY-3478
1502
+ - Fixed inline dialogs positioning incorrectly when the page is scrolled. #TINY-4018
1503
+ - Fixed inline dialogs and menus not repositioning when resizing. #TINY-3227
1504
+ - Fixed inline toolbar incorrectly stretching to the full width when a width value was provided. #TINY-4066
1505
+ - Fixed menu chevrons color to follow the menu text color. #TINY-4153
1506
+ - Fixed table menu selection grid from staying black when using dark skins, now follows border color. #TINY-4153
1507
+ - Fixed Oxide using the wrong text color variable for menubar button focused state. #TINY-4146
1508
+ - Fixed the autoresize plugin not keeping the selection in view when resizing. #TINY-4094
1509
+ - Fixed textpattern plugin throwing exceptions when using `forced_root_block: false`. #TINY-4172
1510
+ - Fixed missing CSS fill styles for toolbar button icon active state. #TINY-4147
1511
+ - Fixed an issue where the editor selection could end up inside a short ended element (such as `br`). #TINY-3999
1512
+ - Fixed browser selection being lost in inline mode when opening split dropdowns. #TINY-4197
1513
+ - Fixed backspace throwing an exception when using `forced_root_block: false`. #TINY-4099
1514
+ - Fixed floating toolbar drawer expanding outside the bounds of the editor. #TINY-3941
1515
+ - Fixed the autocompleter not activating immediately after a `br` or `contenteditable=false` element. #TINY-4194
1516
+ - Fixed an issue where the autocompleter would incorrectly close on IE 11 in certain edge cases. #TINY-4205
1517
+
1518
+ ## 5.0.16 - 2019-09-24
1519
+
1520
+ ### Added
1521
+ - Added new `referrer_policy` setting to add the `referrerpolicy` attribute when loading scripts or stylesheets. #TINY-3978
1522
+ - Added a slight background color to dialog tab links when focused to aid keyboard navigation. #TINY-3877
1523
+
1524
+ ### Fixed
1525
+ - Fixed media poster value not updating on change. #TINY-4013
1526
+ - Fixed openlink was not registered as a toolbar button. #TINY-4024
1527
+ - Fixed failing to initialize if a script tag was used inside a SVG. #TINY-4087
1528
+ - Fixed double top border showing on toolbar without menubar when toolbar_drawer is enabled. #TINY-4118
1529
+ - Fixed unable to drag inline dialogs to the bottom of the screen when scrolled. #TINY-4154
1530
+ - Fixed notifications appearing on top of the toolbar when scrolled in inline mode. #TINY-4159
1531
+ - Fixed notifications displaying incorrectly on IE 11. #TINY-4169
1532
+
1533
+ ## 5.0.15 - 2019-09-02
1534
+
1535
+ ### Added
1536
+ - Added a dark `content_css` skin to go with the dark UI skin. #TINY-3743
1537
+
1538
+ ### Changed
1539
+ - Changed the enabled state on toolbar buttons so they don't get the hover effect. #TINY-3974
1540
+
1541
+ ### Fixed
1542
+ - Fixed missing CSS active state on toolbar buttons. #TINY-3966
1543
+ - Fixed `onChange` callback not firing for the colorinput dialog component. #TINY-3968
1544
+ - Fixed context toolbars not showing in fullscreen mode. #TINY-4023
1545
+
1546
+ ## 5.0.14 - 2019-08-19
1547
+
1548
+ ### Added
1549
+ - Added an API to reload the autocompleter menu with additional fetch metadata #MENTIONS-17
1550
+
1551
+ ### Fixed
1552
+ - Fixed missing toolbar button border styling options. #TINY-3965
1553
+ - Fixed image upload progress notification closing before the upload is complete. #TINY-3963
1554
+ - Fixed inline dialogs not closing on escape when no dialog component is in focus. #TINY-3936
1555
+ - Fixed plugins not being filtered when defaulting to mobile on phones. #TINY-3537
1556
+ - Fixed toolbar more drawer showing the content behind it when transitioning between opened and closed states. #TINY-3878
1557
+ - Fixed focus not returning to the dialog after pressing the "Replace all" button in the search and replace dialog. #TINY-3961
1558
+
1559
+ ### Removed
1560
+ - Removed Oxide variable `@menubar-select-disabled-border-color` and replaced it with `@menubar-select-disabled-border`. #TINY-3965
1561
+
1562
+ ## 5.0.13 - 2019-08-06
1563
+
1564
+ ### Changed
1565
+ - Changed modal dialogs to prevent dragging by default and added new `draggable_modal` setting to restore dragging. #TINY-3873
1566
+ - Changed the nonbreaking plugin to insert nbsp characters wrapped in spans to aid in filtering. This can be disabled using the `nonbreaking_wrap` setting. #TINY-3647
1567
+ - Changed backspace behaviour in lists to outdent nested list items when the cursor is at the start of the list item. #TINY-3651
1568
+
1569
+ ### Fixed
1570
+ - Fixed sidebar growing beyond editor bounds in IE 11. #TINY-3937
1571
+ - Fixed issue with being unable to keyboard navigate disabled toolbar buttons. #TINY-3350
1572
+ - Fixed issues with backspace and delete in nested contenteditable true and false elements. #TINY-3868
1573
+ - Fixed issue with losing keyboard navigation in dialogs due to disabled buttons. #TINY-3914
1574
+ - Fixed `MouseEvent.mozPressure is deprecated` warning in Firefox. #TINY-3919
1575
+ - Fixed `default_link_target` not being respected when `target_list` is disabled. #TINY-3757
1576
+ - Fixed mobile plugin filter to only apply to the mobile theme, rather than all mobile platforms. #TINY-3405
1577
+ - Fixed focus switching to another editor during mode changes. #TINY-3852
1578
+ - Fixed an exception being thrown when clicking on an uninitialized inline editor. #TINY-3925
1579
+ - Fixed unable to keyboard navigate to dialog menu buttons. #TINY-3933
1580
+ - Fixed dialogs being able to be dragged outside the window viewport. #TINY-3787
1581
+ - Fixed inline dialogs appearing above modal dialogs. #TINY-3932
1582
+
1583
+ ## 5.0.12 - 2019-07-18
1584
+
1585
+ ### Added
1586
+ - Added ability to utilize UI dialog panels inside other panels. #TINY-3305
1587
+ - Added help dialog tab explaining keyboard navigation of the editor. #TINY-3603
1588
+
1589
+ ### Changed
1590
+ - Changed the "Find and Replace" design to an inline dialog. #TINY-3054
1591
+
1592
+ ### Fixed
1593
+ - Fixed issue where autolink spacebar event was not being fired on Edge. #TINY-3891
1594
+ - Fixed table selection missing the background color. #TINY-3892
1595
+ - Fixed removing shortcuts not working for function keys. #TINY-3871
1596
+ - Fixed non-descriptive UI component type names. #TINY-3349
1597
+ - Fixed UI registry components rendering as the wrong type when manually specifying a different type. #TINY-3385
1598
+ - Fixed an issue where dialog checkbox, input, selectbox, textarea and urlinput components couldn't be disabled. #TINY-3708
1599
+ - Fixed the context toolbar not using viable screen space in inline/distraction free mode. #TINY-3717
1600
+ - Fixed the context toolbar overlapping the toolbar in various conditions. #TINY-3205
1601
+ - Fixed IE11 edge case where items were being inserted into the wrong location. #TINY-3884
1602
+
1603
+ ## 5.0.11 - 2019-07-04
1604
+
1605
+ ### Fixed
1606
+ - Fixed packaging errors caused by a rollup treeshaking bug (https://github.com/rollup/rollup/issues/2970). #TINY-3866
1607
+ - Fixed the customeditor component not able to get data from the dialog api. #TINY-3866
1608
+ - Fixed collection component tooltips not being translated. #TINY-3855
1609
+
1610
+ ## 5.0.10 - 2019-07-02
1611
+
1612
+ ### Added
1613
+ - Added support for all HTML color formats in `color_map` setting. #TINY-3837
1614
+
1615
+ ### Changed
1616
+ - Changed backspace key handling to outdent content in appropriate circumstances. #TINY-3685
1617
+ - Changed default palette for forecolor and backcolor to include some lighter colors suitable for highlights. #TINY-2865
1618
+ - Changed the search and replace plugin to cycle through results. #TINY-3800
1619
+
1620
+ ### Fixed
1621
+ - Fixed inconsistent types causing some properties to be unable to be used in dialog components. #TINY-3778
1622
+ - Fixed an issue in the Oxide skin where dialog content like outlines and shadows were clipped because of overflow hidden. #TINY-3566
1623
+ - Fixed the search and replace plugin not resetting state when changing the search query. #TINY-3800
1624
+ - Fixed backspace in lists not creating an undo level. #TINY-3814
1625
+ - Fixed the editor to cancel loading in quirks mode where the UI is not supported. #TINY-3391
1626
+ - Fixed applying fonts not working when the name contained spaces and numbers. #TINY-3801
1627
+ - Fixed so that initial content is retained when initializing on list items. #TINY-3796
1628
+ - Fixed inefficient font name and font size current value lookup during rendering. #TINY-3813
1629
+ - Fixed mobile font copied into the wrong folder for the oxide-dark skin. #TINY-3816
1630
+ - Fixed an issue where resizing the width of tables would produce inaccurate results. #TINY-3827
1631
+ - Fixed a memory leak in the Silver theme. #TINY-3797
1632
+ - Fixed alert and confirm dialogs using incorrect markup causing inconsistent padding. #TINY-3835
1633
+ - Fixed an issue in the Table plugin with `table_responsive_width` not enforcing units when resizing. #TINY-3790
1634
+ - Fixed leading, trailing and sequential spaces being lost when pasting plain text. #TINY-3726
1635
+ - Fixed exception being thrown when creating relative URIs. #TINY-3851
1636
+ - Fixed focus is no longer set to the editor content during mode changes unless the editor already had focus. #TINY-3852
1637
+
1638
+ ## 5.0.9 - 2019-06-26
1639
+
1640
+ ### Fixed
1641
+ - Fixed print plugin not working in Firefox. #TINY-3834
1642
+
1643
+ ## 5.0.8 - 2019-06-18
1644
+
1645
+ ### Added
1646
+ - Added back support for multiple toolbars. #TINY-2195
1647
+ - Added support for .m4a files to the media plugin. #TINY-3750
1648
+ - Added new base_url and suffix editor init options. #TINY-3681
1649
+
1650
+ ### Fixed
1651
+ - Fixed incorrect padding for select boxes with visible values. #TINY-3780
1652
+ - Fixed selection incorrectly changing when programmatically setting selection on contenteditable false elements. #TINY-3766
1653
+ - Fixed sidebar background being transparent. #TINY-3727
1654
+ - Fixed the build to remove duplicate iife wrappers. #TINY-3689
1655
+ - Fixed bogus autocompleter span appearing in content when the autocompleter menu is shown. #TINY-3752
1656
+ - Fixed toolbar font size select not working with legacyoutput plugin. #TINY-2921
1657
+ - Fixed the legacyoutput plugin incorrectly aligning images. #TINY-3660
1658
+ - Fixed remove color not working when using the legacyoutput plugin. #TINY-3756
1659
+ - Fixed the font size menu applying incorrect sizes when using the legacyoutput plugin. #TINY-3773
1660
+ - Fixed scrollIntoView not working when the parent window was out of view. #TINY-3663
1661
+ - Fixed the print plugin printing from the wrong window in IE11. #TINY-3762
1662
+ - Fixed content CSS loaded over CORS not loading in the preview plugin with content_css_cors enabled. #TINY-3769
1663
+ - Fixed the link plugin missing the default "None" option for link list. #TINY-3738
1664
+ - Fixed small dot visible with menubar and toolbar disabled in inline mode. #TINY-3623
1665
+ - Fixed space key properly inserts a nbsp before/after block elements. #TINY-3745
1666
+ - Fixed native context menu not showing with images in IE11. #TINY-3392
1667
+ - Fixed inconsistent browser context menu image selection. #TINY-3789
1668
+
1669
+ ## 5.0.7 - 2019-06-05
1670
+
1671
+ ### Added
1672
+ - Added new toolbar button and menu item for inserting tables via dialog. #TINY-3636
1673
+ - Added new API for adding/removing/changing tabs in the Help dialog. #TINY-3535
1674
+ - Added highlighting of matched text in autocompleter items. #TINY-3687
1675
+ - Added the ability for autocompleters to work with matches that include spaces. #TINY-3704
1676
+ - Added new `imagetools_fetch_image` callback to allow custom implementations for cors loading of images. #TINY-3658
1677
+ - Added `'http'` and `https` options to `link_assume_external_targets` to prepend `http://` or `https://` prefixes when URL does not contain a protocol prefix. Patch contributed by francoisfreitag. #GH-4335
1678
+
1679
+ ### Changed
1680
+ - Changed annotations navigation to work the same as inline boundaries. #TINY-3396
1681
+ - Changed tabpanel API by adding a `name` field and changing relevant methods to use it. #TINY-3535
1682
+
1683
+ ### Fixed
1684
+ - Fixed text color not updating all color buttons when choosing a color. #TINY-3602
1685
+ - Fixed the autocompleter not working with fragmented text. #TINY-3459
1686
+ - Fixed the autosave plugin no longer overwrites window.onbeforeunload. #TINY-3688
1687
+ - Fixed infinite loop in the paste plugin when IE11 takes a long time to process paste events. Patch contributed by lRawd. #GH-4987
1688
+ - Fixed image handle locations when using `fixed_toolbar_container`. Patch contributed by t00. #GH-4966
1689
+ - Fixed the autoresize plugin not firing `ResizeEditor` events. #TINY-3587
1690
+ - Fixed editor in fullscreen mode not extending to the bottom of the screen. #TINY-3701
1691
+ - Fixed list removal when pressing backspace after the start of the list item. #TINY-3697
1692
+ - Fixed autocomplete not triggering from compositionend events. #TINY-3711
1693
+ - Fixed `file_picker_callback` could not set the caption field on the insert image dialog. #TINY-3172
1694
+ - Fixed the autocompleter menu showing up after a selection had been made. #TINY-3718
1695
+ - Fixed an exception being thrown when a file or number input has focus during initialization. Patch contributed by t00. #GH-2194
1696
+
1697
+ ## 5.0.6 - 2019-05-22
1698
+
1699
+ ### Added
1700
+ - Added `icons_url` editor settings to enable icon packs to be loaded from a custom url. #TINY-3585
1701
+ - Added `image_uploadtab` editor setting to control the visibility of the upload tab in the image dialog. #TINY-3606
1702
+ - Added new api endpoints to the wordcount plugin and improved character count logic. #TINY-3578
1703
+
1704
+ ### Changed
1705
+ - Changed plugin, language and icon loading errors to log in the console instead of a notification. #TINY-3585
1706
+
1707
+ ### Fixed
1708
+ - Fixed the textpattern plugin not working with fragmented text. #TINY-3089
1709
+ - Fixed various toolbar drawer accessibility issues and added an animation. #TINY-3554
1710
+ - Fixed issues with selection and ui components when toggling readonly mode. #TINY-3592
1711
+ - Fixed so readonly mode works with inline editors. #TINY-3592
1712
+ - Fixed docked inline toolbar positioning when scrolled. #TINY-3621
1713
+ - Fixed initial value not being set on bespoke select in quickbars and toolbar drawer. #TINY-3591
1714
+ - Fixed so that nbsp entities aren't trimmed in white-space: pre-line elements. #TINY-3642
1715
+ - Fixed `mceInsertLink` command inserting spaces instead of url encoded characters. #GH-4990
1716
+ - Fixed text content floating on top of dialogs in IE11. #TINY-3640
1717
+
1718
+ ## 5.0.5 - 2019-05-09
1719
+
1720
+ ### Added
1721
+ - Added menu items to match the forecolor/backcolor toolbar buttons. #TINY-2878
1722
+ - Added default directionality based on the configured language. #TINY-2621
1723
+ - Added styles, icons and tests for rtl mode. #TINY-2621
1724
+
1725
+ ### Fixed
1726
+ - Fixed autoresize not working with floating elements or when media elements finished loading. #TINY-3545
1727
+ - Fixed incorrect vertical caret positioning in IE 11. #TINY-3188
1728
+ - Fixed submenu anchoring hiding overflowed content. #TINY-3564
1729
+
1730
+ ### Removed
1731
+ - Removed unused and hidden validation icons to avoid displaying phantom tooltips. #TINY-2329
1732
+
1733
+ ## 5.0.4 - 2019-04-23
1734
+
1735
+ ### Added
1736
+ - Added back URL dialog functionality, which is now available via `editor.windowManager.openUrl()`. #TINY-3382
1737
+ - Added the missing throbber functionality when calling `editor.setProgressState(true)`. #TINY-3453
1738
+ - Added function to reset the editor content and undo/dirty state via `editor.resetContent()`. #TINY-3435
1739
+ - Added the ability to set menu buttons as active. #TINY-3274
1740
+ - Added `editor.mode` API, featuring a custom editor mode API. #TINY-3406
1741
+ - Added better styling to floating toolbar drawer. #TINY-3479
1742
+ - Added the new premium plugins to the Help dialog plugins tab. #TINY-3496
1743
+ - Added the linkchecker context menu items to the default configuration. #TINY-3543
1744
+
1745
+ ### Fixed
1746
+ - Fixed image context menu items showing on placeholder images. #TINY-3280
1747
+ - Fixed dialog labels and text color contrast within notifications/alert banners to satisfy WCAG 4.5:1 contrast ratio for accessibility. #TINY-3351
1748
+ - Fixed selectbox and colorpicker items not being translated. #TINY-3546
1749
+ - Fixed toolbar drawer sliding mode to correctly focus the editor when tabbing via keyboard navigation. #TINY-3533
1750
+ - Fixed positioning of the styleselect menu in iOS while using the mobile theme. #TINY-3505
1751
+ - Fixed the menubutton `onSetup` callback to be correctly executed when rendering the menu buttons. #TINY-3547
1752
+ - Fixed `default_link_target` setting to be correctly utilized when creating a link. #TINY-3508
1753
+ - Fixed colorpicker floating marginally outside its container. #TINY-3026
1754
+ - Fixed disabled menu items displaying as active when hovered. #TINY-3027
1755
+
1756
+ ### Removed
1757
+ - Removed redundant mobile wrapper. #TINY-3480
1758
+
1759
+ ## 5.0.3 - 2019-03-19
1760
+
1761
+ ### Changed
1762
+ - Changed empty nested-menu items within the style formats menu to be disabled or hidden if the value of `style_formats_autohide` is `true`. #TINY-3310
1763
+ - Changed the entire phrase 'Powered by Tiny' in the status bar to be a link instead of just the word 'Tiny'. #TINY-3366
1764
+ - Changed `formatselect`, `styleselect` and `align` menus to use the `mceToggleFormat` command internally. #TINY-3428
1765
+
1766
+ ### Fixed
1767
+ - Fixed toolbar keyboard navigation to work as expected when `toolbar_drawer` is configured. #TINY-3432
1768
+ - Fixed text direction buttons to display the correct pressed state in selections that have no explicit `dir` property. #TINY-3138
1769
+ - Fixed the mobile editor to clean up properly when removed. #TINY-3445
1770
+ - Fixed quickbar toolbars to add an empty box to the screen when it is set to `false`. #TINY-3439
1771
+ - Fixed an issue where pressing the **Delete/Backspace** key at the edge of tables was creating incorrect selections. #TINY-3371
1772
+ - Fixed an issue where dialog collection items (emoticon and special character dialogs) couldn't be selected with touch devices. #TINY-3444
1773
+ - Fixed a type error introduced in TinyMCE version 5.0.2 when calling `editor.getContent()` with nested bookmarks. #TINY-3400
1774
+ - Fixed an issue that prevented default icons from being overridden. #TINY-3449
1775
+ - Fixed an issue where **Home/End** keys wouldn't move the caret correctly before or after `contenteditable=false` inline elements. #TINY-2995
1776
+ - Fixed styles to be preserved in IE 11 when editing via the `fullpage` plugin. #TINY-3464
1777
+ - Fixed the `link` plugin context toolbar missing the open link button. #TINY-3461
1778
+ - Fixed inconsistent dialog component spacing. #TINY-3436
1779
+
1780
+ ## 5.0.2 - 2019-03-05
1781
+
1782
+ ### Added
1783
+ - Added presentation and document presets to `htmlpanel` dialog component. #TINY-2694
1784
+ - Added missing fixed_toolbar_container setting has been reimplemented in the Silver theme. #TINY-2712
1785
+ - Added a new toolbar setting `toolbar_drawer` that moves toolbar groups which overflow the editor width into either a `sliding` or `floating` toolbar section. #TINY-2874
1786
+
1787
+ ### Changed
1788
+ - Updated the build process to include package lock files in the dev distribution archive. #TINY-2870
1789
+
1790
+ ### Fixed
1791
+ - Fixed inline dialogs did not have aria attributes. #TINY-2694
1792
+ - Fixed default icons are now available in the UI registry, allowing use outside of toolbar buttons. #TINY-3307
1793
+ - Fixed a memory leak related to select toolbar items. #TINY-2874
1794
+ - Fixed a memory leak due to format changed listeners that were never unbound. #TINY-3191
1795
+ - Fixed an issue where content may have been lost when using permanent bookmarks. #TINY-3400
1796
+ - Fixed the quicklink toolbar button not rendering in the quickbars plugin. #TINY-3125
1797
+ - Fixed an issue where menus were generating invalid HTML in some cases. #TINY-3323
1798
+ - Fixed an issue that could cause the mobile theme to show a blank white screen when the editor was inside an `overflow:hidden` element. #TINY-3407
1799
+ - Fixed mobile theme using a transparent background and not taking up the full width on iOS. #TINY-3414
1800
+ - Fixed the template plugin dialog missing the description field. #TINY-3337
1801
+ - Fixed input dialog components using an invalid default type attribute. #TINY-3424
1802
+ - Fixed an issue where backspace/delete keys after/before pagebreak elements wouldn't move the caret. #TINY-3097
1803
+ - Fixed an issue in the table plugin where menu items and toolbar buttons weren't showing correctly based on the selection. #TINY-3423
1804
+ - Fixed inconsistent button focus styles in Firefox. #TINY-3377
1805
+ - Fixed the resize icon floating left when all status bar elements were disabled. #TINY-3340
1806
+ - Fixed the resize handle to not show in fullscreen mode. #TINY-3404
1807
+
1808
+ ## 5.0.1 - 2019-02-21
1809
+
1810
+ ### Added
1811
+ - Added H1-H6 toggle button registration to the silver theme. #TINY-3070
1812
+ - Added code sample toolbar button will now toggle on when the cursor is in a code section. #TINY-3040
1813
+ - Added new settings to the emoticons plugin to allow additional emoticons to be added. #TINY-3088
1814
+
1815
+ ### Fixed
1816
+ - Fixed an issue where adding links to images would replace the image with text. #TINY-3356
1817
+ - Fixed an issue where the inline editor could use fractional pixels for positioning. #TINY-3202
1818
+ - Fixed an issue where uploading non-image files in the Image Plugin upload tab threw an error. #TINY-3244
1819
+ - Fixed an issue in the media plugin that was causing the source url and height/width to be lost in certain circumstances. #TINY-2858
1820
+ - Fixed an issue with the Context Toolbar not being removed when clicking outside of the editor. #TINY-2804
1821
+ - Fixed an issue where clicking 'Remove link' wouldn't remove the link in certain circumstances. #TINY-3199
1822
+ - Fixed an issue where the media plugin would fail when parsing dialog data. #TINY-3218
1823
+ - Fixed an issue where retrieving the selected content as text didn't create newlines. #TINY-3197
1824
+ - Fixed incorrect keyboard shortcuts in the Help dialog for Windows. #TINY-3292
1825
+ - Fixed an issue where JSON serialization could produce invalid JSON. #TINY-3281
1826
+ - Fixed production CSS including references to source maps. #TINY-3920
1827
+ - Fixed development CSS was not included in the development zip. #TINY-3920
1828
+ - Fixed the autocompleter matches predicate not matching on the start of words by default. #TINY-3306
1829
+ - Fixed an issue where the page could be scrolled with modal dialogs open. #TINY-2252
1830
+ - Fixed an issue where autocomplete menus would show an icon margin when no items had icons. #TINY-3329
1831
+ - Fixed an issue in the quickbars plugin where images incorrectly showed the text selection toolbar. #TINY-3338
1832
+ - Fixed an issue that caused the inline editor to fail to render when the target element already had focus. #TINY-3353
1833
+
1834
+ ### Removed
1835
+ - Removed paste as text notification banner and paste_plaintext_inform setting. #POW-102
1836
+
1837
+ ## 5.0.0 - 2019-02-04
1838
+
1839
+ Full documentation for the version 5 features and changes is available at https://www.tiny.cloud/docs/tinymce/5/release-notes/release-notes50/
1840
+
1841
+ ### Added
1842
+ - Added links and registered names with * to denote premium plugins in Plugins tab of Help dialog. #TINY-3223
1843
+
1844
+ ### Changed
1845
+ - Changed Tiny 5 mobile skin to look more uniform with desktop. #TINY-2650
1846
+ - Blacklisted table, th and td as inline editor target. #TINY-717
1847
+
1848
+ ### Fixed
1849
+ - Fixed an issue where tab panel heights weren't sizing properly on smaller screens and weren't updating on resize. #TINY-3242
1850
+ - Fixed image tools not having any padding between the label and slider. #TINY-3220
1851
+ - Fixed context toolbar toggle buttons not showing the correct state. #TINY-3022
1852
+ - Fixed missing separators in the spellchecker context menu between the suggestions and actions. #TINY-3217
1853
+ - Fixed notification icon positioning in alert banners. #TINY-2196
1854
+ - Fixed a typo in the word count plugin name. #TINY-3062
1855
+ - Fixed charmap and emoticons dialogs not having a primary button. #TINY-3233
1856
+ - Fixed an issue where resizing wouldn't work correctly depending on the box-sizing model. #TINY-3278
1857
+
1858
+ ## 5.0.0-rc-2 - 2019-01-22
1859
+
1860
+ ### Added
1861
+ - Added screen reader accessibility for sidebar and statusbar. #TINY-2699
1862
+
1863
+ ### Changed
1864
+ - Changed formatting menus so they are registered and made the align toolbar button use an icon instead of text. #TINY-2880
1865
+ - Changed checkboxes to use a boolean for its state, instead of a string. #TINY-2848
1866
+ - Updated the textpattern plugin to properly support nested patterns and to allow running a command with a value for a pattern with a start and an end. #TINY-2991
1867
+ - Updated Emoticons and Charmap dialogs to be screen reader accessible. #TINY-2693
1868
+
1869
+ ### Fixed
1870
+ - Fixed the link dialog such that it will now retain class attributes when updating links. #TINY-2825
1871
+ - Fixed "Find and replace" not showing in the "Edit" menu by default. #TINY-3061
1872
+ - Fixed dropdown buttons missing the 'type' attribute, which could cause forms to be incorrectly submitted. #TINY-2826
1873
+ - Fixed emoticon and charmap search not returning expected results in certain cases. #TINY-3084
1874
+ - Fixed blank rel_list values throwing an exception in the link plugin. #TINY-3149
1875
+
1876
+ ### Removed
1877
+ - Removed unnecessary 'flex' and unused 'colspan' properties from the new dialog APIs. #TINY-2973
1878
+
1879
+ ## 5.0.0-rc-1 - 2019-01-08
1880
+
1881
+ ### Added
1882
+ - Added editor settings functionality to specify title attributes for toolbar groups. #TINY-2690
1883
+ - Added icons instead of button text to improve Search and Replace dialog footer appearance. #TINY-2654
1884
+ - Added `tox-dialog__table` instead of `mce-table-striped` class to enhance Help dialog appearance. #TINY-2360
1885
+ - Added title attribute to iframes so, screen readers can announce iframe labels. #TINY-2692
1886
+ - Added a wordcount menu item, that defaults to appearing in the tools menu. #TINY-2877
1887
+
1888
+ ### Changed
1889
+ - Updated the font select dropdown logic to try to detect the system font stack and show "System Font" as the font name. #TINY-2710
1890
+ - Updated the autocompleter to only show when it has matched items. #TINY-2350
1891
+ - Updated SizeInput labels to "Height" and "Width" instead of Dimensions. #TINY-2833
1892
+ - Updated the build process to minify and generate ASCII only output for the emoticons database. #TINY-2744
1893
+
1894
+ ### Fixed
1895
+ - Fixed readonly mode not fully disabling editing content. #TINY-2287
1896
+ - Fixed accessibility issues with the font select, font size, style select and format select toolbar dropdowns. #TINY-2713
1897
+ - Fixed accessibility issues with split dropdowns. #TINY-2697
1898
+ - Fixed the legacyoutput plugin to be compatible with TinyMCE 5.0. #TINY-2301
1899
+ - Fixed icons not showing correctly in the autocompleter popup. #TINY-3029
1900
+ - Fixed an issue where preview wouldn't show anything in Edge under certain circumstances. #TINY-3035
1901
+ - Fixed the height being incorrectly calculated for the autoresize plugin. #TINY-2807
1902
+
1903
+ ## 5.0.0-beta-1 - 2018-11-30
1904
+
1905
+ ### Added
1906
+ - Added a new `addNestedMenuItem()` UI registry function and changed all nested menu items to use the new registry functions. #TINY-2230
1907
+ - Added title attribute to color swatch colors. #TINY-2669
1908
+ - Added anchorbar component to anchor inline toolbar dialogs to instead of the toolbar. #TINY-2040
1909
+ - Added support for toolbar<n> and toolbar array config options to be squashed into a single toolbar and not create multiple toolbars. #TINY-2195
1910
+ - Added error handling for when forced_root_block config option is set to true. #TINY-2261
1911
+ - Added functionality for the removed_menuitems config option. #TINY-2184
1912
+ - Added the ability to use a string to reference menu items in menu buttons and submenu items. #TINY-2253
1913
+
1914
+ ### Changed
1915
+ - Changed the name of the "inlite" plugin to "quickbars". #TINY-2831
1916
+ - Changed the background color icon to highlight background icon. #TINY-2258
1917
+ - Changed Help dialog to be accessible to screen readers. #TINY-2687
1918
+ - Changed the color swatch to save selected custom colors to local storage for use across sessions. #TINY-2722
1919
+ - Changed `WindowManager` API - methods `getParams`, `setParams` and `getWindows`, and the legacy `windows` property, have been removed. `alert` and `confirm` dialogs are no longer tracked in the window list. #TINY-2603
1920
+
1921
+ ### Fixed
1922
+ - Fixed an inline mode issue where the save plugin upon saving can cause content loss. #TINY-2659
1923
+ - Fixed an issue in IE 11 where calling selection.getContent() would return an empty string when the editor didn't have focus. #TINY-2325
1924
+
1925
+ ### Removed
1926
+ - Removed compat3x plugin. #TINY-2815
1927
+
1928
+ ## 5.0.0-preview-4 - 2018-11-12
1929
+
1930
+ ### Added
1931
+ - Added width and height placeholder text to image and media dialog dimensions input. #AP-296
1932
+ - Added the ability to keyboard navigate through menus, toolbars, sidebar and the status bar sequentially. #AP-381
1933
+ - Added translation capability back to the editor's UI. #AP-282
1934
+ - Added `label` component type for dialogs to group components under a label.
1935
+
1936
+ ### Changed
1937
+ - Changed the editor resize handle so that it should be disabled when the autoresize plugin is turned on. #AP-424
1938
+ - Changed UI text for microcopy improvements. #TINY-2281
1939
+
1940
+ ### Fixed
1941
+ - Fixed distraction free plugin. #AP-470
1942
+ - Fixed contents of the input field being selected on focus instead of just recieving an outline highlight. #AP-464
1943
+ - Fixed styling issues with dialogs and menus in IE 11. #AP-456
1944
+ - Fixed custom style format control not honoring custom formats. #AP-393
1945
+ - Fixed context menu not appearing when clicking an image with a caption. #AP-382
1946
+ - Fixed directionality of UI when using an RTL language. #AP-423
1947
+ - Fixed page responsiveness with multiple inline editors. #AP-430
1948
+ - Fixed empty toolbar groups appearing through invalid configuration of the `toolbar` property. #AP-450
1949
+ - Fixed text not being retained when updating links through the link dialog. #AP-293
1950
+ - Fixed edit image context menu, context toolbar and toolbar items being incorrectly enabled when selecting invalid images. #AP-323
1951
+ - Fixed emoji type ahead being shown when typing URLs. #AP-366
1952
+ - Fixed toolbar configuration properties incorrectly expecting string arrays instead of strings. #AP-342
1953
+ - Fixed the block formatting toolbar item not showing a "Formatting" title when there is no selection. #AP-321
1954
+ - Fixed clicking disabled toolbar buttons hiding the toolbar in inline mode. #AP-380
1955
+ - Fixed `EditorResize` event not being fired upon editor resize. #AP-327
1956
+ - Fixed tables losing styles when updating through the dialog. #AP-368
1957
+ - Fixed context toolbar positioning to be more consistent near the edges of the editor. #AP-318
1958
+ - Fixed table of contents plugin now works with v5 toolbar APIs correctly. #AP-347
1959
+ - Fixed the `link_context_toolbar` configuration not disabling the context toolbar. #AP-458
1960
+ - Fixed the link context toolbar showing incorrect relative links. #AP-435
1961
+ - Fixed the alignment of the icon in alert banner dialog components. #TINY-2220
1962
+ - Fixed the visual blocks and visual char menu options not displaying their toggled state. #TINY-2238
1963
+ - Fixed the editor not displaying as fullscreen when toggled. #TINY-2237
1964
+
1965
+ ### Removed
1966
+ - Removed the tox-custom-editor class that was added to the wrapping element of codemirror. #TINY-2211
1967
+
1968
+ ## 5.0.0-preview-3 - 2018-10-18
1969
+
1970
+ ### Changed
1971
+ - Changed editor layout to use modern CSS properties over manually calculating dimensions. #AP-324
1972
+ - Changed `autoresize_min_height` and `autoresize_max_height` configurations to `min_height` and `max_height`. #AP-324
1973
+ - Changed `Whole word` label in Search and Replace dialog to `Find whole words only`. #AP-387
1974
+
1975
+ ### Fixed
1976
+ - Fixed bugs with editor width jumping when resizing and the iframe not resizing to smaller than 150px in height. #AP-324
1977
+ - Fixed mobile theme bug that prevented the editor from loading. #AP-404
1978
+ - Fixed long toolbar groups extending outside of the editor instead of wrapping.
1979
+ - Fixed dialog titles so they are now proper case. #AP-384
1980
+ - Fixed color picker default to be #000000 instead of #ff00ff. #AP-216
1981
+ - Fixed "match case" option on the Find and Replace dialog is no longer selected by default. #AP-298
1982
+ - Fixed vertical alignment of toolbar icons. #DES-134
1983
+ - Fixed toolbar icons not appearing on IE11. #DES-133
1984
+
1985
+ ## 5.0.0-preview-2 - 2018-10-10
1986
+
1987
+ ### Added
1988
+ - Added swatch is now shown for colorinput fields, instead of the colorpicker directly. #AP-328
1989
+ - Added fontformats and fontsizes menu items. #AP-390
1990
+
1991
+ ### Changed
1992
+ - Changed configuration of color options has been simplified to `color_map`, `color_cols`, and `custom_colors`. #AP-328
1993
+ - Changed `height` configuration to apply to the editor frame (including menubar, toolbar, status bar) instead of the content area. #AP-324
1994
+
1995
+ ### Fixed
1996
+ - Fixed styleselect not updating the displayed item as the cursor moved. #AP-388
1997
+ - Fixed preview iframe not expanding to the dialog size. #AP-252
1998
+ - Fixed 'meta' shortcuts not translated into platform-specific text. #AP-270
1999
+ - Fixed tabbed dialogs (Charmap and Emoticons) shrinking when no search results returned.
2000
+ - Fixed a bug where alert banner icons were not retrieved from icon pack. #AP-330
2001
+ - Fixed component styles to flex so they fill large dialogs. #AP-252
2002
+ - Fixed editor flashing unstyled during load (still in progress). #AP-349
2003
+
2004
+ ### Removed
2005
+ - Removed `colorpicker` plugin, it is now in the theme. #AP-328
2006
+ - Removed `textcolor` plugin, it is now in the theme. #AP-328
2007
+
2008
+ ## 5.0.0-preview-1 - 2018-10-01
2009
+
2010
+ Developer preview 1.
2011
+
2012
+ Initial list of features and changes is available at https://www.tiny.cloud/docs/tinymce/5/release-notes/release-notes50/.
2013
+
2014
+ ## 4.9.11 - 2020-07-13
2015
+
2016
+ ### Fixed
2017
+ - Fixed the `selection.setContent()` API not running parser filters. #TINY-4002
2018
+ - Fixed content in an iframe element parsing as DOM elements instead of text content. #TINY-5943
2019
+ - Fixed up and down keyboard navigation not working for inline `contenteditable="false"` elements. #TINY-6226
2020
+
2021
+ ## 4.9.10 - 2020-04-23
2022
+
2023
+ ### Fixed
2024
+ - Fixed an issue where the editor selection could end up inside a short ended element (eg br). #TINY-3999
2025
+ - Fixed a security issue related to CDATA sanitization during parsing. #TINY-4669
2026
+ - Fixed `media` embed content not processing safely in some cases. #TINY-4857
2027
+
2028
+ ## 4.9.9 - 2020-03-25
2029
+
2030
+ ### Fixed
2031
+ - Fixed the table selection not functioning correctly in Microsoft Edge 44 or higher. #TINY-3862
2032
+ - Fixed the table resize handles not functioning correctly in Microsoft Edge 44 or higher. #TINY-4160
2033
+ - Fixed the `forced_root_block_attrs` setting not applying attributes to new blocks consistently. #TINY-4564
2034
+ - Fixed the editor failing to initialize if a script tag was used inside an SVG. #TINY-4087
2035
+
2036
+ ## 4.9.8 - 2020-01-28
2037
+
2038
+ ### Fixed
2039
+ - Fixed the `mobile` theme failing to load due to a bundling issue. #TINY-4613
2040
+ - Fixed security issue related to parsing HTML comments and CDATA. #TINY-4544
2041
+
2042
+ ## 4.9.7 - 2019-12-19
2043
+
2044
+ ### Fixed
2045
+ - Fixed the `visualchars` plugin converting HTML-like text to DOM elements in certain cases. #TINY-4507
2046
+ - Fixed an issue with the `paste` plugin not sanitizing content in some cases. #TINY-4510
2047
+ - Fixed HTML comments incorrectly being parsed in certain cases. #TINY-4511
2048
+
2049
+ ## 4.9.6 - 2019-09-02
2050
+
2051
+ ### Fixed
2052
+ - Fixed image browse button sometimes displaying the browse window twice. #TINY-3959
2053
+
2054
+ ## 4.9.5 - 2019-07-02
2055
+
2056
+ ### Changed
2057
+ - Changed annotations navigation to work the same as inline boundaries. #TINY-3396
2058
+
2059
+ ### Fixed
2060
+ - Fixed the print plugin printing from the wrong window in IE11. #TINY-3762
2061
+ - Fixed an exception being thrown when a file or number input has focus during initialization. Patch contributed by t00. #GH-2194
2062
+ - Fixed positioning of the styleselect menu in iOS while using the mobile theme. #TINY-3505
2063
+ - Fixed native context menu not showing with images in IE11. #TINY-3392
2064
+ - Fixed selection incorrectly changing when programmatically setting selection on contenteditable false elements. #TINY-3766
2065
+ - Fixed image browse button not working on touch devices. #TINY-3751
2066
+ - Fixed so that nbsp entities aren't trimmed in white-space: pre-line elements. #TINY-3642
2067
+ - Fixed space key properly inserts a nbsp before/after block elements. #TINY-3745
2068
+ - Fixed infinite loop in the paste plugin when IE11 takes a long time to process paste events. Patch contributed by lRawd. #GH-4987
2069
+
2070
+ ## 4.9.4 - 2019-03-20
2071
+
2072
+ ### Fixed
2073
+ - Fixed an issue where **Home/End** keys wouldn't move the caret correctly before or after `contenteditable=false` inline elements. #TINY-2995
2074
+ - Fixed an issue where content may have been lost when using permanent bookmarks. #TINY-3400
2075
+ - Fixed the mobile editor to clean up properly when removed. #TINY-3445
2076
+ - Fixed an issue where retrieving the selected content as text didn't create newlines. #TINY-3197
2077
+ - Fixed an issue where typing space between images would cause issues with nbsp not being inserted. #TINY-3346
2078
+
2079
+ ## 4.9.3 - 2019-01-31
2080
+
2081
+ ### Added
2082
+ - Added a visualchars_default_state setting to the Visualchars Plugin. Patch contributed by mat3e.
2083
+
2084
+ ### Fixed
2085
+ - Fixed a bug where scrolling on a page with more than one editor would cause a ResizeWindow event to fire. #TINY-3247
2086
+ - Fixed a bug where if a plugin threw an error during initialisation the whole editor would fail to load. #TINY-3243
2087
+ - Fixed a bug where getContent would include bogus elements when valid_elements setting was set up in a specific way. #TINY-3213
2088
+ - Fixed a bug where only a few function key names could be used when creating keyboard shortcuts. #TINY-3146
2089
+ - Fixed a bug where it wasn't possible to enter spaces into an editor after pressing shift+enter. #TINY-3099
2090
+ - Fixed a bug where no caret would be rendered after backspacing to a contenteditable false element. #TINY-2998
2091
+ - Fixed a bug where deletion to/from indented lists would leave list fragments in the editor. #TINY-2981
2092
+
2093
+ ## 4.9.2 - 2018-12-17
2094
+
2095
+ ### Fixed
2096
+ - Fixed a bug with pressing the space key on IE 11 would result in nbsp characters being inserted between words at the end of a block. #TINY-2996
2097
+ - Fixed a bug where character composition using quote and space on US International keyboards would produce a space instead of a quote. #TINY-2999
2098
+ - Fixed a bug where remove format wouldn't remove the inner most inline element in some situations. #TINY-2982
2099
+ - Fixed a bug where outdenting an list item would affect attributes on other list items within the same list. #TINY-2971
2100
+ - Fixed a bug where the DomParser filters wouldn't be applied for elements created when parsing invalid html. #TINY-2978
2101
+ - Fixed a bug where setProgressState wouldn't automatically close floating ui elements like menus. #TINY-2896
2102
+ - Fixed a bug where it wasn't possible to navigate out of a figcaption element using the arrow keys. #TINY-2894
2103
+ - Fixed a bug where enter key before an image inside a link would remove the image. #TINY-2780
2104
+
2105
+ ## 4.9.1 - 2018-12-04
2106
+
2107
+ ### Added
2108
+ - Added functionality to insert html to the replacement feature of the Textpattern Plugin. #TINY-2839
2109
+
2110
+ ### Fixed
2111
+ - Fixed a bug where `editor.selection.getContent({format: 'text'})` didn't work as expected in IE11 on an unfocused editor. #TINY-2862
2112
+ - Fixed a bug in the Textpattern Plugin where the editor would get an incorrect selection after inserting a text pattern on Safari. #TINY-2838
2113
+ - Fixed a bug where the space bar didn't work correctly in editors with the forced_root_block setting set to false. #TINY-2816
2114
+
2115
+ ## 4.9.0 - 2018-11-27
2116
+
2117
+ ### Added
2118
+ - Added a replace feature to the Textpattern Plugin. #TINY-1908
2119
+ - Added functionality to the Lists Plugin that improves the indentation logic. #TINY-1790
2120
+
2121
+ ### Fixed
2122
+ - Fixed a bug where it wasn't possible to delete/backspace when the caret was between a contentEditable=false element and a BR. #TINY-2372
2123
+ - Fixed a bug where copying table cells without a text selection would fail to copy anything. #TINY-1789
2124
+ - Implemented missing `autosave_restore_when_empty` functionality in the Autosave Plugin. Patch contributed by gzzo. #GH-4447
2125
+ - Reduced insertion of unnecessary nonbreaking spaces in the editor. #TINY-1879
2126
+
2127
+ ## 4.8.5 - 2018-10-30
2128
+
2129
+ ### Added
2130
+ - Added a content_css_cors setting to the editor that adds the crossorigin="anonymous" attribute to link tags added by the StyleSheetLoader. #TINY-1909
2131
+
2132
+ ### Fixed
2133
+ - Fixed a bug where trying to remove formatting with a collapsed selection range would throw an exception. #GH-4636
2134
+ - Fixed a bug in the image plugin that caused updating figures to split contenteditable elements. #GH-4563
2135
+ - Fixed a bug that was causing incorrect viewport calculations for fixed position UI elements. #TINY-1897
2136
+ - Fixed a bug where inline formatting would cause the delete key to do nothing. #TINY-1900
2137
+
2138
+ ## 4.8.4 - 2018-10-23
2139
+
2140
+ ### Added
2141
+ - Added support for the HTML5 `main` element. #TINY-1877
2142
+
2143
+ ### Changed
2144
+ - Changed the keyboard shortcut to move focus to contextual toolbars to Ctrl+F9. #TINY-1812
2145
+
2146
+ ### Fixed
2147
+ - Fixed a bug where content css could not be loaded from another domain. #TINY-1891
2148
+ - Fixed a bug on FireFox where the cursor would get stuck between two contenteditable false inline elements located inside of the same block element divided by a BR. #TINY-1878
2149
+ - Fixed a bug with the insertContent method where nonbreaking spaces would be inserted incorrectly. #TINY-1868
2150
+ - Fixed a bug where the toolbar of the inline editor would not be visible in some scenarios. #TINY-1862
2151
+ - Fixed a bug where removing the editor while more than one notification was open would throw an error. #TINY-1845
2152
+ - Fixed a bug where the menubutton would be rendered on top of the menu if the viewport didn't have enough height. #TINY-1678
2153
+ - Fixed a bug with the annotations api where annotating collapsed selections caused problems. #TBS-2449
2154
+ - Fixed a bug where wbr elements were being transformed into whitespace when using the Paste Plugin's paste as text setting. #GH-4638
2155
+ - Fixed a bug where the Search and Replace didn't replace spaces correctly. #GH-4632
2156
+ - Fixed a bug with sublist items not persisting selection. #GH-4628
2157
+ - Fixed a bug with mceInsertRawHTML command not working as expected. #GH-4625
2158
+
2159
+ ## 4.8.3 - 2018-09-13
2160
+
2161
+ ### Fixed
2162
+ - Fixed a bug where the Wordcount Plugin didn't correctly count words within tables on IE11. #TINY-1770
2163
+ - Fixed a bug where it wasn't possible to move the caret out of a table on IE11 and Firefox. #TINY-1682
2164
+ - Fixed a bug where merging empty blocks didn't work as expected, sometimes causing content to be deleted. #TINY-1781
2165
+ - Fixed a bug where the Textcolor Plugin didn't show the correct current color. #TINY-1810
2166
+ - Fixed a bug where clear formatting with a collapsed selection would sometimes clear formatting from more content than expected. #TINY-1813 #TINY-1821
2167
+ - Fixed a bug with the Table Plugin where it wasn't possible to keyboard navigate to the caption. #TINY-1818
2168
+
2169
+ ## 4.8.2 - 2018-08-09
2170
+
2171
+ ### Changed
2172
+ - Moved annotator from "experimental" to "annotator" object on editor. #TBS-2398
2173
+ - Improved the multiclick normalization across browsers. #TINY-1788
2174
+
2175
+ ### Fixed
2176
+ - Fixed a bug where running getSelectedBlocks with a collapsed selection between block elements would produce incorrect results. #TINY-1787
2177
+ - Fixed a bug where the ScriptLoaders loadScript method would not work as expected in FireFox when loaded on the same page as a ShadowDOM polyfill. #TINY-1786
2178
+ - Removed reference to ShadowDOM event.path as Blink based browsers now support event.composedPath. #TINY-1785
2179
+ - Fixed a bug where a reference to localStorage would throw an "access denied" error in IE11 with strict security settings. #TINY-1782
2180
+ - Fixed a bug where pasting using the toolbar button on an inline editor in IE11 would cause a looping behaviour. #TINY-1768
2181
+
2182
+ ## 4.8.1 - 2018-07-26
2183
+
2184
+ ### Fixed
2185
+ - Fixed a bug where the content of inline editors was being cleaned on every call of `editor.save()`. #TINY-1783
2186
+ - Fixed a bug where the arrow of the Inlite Theme toolbar was being rendered incorrectly in RTL mode. #TINY-1776
2187
+ - Fixed a bug with the Paste Plugin where pasting after inline contenteditable false elements moved the caret to the end of the line. #TINY-1758
2188
+
2189
+ ## 4.8.0 - 2018-06-27
2190
+
2191
+ ### Added
2192
+ - Added new "experimental" object in editor, with initial Annotator API. #TBS-2374
2193
+
2194
+ ### Fixed
2195
+ - Fixed a bug where deleting paragraphs inside of table cells would delete the whole table cell. #TINY-1759
2196
+ - Fixed a bug in the Table Plugin where removing row height set on the row properties dialog did not update the table. #TINY-1730
2197
+ - Fixed a bug with the font select toolbar item didn't update correctly. #TINY-1683
2198
+ - Fixed a bug where all bogus elements would not be deleted when removing an inline editor. #TINY-1669
2199
+
2200
+ ## 4.7.13 - 2018-05-16
2201
+
2202
+ ### Added
2203
+ - Added missing code menu item from the default menu config. #TINY-1648
2204
+ - Added new align button for combining the separate align buttons into a menu button. #TINY-1652
2205
+
2206
+ ### Fixed
2207
+ - Fixed a bug where Edge 17 wouldn't be able to select images or tables. #TINY-1679
2208
+ - Fixed issue where whitespace wasn't preserved when the editor was initialized on pre elements. #TINY-1649
2209
+ - Fixed a bug with the fontselect dropdowns throwing an error if the editor was hidden in Firefox. #TINY-1664
2210
+ - Fixed a bug where it wasn't possible to merge table cells on IE 11. #TINY-1671
2211
+ - Fixed a bug where textcolor wasn't applying properly on IE 11 in some situations. #TINY-1663
2212
+ - Fixed a bug where the justifyfull command state wasn't working correctly. #TINY-1677
2213
+ - Fixed a bug where the styles wasn't updated correctly when resizing some tables. #TINY-1668
2214
+
2215
+ ## 4.7.12 - 2018-05-03
2216
+
2217
+ ### Added
2218
+ - Added an option to filter out image svg data urls.
2219
+ - Added support for html5 details and summary elements.
2220
+
2221
+ ### Changed
2222
+ - Changed so the mce-abs-layout-item css rule targets html instead of body. Patch contributed by nazar-pc.
2223
+
2224
+ ### Fixed
2225
+ - Fixed a bug where the "read" step on the mobile theme was still present on android mobile browsers.
2226
+ - Fixed a bug where all images in the editor document would reload on any editor change.
2227
+ - Fixed a bug with the Table Plugin where ObjectResized event wasn't being triggered on column resize.
2228
+ - Fixed so the selection is set to the first suitable caret position after editor.setContent called.
2229
+ - Fixed so links with xlink:href attributes are filtered correctly to prevent XSS.
2230
+ - Fixed a bug on IE11 where pasting content into an inline editor initialized on a heading element would create new editable elements.
2231
+ - Fixed a bug where readonly mode would not work as expected when the editor contained contentEditable=true elements.
2232
+ - Fixed a bug where the Link Plugin would throw an error when used together with the webcomponents polyfill. Patch contributed by 4esnog.
2233
+ - Fixed a bug where the "Powered by TinyMCE" branding link would break on XHTML pages. Patch contributed by tistre.
2234
+ - Fixed a bug where the same id would be used in the blobcache for all pasted images. Patch contributed by thorn0.
2235
+
2236
+ ## 4.7.11 - 2018-04-11
2237
+
2238
+ ### Added
2239
+ - Added a new imagetools_credentials_hosts option to the Imagetools Plugin.
2240
+
2241
+ ### Fixed
2242
+ - Fixed a bug where toggling a list containing empty LIs would throw an error. Patch contributed by bradleyke.
2243
+ - Fixed a bug where applying block styles to a text with the caret at the end of the paragraph would select all text in the paragraph.
2244
+ - Fixed a bug where toggling on the Spellchecker Plugin would trigger isDirty on the editor.
2245
+ - Fixed a bug where it was possible to enter content into selection bookmark spans.
2246
+ - Fixed a bug where if a non paragraph block was configured in forced_root_block the editor.getContent method would return incorrect values with an empty editor.
2247
+ - Fixed a bug where dropdown menu panels stayed open and fixed in position when dragging dialog windows.
2248
+ - Fixed a bug where it wasn't possible to extend table cells with the space button in Safari.
2249
+ - Fixed a bug where the setupeditor event would thrown an error when using the Compat3x Plugin.
2250
+ - Fixed a bug where an error was thrown in FontInfo when called on a detached element.
2251
+
2252
+ ## 4.7.10 - 2018-04-03
2253
+
2254
+ ### Added
2255
+ - Added normalization of triple clicks across browsers in the editor.
2256
+ - Added a `hasFocus` method to the editor that checks if the editor has focus.
2257
+ - Added correct icon to the Nonbreaking Plugin menu item.
2258
+
2259
+ ### Fixed
2260
+ - Fixed so the `getContent`/`setContent` methods work even if the editor is not initialized.
2261
+ - Fixed a bug with the Media Plugin where query strings were being stripped from youtube links.
2262
+ - Fixed a bug where image styles were changed/removed when opening and closing the Image Plugin dialog.
2263
+ - Fixed a bug in the Table Plugin where some table cell styles were not correctly added to the content html.
2264
+ - Fixed a bug in the Spellchecker Plugin where it wasn't possible to change the spellchecker language.
2265
+ - Fixed so the the unlink action in the Link Plugin has a menu item and can be added to the contextmenu.
2266
+ - Fixed a bug where it wasn't possible to keyboard navigate to the start of an inline element on a new line within the same block element.
2267
+ - Fixed a bug with the Text Color Plugin where if used with an inline editor located at the bottom of the screen the colorpicker could appear off screen.
2268
+ - Fixed a bug with the UndoManager where undo levels were being added for nbzwsp characters.
2269
+ - Fixed a bug with the Table Plugin where the caret would sometimes be lost when keyboard navigating up through a table.
2270
+ - Fixed a bug where FontInfo.getFontFamily would throw an error when called on a removed editor.
2271
+ - Fixed a bug in Firefox where undo levels were not being added correctly for some specific operations.
2272
+ - Fixed a bug where initializing an inline editor inside of a table would make the whole table resizeable.
2273
+ - Fixed a bug where the fake cursor that appears next to tables on Firefox was positioned incorrectly when switching to fullscreen.
2274
+ - Fixed a bug where zwsp's weren't trimmed from the output from `editor.getContent({ format: 'text' })`.
2275
+ - Fixed a bug where the fontsizeselect/fontselect toolbar items showed the body info rather than the first possible caret position info on init.
2276
+ - Fixed a bug where it wasn't possible to select all content if the editor only contained an inline boundary element.
2277
+ - Fixed a bug where `content_css` urls with query strings wasn't working.
2278
+ - Fixed a bug in the Table Plugin where some table row styles were removed when changing other styles in the row properties dialog.
2279
+
2280
+ ### Removed
2281
+ - Removed the "read" step from the mobile theme.
2282
+
2283
+ ## 4.7.9 - 2018-02-27
2284
+
2285
+ ### Fixed
2286
+ - Fixed a bug where the editor target element didn't get the correct style when removing the editor.
2287
+
2288
+ ## 4.7.8 - 2018-02-26
2289
+
2290
+ ### Fixed
2291
+ - Fixed an issue with the Help Plugin where the menuitem name wasn't lowercase.
2292
+ - Fixed an issue on MacOS where text and bold text did not have the same line-height in the autocomplete dropdown in the Link Plugin dialog.
2293
+ - Fixed a bug where the "paste as text" option in the Paste Plugin didn't work.
2294
+ - Fixed a bug where dialog list boxes didn't get positioned correctly in documents with scroll.
2295
+ - Fixed a bug where the Inlite Theme didn't use the Table Plugin api to insert correct tables.
2296
+ - Fixed a bug where the Inlite Theme panel didn't hide on blur in a correct way.
2297
+ - Fixed a bug where placing the cursor before a table in Firefox would scroll to the bottom of the table.
2298
+ - Fixed a bug where selecting partial text in table cells with rowspans and deleting would produce faulty tables.
2299
+ - Fixed a bug where the Preview Plugin didn't work on Safari due to sandbox security.
2300
+ - Fixed a bug where table cell selection using the keyboard threw an error.
2301
+ - Fixed so the font size and font family doesn't toggle the text but only sets the selected format on the selected text.
2302
+ - Fixed so the built-in spellchecking on Chrome and Safari creates an undo level when replacing words.
2303
+
2304
+ ## 4.7.7 - 2018-02-19
2305
+
2306
+ ### Added
2307
+ - Added a border style selector to the advanced tab of the Image Plugin.
2308
+ - Added better controls for default table inserted by the Table Plugin.
2309
+ - Added new `table_responsive_width` option to the Table Plugin that controls whether to use pixel or percentage widths.
2310
+
2311
+ ### Fixed
2312
+ - Fixed a bug where the Link Plugin text didn't update when a URL was pasted using the context menu.
2313
+ - Fixed a bug with the Spellchecker Plugin where using "Add to dictionary" in the context menu threw an error.
2314
+ - Fixed a bug in the Media Plugin where the preview node for iframes got default width and height attributes that interfered with width/height styles.
2315
+ - Fixed a bug where backslashes were being added to some font family names in Firefox in the fontselect toolbar item.
2316
+ - Fixed a bug where errors would be thrown when trying to remove an editor that had not yet been fully initialized.
2317
+ - Fixed a bug where the Imagetools Plugin didn't update the images atomically.
2318
+ - Fixed a bug where the Fullscreen Plugin was throwing errors when being used on an inline editor.
2319
+ - Fixed a bug where drop down menus weren't positioned correctly in inline editors on scroll.
2320
+ - Fixed a bug with a semicolon missing at the end of the bundled javascript files.
2321
+ - Fixed a bug in the Table Plugin with cursor navigation inside of tables where the cursor would sometimes jump into an incorrect table cells.
2322
+ - Fixed a bug where indenting a table that is a list item using the "Increase indent" button would create a nested table.
2323
+ - Fixed a bug where text nodes containing only whitespace were being wrapped by paragraph elements.
2324
+ - Fixed a bug where whitespace was being inserted after br tags inside of paragraph tags.
2325
+ - Fixed a bug where converting an indented paragraph to a list item would cause the list item to have extra padding.
2326
+ - Fixed a bug where Copy/Paste in an editor with a lot of content would cause the editor to scroll to the top of the content in IE11.
2327
+ - Fixed a bug with a memory leak in the DragHelper. Path contributed by ben-mckernan.
2328
+ - Fixed a bug where the advanced tab in the Media Plugin was being shown even if it didn't contain anything. Patch contributed by gabrieeel.
2329
+ - Fixed an outdated eventname in the EventUtils. Patch contributed by nazar-pc.
2330
+ - Fixed an issue where the Json.parse function would throw an error when being used on a page with strict CSP settings.
2331
+ - Fixed so you can place the curser before and after table elements within the editor in Firefox and Edge/IE.
2332
+
2333
+ ## 4.7.6 - 2018-01-29
2334
+
2335
+ ### Fixed
2336
+ - Fixed a bug in the jquery integration where it threw an error saying that "global is not defined".
2337
+ - Fixed a bug where deleting a table cell whose previous sibling was set to contenteditable false would create a corrupted table.
2338
+ - Fixed a bug where highlighting text in an unfocused editor did not work correctly in IE11/Edge.
2339
+ - Fixed a bug where the table resize handles were not being repositioned when activating the Fullscreen Plugin.
2340
+ - Fixed a bug where the Imagetools Plugin dialog didn't honor editor RTL settings.
2341
+ - Fixed a bug where block elements weren't being merged correctly if you deleted from after a contenteditable false element to the beginning of another block element.
2342
+ - Fixed a bug where TinyMCE didn't work with module loaders like webpack.
2343
+
2344
+ ## 4.7.5 - 2018-01-22
2345
+
2346
+ ### Fixed
2347
+ - Fixed bug with the Codesample Plugin where it wasn't possible to edit codesamples when the editor was in inline mode.
2348
+ - Fixed bug where focusing on the status bar broke the keyboard navigation functionality.
2349
+ - Fixed bug where an error would be thrown on Edge by the Table Plugin when pasting using the PowerPaste Plugin.
2350
+ - Fixed bug in the Table Plugin where selecting row border style from the dropdown menu in advanced row properties would throw an error.
2351
+ - Fixed bug with icons being rendered incorrectly on Chrome on Mac OS.
2352
+ - Fixed bug in the Textcolor Plugin where the font color and background color buttons wouldn't trigger an ExecCommand event.
2353
+ - Fixed bug in the Link Plugin where the url field wasn't forced LTR.
2354
+ - Fixed bug where the Nonbreaking Plugin incorrectly inserted spaces into tables.
2355
+ - Fixed bug with the inline theme where the toolbar wasn't repositioned on window resize.
2356
+
2357
+ ## 4.7.4 - 2017-12-05
2358
+
2359
+ ### Fixed
2360
+ - Fixed bug in the Nonbreaking Plugin where the nonbreaking_force_tab setting was being ignored.
2361
+ - Fixed bug in the Table Plugin where changing row height incorrectly converted column widths to pixels.
2362
+ - Fixed bug in the Table Plugin on Edge and IE11 where resizing the last column after resizing the table would cause invalid column heights.
2363
+ - Fixed bug in the Table Plugin where keyboard navigation was not normalized between browsers.
2364
+ - Fixed bug in the Table Plugin where the colorpicker button would show even without defining the colorpicker_callback.
2365
+ - Fixed bug in the Table Plugin where it wasn't possible to set the cell background color.
2366
+ - Fixed bug where Firefox would throw an error when intialising an editor on an element that is hidden or not yet added to the DOM.
2367
+ - Fixed bug where Firefox would throw an error when intialising an editor inside of a hidden iframe.
2368
+
2369
+ ## 4.7.3 - 2017-11-23
2370
+
2371
+ ### Added
2372
+ - Added functionality to open the Codesample Plugin dialog when double clicking on a codesample. Patch contributed by dakuzen.
2373
+
2374
+ ### Fixed
2375
+ - Fixed bug where undo/redo didn't work correctly with some formats and caret positions.
2376
+ - Fixed bug where the color picker didn't show up in Table Plugin dialogs.
2377
+ - Fixed bug where it wasn't possible to change the width of a table through the Table Plugin dialog.
2378
+ - Fixed bug where the Charmap Plugin couldn't insert some special characters.
2379
+ - Fixed bug where editing a newly inserted link would not actually edit the link but insert a new link next to it.
2380
+ - Fixed bug where deleting all content in a table cell made it impossible to place the caret into it.
2381
+ - Fixed bug where the vertical alignment field in the Table Plugin cell properties dialog didn't do anything.
2382
+ - Fixed bug where an image with a caption showed two sets of resize handles in IE11.
2383
+ - Fixed bug where pressing the enter button inside of an h1 with contenteditable set to true would sometimes produce a p tag.
2384
+ - Fixed bug with backspace not working as expected before a noneditable element.
2385
+ - Fixed bug where operating on tables with invalid rowspans would cause an error to be thrown.
2386
+ - Fixed so a real base64 representation of the image is available on the blobInfo that the images_upload_handler gets called with.
2387
+ - Fixed so the image upload tab is available when the images_upload_handler is defined (and not only when the images_upload_url is defined).
2388
+
2389
+ ## 4.7.2 - 2017-11-07
2390
+
2391
+ ### Added
2392
+ - Added newly rewritten Table Plugin.
2393
+ - Added support for attributes with colon in valid_elements and addValidElements.
2394
+ - Added support for dailymotion short url in the Media Plugin. Patch contributed by maat8.
2395
+ - Added support for converting to half pt when converting font size from px to pt. Patch contributed by danny6514.
2396
+ - Added support for location hash to the Autosave plugin to make it work better with SPAs using hash routing.
2397
+ - Added support for merging table cells when pasting a table into another table.
2398
+
2399
+ ### Changed
2400
+ - Changed so the language packs are only loaded once. Patch contributed by 0xor1.
2401
+ - Simplified the css for inline boundaries selection by switching to an attribute selector.
2402
+
2403
+ ### Fixed
2404
+ - Fixed bug where an error would be thrown on editor initialization if the window.getSelection() returned null.
2405
+ - Fixed bug where holding down control or alt keys made the keyboard navigation inside an inline boundary not work as expected.
2406
+ - Fixed bug where applying formats in IE11 produced extra, empty paragraphs in the editor.
2407
+ - Fixed bug where the Word Count Plugin didn't count some mathematical operators correctly.
2408
+ - Fixed bug where removing an inline editor removed the element that the editor had been initialized on.
2409
+ - Fixed bug where setting the selection to the end of an editable container caused some formatting problems.
2410
+ - Fixed bug where an error would be thrown sometimes when an editor was removed because of the selection bookmark was being stored asynchronously.
2411
+ - Fixed a bug where an editor initialized on an empty list did not contain any valid cursor positions.
2412
+ - Fixed a bug with the Context Menu Plugin and webkit browsers on Mac where right-clicking inside a table would produce an incorrect selection.
2413
+ - Fixed bug where the Image Plugin constrain proportions setting wasn't working as expected.
2414
+ - Fixed bug where deleting the last character in a span with decorations produced an incorrect element when typing.
2415
+ - Fixed bug where focusing on inline editors made the toolbar flicker when moving between elements quickly.
2416
+ - Fixed bug where the selection would be stored incorrectly in inline editors when the mouseup event was fired outside the editor body.
2417
+ - Fixed bug where toggling bold at the end of an inline boundary would toggle off the whole word.
2418
+ - Fixed bug where setting the skin to false would not stop the loading of some skin css files.
2419
+ - Fixed bug in mobile theme where pinch-to-zoom would break after exiting the editor.
2420
+ - Fixed bug where sublists of a fully selected list would not be switched correctly when changing list style.
2421
+ - Fixed bug where inserting media by source would break the UndoManager.
2422
+ - Fixed bug where inserting some content into the editor with a specific selection would replace some content incorrectly.
2423
+ - Fixed bug where selecting all content with ctrl+a in IE11 caused problems with untoggling some formatting.
2424
+ - Fixed bug where the Search and Replace Plugin left some marker spans in the editor when undoing and redoing after replacing some content.
2425
+ - Fixed bug where the editor would not get a scrollbar when using the Fullscreen and Autoresize plugins together.
2426
+ - Fixed bug where the font selector would stop working correctly after selecting fonts three times.
2427
+ - Fixed so pressing the enter key inside of an inline boundary inserts a br after the inline boundary element.
2428
+ - Fixed a bug where it wasn't possible to use tab navigation inside of a table that was inside of a list.
2429
+ - Fixed bug where end_container_on_empty_block would incorrectly remove elements.
2430
+ - Fixed bug where content_styles weren't added to the Preview Plugin iframe.
2431
+ - Fixed so the beforeSetContent/beforeGetContent events are preventable.
2432
+ - Fixed bug where changing height value in Table Plugin advanced tab didn't do anything.
2433
+ - Fixed bug where it wasn't possible to remove formatting from content in beginning of table cell.
2434
+
2435
+ ## 4.7.1 - 2017-10-09
2436
+
2437
+ ### Fixed
2438
+ - Fixed bug where theme set to false on an inline editor produced an extra div element after the target element.
2439
+ - Fixed bug where the editor drag icon was misaligned with the branding set to false.
2440
+ - Fixed bug where doubled menu items were not being removed as expected with the removed_menuitems setting.
2441
+ - Fixed bug where the Table of contents plugin threw an error when initialized.
2442
+ - Fixed bug where it wasn't possible to add inline formats to text selected right to left.
2443
+ - Fixed bug where the paste from plain text mode did not work as expected.
2444
+ - Fixed so the style previews do not set color and background color when selected.
2445
+ - Fixed bug where the Autolink plugin didn't work as expected with some formats applied on an empty editor.
2446
+ - Fixed bug where the Textpattern plugin were throwing errors on some patterns.
2447
+ - Fixed bug where the Save plugin saved all editors instead of only the active editor. Patch contributed by dannoe.
2448
+
2449
+ ## 4.7.0 - 2017-10-03
2450
+
2451
+ ### Added
2452
+ - Added new mobile ui that is specifically designed for mobile devices.
2453
+
2454
+ ### Changed
2455
+ - Updated the default skin to be more modern and white since white is preferred by most implementations.
2456
+ - Restructured the default menus to be more similar to common office suites like Google Docs.
2457
+
2458
+ ### Fixed
2459
+ - Fixed so theme can be set to false on both inline and iframe editor modes.
2460
+ - Fixed bug where inline editor would add/remove the visualblocks css multiple times.
2461
+ - Fixed bug where selection wouldn't be properly restored when editor lost focus and commands where invoked.
2462
+ - Fixed bug where toc plugin would generate id:s for headers even though a toc wasn't inserted into the content.
2463
+ - Fixed bug where is wasn't possible to drag/drop contents within the editor if paste_data_images where set to true.
2464
+ - Fixed bug where getParam and close in WindowManager would get the first opened window instead of the last opened window.
2465
+ - Fixed bug where delete would delete between cells inside a table in Firefox.
2466
+
2467
+ ## 4.6.7 - 2017-09-18
2468
+
2469
+ ### Added
2470
+ - Added some missing translations to Image, Link and Help plugins.
2471
+
2472
+ ### Fixed
2473
+ - Fixed bug where paste wasn't working in IOS.
2474
+ - Fixed bug where the Word Count Plugin didn't count some mathematical operators correctly.
2475
+ - Fixed bug where inserting a list in a table caused the cell to expand in height.
2476
+ - Fixed bug where pressing enter in a list located inside of a table deleted list items instead of inserting new list item.
2477
+ - Fixed bug where copy and pasting table cells produced inconsistent results.
2478
+ - Fixed bug where initializing an editor with an ID of 'length' would throw an exception.
2479
+ - Fixed bug where it was possible to split a non merged table cell.
2480
+ - Fixed bug where copy and pasting a list with a very specific selection into another list would produce a nested list.
2481
+ - Fixed bug where copy and pasting ordered lists sometimes produced unordered lists.
2482
+ - Fixed bug where padded elements inside other elements would be treated as empty.
2483
+ - Fixed so you can resize images inside a figure element.
2484
+ - Fixed bug where an inline TinyMCE editor initialized on a table did not set selection on load in Chrome.
2485
+ - Fixed the positioning of the inlite toolbar when the target element wasn't big enough to fit the toolbar.
2486
+
2487
+ ## 4.6.6 - 2017-08-30
2488
+
2489
+ ### Fixed
2490
+ - Fixed so that notifications wrap long text content instead of bleeding outside the notification element.
2491
+ - Fixed so the content_style css is added after the skin and custom stylesheets.
2492
+ - Fixed bug where it wasn't possible to remove a table with the Cut button.
2493
+ - Fixed bug where the center format wasn't getting the same font size as the other formats in the format preview.
2494
+ - Fixed bug where the wordcount plugin wasn't counting hyphenated words correctly.
2495
+ - Fixed bug where all content pasted into the editor was added to the end of the editor.
2496
+ - Fixed bug where enter keydown on list item selection only deleted content and didn't create a new line.
2497
+ - Fixed bug where destroying the editor while the content css was still loading caused error notifications on Firefox.
2498
+ - Fixed bug where undoing cut operation in IE11 left some unwanted html in the editor content.
2499
+ - Fixed bug where enter keydown would throw an error in IE11.
2500
+ - Fixed bug where duplicate instances of an editor were added to the editors array when using the createEditor API.
2501
+ - Fixed bug where the formatter applied formats on the wrong content when spellchecker was activated.
2502
+ - Fixed bug where switching formats would reset font size on child nodes.
2503
+ - Fixed bug where the table caption element weren't always the first descendant to the table tag.
2504
+ - Fixed bug where pasting some content into the editor on chrome some newlines were removed.
2505
+ - Fixed bug where it wasn't possible to remove a list if a list item was a table element.
2506
+ - Fixed bug where copy/pasting partial selections of tables wouldn't produce a proper table.
2507
+ - Fixed bug where the searchreplace plugin could not find consecutive spaces.
2508
+ - Fixed bug where background color wasn't applied correctly on some partially selected contents.
2509
+
2510
+ ## 4.6.5 - 2017-08-02
2511
+
2512
+ ### Added
2513
+ - Added new inline_boundaries_selector that allows you to specify the elements that should have boundaries.
2514
+ - Added new local upload feature this allows the user to upload images directly from the image dialog.
2515
+ - Added a new api for providing meta data for plugins. It will show up in the help dialog if it's provided.
2516
+
2517
+ ### Fixed
2518
+ - Fixed so that the notifications created by the notification manager are more screen reader accessible.
2519
+ - Fixed bug where changing the list format on multiple selected lists didn't change all of the lists.
2520
+ - Fixed bug where the nonbreaking plugin would insert multiple undo levels when pressing the tab key.
2521
+ - Fixed bug where delete/backspace wouldn't render a caret when all editor contents where deleted.
2522
+ - Fixed bug where delete/backspace wouldn't render a caret if the deleted element was a single contentEditable false element.
2523
+ - Fixed bug where the wordcount plugin wouldn't count words correctly if word where typed after applying a style format.
2524
+ - Fixed bug where the wordcount plugin would count mathematical formulas as multiple words for example 1+1=2.
2525
+ - Fixed bug where formatting of triple clicked blocks on Chrome/Safari would result in styles being added outside the visual selection.
2526
+ - Fixed bug where paste would add the contents to the end of the editor area when inline mode was used.
2527
+ - Fixed bug where toggling off bold formatting on text entered in a new paragraph would add an extra line break.
2528
+ - Fixed bug where autolink plugin would only produce a link on every other consecutive link on Firefox.
2529
+ - Fixed bug where it wasn't possible to select all contents if the content only had one pre element.
2530
+ - Fixed bug where sizzle would produce lagging behavior on some sites due to repaints caused by feature detection.
2531
+ - Fixed bug where toggling off inline formats wouldn't include the space on selected contents with leading or trailing spaces.
2532
+ - Fixed bug where the cut operation in UI wouldn't work in Chrome.
2533
+ - Fixed bug where some legacy editor initialization logic would throw exceptions about editor settings not being defined.
2534
+ - Fixed bug where it wasn't possible to apply text color to links if they where part of a non collapsed selection.
2535
+ - Fixed bug where an exception would be thrown if the user selected a video element and then moved the focus outside the editor.
2536
+ - Fixed bug where list operations didn't work if there where block elements inside the list items.
2537
+ - Fixed bug where applying block formats to lists wrapped in block elements would apply to all elements in that wrapped block.
2538
+
2539
+ ## 4.6.4 - 2017-06-13
2540
+
2541
+ ### Fixed
2542
+ - Fixed bug where the editor would move the caret when clicking on the scrollbar next to a content editable false block.
2543
+ - Fixed bug where the text color select dropdowns wasn't placed correctly when they didn't fit the width of the screen.
2544
+ - Fixed bug where the default editor line height wasn't working for mixed font size contents.
2545
+ - Fixed bug where the content css files for inline editors were loaded multiple times for multiple editor instances.
2546
+ - Fixed bug where the initial value of the font size/font family dropdowns wasn't displayed.
2547
+ - Fixed bug where the I18n api was not supporting arrays as the translation replacement values.
2548
+ - Fixed bug where chrome would display "The given range isn't in document." errors for invalid ranges passed to setRng.
2549
+ - Fixed bug where the compat3x plugin wasn't working since the global tinymce references wasn't resolved correctly.
2550
+ - Fixed bug where the preview plugin wasn't encoding the base url passed into the iframe contents producing a xss bug.
2551
+ - Fixed bug where the dom parser/serializer wasn't handling some special elements like noframes, title and xmp.
2552
+ - Fixed bug where the dom parser/serializer wasn't handling cdata sections with comments inside.
2553
+ - Fixed bug where the editor would scroll to the top of the editable area if a dialog was closed in inline mode.
2554
+ - Fixed bug where the link dialog would not display the right rel value if rel_list was configured.
2555
+ - Fixed bug where the context menu would select images on some platforms but not others.
2556
+ - Fixed bug where the filenames of images were not retained on dragged and drop into the editor from the desktop.
2557
+ - Fixed bug where the paste plugin would misrepresent newlines when pasting plain text and having forced_root_block configured.
2558
+ - Fixed so that the error messages for the imagetools plugin is more human readable.
2559
+ - Fixed so the internal validate setting for the parser/serializer can't be set from editor initialization settings.
2560
+
2561
+ ## 4.6.3 - 2017-05-30
2562
+
2563
+ ### Fixed
2564
+ - Fixed bug where the arrow keys didn't work correctly when navigating on nested inline boundary elements.
2565
+ - Fixed bug where delete/backspace didn't work correctly on nested inline boundary elements.
2566
+ - Fixed bug where image editing didn't work on subsequent edits of the same image.
2567
+ - Fixed bug where charmap descriptions wouldn't properly wrap if they exceeded the width of the box.
2568
+ - Fixed bug where the default image upload handler only accepted 200 as a valid http status code.
2569
+ - Fixed so rel on target=_blank links gets forced with only noopener instead of both noopener and noreferrer.
2570
+
2571
+ ## 4.6.2 - 2017-05-23
2572
+
2573
+ ### Fixed
2574
+ - Fixed bug where the SaxParser would run out of memory on very large documents.
2575
+ - Fixed bug with formatting like font size wasn't applied to del elements.
2576
+ - Fixed bug where various api calls would be throwing exceptions if they where invoked on a removed editor instance.
2577
+ - Fixed bug where the branding position would be incorrect if the editor was inside a hidden tab and then later showed.
2578
+ - Fixed bug where the color levels feature in the imagetools dialog wasn't working properly.
2579
+ - Fixed bug where imagetools dialog wouldn't pre-load images from CORS domains, before trying to prepare them for editing.
2580
+ - Fixed bug where the tab key would move the caret to the next table cell if being pressed inside a list inside a table.
2581
+ - Fixed bug where the cut/copy operations would loose parent context like the current format etc.
2582
+ - Fixed bug with format preview not working on invalid elements excluded by valid_elements.
2583
+ - Fixed bug where blocks would be merged in incorrect order on backspace/delete.
2584
+ - Fixed bug where zero length text nodes would cause issues with the undo logic if there where iframes present.
2585
+ - Fixed bug where the font size/family select lists would throw errors if the first node was a comment.
2586
+ - Fixed bug with csp having to allow local script evaluation since it was used to detect global scope.
2587
+ - Fixed bug where CSP required a relaxed option for javascript: URLs in unsupported legacy browsers.
2588
+ - Fixed bug where a fake caret would be rendered for td with the contenteditable=false.
2589
+ - Fixed bug where typing would be blocked on IE 11 when within a nested contenteditable=true/false structure.
2590
+
2591
+ ## 4.6.1 - 2017-05-10
2592
+
2593
+ ### Added
2594
+ - Added configuration option to list plugin to disable tab indentation.
2595
+
2596
+ ### Fixed
2597
+ - Fixed bug where format change on very specific content could cause the selection to change.
2598
+ - Fixed bug where TinyMCE could not be lazyloaded through jquery integration.
2599
+ - Fixed bug where entities in style attributes weren't decoded correctly on paste in webkit.
2600
+ - Fixed bug where fontsize_formats option had been renamed incorrectly.
2601
+ - Fixed bug with broken backspace/delete behaviour between contenteditable=false blocks.
2602
+ - Fixed bug where it wasn't possible to backspace to the previous line with the inline boundaries functionality turned on.
2603
+ - Fixed bug where is wasn't possible to move caret left and right around a linked image with the inline boundaries functionality turned on.
2604
+ - Fixed bug where pressing enter after/before hr element threw exception. Patch contributed bradleyke.
2605
+ - Fixed so the CSS in the visualblocks plugin doesn't overwrite background color. Patch contributed by Christian Rank.
2606
+ - Fixed bug where multibyte characters weren't encoded correctly. Patch contributed by James Tarkenton.
2607
+ - Fixed bug where shift-click to select within contenteditable=true fields wasn't working.
2608
+
2609
+ ## 4.6.0 - 2017-05-04
2610
+
2611
+ ### Added
2612
+ - Added an inline boundary caret position feature that makes it easier to type at the beginning/end of links/code elements.
2613
+ - Added a help plugin that adds a button and a dialog showing the editor shortcuts and loaded plugins.
2614
+ - Added an inline_boundaries option that allows you to disable the inline boundary feature if it's not desired.
2615
+ - Added a new ScrollIntoView event that allows you to override the default scroll to element behavior.
2616
+ - Added role and aria- attributes as valid elements in the default valid elements config.
2617
+ - Added new internal flag for PastePreProcess/PastePostProcess this is useful to know if the paste was coming from an external source.
2618
+ - Added new ignore function to UndoManager this works similar to transact except that it doesn't add an undo level by default.
2619
+
2620
+ ### Fixed
2621
+ - Fixed so that urls gets retained for images when being edited. This url is then passed on to the upload handler.
2622
+ - Fixed so that the editors would be initialized on readyState interactive instead of complete.
2623
+ - Fixed so that the init event of the editor gets fired once all contentCSS files have been properly loaded.
2624
+ - Fixed so that width/height of the editor gets taken from the textarea element if it's explicitly specified in styles.
2625
+ - Fixed so that keep_styles set to false no longer clones class/style from the previous paragraph on enter.
2626
+ - Fixed so that the default line-height is 1.2em to avoid zwnbsp characters from producing text rendering glitches on Windows.
2627
+ - Fixed so that loading errors of content css gets presented by a notification message.
2628
+ - Fixed so figure image elements can be linked when selected this wraps the figure image in a anchor element.
2629
+ - Fixed bug where it wasn't possible to copy/paste rows with colspans by using the table copy/paste feature.
2630
+ - Fixed bug where the protect setting wasn't properly applied to header/footer parts when using the fullpage plugin.
2631
+ - Fixed bug where custom formats that specified upper case element names where not applied correctly.
2632
+ - Fixed bug where some screen readers weren't reading buttons due to an aria specific fix for IE 8.
2633
+ - Fixed bug where cut wasn't working correctly on iOS due to it's clipboard API not working correctly.
2634
+ - Fixed bug where Edge would paste div elements instead of paragraphs when pasting plain text.
2635
+ - Fixed bug where the textpattern plugin wasn't dealing with trailing punctuations correctly.
2636
+ - Fixed bug where image editing would some times change the image format from jpg to png.
2637
+ - Fixed bug where some UI elements could be inserted into the toolbar even if they where not registered.
2638
+ - Fixed bug where it was possible to click the TD instead of the character in the character map and that caused an exception.
2639
+ - Fixed bug where the font size/font family dropdowns would sometimes show an incorrect value due to css not being loaded in time.
2640
+ - Fixed bug with the media plugin inserting undefined instead of retaining size when media_dimensions was set to false.
2641
+ - Fixed bug with deleting images when forced_root_blocks where set to false.
2642
+ - Fixed bug where input focus wasn't properly handled on nested content editable elements.
2643
+ - Fixed bug where Chrome/Firefox would throw an exception when selecting images due to recent change of setBaseAndExtent support.
2644
+ - Fixed bug where malformed blobs would throw exceptions now they are simply ignored.
2645
+ - Fixed bug where backspace/delete wouldn't work properly in some cases where all contents was selected in WebKit.
2646
+ - Fixed bug with Angular producing errors since it was expecting events objects to be patched with their custom properties.
2647
+ - Fixed bug where the formatter would apply formatting to spellchecker errors now all bogus elements are excluded.
2648
+ - Fixed bug with backspace/delete inside table caption elements wouldn't behave properly on IE 11.
2649
+ - Fixed bug where typing after a contenteditable false inline element could move the caret to the end of that element.
2650
+ - Fixed bug where backspace before/after contenteditable false blocks wouldn't properly remove the right element.
2651
+ - Fixed bug where backspace before/after contenteditable false inline elements wouldn't properly empty the current block element.
2652
+ - Fixed bug where vertical caret navigation with a custom line-height would sometimes match incorrect positions.
2653
+ - Fixed bug with paste on Edge where character encoding wasn't handled properly due to a browser bug.
2654
+ - Fixed bug with paste on Edge where extra fragment data was inserted into the contents when pasting.
2655
+ - Fixed bug with pasting contents when having a whole block element selected on WebKit could cause WebKit spans to appear.
2656
+ - Fixed bug where the visualchars plugin wasn't working correctly showing invisible nbsp characters.
2657
+ - Fixed bug where browsers would hang if you tried to load some malformed html contents.
2658
+ - Fixed bug where the init call promise wouldn't resolve if the specified selector didn't find any matching elements.
2659
+ - Fixed bug where the Schema isValidChild function was case sensitive.
2660
+
2661
+ ### Removed
2662
+ - Dropped support for IE 8-10 due to market share and lack of support from Microsoft. See tinymce docs for details.
2663
+
2664
+ ## 4.5.3 - 2017-02-01
2665
+
2666
+ ### Added
2667
+ - Added keyboard navigation for menu buttons when the menu is in focus.
2668
+ - Added api to the list plugin for setting custom classes/attributes on lists.
2669
+ - Added validation for the anchor plugin input field according to W3C id naming specifications.
2670
+
2671
+ ### Fixed
2672
+ - Fixed bug where media placeholders were removed after resize with the forced_root_block setting set to false.
2673
+ - Fixed bug where deleting selections with similar sibling nodes sometimes deleted the whole document.
2674
+ - Fixed bug with inlite theme where several toolbars would appear scrolling when more than one instance of the editor was in use.
2675
+ - Fixed bug where the editor would throw error with the fontselect plugin on hidden editor instances in Firefox.
2676
+ - Fixed bug where the background color would not stretch to the font size.
2677
+ - Fixed bug where font size would be removed when changing background color.
2678
+ - Fixed bug where the undomanager trimmed away whitespace between nodes on undo/redo.
2679
+ - Fixed bug where media_dimensions=false in media plugin caused the editor to throw an error.
2680
+ - Fixed bug where IE was producing font/u elements within links on paste.
2681
+ - Fixed bug where some button tooltips were broken when compat3x was in use.
2682
+ - Fixed bug where backspace/delete/typeover would remove the caption element.
2683
+ - Fixed bug where powerspell failed to function when compat3x was enabled.
2684
+ - Fixed bug where it wasn't possible to apply sub/sup on text with large font size.
2685
+ - Fixed bug where pre tags with spaces weren't treated as content.
2686
+ - Fixed bug where Meta+A would select the entire document instead of all contents in nested ce=true elements.
2687
+
2688
+ ## 4.5.2 - 2017-01-04
2689
+
2690
+ ### Fixed
2691
+ - Added missing keyboard shortcut description for the underline menu item in the format menu.
2692
+ - Fixed bug where external blob urls wasn't properly handled by editor upload logic. Patch contributed by David Oviedo.
2693
+ - Fixed bug where urls wasn't treated as a single word by the wordcount plugin.
2694
+ - Fixed bug where nbsp characters wasn't treated as word delimiters by the wordcount plugin.
2695
+ - Fixed bug where editor instance wasn't properly passed to the format preview logic. Patch contributed by NullQuery.
2696
+ - Fixed bug where the fake caret wasn't hidden when you moved selection to a cE=false element.
2697
+ - Fixed bug where it wasn't possible to edit existing code sample blocks.
2698
+ - Fixed bug where it wasn't possible to delete editor contents if the selection included an empty block.
2699
+ - Fixed bug where the formatter wasn't expanding words on some international characters. Patch contributed by Martin Larochelle.
2700
+ - Fixed bug where the open link feature wasn't working correctly on IE 11.
2701
+ - Fixed bug where enter before/after a cE=false block wouldn't properly padd the paragraph with an br element.
2702
+ - Fixed so font size and font family select boxes always displays a value by using the runtime style as a fallback.
2703
+ - Fixed so missing plugins will be logged to console as warnings rather than halting the initialization of the editor.
2704
+ - Fixed so splitbuttons become normal buttons in advlist plugin if styles are empty. Patch contributed by René Schleusner.
2705
+ - Fixed so you can multi insert rows/cols by selecting table cells and using insert rows/columns.
2706
+
2707
+ ## 4.5.1 - 2016-12-07
2708
+
2709
+ ### Fixed
2710
+ - Fixed bug where the lists plugin wouldn't initialize without the advlist plugins if served from cdn.
2711
+ - Fixed bug where selectors with "*" would cause the style format preview to throw an error.
2712
+ - Fixed bug with toggling lists off on lists with empty list items would throw an error.
2713
+ - Fixed bug where editing images would produce non existing blob uris.
2714
+ - Fixed bug where the offscreen toc selection would be treated as the real toc element.
2715
+ - Fixed bug where the aria level attribute for element path would have an incorrect start index.
2716
+ - Fixed bug where the offscreen selection of cE=false that where very wide would be shown onscreen. Patch contributed by Steven Bufton.
2717
+ - Fixed so the default_link_target gets applied to links created by the autolink plugin.
2718
+ - Fixed so that the name attribute gets removed by the anchor plugin if editing anchors.
2719
+
2720
+ ## 4.5.0 - 2016-11-23
2721
+
2722
+ ### Added
2723
+ - Added new toc plugin allows you to insert table of contents based on editor headings.
2724
+ - Added new auto complete menu to all url fields. Adds history, link to anchors etc.
2725
+ - Added new sidebar api that allows you to add custom sidebar panels and buttons to toggle these.
2726
+ - Added new insert menu button that allows you to have multiple insert functions under the same menu button.
2727
+ - Added new open link feature to ctrl+click, alt+enter and context menu.
2728
+ - Added new media_embed_handler option to allow the media plugin to be populated with custom embeds.
2729
+ - Added new support for editing transparent images using the image tools dialog.
2730
+ - Added new images_reuse_filename option to allow filenames of images to be retained for upload.
2731
+ - Added new security feature where links with target="_blank" will by default get rel="noopener noreferrer".
2732
+ - Added new allow_unsafe_link_target to allow you to opt-out of the target="_blank" security feature.
2733
+ - Added new style_formats_autohide option to automatically hide styles based on context.
2734
+ - Added new codesample_content_css option to specify where the code sample prism css is loaded from.
2735
+ - Added new support for Japanese/Chinese word count following the unicode standards on this.
2736
+ - Added new fragmented undo levels this dramatically reduces flicker on contents with iframes.
2737
+ - Added new live previews for complex elements like table or lists.
2738
+
2739
+ ### Fixed
2740
+ - Fixed bug where it wasn't possible to properly tab between controls in a dialog with a disabled form item control.
2741
+ - Fixed bug where firefox would generate a rectangle on elements produced after/before a cE=false elements.
2742
+ - Fixed bug with advlist plugin not switching list element format properly in some edge cases.
2743
+ - Fixed bug where col/rowspans wasn't correctly computed by the table plugin in some cases.
2744
+ - Fixed bug where the table plugin would thrown an error if object_resizing was disabled.
2745
+ - Fixed bug where some invalid markup would cause issues when running in XHTML mode. Patch contributed by Charles Bourasseau.
2746
+ - Fixed bug where the fullscreen class wouldn't be removed properly when closing dialogs.
2747
+ - Fixed bug where the PastePlainTextToggle event wasn't fired by the paste plugin when the state changed.
2748
+ - Fixed bug where table the row type wasn't properly updated in table row dialog. Patch contributed by Matthias Balmer.
2749
+ - Fixed bug where select all and cut wouldn't place caret focus back to the editor in WebKit. Patch contributed by Daniel Jalkut.
2750
+ - Fixed bug where applying cell/row properties to multiple cells/rows would reset other unchanged properties.
2751
+ - Fixed bug where some elements in the schema would have redundant/incorrect children.
2752
+ - Fixed bug where selector and target options would cause issues if used together.
2753
+ - Fixed bug where drag/drop of images from desktop on chrome would thrown an error.
2754
+ - Fixed bug where cut on WebKit/Blink wouldn't add an undo level.
2755
+ - Fixed bug where IE 11 would scroll to the cE=false elements when they where selected.
2756
+ - Fixed bug where keys like F5 wouldn't work when a cE=false element was selected.
2757
+ - Fixed bug where the undo manager wouldn't stop the typing state when commands where executed.
2758
+ - Fixed bug where unlink on wrapped links wouldn't work properly.
2759
+ - Fixed bug with drag/drop of images on WebKit where the image would be deleted form the source editor.
2760
+ - Fixed bug where the visual characters mode would be disabled when contents was extracted from the editor.
2761
+ - Fixed bug where some browsers would toggle of formats applied to the caret when clicking in the editor toolbar.
2762
+ - Fixed bug where the custom theme function wasn't working correctly.
2763
+ - Fixed bug where image option for custom buttons required you to have icon specified as well.
2764
+ - Fixed bug where the context menu and contextual toolbars would be visible at the same time and sometimes overlapping.
2765
+ - Fixed bug where the noneditable plugin would double wrap elements when using the noneditable_regexp option.
2766
+ - Fixed bug where tables would get padding instead of margin when you used the indent button.
2767
+ - Fixed bug where the charmap plugin wouldn't properly insert non breaking spaces.
2768
+ - Fixed bug where the color previews in color input boxes wasn't properly updated.
2769
+ - Fixed bug where the list items of previous lists wasn't merged in the right order.
2770
+ - Fixed bug where it wasn't possible to drag/drop inline-block cE=false elements on IE 11.
2771
+ - Fixed bug where some table cell merges would produce incorrect rowspan/colspan.
2772
+ - Fixed so the font size of the editor defaults to 14px instead of 11px this can be overridden by custom css.
2773
+ - Fixed so wordcount is debounced to reduce cpu hogging on larger texts.
2774
+ - Fixed so tinymce global gets properly exported as a module when used with some module bundlers.
2775
+ - Fixed so it's possible to specify what css properties you want to preview on specific formats.
2776
+ - Fixed so anchors are contentEditable=false while within the editor.
2777
+ - Fixed so selected contents gets wrapped in a inline code element by the codesample plugin.
2778
+ - Fixed so conditional comments gets properly stripped independent of case. Patch contributed by Georgii Dolzhykov.
2779
+ - Fixed so some escaped css sequences gets properly handled. Patch contributed by Georgii Dolzhykov.
2780
+ - Fixed so notifications with the same message doesn't get displayed at the same time.
2781
+ - Fixed so F10 can be used as an alternative key to focus to the toolbar.
2782
+ - Fixed various api documentation issues and typos.
2783
+
2784
+ ### Removed
2785
+ - Removed layer plugin since it wasn't really ported from 3.x and there doesn't seem to be much use for it.
2786
+ - Removed moxieplayer.swf from the media plugin since it wasn't used by the media plugin.
2787
+ - Removed format state from the advlist plugin to be more consistent with common word processors.
2788
+
2789
+ ## 4.4.3 - 2016-09-01
2790
+
2791
+ ### Fixed
2792
+ - Fixed bug where copy would produce an exception on Chrome.
2793
+ - Fixed bug where deleting lists on IE 11 would merge in correct text nodes.
2794
+ - Fixed bug where deleting partial lists with indentation wouldn't cause proper normalization.
2795
+
2796
+ ## 4.4.2 - 2016-08-25
2797
+
2798
+ ### Added
2799
+ - Added new importcss_exclusive option to disable unique selectors per group.
2800
+ - Added new group specific selector_converter option to importcss plugin.
2801
+ - Added new codesample_languages option to apply custom languages to codesample plugin.
2802
+ - Added new codesample_dialog_width/codesample_dialog_height options.
2803
+
2804
+ ### Fixed
2805
+ - Fixed bug where fullscreen button had an incorrect keyboard shortcut.
2806
+ - Fixed bug where backspace/delete wouldn't work correctly from a block to a cE=false element.
2807
+ - Fixed bug where smartpaste wasn't detecting links with special characters in them like tilde.
2808
+ - Fixed bug where the editor wouldn't get proper focus if you clicked on a cE=false element.
2809
+ - Fixed bug where it wasn't possible to copy/paste table rows that had merged cells.
2810
+ - Fixed bug where merging cells could some times produce invalid col/rowspan attibute values.
2811
+ - Fixed bug where getBody would sometimes thrown an exception now it just returns null if the iframe is clobbered.
2812
+ - Fixed bug where drag/drop of cE=false element wasn't properly constrained to viewport.
2813
+ - Fixed bug where contextmenu on Mac would collapse any selection to a caret.
2814
+ - Fixed bug where rtl mode wasn't rendered properly when loading a language pack with the rtl flag.
2815
+ - Fixed bug where Kamer word bounderies would be stripped from contents.
2816
+ - Fixed bug where lists would sometimes render two dots or numbers on the same line.
2817
+ - Fixed bug where the skin_url wasn't used by the inlite theme.
2818
+ - Fixed so data attributes are ignored when comparing formats in the formatter.
2819
+ - Fixed so it's possible to disable inline toolbars in the inlite theme.
2820
+ - Fixed so template dialog gets resized if it doesn't fit the window viewport.
2821
+
2822
+ ## 4.4.1 - 2016-07-26
2823
+
2824
+ ### Added
2825
+ - Added smart_paste option to paste plugin to allow disabling the paste behavior if needed.
2826
+
2827
+ ### Fixed
2828
+ - Fixed bug where png urls wasn't properly detected by the smart paste logic.
2829
+ - Fixed bug where the element path wasn't working properly when multiple editor instances where used.
2830
+ - Fixed bug with creating lists out of multiple paragraphs would just create one list item instead of multiple.
2831
+ - Fixed bug where scroll position wasn't properly handled by the inlite theme to place the toolbar properly.
2832
+ - Fixed bug where multiple instances of the editor using the inlite theme didn't render the toolbar properly.
2833
+ - Fixed bug where the shortcut label for fullscreen mode didn't match the actual shortcut key.
2834
+ - Fixed bug where it wasn't possible to select cE=false blocks using touch devices on for example iOS.
2835
+ - Fixed bug where it was possible to select the child image within a cE=false on IE 11.
2836
+ - Fixed so inserts of html containing lists doesn't merge with any existing lists unless it's a paste operation.
2837
+
2838
+ ## 4.4.0 - 2016-06-30
2839
+
2840
+ ### Added
2841
+ - Added new inlite theme this is a more lightweight inline UI.
2842
+ - Added smarter paste logic that auto detects urls in the clipboard and inserts images/links based on that.
2843
+ - Added a better image resize algorithm for better image quality in the imagetools plugin.
2844
+
2845
+ ### Fixed
2846
+ - Fixed bug where it wasn't possible to drag/dropping cE=false elements on FF.
2847
+ - Fixed bug where backspace/delete before/after a cE=false block would produce a new paragraph.
2848
+ - Fixed bug where list style type css property wasn't preserved when indenting lists.
2849
+ - Fixed bug where merging of lists where done even if the list style type was different.
2850
+ - Fixed bug where the image_dataimg_filter function wasn't used when pasting images.
2851
+ - Fixed bug where nested editable within a non editable element would cause scroll on focus in Chrome.
2852
+ - Fixed so invalid targets for inline mode is blocked on initialization. We only support elements that can have children.
2853
+
2854
+ ## 4.3.13 - 2016-06-08
2855
+
2856
+ ### Added
2857
+ - Added characters with a diacritical mark to charmap plugin. Patch contributed by Dominik Schilling.
2858
+ - Added better error handling if the image proxy service would produce errors.
2859
+
2860
+ ### Fixed
2861
+ - Fixed issue with pasting list items into list items would produce nested list rather than a merged list.
2862
+ - Fixed bug where table selection could get stuck in selection mode for inline editors.
2863
+ - Fixed bug where it was possible to place the caret inside the resize grid elements.
2864
+ - Fixed bug where it wasn't possible to place in elements horizontally adjacent cE=false blocks.
2865
+ - Fixed bug where multiple notifications wouldn't be properly placed on screen.
2866
+ - Fixed bug where multiple editor instance of the same id could be produces in some specific integrations.
2867
+
2868
+ ## 4.3.12 - 2016-05-10
2869
+
2870
+ ### Fixed
2871
+ - Fixed bug where focus calls couldn't be made inside the editors PostRender event handler.
2872
+ - Fixed bug where some translations wouldn't work as expected due to a bug in editor.translate.
2873
+ - Fixed bug where the node change event could fire with a node out side the root of the editor.
2874
+ - Fixed bug where Chrome wouldn't properly present the keyboard paste clipboard details when paste was clicked.
2875
+ - Fixed bug where merged cells in tables couldn't be selected from right to left.
2876
+ - Fixed bug where insert row wouldn't properly update a merged cells rowspan property.
2877
+ - Fixed bug where the color input boxes preview field wasn't properly set on initialization.
2878
+ - Fixed bug where IME composition inside table cells wouldn't work as expected on IE 11.
2879
+ - Fixed so all shadow dom support is under and experimental flag due to flaky browser support.
2880
+
2881
+ ## 4.3.11 - 2016-04-25
2882
+
2883
+ ### Fixed
2884
+ - Fixed bug where it wasn't possible to insert empty blocks though the API unless they where padded.
2885
+ - Fixed bug where you couldn't type the Euro character on Windows.
2886
+ - Fixed bug where backspace/delete from a cE=false element to a text block didn't work properly.
2887
+ - Fixed bug where the text color default grid would render incorrectly.
2888
+ - Fixed bug where the codesample plugin wouldn't load the css in the editor for multiple editors.
2889
+ - Fixed so the codesample plugin textarea gets focused by default.
2890
+
2891
+ ## 4.3.10 - 2016-04-12
2892
+
2893
+ ### Fixed
2894
+ - Fixed bug where the key "y" on WebKit couldn't be entered due to conflict with keycode for F10 on keypress.
2895
+
2896
+ ## 4.3.9 - 2016-04-12
2897
+
2898
+ ### Added
2899
+ - Added support for focusing the contextual toolbars using keyboard.
2900
+ - Added keyboard support for slider UI controls. You can no increase/decrease using arrow keys.
2901
+ - Added url pattern matching for Dailymotion to media plugin. Patch contributed by Bertrand Darbon.
2902
+ - Added body_class to template plugin preview. Patch contributed by Milen Petrinski.
2903
+ - Added options to better override textcolor pickers with custom colors. Patch contributed by Xavier Boubert.
2904
+ - Added visual arrows to inline contextual toolbars so that they point to the element being active.
2905
+
2906
+ ### Changed
2907
+ - Changed the Meta+Shift+F shortcut to Ctrl+Shift+F since Czech, Slovak, Polish languages used the first one for input.
2908
+
2909
+ ### Fixed
2910
+ - Fixed so toolbars for tables or other larger elements get better positioned below the scrollable viewport.
2911
+ - Fixed bug where it was possible to click links inside cE=false blocks.
2912
+ - Fixed bug where event targets wasn't properly handled in Safari Technical Preview.
2913
+ - Fixed bug where drag/drop text in FF 45 would make the editor caret invisible.
2914
+ - Fixed bug where the remove state wasn't properly set on editor instances when detected as clobbered.
2915
+ - Fixed bug where offscreen selection of some cE=false elements would render onscreen. Patch contributed by Steven Bufton
2916
+ - Fixed bug where enter would clone styles out side the root on editors inside a span. Patch contributed by ChristophKaser.
2917
+ - Fixed bug where drag/drop of images into the editor didn't work correctly in FF.
2918
+ - Fixed so the first item in panels for the imagetools dialog gets proper keyboard focus.
2919
+
2920
+ ## 4.3.8 - 2016-03-15
2921
+
2922
+ ### Fixed
2923
+ - Fixed bug where inserting HR at the end of a block element would produce an extra empty block.
2924
+ - Fixed bug where links would be clickable when readonly mode was enabled.
2925
+ - Fixed bug where the formatter would normalize to the wrong node on very specific content.
2926
+ - Fixed bug where some nested list items couldn't be indented properly.
2927
+ - Fixed bug where links where clickable in the preview dialog.
2928
+ - Fixed so the alt attribute doesn't get padded with an empty value by default.
2929
+ - Fixed so nested alignment works more correctly. You will now alter the alignment to the closest block parent.
2930
+
2931
+ ## 4.3.7 - 2016-03-02
2932
+
2933
+ ### Fixed
2934
+ - Fixed bug where incorrect icons would be rendered for imagetools edit and color levels.
2935
+ - Fixed bug where navigation using arrow keys inside a SelectBox didn't move up/down.
2936
+ - Fixed bug where the visualblocks plugin would render borders round internal UI elements.
2937
+
2938
+ ## 4.3.6 - 2016-03-01
2939
+
2940
+ ### Added
2941
+ - Added new paste_remember_plaintext_info option to allow a global disable of the plain text mode notification.
2942
+ - Added new PastePlainTextToggle event that fires when plain text mode toggles on/off.
2943
+
2944
+ ### Fixed
2945
+ - Fixed bug where it wasn't possible to select media elements since the drag logic would snap it to mouse cursor.
2946
+ - Fixed bug where it was hard to place the caret inside nested cE=true elements when the outer cE=false element was focused.
2947
+ - Fixed bug where editors wouldn't properly initialize if both selector and mode where used.
2948
+ - Fixed bug where IME input inside table cells would switch the IME off.
2949
+ - Fixed bug where selection inside the first table cell would cause the whole table cell to get selected.
2950
+ - Fixed bug where error handling of images being uploaded wouldn't properly handle faulty statuses.
2951
+ - Fixed bug where inserting contents before a HR would cause an exception to be thrown.
2952
+ - Fixed bug where copy/paste of Excel data would be inserted as an image.
2953
+ - Fixed caret position issues with copy/paste of inline block cE=false elements.
2954
+ - Fixed issues with various menu item focus bugs in Chrome. Where the focused menu bar item wasn't properly blurred.
2955
+ - Fixed so the notifications have a solid background since it would be hard to read if there where text under it.
2956
+ - Fixed so notifications gets animated similar to the ones used by dialogs.
2957
+ - Fixed so larger images that gets pasted is handled better.
2958
+ - Fixed so the window close button is more uniform on various platform and also increased it's hit area.
2959
+
2960
+ ## 4.3.5 - 2016-02-11
2961
+
2962
+ Npm version bump due to package not being fully updated.
2963
+
2964
+ ## 4.3.4 - 2016-02-11
2965
+
2966
+ ### Added
2967
+ - Added new OpenWindow/CloseWindow events that gets fired when windows open/close.
2968
+ - Added new NewCell/NewRow events that gets fired when table cells/rows are created.
2969
+ - Added new Promise return value to tinymce.init makes it easier to handle initialization.
2970
+
2971
+ ### Fixed
2972
+ - Fixed various bugs with drag/drop of contentEditable:false elements.
2973
+ - Fixed bug where deleting of very specific nested list items would result in an odd list.
2974
+ - Fixed bug where lists would get merged with adjacent lists outside the editable inline root.
2975
+ - Fixed bug where MS Edge would crash when closing a dialog then clicking a menu item.
2976
+ - Fixed bug where table cell selection would add undo levels.
2977
+ - Fixed bug where table cell selection wasn't removed when inline editor where removed.
2978
+ - Fixed bug where table cell selection wouldn't work properly on nested tables.
2979
+ - Fixed bug where table merge menu would be available when merging between thead and tbody.
2980
+ - Fixed bug where table row/column resize wouldn't get properly removed when the editor was removed.
2981
+ - Fixed bug where Chrome would scroll to the editor if there where a empty hash value in document url.
2982
+ - Fixed bug where the cache suffix wouldn't work correctly with the importcss plugin.
2983
+ - Fixed bug where selection wouldn't work properly on MS Edge on Windows Phone 10.
2984
+ - Fixed so adjacent pre blocks gets joined into one pre block since that seems like the user intent.
2985
+ - Fixed so events gets properly dispatched in shadow dom. Patch provided by Nazar Mokrynskyi.
2986
+
2987
+ ### Removed
2988
+ - Removed the jQuery version the jQuery plugin is now moved into the main package.
2989
+ - Removed jscs from build process since eslint can now handle code style checking.
2990
+
2991
+ ## 4.3.3 - 2016-01-14
2992
+
2993
+ ### Added
2994
+ - Added new table_resize_bars configuration setting. This setting allows you to disable the table resize bars.
2995
+ - Added new beforeInitialize event to tinymce.util.XHR lets you modify XHR properties before open. Patch contributed by Brent Clintel.
2996
+ - Added new autolink_pattern setting to autolink plugin. Enables you to override the default autolink formats. Patch contributed by Ben Tiedt.
2997
+ - Added new charmap option that lets you override the default charmap of the charmap plugin.
2998
+ - Added new charmap_append option that lets you add new characters to the default charmap of the charmap plugin.
2999
+ - Added new insertCustomChar event that gets fired when a character is inserted by the charmap plugin.
3000
+
3001
+ ### Fixed
3002
+ - Fixed bug where table cells started with a superfluous &nbsp; in IE10+.
3003
+ - Fixed bug where table plugin would retain all BR tags when cells were merged.
3004
+ - Fixed bug where media plugin would strip underscores from youtube urls.
3005
+ - Fixed bug where IME input would fail on IE 11 if you typed within a table.
3006
+ - Fixed bug where double click selection of a word would remove the space before the word on insert contents.
3007
+ - Fixed bug where table plugin would produce exceptions when hovering tables with invalid structure.
3008
+ - Fixed bug where fullscreen wouldn't scroll back to it's original position when untoggled.
3009
+ - Fixed so the template plugins templates setting can be a function that gets a callback that can provide templates.
3010
+
3011
+ ## 4.3.2 - 2015-12-14
3012
+
3013
+ ### Fixed
3014
+ - Fixed bug where the resize bars for table cells were not affected by the object_resizing property.
3015
+ - Fixed bug where the contextual table toolbar would appear incorrectly if TinyMCE was initialized inline inside a table.
3016
+ - Fixed bug where resizing table cells did not fire a node change event or add an undo level.
3017
+ - Fixed bug where double click selection of text on IE 11 wouldn't work properly.
3018
+ - Fixed bug where codesample plugin would incorrectly produce br elements inside code elements.
3019
+ - Fixed bug where media plugin would strip dashes from youtube urls.
3020
+ - Fixed bug where it was possible to move the caret into the table resize bars.
3021
+ - Fixed bug where drag/drop into a cE=false element was possible on IE.
3022
+
3023
+ ## 4.3.1 - 2015-11-30
3024
+
3025
+ ### Fixed
3026
+ - Fixed so it's possible to disable the table inline toolbar by setting it to false or an empty string.
3027
+ - Fixed bug where it wasn't possible to resize some tables using the drag handles.
3028
+ - Fixed bug where unique id:s would clash for multiple editor instances and cE=false selections.
3029
+ - Fixed bug where the same plugin could be initialized multiple times.
3030
+ - Fixed bug where the table inline toolbars would be displayed at the same time as the image toolbars.
3031
+ - Fixed bug where the table selection rect wouldn't be removed when selecting another control element.
3032
+
3033
+ ## 4.3.0 - 2015-11-23
3034
+
3035
+ ### Added
3036
+ - Added new table column/row resize support. Makes it a lot more easy to resize the columns/rows in a table.
3037
+ - Added new table inline toolbar. Makes it easier to for example add new rows or columns to a table.
3038
+ - Added new notification API. Lets you display floating notifications to the end user.
3039
+ - Added new codesample plugin that lets you insert syntax highlighted pre elements into the editor.
3040
+ - Added new image_caption to images. Lets you create images with captions using a HTML5 figure/figcaption elements.
3041
+ - Added new live previews of embeded videos. Lets you play the video right inside the editor.
3042
+ - Added new setDirty method and "dirty" event to the editor. Makes it easier to track the dirty state change.
3043
+ - Added new setMode method to Editor instances that lets you dynamically switch between design/readonly.
3044
+ - Added new core support for contentEditable=false elements within the editor overrides the browsers broken behavior.
3045
+
3046
+ ### Changed
3047
+ - Rewrote the noneditable plugin to use the new contentEditable false core logic.
3048
+
3049
+ ### Fixed
3050
+ - Fixed so the dirty state doesn't set to false automatically when the undo index is set to 0.
3051
+ - Fixed the Selection.placeCaretAt so it works better on IE when the coordinate is between paragraphs.
3052
+ - Fixed bug where data-mce-bogus="all" element contents where counted by the word count plugin.
3053
+ - Fixed bug where contentEditable=false elements would be indented by the indent buttons.
3054
+ - Fixed bug where images within contentEditable=false would be selected in WebKit on mouse click.
3055
+ - Fixed bug in DOMUntils split method where the replacement parameter wouldn't work on specific cases.
3056
+ - Fixed bug where the importcss plugin would import classes from the skin content css file.
3057
+ - Fixed so all button variants have a wrapping span for it's text to make it easier to skin.
3058
+ - Fixed so it's easier to exit pre block using the arrow keys.
3059
+ - Fixed bug where listboxes with fix widths didn't render correctly.
3060
+
3061
+ ## 4.2.8 - 2015-11-13
3062
+
3063
+ ### Fixed
3064
+ - Fixed bug where it was possible to delete tables as the inline root element if all columns where selected.
3065
+ - Fixed bug where the UI buttons active state wasn't properly updated due to recent refactoring of that logic.
3066
+
3067
+ ## 4.2.7 - 2015-10-27
3068
+
3069
+ ### Fixed
3070
+ - Fixed bug where backspace/delete would remove all formats on the last paragraph character in WebKit/Blink.
3071
+ - Fixed bug where backspace within a inline format element with a bogus caret container would move the caret.
3072
+ - Fixed bug where backspace/delete on selected table cells wouldn't add an undo level.
3073
+ - Fixed bug where script tags embedded within the editor could sometimes get a mce- prefix prepended to them
3074
+ - Fixed bug where validate: false option could produce an error to be thrown from the Serialization step.
3075
+ - Fixed bug where inline editing of a table as the root element could let the user delete that table.
3076
+ - Fixed bug where inline editing of a table as the root element wouldn't properly handle enter key.
3077
+ - Fixed bug where inline editing of a table as the root element would normalize the selection incorrectly.
3078
+ - Fixed bug where inline editing of a list as the root element could let the user delete that list.
3079
+ - Fixed bug where inline editing of a list as the root element could let the user split that list.
3080
+ - Fixed bug where resize handles would be rendered on editable root elements such as table.
3081
+
3082
+ ## 4.2.6 - 2015-09-28
3083
+
3084
+ ### Added
3085
+ - Added capability to set request headers when using XHRs.
3086
+ - Added capability to upload local images automatically default delay is set to 30 seconds after editing images.
3087
+ - Added commands ids mceEditImage, mceAchor and mceMedia to be avaiable from execCommand.
3088
+ - Added Edge browser to saucelabs grunt task. Patch contributed by John-David Dalton.
3089
+
3090
+ ### Fixed
3091
+ - Fixed bug where blob uris not produced by tinymce would produce HTML invalid markup.
3092
+ - Fixed bug where selection of contents of a nearly empty editor in Edge would sometimes fail.
3093
+ - Fixed bug where color styles woudln't be retained on copy/paste in Blink/Webkit.
3094
+ - Fixed bug where the table plugin would throw an error when inserting rows after a child table.
3095
+ - Fixed bug where the template plugin wouldn't handle functions as variable replacements.
3096
+ - Fixed bug where undo/redo sometimes wouldn't work properly when applying formatting collapsed ranges.
3097
+ - Fixed bug where shift+delete wouldn't do a cut operation on Blink/WebKit.
3098
+ - Fixed bug where cut action wouldn't properly store the before selection bookmark for the undo level.
3099
+ - Fixed bug where backspace in side an empty list element on IE would loose editor focus.
3100
+ - Fixed bug where the save plugin wouldn't enable the buttons when a change occurred.
3101
+ - Fixed bug where Edge wouldn't initialize the editor if a document.domain was specified.
3102
+ - Fixed bug where enter key before nested images would sometimes not properly expand the previous block.
3103
+ - Fixed bug where the inline toolbars wouldn't get properly hidden when blurring the editor instance.
3104
+ - Fixed bug where Edge would paste Chinese characters on some Windows 10 installations.
3105
+ - Fixed bug where IME would loose focus on IE 11 due to the double trailing br bug fix.
3106
+ - Fixed bug where the proxy url in imagetools was incorrect. Patch contributed by Wong Ho Wang.
3107
+
3108
+ ## 4.2.5 - 2015-08-31
3109
+
3110
+ ### Added
3111
+ - Added fullscreen capability to embedded youtube and vimeo videos.
3112
+
3113
+ ### Fixed
3114
+ - Fixed bug where the uploadImages call didn't work on IE 10.
3115
+ - Fixed bug where image place holders would be uploaded by uploadImages call.
3116
+ - Fixed bug where images marked with bogus would be uploaded by the uploadImages call.
3117
+ - Fixed bug where multiple calls to uploadImages would result in decreased performance.
3118
+ - Fixed bug where pagebreaks were editable to imagetools patch contributed by Rasmus Wallin.
3119
+ - Fixed bug where the element path could cause too much recursion exception.
3120
+ - Fixed bug for domains containing ".min". Patch contributed by Loïc Février.
3121
+ - Fixed so validation of external links to accept a number after www. Patch contributed by Victor Carvalho.
3122
+ - Fixed so the charmap is exposed though execCommand. Patch contributed by Matthew Will.
3123
+ - Fixed so that the image uploads are concurrent for improved performance.
3124
+ - Fixed various grammar problems in inline documentation. Patches provided by nikolas.
3125
+
3126
+ ## 4.2.4 - 2015-08-17
3127
+
3128
+ ### Added
3129
+ - Added picture as a valid element to the HTML 5 schema. Patch contributed by Adam Taylor.
3130
+
3131
+ ### Fixed
3132
+ - Fixed bug where contents would be duplicated on drag/drop within the same editor.
3133
+ - Fixed bug where floating/alignment of images on Edge wouldn't work properly.
3134
+ - Fixed bug where it wasn't possible to drag images on IE 11.
3135
+ - Fixed bug where image selection on Edge would sometimes fail.
3136
+ - Fixed bug where contextual toolbars icons wasn't rendered properly when using the toolbar_items_size.
3137
+ - Fixed bug where searchreplace dialog doesn't get prefilled with the selected text.
3138
+ - Fixed bug where fragmented matches wouldn't get properly replaced by the searchreplace plugin.
3139
+ - Fixed bug where enter key wouldn't place the caret if was after a trailing space within an inline element.
3140
+ - Fixed bug where the autolink plugin could produce multiple links for the same text on Gecko.
3141
+ - Fixed bug where EditorUpload could sometimes throw an exception if the blob wasn't found.
3142
+ - Fixed xss issues with media plugin not properly filtering out some script attributes.
3143
+
3144
+ ## 4.2.3 - 2015-07-30
3145
+
3146
+ ### Fixed
3147
+ - Fixed bug where image selection wasn't possible on Edge due to incompatible setBaseAndExtend API.
3148
+ - Fixed bug where image blobs urls where not properly destroyed by the imagetools plugin.
3149
+ - Fixed bug where keyboard shortcuts wasn't working correctly on IE 8.
3150
+ - Fixed skin issue where the borders of panels where not visible on IE 8.
3151
+
3152
+ ## 4.2.2 - 2015-07-22
3153
+
3154
+ ### Fixed
3155
+ - Fixed bug where float panels were not being hidden on inline editor blur when fixed_toolbar_container config option was in use.
3156
+ - Fixed bug where combobox states wasn't properly updated if contents where updated without keyboard.
3157
+ - Fixed bug where pasting into textbox or combobox would move the caret to the end of text.
3158
+ - Fixed bug where removal of bogus span elements before block elements would remove whitespace between nodes.
3159
+ - Fixed bug where repositioning of inline toolbars where async and producing errors if the editor was removed from DOM to early. Patch by iseulde.
3160
+ - Fixed bug where element path wasn't working correctly. Patch contributed by iseulde.
3161
+ - Fixed bug where menus wasn't rendered correctly when custom images where added to a menu. Patch contributed by Naim Hammadi.
3162
+
3163
+ ## 4.2.1 - 2015-06-29
3164
+
3165
+ ### Fixed
3166
+ - Fixed bug where back/forward buttons in the browser would render blob images as broken images.
3167
+ - Fixed bug where Firefox would throw regexp to big error when replacing huge base64 chunks.
3168
+ - Fixed bug rendering issues with resize and context toolbars not being placed properly until next animation frame.
3169
+ - Fixed bug where the rendering of the image while cropping would some times not be centered correctly.
3170
+ - Fixed bug where listbox items with submenus would me selected as active.
3171
+ - Fixed bug where context menu where throwing an error when rendering.
3172
+ - Fixed bug where resize both option wasn't working due to resent addClass API change. Patch contributed by Jogai.
3173
+ - Fixed bug where a hideAll call for container rendered inline toolbars would throw an error.
3174
+ - Fixed bug where onclick event handler on combobox could cause issues if element.id was a function by some polluting libraries.
3175
+ - Fixed bug where listboxes wouldn't get proper selected sub menu item when using link_list or image_list.
3176
+ - Fixed so the UI controls are as wide as 4.1.x to avoid wrapping controls in toolbars.
3177
+ - Fixed so the imagetools dialog is adaptive for smaller screen sizes.
3178
+
3179
+ ## 4.2.0 - 2015-06-25
3180
+
3181
+ ### Added
3182
+ - Added new flat default skin to make the UI more modern.
3183
+ - Added new imagetools plugin, lets you crop/resize and apply filters to images.
3184
+ - Added new contextual toolbars support to the API lets you add floating toolbars for specific CSS selectors.
3185
+ - Added new promise feature fill as tinymce.util.Promise.
3186
+ - Added new built in image upload feature lets you upload any base64 encoded image within the editor as files.
3187
+
3188
+ ### Fixed
3189
+ - Fixed bug where resize handles would appear in the right position in the wrong editor when switching between resizable content in different inline editors.
3190
+ - Fixed bug where tables would not be inserted in inline mode due to previous float panel fix.
3191
+ - Fixed bug where floating panels would remain open when focus was lost on inline editors.
3192
+ - Fixed bug where cut command on Chrome would thrown a browser security exception.
3193
+ - Fixed bug where IE 11 sometimes would report an incorrect size for images in the image dialog.
3194
+ - Fixed bug where it wasn't possible to remove inline formatting at the end of block elements.
3195
+ - Fixed bug where it wasn't possible to delete table cell contents when cell selection was vertical.
3196
+ - Fixed bug where table cell wasn't emptied from block elements if delete/backspace where pressed in empty cell.
3197
+ - Fixed bug where cmd+shift+arrow didn't work correctly on Firefox mac when selecting to start/end of line.
3198
+ - Fixed bug where removal of bogus elements would sometimes remove whitespace between nodes.
3199
+ - Fixed bug where the resize handles wasn't updated when the main window was resized.
3200
+ - Fixed so script elements gets removed by default to prevent possible XSS issues in default config implementations.
3201
+ - Fixed so the UI doesn't need manual reflows when using non native layout managers.
3202
+ - Fixed so base64 encoded images doesn't slow down the editor on modern browsers while editing.
3203
+ - Fixed so all UI elements uses touch events to improve mobile device support.
3204
+ - Removed the touch click quirks patch for iOS since it did more harm than good.
3205
+ - Removed the non proportional resize handles since. Unproportional resize can still be done by holding the shift key.
3206
+
3207
+ ## 4.1.10 - 2015-05-05
3208
+
3209
+ ### Fixed
3210
+ - Fixed bug where plugins loaded with compat3x would sometimes throw errors when loading using the jQuery version.
3211
+ - Fixed bug where extra empty paragraphs would get deleted in WebKit/Blink due to recent Quriks fix.
3212
+ - Fixed bug where the editor wouldn't work properly on IE 12 due to some required browser sniffing.
3213
+ - Fixed bug where formatting shortcut keys where interfering with Mac OS X screenshot keys.
3214
+ - Fixed bug where the caret wouldn't move to the next/previous line boundary on Cmd+Left/Right on Gecko.
3215
+ - Fixed bug where it wasn't possible to remove formats from very specific nested contents.
3216
+ - Fixed bug where undo levels wasn't produced when typing letters using the shift or alt+ctrl modifiers.
3217
+ - Fixed bug where the dirty state wasn't properly updated when typing using the shift or alt+ctrl modifiers.
3218
+ - Fixed bug where an error would be thrown if an autofocused editor was destroyed quickly after its initialization. Patch provided by thorn0.
3219
+ - Fixed issue with dirty state not being properly updated on redo operation.
3220
+ - Fixed issue with entity decoder not handling incorrectly written numeric entities.
3221
+ - Fixed issue where some PI element values wouldn't be properly encoded.
3222
+
3223
+ ## 4.1.9 - 2015-03-10
3224
+
3225
+ ### Fixed
3226
+ - Fixed bug where indentation wouldn't work properly for non list elements.
3227
+ - Fixed bug with image plugin not pulling the image dimensions out correctly if a custom document_base_url was used.
3228
+ - Fixed bug where ctrl+alt+[1-9] would conflict with the AltGr+[1-9] on Windows. New shortcuts is ctrl+shift+[1-9].
3229
+ - Fixed bug with removing formatting on nodes in inline mode would sometimes include nodes outside the editor body.
3230
+ - Fixed bug where extra nbsp:s would be inserted when you replaced a word surrounded by spaces using insertContent.
3231
+ - Fixed bug with pasting from Google Docs would produce extra strong elements and line feeds.
3232
+
3233
+ ## 4.1.8 - 2015-03-05
3234
+
3235
+ ### Added
3236
+ - Added new html5 sizes attribute to img elements used together with srcset.
3237
+ - Added new elementpath option that makes it possible to disable the element path but keep the statusbar.
3238
+ - Added new option table_style_by_css for the table plugin to set table styling with css rather than table attributes.
3239
+ - Added new link_assume_external_targets option to prompt the user to prepend http:// prefix if the supplied link does not contain a protocol prefix.
3240
+ - Added new image_prepend_url option to allow a custom base path/url to be added to images.
3241
+ - Added new table_appearance_options option to make it possible to disable some options.
3242
+ - Added new image_title option to make it possible to alter the title of the image, disabled by default.
3243
+
3244
+ ### Fixed
3245
+ - Fixed bug where selection starting from out side of the body wouldn't produce a proper selection range on IE 11.
3246
+ - Fixed bug where pressing enter twice before a table moves the cursor in the table and causes a javascript error.
3247
+ - Fixed bug where advanced image styles were not respected.
3248
+ - Fixed bug where the less common Shift+Delete didn't produce a proper cut operation on WebKit browsers.
3249
+ - Fixed bug where image/media size constrain logic would produce NaN when handling non number values.
3250
+ - Fixed bug where internal classes where removed by the removeformat command.
3251
+ - Fixed bug with creating links table cell contents with a specific selection would throw a exceptions on WebKit/Blink.
3252
+ - Fixed bug where valid_classes option didn't work as expected according to docs. Patch provided by thorn0.
3253
+ - Fixed bug where jQuery plugin would patch the internal methods multiple times. Patch provided by Drew Martin.
3254
+ - Fixed bug where backspace key wouldn't delete the current selection of newly formatted content.
3255
+ - Fixed bug where type over of inline formatting elements wouldn't properly keep the format on WebKit/Blink.
3256
+ - Fixed bug where selection needed to be properly normalized on modern IE versions.
3257
+ - Fixed bug where Command+Backspace didn't properly delete the whole line of text but the previous word.
3258
+ - Fixed bug where UI active states wheren't properly updated on IE if you placed caret within the current range.
3259
+ - Fixed bug where delete/backspace on WebKit/Blink would remove span elements created by the user.
3260
+ - Fixed bug where delete/backspace would produce incorrect results when deleting between two text blocks with br elements.
3261
+ - Fixed bug where captions where removed when pasting from MS Office.
3262
+ - Fixed bug where lists plugin wouldn't properly remove fully selected nested lists.
3263
+ - Fixed bug where the ttf font used for icons would throw an warning message on Gecko on Mac OS X.
3264
+ - Fixed a bug where applying a color to text did not update the undo/redo history.
3265
+ - Fixed so shy entities gets displayed when using the visualchars plugin.
3266
+ - Fixed so removeformat removes ins/del by default since these might be used for strikethough.
3267
+ - Fixed so multiple language packs can be loaded and added to the global I18n data structure.
3268
+ - Fixed so transparent color selection gets treated as a normal color selection. Patch contributed by Alexander Hofbauer.
3269
+ - Fixed so it's possible to disable autoresize_overflow_padding, autoresize_bottom_margin options by setting them to false.
3270
+ - Fixed so the charmap plugin shows the description of the character in the dialog. Patch contributed by Jelle Hissink.
3271
+ - Removed address from the default list of block formats since it tends to be missused.
3272
+ - Fixed so the pre block format is called preformatted to make it more verbose.
3273
+ - Fixed so it's possible to context scope translation strings this isn't needed most of the time.
3274
+ - Fixed so the max length of the width/height input fields of the media dialog is 5 instead of 3.
3275
+ - Fixed so drag/dropped contents gets properly processed by paste plugin since it's basically a paste. Patch contributed by Greg Fairbanks.
3276
+ - Fixed so shortcut keys for headers is ctrl+alt+[1-9] instead of ctrl+[1-9] since these are for switching tabs in the browsers.
3277
+ - Fixed so "u" doesn't get converted into a span element by the legacy input filter. Since this is now a valid HTML5 element.
3278
+ - Fixed font families in order to provide appropriate web-safe fonts.
3279
+
3280
+ ## 4.1.7 - 2014-11-27
3281
+
3282
+ ### Added
3283
+ - Added HTML5 schema support for srcset, source and picture. Patch contributed by mattheu.
3284
+ - Added new cache_suffix setting to enable cache busting by producing unique urls.
3285
+ - Added new paste_convert_word_fake_lists option to enable users to disable the fake lists convert logic.
3286
+
3287
+ ### Fixed
3288
+ - Fixed so advlist style changes adds undo levels for each change.
3289
+ - Fixed bug where WebKit would sometimes produce an exception when the autolink plugin where looking for URLs.
3290
+ - Fixed bug where IE 7 wouldn't be rendered properly due to aggressive css compression.
3291
+ - Fixed bug where DomQuery wouldn't accept window as constructor element.
3292
+ - Fixed bug where the color picker in 3.x dialogs wouldn't work properly. Patch contributed by Callidior.
3293
+ - Fixed bug where the image plugin wouldn't respect the document_base_url.
3294
+ - Fixed bug where the jQuery plugin would fail to append to elements named array prototype names.
3295
+
3296
+ ## 4.1.6 - 2014-10-08
3297
+
3298
+ ### Changed
3299
+ - Replaced jake with grunt since it is more mainstream and has better plugin support.
3300
+
3301
+ ### Fixed
3302
+ - Fixed bug with clicking on the scrollbar of the iframe would cause a JS error to be thrown.
3303
+ - Fixed bug where null would produce an exception if you passed it to selection.setRng.
3304
+ - Fixed bug where Ctrl/Cmd+Tab would indent the current list item if you switched tabs in the browser.
3305
+ - Fixed bug where pasting empty cells from Excel would result in a broken table.
3306
+ - Fixed bug where it wasn't possible to switch back to default list style type.
3307
+ - Fixed issue where the select all quirk fix would fire for other modifiers than Ctrl/Cmd combinations.
3308
+
3309
+
3310
+ ## 4.1.5 - 2014-09-09
3311
+
3312
+ ### Fixed
3313
+ - Fixed bug where sometimes the resize rectangles wouldn't properly render on images on WebKit/Blink.
3314
+ - Fixed bug in list plugin where delete/backspace would merge empty LI elements in lists incorrectly.
3315
+ - Fixed bug where empty list elements would result in empty LI elements without it's parent container.
3316
+ - Fixed bug where backspace in empty caret formatted element could produce an type error exception of Gecko.
3317
+ - Fixed bug where lists pasted from word with a custom start index above 9 wouldn't be properly handled.
3318
+ - Fixed bug where tabfocus plugin would tab out of the editor instance even if the default action was prevented.
3319
+ - Fixed bug where tabfocus wouldn't tab properly to other adjacent editor instances.
3320
+ - Fixed bug where the DOMUtils setStyles wouldn't properly removed or update the data-mce-style attribute.
3321
+ - Fixed bug where dialog select boxes would be placed incorrectly if document.body wasn't statically positioned.
3322
+ - Fixed bug where pasting would sometimes scroll to the top of page if the user was using the autoresize plugin.
3323
+ - Fixed bug where caret wouldn't be properly rendered by Chrome when clicking on the iframes documentElement.
3324
+ - Fixed so custom images for menubutton/splitbutton can be provided. Patch contributed by Naim Hammadi.
3325
+ - Fixed so the default action of windows closing can be prevented by blocking the default action of the close event.
3326
+ - Fixed so nodeChange and focus of the editor isn't automatically performed when opening sub dialogs.
3327
+
3328
+ ## 4.1.4 - 2014-08-21
3329
+
3330
+ ### Added
3331
+ - Added new media_filter_html option to media plugin that blocks any conditional comments, scripts etc within a video element.
3332
+ - Added new content_security_policy option allows you to set custom policy for iframe contents. Patch contributed by Francois Chagnon.
3333
+
3334
+ ### Fixed
3335
+ - Fixed bug where activate/deactivate events wasn't firing properly when switching between editors.
3336
+ - Fixed bug where placing the caret on iOS was difficult due to a WebKit bug with touch events.
3337
+ - Fixed bug where the resize helper wouldn't render properly on older IE versions.
3338
+ - Fixed bug where resizing images inside tables on older IE versions would sometimes fail depending mouse position.
3339
+ - Fixed bug where editor.insertContent would produce an exception when inserting select/option elements.
3340
+ - Fixed bug where extra empty paragraphs would be produced if block elements where inserted inside span elements.
3341
+ - Fixed bug where the spellchecker menu item wouldn't be properly checked if spell checking was started before it was rendered.
3342
+ - Fixed bug where the DomQuery filter function wouldn't remove non elements from collection.
3343
+ - Fixed bug where document with custom document.domain wouldn't properly render the editor.
3344
+ - Fixed bug where IE 8 would throw exception when trying to enter invalid color values into colorboxes.
3345
+ - Fixed bug where undo manager could incorrectly add an extra undo level when custom resize handles was removed.
3346
+ - Fixed bug where it wouldn't be possible to alter cell properties properly on table cells on IE 8.
3347
+ - Fixed so the color picker button in table dialog isn't shown unless you include the colorpicker plugin or add your own custom color picker.
3348
+ - Fixed so activate/deactivate events fire when windowManager opens a window since.
3349
+ - Fixed so the table advtab options isn't separated by an underscore to normalize naming with image_advtab option.
3350
+ - Fixed so the table cell dialog has proper padding when the advanced tab in disabled.
3351
+
3352
+ ## 4.1.3 - 2014-07-29
3353
+
3354
+ ### Added
3355
+ - Added event binding logic to tinymce.util.XHR making it possible to override headers and settings before any request is made.
3356
+
3357
+ ### Fixed
3358
+ - Fixed bug where drag events wasn't fireing properly on older IE versions since the event handlers where bound to document.
3359
+ - Fixed bug where drag/dropping contents within the editor on IE would force the contents into plain text mode even if it was internal content.
3360
+ - Fixed bug where IE 7 wouldn't open menus properly due to a resize bug in the browser auto closing them immediately.
3361
+ - Fixed bug where the DOMUtils getPos logic wouldn't produce a valid coordinate inside the body if the body was positioned non static.
3362
+ - Fixed bug where the element path and format state wasn't properly updated if you had the wordcount plugin enabled.
3363
+ - Fixed bug where a comment at the beginning of source would produce an exception in the formatter logic.
3364
+ - Fixed bug where setAttrib/getAttrib on null would throw exception together with any hooked attributes like style.
3365
+ - Fixed bug where table sizes wasn't properly retained when copy/pasting on WebKit/Blink.
3366
+ - Fixed bug where WebKit/Blink would produce colors in RGB format instead of the forced HEX format when deleting contents.
3367
+ - Fixed bug where the width attribute wasn't updated on tables if you changed the size inside the table dialog.
3368
+ - Fixed bug where control selection wasn't properly handled when the caret was placed directly after an image.
3369
+ - Fixed bug where selecting the contents of table cells using the selection.select method wouldn't place the caret properly.
3370
+ - Fixed bug where the selection state for images wasn't removed when placing the caret right after an image on WebKit/Blink.
3371
+ - Fixed bug where all events wasn't properly unbound when and editor instance was removed or destroyed by some external innerHTML call.
3372
+ - Fixed bug where it wasn't possible or very hard to select images on iOS when the onscreen keyboard was visible.
3373
+ - Fixed so auto_focus can take a boolean argument this will auto focus the last initialized editor might be useful for single inits.
3374
+ - Fixed so word auto detect lists logic works better for faked lists that doesn't have specific markup.
3375
+ - Fixed so nodeChange gets fired on mouseup as it used to before 4.1.1 we optimized that event to fire less often.
3376
+
3377
+ ### Removed
3378
+ - Removed the finish menu item from spellchecker menu since it's redundant you can stop spellchecking by toggling menu item or button.
3379
+
3380
+ ## 4.1.2 - 2014-07-15
3381
+
3382
+ ### Added
3383
+ - Added offset/grep to DomQuery class works basically the same as it's jQuery equivalent.
3384
+
3385
+ ### Fixed
3386
+ - Fixed bug where backspace/delete or setContent with an empty string would remove header data when using the fullpage plugin.
3387
+ - Fixed bug where tinymce.remove with a selector not matching any editors would remove all editors.
3388
+ - Fixed bug where resizing of the editor didn't work since the theme was calling setStyles instead of setStyle.
3389
+ - Fixed bug where IE 7 would fail to append html fragments to iframe document when using DomQuery.
3390
+ - Fixed bug where the getStyle DOMUtils method would produce an exception if it was called with null as it's element.
3391
+ - Fixed bug where the paste plugin would remove the element if the none of the paste_webkit_styles rules matched the current style.
3392
+ - Fixed bug where contextmenu table items wouldn't work properly on IE since it would some times fire an incorrect selection change.
3393
+ - Fixed bug where the padding/border values wasn't used in the size calculation for the body size when using autoresize. Patch contributed by Matt Whelan.
3394
+ - Fixed bug where conditional word comments wouldn't be properly removed when pasting plain text.
3395
+ - Fixed bug where resizing would sometime fail on IE 11 when the mouseup occurred inside the resizable element.
3396
+ - Fixed so the iframe gets initialized without any inline event handlers for better CSP support. Patch contributed by Matt Whelan.
3397
+ - Fixed so the tinymce.dom.Sizzle is the latest version of sizzle this resolves the document context bug.
3398
+
3399
+ ## 4.1.1 - 2014-07-08
3400
+
3401
+ ### Fixed
3402
+ - Fixed bug where pasting plain text on some WebKit versions would result in an empty line.
3403
+ - Fixed bug where resizing images inside tables on IE 11 wouldn't work properly.
3404
+ - Fixed bug where IE 11 would sometimes throw "Invalid argument" exception when editor contents was set to an empty string.
3405
+ - Fixed bug where document.activeElement would throw exceptions on IE 9 when that element was hidden or removed from dom.
3406
+ - Fixed bug where WebKit/Blink sometimes produced br elements with the Apple-interchange-newline class.
3407
+ - Fixed bug where table cell selection wasn't properly removed when copy/pasting table cells.
3408
+ - Fixed bug where pasting nested list items from Word wouldn't produce proper semantic nested lists.
3409
+ - Fixed bug where right clicking using the contextmenu plugin on WebKit/Blink on Mac OS X would select the target current word or line.
3410
+ - Fixed bug where it wasn't possible to alter table cell properties on IE 8 using the context menu.
3411
+ - Fixed bug where the resize helper wouldn't be correctly positioned on older IE versions.
3412
+ - Fixed bug where fullpage plugin would produce an error if you didn't specify a doctype encoding.
3413
+ - Fixed bug where anchor plugin would get the name/id of the current element even if it wasn't anchor element.
3414
+ - Fixed bug where visual aids for tables wouldn't be properly disabled when changing the border size.
3415
+ - Fixed bug where some control selection events wasn't properly fired on older IE versions.
3416
+ - Fixed bug where table cell selection on older IE versions would prevent resizing of images.
3417
+ - Fixed bug with paste_data_images paste option not working properly on modern IE versions.
3418
+ - Fixed bug where custom elements with underscores in the name wasn't properly parsed/serialized.
3419
+ - Fixed bug where applying inline formats to nested list elements would produce an incorrect formatting result.
3420
+ - Fixed so it's possible to hide items from elements path by using preventDefault/stopPropagation.
3421
+ - Fixed so inline mode toolbar gets rendered right aligned if the editable element positioned to the documents right edge.
3422
+ - Fixed so empty inline elements inside empty block elements doesn't get removed if configured to be kept intact.
3423
+ - Fixed so DomQuery parentsUntil/prevUntil/nextUntil supports selectors/elements/filters etc.
3424
+ - Fixed so legacyoutput plugin overrides fontselect and fontsizeselect controls and handles font elements properly.
3425
+
3426
+ ## 4.1.0 - 2014-06-18
3427
+
3428
+ ### Added
3429
+ - Added new file_picker_callback option to replace the old file_browser_callback the latter will still work though.
3430
+ - Added new custom colors to textcolor plugin will be displayed if a color picker is provided also shows the latest colors.
3431
+ - Added new color_picker_callback option to enable you to add custom color pickers to the editor.
3432
+ - Added new advanced tabs to table/cell/row dialogs to enable you to select colors for border/background.
3433
+ - Added new colorpicker plugin that lets you select colors from a hsv color picker.
3434
+ - Added new tinymce.util.Color class to handle color parsing and converting.
3435
+ - Added new colorpicker UI widget element lets you add a hsv color picker to any form/window.
3436
+ - Added new textpattern plugin that allows you to use markdown like text patterns to format contents.
3437
+ - Added new resize helper element that shows the current width & height while resizing.
3438
+ - Added new "once" method to Editor and EventDispatcher enables since callback execution events.
3439
+ - Added new jQuery like class under tinymce.dom.DomQuery it's exposed on editor instances (editor.$) and globally under (tinymce.$).
3440
+
3441
+ ### Fixed
3442
+ - Fixed so the default resize method for images are proportional shift/ctrl can be used to make an unproportional size.
3443
+ - Fixed bug where the image_dimensions option of the image plugin would cause exceptions when it tried to update the size.
3444
+ - Fixed bug where table cell dialog class field wasn't properly updated when editing an a table cell with an existing class.
3445
+ - Fixed bug where Safari on Mac would produce webkit-fake-url for pasted images so these are now removed.
3446
+ - Fixed bug where the nodeChange event would get fired before the selection was changed when clicking inside the current selection range.
3447
+ - Fixed bug where valid_classes option would cause exception when it removed internal prefixed classes like mce-item-.
3448
+ - Fixed bug where backspace would cause navigation in IE 8 on an inline element and after a caret formatting was applied.
3449
+ - Fixed so placeholder images produced by the media plugin gets selected when inserted/edited.
3450
+ - Fixed so it's possible to drag in images when the paste_data_images option is enabled. Might be useful for mail clients.
3451
+ - Fixed so images doesn't get a width/height applied if the image_dimensions option is set to false useful for responsive contents.
3452
+ - Fixed so it's possible to pass in an optional arguments object for the nodeChanged function to be passed to all nodechange event listeners.
3453
+ - Fixed bug where media plugin embed code didn't update correctly.