@tinymce/tinymce-webcomponent 2.0.2-rc.20230120001305461.sha9dde93c → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,16 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## Unreleased
8
+
9
+ ## 2.0.2 - 2023-03-27
10
+
8
11
  ### Fixed
9
12
  - Updated CI library to latest
10
13
  - Updated dependencies
11
14
 
12
15
  ## 2.0.1 - 2022-07-27
16
+
13
17
  ### Fixed
14
18
  - Find an associated form even when in a nested shadow DOM.
15
19
  - Updated dependencies to latest version
16
20
 
17
21
  ## 2.0.0 - 2022-04-08
22
+
18
23
  ### Changed
19
24
  - License changed to MIT (from Apache 2) this matches TinyMCE 6 license
20
25
  - Changed default cloudChannel to `'6'`.
@@ -23,10 +28,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
28
  - Updated dependencies to latest available versions.
24
29
 
25
30
  ## 1.2.0 - 2021-03-11
31
+
26
32
  ### Fixed
27
33
  - Updated dependencies to latest available versions.
28
34
 
29
35
  ## 1.1.0 - 2021-01-07
36
+
30
37
  ### Changed
31
38
  - Converted demo server app to TypeScript.
32
39
  - Updated dependencies.
@@ -34,10 +41,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
41
  - Adopted beehive-flow branching and versioning process/tooling.
35
42
 
36
43
  ## 1.0.2 - 2020-09-22
44
+
37
45
  ### Changed
38
46
  - Updated dependencies to latest available versions
39
47
 
40
48
  ## 1.0.1 - 2020-08-31
49
+
41
50
  ### Added
42
51
  - Added CDN demo.
43
52
 
@@ -45,5 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
54
  - Updated README.md
46
55
 
47
56
  ## 1.0.0 - 2020-08-27
57
+
48
58
  ### Added
49
- - Initial release of web component wrapper around TinyMCE.
59
+ - Initial release of web component wrapper around TinyMCE.
@@ -137,7 +137,8 @@
137
137
  images_upload_credentials: parseBooleanOrString,
138
138
  images_reuse_filename: parseBooleanOrString,
139
139
  icons: parseString,
140
- icons_url: parseString
140
+ icons_url: parseString,
141
+ promotion: parseBooleanOrString
141
142
  };
142
143
  const configRenames = {};
143
144
  class TinyMceEditor extends HTMLElement {
package/package.json CHANGED
@@ -23,11 +23,11 @@
23
23
  "author": "Tiny Technologies",
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@ephox/agar": "^7.3.1",
26
+ "@ephox/agar": "^7.4.1",
27
27
  "@ephox/bedrock-client": "^13.0.0",
28
28
  "@ephox/bedrock-server": "^13.3.0",
29
- "@ephox/katamari": "^9.1.3",
30
- "@ephox/sugar": "^9.1.3",
29
+ "@ephox/katamari": "^9.1.5",
30
+ "@ephox/sugar": "^9.2.1",
31
31
  "@ephox/swag": "^4.6.0",
32
32
  "@tinymce/beehive-flow": "^0.19.0",
33
33
  "@tinymce/eslint-plugin": "^2.2.1",
@@ -41,14 +41,14 @@
41
41
  "eslint-plugin-prefer-arrow": "^1.2.3",
42
42
  "esm": "^3.2.25",
43
43
  "express": "^4.18.2",
44
- "rollup": "^2.79.1",
44
+ "rollup": "^3.20.1",
45
45
  "tinymce": "^6.3.1",
46
46
  "ts-loader": "^9.4.2",
47
47
  "ts-node": "^10.9.1",
48
- "typescript": "~4.9.4",
48
+ "typescript": "~5.0.2",
49
49
  "webpack": "^5.75.0"
50
50
  },
51
51
  "dependencies": {},
52
- "version": "2.0.2-rc.20230120001305461.sha9dde93c",
52
+ "version": "2.0.2",
53
53
  "name": "@tinymce/tinymce-webcomponent"
54
54
  }