1mpacto-react-ui 2.0.2 → 2.0.3

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 (78) hide show
  1. package/dist/assets/core.css +1 -1
  2. package/dist/assets/fontfamily.css +1 -1
  3. package/dist/assets/style.css +1 -1
  4. package/dist/index.cjs +109 -109
  5. package/dist/index.mjs +15022 -14756
  6. package/dist/package.json.d.ts +28 -28
  7. package/dist/src/components/Button/Button.config.d.ts +2 -1
  8. package/dist/src/config/bigNumber/index.d.ts +1 -1
  9. package/dist/src/interfaces/components/Button/index.d.ts +1 -1
  10. package/dist/src/interfaces/components/Table/index.d.ts +10 -2
  11. package/dist/tinymce/CHANGELOG.md +125 -0
  12. package/dist/tinymce/js/tinymce/icons/default/icons.min.js +1 -1
  13. package/dist/tinymce/js/tinymce/models/dom/model.min.js +1 -1
  14. package/dist/tinymce/js/tinymce/notices.txt +2 -2
  15. package/dist/tinymce/js/tinymce/plugins/accordion/plugin.min.js +1 -1
  16. package/dist/tinymce/js/tinymce/plugins/advlist/plugin.min.js +1 -1
  17. package/dist/tinymce/js/tinymce/plugins/autolink/plugin.min.js +1 -1
  18. package/dist/tinymce/js/tinymce/plugins/autoresize/plugin.min.js +1 -1
  19. package/dist/tinymce/js/tinymce/plugins/autosave/plugin.min.js +1 -1
  20. package/dist/tinymce/js/tinymce/plugins/charmap/plugin.min.js +1 -1
  21. package/dist/tinymce/js/tinymce/plugins/code/plugin.min.js +1 -1
  22. package/dist/tinymce/js/tinymce/plugins/codesample/plugin.min.js +2 -2
  23. package/dist/tinymce/js/tinymce/plugins/directionality/plugin.min.js +1 -1
  24. package/dist/tinymce/js/tinymce/plugins/emoticons/plugin.min.js +1 -1
  25. package/dist/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js +1 -1
  26. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/bg-BG.js +93 -0
  27. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fr-FR.js +93 -0
  28. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/he-IL.js +93 -0
  29. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hu-HU.js +93 -0
  30. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ko-KR.js +93 -0
  31. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/nb-NO.js +93 -0
  32. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt-BR.js +93 -0
  33. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt-PT.js +93 -0
  34. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sl-SI.js +93 -0
  35. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sv-SE.js +93 -0
  36. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/th-TH.js +93 -0
  37. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh-CN.js +87 -0
  38. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh-TW.js +93 -0
  39. package/dist/tinymce/js/tinymce/plugins/help/plugin.min.js +1 -1
  40. package/dist/tinymce/js/tinymce/plugins/image/plugin.min.js +1 -1
  41. package/dist/tinymce/js/tinymce/plugins/importcss/plugin.min.js +1 -1
  42. package/dist/tinymce/js/tinymce/plugins/insertdatetime/plugin.min.js +1 -1
  43. package/dist/tinymce/js/tinymce/plugins/link/plugin.min.js +1 -1
  44. package/dist/tinymce/js/tinymce/plugins/lists/plugin.min.js +1 -1
  45. package/dist/tinymce/js/tinymce/plugins/media/plugin.min.js +1 -1
  46. package/dist/tinymce/js/tinymce/plugins/preview/plugin.min.js +1 -1
  47. package/dist/tinymce/js/tinymce/plugins/quickbars/plugin.min.js +1 -1
  48. package/dist/tinymce/js/tinymce/plugins/searchreplace/plugin.min.js +1 -1
  49. package/dist/tinymce/js/tinymce/plugins/table/plugin.min.js +1 -1
  50. package/dist/tinymce/js/tinymce/plugins/visualchars/plugin.min.js +1 -1
  51. package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.js +1 -1
  52. package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.min.css +1 -1
  53. package/dist/tinymce/js/tinymce/skins/ui/oxide/content.js +1 -1
  54. package/dist/tinymce/js/tinymce/skins/ui/oxide/content.min.css +1 -1
  55. package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.js +1 -1
  56. package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.min.css +1 -1
  57. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.js +1 -1
  58. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -1
  59. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.js +1 -1
  60. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.min.css +1 -1
  61. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.js +1 -1
  62. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.min.css +1 -1
  63. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.inline.js +1 -1
  64. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -1
  65. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.js +1 -1
  66. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.min.css +1 -1
  67. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.js +1 -1
  68. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.min.css +1 -1
  69. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.inline.js +1 -1
  70. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -1
  71. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.js +1 -1
  72. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -1
  73. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.js +1 -1
  74. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -1
  75. package/dist/tinymce/js/tinymce/themes/silver/theme.min.js +1 -1
  76. package/dist/tinymce/js/tinymce/tinymce.d.ts +545 -496
  77. package/dist/tinymce/js/tinymce/tinymce.min.js +3 -4
  78. package/package.json +28 -28
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  "name": "1mpacto-react-ui",
3
3
  "private": false,
