File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99### Fixed
1010- The ` id ` attribute was not being used as the id for the editor.
1111
12+ ### Added
13+ - Added new ` statusbar ` attribute that sets the editors ` statusbar ` config option.
14+
1215## 2.0.2 - 2023-03-27
1316
1417### Fixed
Original file line number Diff line number Diff line change 4949 "webpack" : " ^5.75.0"
5050 },
5151 "dependencies" : {},
52- "version" : " 2.0.3 -rc" ,
52+ "version" : " 2.1.0 -rc" ,
5353 "name" : " @tinymce/tinymce-webcomponent"
5454}
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ const parseNumberOrString = (value: string) => /^\d+$/.test(value) ? Number.pars
4848
4949const configAttributes : Record < string , ( v : string ) => unknown > = {
5050 setup : parseGlobal , // function
51+ statusbar : parseBooleanOrString , // boolean
5152 toolbar : parseFalseOrString , // string or false
5253 menubar : parseFalseOrString , // string or false
5354 plugins : parseString , // string
You can’t perform that action at this time.
0 commit comments