@tinymce/tinymce-webcomponent 2.1.0-rc.20240108135656824.sha3dd9741 → 2.1.0

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 (2) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,12 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## Unreleased
8
8
 
9
- ### Fixed
10
- - The `id` attribute was not being used as the id for the editor.
9
+ ## 2.1.0 - 2024-01-08
11
10
 
12
11
  ### Added
13
12
  - Added new `statusbar` attribute that sets the editors `statusbar` config option.
14
13
 
14
+ ### Fixed
15
+ - The `id` attribute was not being used as the id for the editor.
16
+
15
17
  ## 2.0.2 - 2023-03-27
16
18
 
17
19
  ### Fixed
package/package.json CHANGED
@@ -49,6 +49,6 @@
49
49
  "webpack": "^5.75.0"
50
50
  },
51
51
  "dependencies": {},
52
- "version": "2.1.0-rc.20240108135656824.sha3dd9741",
52
+ "version": "2.1.0",
53
53
  "name": "@tinymce/tinymce-webcomponent"
54
54
  }