4
- "version": "2.0.2",
4
+ "version": "2.0.3",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=20.19.4",
@@ -28,44 +28,44 @@ declare const _default: {
28
28
  "install": "copyfiles -f dist/types-external/* ../../src/types/"
29
29
  },
30
30
  "devDependencies": {
31
- "@chromatic-com/storybook": "^4.0.1",
31
+ "@chromatic-com/storybook": "^4.1.3",
32
32
  "@eslint/compat": "^1.3.1",
33
33
  "@eslint/eslintrc": "^3.3.1",
34
34
  "@eslint/js": "^9.32.0",
35
- "@storybook/addon-docs": "^9.0.18",
36
- "@storybook/addon-onboarding": "^9.0.18",
37
- "@storybook/react-vite": "^9.0.18",
35
+ "@storybook/addon-docs": "^10.1.4",
36
+ "@storybook/addon-onboarding": "^10.1.4",
37
+ "@storybook/react-vite": "^10.1.4",
38
38
  "@stylistic/eslint-plugin": "^5.2.2",
39
39
  "@types/js-cookie": "^3.0.6",
40
40
  "@types/node": "^20",
41
41
  "@types/node-forge": "^1.3.14",
42
42
  "@types/react": "^19.1.9",
43
43
  "@types/react-dom": "^19.1.7",
44
- "@typescript-eslint/eslint-plugin": "^8.38.0",
45
- "@typescript-eslint/parser": "^8.38.0",
44
+ "@typescript-eslint/eslint-plugin": "^8.48.1",
45
+ "@typescript-eslint/parser": "^8.48.1",
46
46
  "@vitejs/plugin-react-swc": "^3.9.0",
47
47
  "autoprefixer": "^10.4.19",
48
48
  "eslint": "^9.32.0",
49
49
  "eslint-config-prettier": "^10.1.8",
50
50
  "eslint-plugin-import": "^2.32.0",
51
- "eslint-plugin-prettier": "^5.5.3",
51
+ "eslint-plugin-prettier": "^5.5.4",
52
52
  "eslint-plugin-react": "^7.37.5",
53
53
  "eslint-plugin-react-hooks": "^5.2.0",
54
54
  "eslint-plugin-react-refresh": "^0.4.19",
55
- "eslint-plugin-storybook": "^9.0.18",
56
- "glob": "^11.0.3",
55
+ "eslint-plugin-storybook": "^10.1.4",
56
+ "glob": "^13.0.0",
57
57
  "globals": "^16.3.0",
58
58
  "husky": "^9.1.7",
59
- "lint-staged": "^16.1.2",
59
+ "lint-staged": "^16.2.7",
60
60
  "postcss": "^8.5.2",
61
- "prettier": "^3.6.2",
61
+ "prettier": "^3.7.4",
62
62
  "react": "^19.1.1",
63
63
  "react-dom": "^19.1.1",
64
- "sass": "^1.89.2",
65
- "storybook": "^9.0.18",
64
+ "sass": "^1.94.2",
65
+ "storybook": "^10.1.4",
66
66
  "tailwindcss": "^3.4.4",
67
67
  "ts-node": "^10.9.2",
68
- "typescript": "~5.8.3",
68
+ "typescript": "~5.9.3",
69
69
  "vite": "^6.3.5",
70
70
  "vite-plugin-dts": "^4.5.4"
71
71
  },
@@ -109,25 +109,25 @@ declare const _default: {
109
109
  ]
110
110
  },
111
111
  "dependencies": {
112
- "@floating-ui/react": "^0.27.15",
113
- "@internationalized/date": "^3.8.2",
112
+ "@floating-ui/react": "^0.27.16",
113
+ "@internationalized/date": "^3.10.0",
114
114
  "@tanstack/react-table": "^8.21.3",
115
- "@tinymce/tinymce-react": "^6.2.1",
116
- "bignumber.js": "^9.1.2",
117
- "chart.js": "^4.5.0",
115
+ "@tinymce/tinymce-react": "^6.3.0",
116
+ "bignumber.js": "^9.3.1",
117
+ "chart.js": "^4.5.1",
118
118
  "copyfiles": "^2.4.1",
119
- "date-fns": "^3.6.0",
119
+ "date-fns": "^4.1.0",
120
120
  "js-cookie": "^3.0.5",
121
- "lossless-json": "^4.0.2",
122
- "node-forge": "^1.3.1",
123
- "react-aria": "^3.42.0",
124
- "react-chartjs-2": "^5.3.0",
121
+ "lossless-json": "^4.3.0",
122
+ "node-forge": "^1.3.2",
123
+ "react-aria": "^3.44.0",
124
+ "react-chartjs-2": "^5.3.1",
125
125
  "react-number-format": "^5.4.4",
126
126
  "react-select": "^5.10.2",
127
- "react-stately": "^3.40.0",
127
+ "react-stately": "^3.42.0",
128
128
  "react-toastify": "^11.0.5",
129
- "react-virtuoso": "^4.13.0",
130
- "tinymce": "^7.9.1"
129
+ "react-virtuoso": "^4.16.1",
130
+ "tinymce": "^8.2.2"
131
131
  }
132
132
  }
133
133
  ;
@@ -65,7 +65,8 @@ export declare const configButton: {
65
65
  'secondary-bill-secondary-800': string;
66
66
  'tertiary-bill-secondary-800': string;
67
67
  'primary-bill-red-700': string;
68
- 'filled-bill-bluegray-500_text-bill-body-sm': string;
68
+ 'filled-bill-blue-gray-500_bg-blue-gray-50': string;
69
+ 'filled-bill-secondary-800_bg-white': string;
69
70
  };
70
71
  };
71
72
  export declare const keysConfigButtonVariant: string[];
@@ -1,4 +1,4 @@
1
- import { BigNumber as TypeBigNumber } from 'bignumber.js';
1
+ import { default as TypeBigNumber } from 'bignumber.js';
2
2
  type TBigNumber = string | number;
3
3
  interface BigNumberConfig {
4
4
  EXPONENTIAL_AT?: number | [number, number];
@@ -3,7 +3,7 @@ import { ReactNode } from 'react';
3
3
  * [ID] : Tipe varian tombol yang tersedia.
4
4
  * [EN] : Available button variant types.
5
5
  */
6
- export type TButtonVariants = 'primary-laba-blue-10' | 'primary-red-700-dsb_laba-grey-06' | 'primary-green-700' | 'ghost-laba-blue-10' | 'ghost-red-700' | 'ghost-green-700' | 'ghost-blue-gray-100-bg_white' | 'ghost-laba-green-10' | 'ghost-blue-gray-100-bg_white-text_blue-gray-400' | 'ghost-laba-blue-05' | 'nude-laba-blue-10' | 'nude-red-700' | 'nude-green-700' | 'nude-gray-500' | 'nude-laba-red-10' | 'nude-laba-red-08' | 'nude-laba-red-05' | 'primary-blue-700' | 'primary-red-700' | 'secondary-blue-700' | 'secondary-red-600' | 'secondary-green-600' | 'tertiary-blue-700' | 'tertiary-red-300' | 'tertiary-red-600' | 'tertiary-gray-500' | 'ghost-laba-blue-01' | 'filled-laba-white_laba-blue-10' | 'filled-laba-white_laba-red-05' | 'secondary-red-700' | 'tertiary-black' | 'primary-bill-primary-600' | 'secondary-bill-secondary-800' | 'tertiary-bill-secondary-800' | 'primary-bill-red-700' | 'filled-bill-bluegray-500_text-bill-body-sm';
6
+ export type TButtonVariants = 'primary-laba-blue-10' | 'primary-red-700-dsb_laba-grey-06' | 'primary-green-700' | 'ghost-laba-blue-10' | 'ghost-red-700' | 'ghost-green-700' | 'ghost-blue-gray-100-bg_white' | 'ghost-laba-green-10' | 'ghost-blue-gray-100-bg_white-text_blue-gray-400' | 'ghost-laba-blue-05' | 'nude-laba-blue-10' | 'nude-red-700' | 'nude-green-700' | 'nude-gray-500' | 'nude-laba-red-10' | 'nude-laba-red-08' | 'nude-laba-red-05' | 'primary-blue-700' | 'primary-red-700' | 'secondary-blue-700' | 'secondary-red-600' | 'secondary-green-600' | 'tertiary-blue-700' | 'tertiary-red-300' | 'tertiary-red-600' | 'tertiary-gray-500' | 'ghost-laba-blue-01' | 'filled-laba-white_laba-blue-10' | 'filled-laba-white_laba-red-05' | 'secondary-red-700' | 'tertiary-black' | 'primary-bill-primary-600' | 'secondary-bill-secondary-800' | 'tertiary-bill-secondary-800' | 'primary-bill-red-700' | 'filled-bill-blue-gray-500_bg-blue-gray-50' | 'filled-bill-secondary-800_bg-white';
7
7
  /**
8
8
  * [ID] : Tipe ukuran tombol.
9
9
  * [EN] : Button size type.
@@ -140,12 +140,12 @@ export interface ITable<T = unknown> {
140
140
  * [ID] : Jenis tabel (opsional).
141
141
  * [EN] : Table kind (optional).
142
142
  */
143
- kind?: 'laba-reguler' | 'payhere-reguler' | 'laba-small' | 'bill-reguler';
143
+ kind?: 'laba-reguler' | 'payhere-reguler' | 'laba-small' | 'bill-reguler' | 'laba-rounded-md-extra-small';
144
144
  /**
145
145
  * [ID] : Varian tabel (opsional).
146
146
  * [EN] : Table variant (optional).
147
147
  */
148
- variant?: 'laba-grey-02';
148
+ variant?: 'laba-grey-02' | 'laba-blue-01_border-transparent';
149
149
  /**
150
150
  * [ID] : Komponen urutkan menaik (opsional).
151
151
  * [EN] : Sort ascending component (optional).
@@ -466,6 +466,7 @@ export interface ITableConfig {
466
466
  'laba-reguler': string;
467
467
  'laba-small': string;
468
468
  'bill-reguler': string;
469
+ 'laba-rounded-md-extra-small': string;
469
470
  };
470
471
  /**
471
472
  * [ID] : Konfigurasi sub-mobile.
@@ -476,6 +477,7 @@ export interface ITableConfig {
476
477
  'laba-reguler': string;
477
478
  'laba-small': string;
478
479
  'bill-reguler': string;
480
+ 'laba-rounded-md-extra-small': string;
479
481
  };
480
482
  /**
481
483
  * [ID] : Konfigurasi pointer.
@@ -486,6 +488,7 @@ export interface ITableConfig {
486
488
  'laba-reguler': string;
487
489
  'laba-small': string;
488
490
  'bill-reguler': string;
491
+ 'laba-rounded-md-extra-small': string;
489
492
  };
490
493
  /**
491
494
  * [ID] : Konfigurasi utilitas.
@@ -515,6 +518,10 @@ export interface ITableConfig {
515
518
  asc: Element | React.ReactNode | React.ReactNode[];
516
519
  desc: Element | React.ReactNode | React.ReactNode[];
517
520
  };
521
+ 'laba-rounded-md-extra-small': {
522
+ asc: Element | React.ReactNode | React.ReactNode[];
523
+ desc: Element | React.ReactNode | React.ReactNode[];
524
+ };
518
525
  };
519
526
  /**
520
527
  * [ID] : Konfigurasi varian.
@@ -522,5 +529,6 @@ export interface ITableConfig {
522
529
  */
523
530
  variant: {
524
531
  'laba-grey-02': string;
532
+ 'laba-blue-01_border-transparent': string;
525
533
  };
526
534
  }
@@ -5,6 +5,131 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
6
6
  and is generated by [Changie](https://github.com/miniscruff/changie).
7
7
 
8
+ ## 8.2.1 - 2025-11-06
9
+
10
+ ### Fixed
11
+ - Resizing the editor's height would add a fixed width value. #TINY-13138
12
+ - Help Plugin did not contain an entry for the Fullpage HTML plugin. #TINY-13183
13
+
14
+ ## 8.2.0 - 2025-10-23
15
+
16
+ ### Improved
17
+ - Some elements would be given an extra newline by the serializer when indented. #TINY-12857
18
+
19
+ ### Fixed
20
+ - UI elements like focus outlines and placeholders would be visible after printing. #TINY-12584
21
+ - The `open` attribute on `<details>` elements is now normalized to `open="open"` when the accordion plugin is enabled. #TINY-12862
22
+ - Tooltips on toolbar buttons sometimes remained visible if the button icon was updated while hovered. #TINY-12289
23
+ - The editor would upon gaining focus scroll to the center of the editor on some browsers if the top of the editor was out of frame. #TINY-12626
24
+ - Some UI elements related to dragging elements were not properly filtered out when fetching content. #TINY-12384
25
+ - The cursor could get stuck around an absolute CEF element when navigating using arrow keys. #TINY-10526
26
+ - The schema will now allow the `property` RDFa attribute on `meta` elements. #TINY-12858
27
+ - Corrected type of `undoManager.add` method. The `event` parameter is type `EditorEvent` not `Event`. #TINY-12936
28
+ - Chromium browsers would in certain situations scroll the editor unexpectedly when dragging content over the editor. #INT-3373
29
+ - Support for setting component urls for custom elements. #TINY-13006
30
+ - Reverted toolbar button width to `auto`. #TINY-13097
31
+ - Addressed split buttons rendering narrower than in TinyMCE 7, ensuring consistent sizing across the toolbar. #TINY-13111
32
+
33
+ ## 8.1.2 - 2025-09-18
34
+
35
+ ### Fixed
36
+ - Some sidebar UI components were not rendering correctly. #TINY-12925
37
+
38
+ ## 8.1.1 - 2025-09-17
39
+
40
+ ### Fixed
41
+ - Reset rules for CSS were not applying correctly. #TINY-12920
42
+
43
+ ## 8.1.0 - 2025-09-17
44
+
45
+ ### Improved
46
+ - The editor `DomParser` API can now parse full documents when the API's `root_name` option is set to `#document`. #TINY-12589
47
+ - Tooltips can be hovered over to keep open. #TINY-12053
48
+ - Default avatars are now generated with a consistent color based on the user id. #TINY-12532
49
+ - Reverted split button design change. #TINY-12593
50
+ - `editor.getContent()` now includes `indent` and `entity_encoding` properties to control HTML formatting. #TINY-12786
51
+
52
+ ### Deprecated
53
+ - Deprecated `content_css_cors` config option. #TINY-12578
54
+
55
+ ### Fixed
56
+ - Clicking on a non selectable element when the selection is off screen no longer scrolls to the selection. #TINY-12245
57
+ - Using CMD+backspace would not preserve inline formatting. #TINY-12071
58
+ - Navigating between elements with `contenteditable="true"` was not possible on Firefox using the keyboard. #TINY-12459
59
+ - NVDA would announce `iframe_aria_text` multiple times. #TINY-11296
60
+ - Cursor movement did not operate correctly after a `figure` was selected. #TINY-12458
61
+ - Links inserted with `&amp;` encoding are now decoded to `&` before inserting. #TINY-12504
62
+ - Attribute `aria-errormessage` was incorrectly added to url input fields by default. #TINY-12037
63
+ - Splitting list items by pressing enter did not move the cursor due to an error in the browser console. #TINY-12830
64
+
65
+ ## 8.0.2 - 2025-08-14
66
+
67
+ ### Fixed
68
+ - Reverted split button design change. #TINY-12593
69
+
70
+ ## 8.0.1 - 2025-07-28
71
+
72
+ ### Fixed
73
+ - Updated missing changelogs. #TINY-12581
74
+
75
+ ## 8.0.0 - 2025-07-23
76
+
77
+ ### Added
78
+ - New `pageUid` property on the `tinymce` global instance. #TINY-12021
79
+ - New `editorUid` property on editor instances. #TINY-12021
80
+ - New `UserLookup` API to provide consistent user management and fetching/caching user information across TinyMCE plugins. #TINY-11974
81
+ - New toolbar icons for suggested edits plugin. #TINY-12070
82
+ - New `crossorigin` option that sets the `crossorigin` attribute on scripts loaded by the editor. #TINY-12228
83
+ - New `allow_html_in_comments` option to allow HTML like contents inside comment data. #TINY-12220
84
+ - New `list_max_depth` option that limits the maximum list indent depth. #TINY-11937
85
+ - Support for TinyMCE 8 license keys and license key manager. #TINY-12001
86
+
87
+ ### Improved
88
+ - Focus is now restored to a dialog after closing an alert, confirmation or another dialog. #TINY-12038
89
+ - Resize handles are more accessible with `role` and `aria-valuetext` attributes. #TINY-11421
90
+ - Toolbar drawer now closes when the editor loses focus. #TINY-12125
91
+ - The `translate` API now automatically replaces three dots in a row with an ellipsis character. #TINY-12155
92
+ - Tooltips can now be closed by pressing the escape key. #TINY-12054
93
+ - Instructions on how to navigate the color swatch, image select and insert table widget are now announced by the screen readers. #TINY-12189
94
+ - When `editor.resetContent()` is used, the resulting `SetContent` event now has the `initial` flag set in the event arguments. #TINY-12146
95
+ - Updated Image plugin decorative image check to align with accessibility standard #TINY-12545
96
+
97
+ ### Changed
98
+ - DomParser no longer tries to fix some nodes when parsed with a context. #TINY-11927
99
+ - Split buttons are now rendered as separate action and chevron buttons. #TINY-8665
100
+ - Moved essential parts of the `lists` plugin into core. #TINY-12121
101
+ - Cut action now uses the editor delete implementation instead of the native `execCommand('Delete')` function. #TINY-12171
102
+ - Comments with HTML like content, attributes with HTML like values, elements with HTML Comment like textContent are no longer retained while content sanitization is active. #TINY-12056
103
+ - Added space to promotion message for ease of reading. #TINY-12271
104
+
105
+ ### Deprecated
106
+ - Deprecated `skipFocus` option for ToggleToolbarDrawer command. To skip focus use `skip_focus` option. #TINY-12044
107
+ - Deprecated 'editor.selection.setContent' method. #TINY-11692
108
+
109
+ ### Removed
110
+ - Removed undocumented `documentBaseUrl` property from `Editor` instances. `documentBaseURI` is the supported property. #TINY-12182
111
+
112
+ ### Fixed
113
+ - Long tooltips could overflow narrow browser windows. #TINY-11884
114
+ - Pressing Tab to create a new row in tables with a non-editable final row would freeze the editor. #TINY-12018
115
+ - Fixed an issue where the context form API `onSetup` was referencing the incorrect element. #TINY-11912
116
+ - Attempting to add a newline directly after a block element such as an image would cause an error. #TINY-12045
117
+ - It wasn't possible to navigate out of a `figcaption` using the left and right arrow keys in Firefox. #TINY-11982
118
+ - Nested font sizes were causing too much spacing between lines. #TINY-12073
119
+ - New list item was not inserted correctly when existing list item had a block element inside. #TINY-12102
120
+ - Deleting a whole element would sometimes replace the tag name of adjacent content. #TINY-11868
121
+ - HTML schema did not treat `colgroup` or `col` elements as block elements. #TINY-12092
122
+ - Inserting HTML fragments with invalid contents now retains more of the structure. #TINY-11927
123
+ - The `contextform` subtoolbar is no longer dismissed when using the toolbar back button in inline editors. #TINY-12118
124
+ - Tabbing when a `figure` was selected didn't move the selection on the `figcaption` correctly. #TINY-11753
125
+ - Strikethrough format could be added outside font size format, which renders incorrectly in some browsers. #TINY-12004
126
+ - Using arrow navigation between buttons when a button had the mouse over could stop the navigation. #TINY-12163
127
+ - Codesample dialog would not disable spellcheck as expected. #TINY-12120
128
+ - Cutting a whole HTML element would add an empty paragraph. #TINY-12171
129
+ - Added better support for template elements. #TINY-12157
130
+ - Tooltips no longer show above editor views. #TINY-12289
131
+ - `onboarding` plugin overlay now shows above popups. #TINY-12522
132
+
8
133
  ## 7.9.1 - 2025-05-29
9
134
 
10
135
  ### Improved