UNPKG

3.57 kBMarkdownView Raw
1## 3.6.0 (2020-05-07)
2* Fixed an issue that allowed events to be fired during `componentWillUnmount`
3
4## 3.5.1 (2020-04-30)
5* Remove `util` module from dependencies by purging usage in code.
6* Upgraded jquery in dev dependencies in response to security alert.
7
8## 3.5.0 (2020-02-24)
9* Added new `tinymceScriptSrc` prop for specifying an external version of TinyMCE to lazy load
10
11## 3.4.0 (2020-01-31)
12* Added new `outputFormat` prop for specifying the format of the content emitted via the `onEditorChange` event
13
14## 3.3.2 (2019-08-29)
15* Fixed an issue that caused `onEditorChange` to fire multiple times
16
17## 3.3.1 (2019-08-16)
18* Changed referrer policy to origin to allow cloud caching
19
20## 3.3.0 (2019-07-29)
21* Fixed an issue that made the editor ignore new event handlers provided through props
22* Removed use of deprecated lifecycle hooks `componentWillMount` and `componentWillReceiveProps`
23
24## 3.2.0 (2019-06-04)
25* Changed the CDN URL to use `cdn.tiny.cloud`
26
27## 3.1.1 (2019-05-10)
28* Removed preinstall script
29
30## 3.1.0 (2019-05-10)
31* Added the editor as a second argument to `onEditorChange`
32* Exported Typescript prop types
33
34## 3.0.1 (2019-02-11)
35* Updated readme on cloud channels.
36
37## 3.0.0 (2019-02-11)
38* Changed default cloudChannel to `'5'`.
39
40## 2.6.1 (2019-02-07)
41* Changed `react` and `react-dom` to be peerDependencies and devDependencies.
42
43## 2.6.0 (2019-02-07)
44* Changed `react` and `react-dom` to be peerDependencies.
45
46## 2.5.0 (2019-01-24)
47* Loosened cloudChannel proptype to take any string to be able to use the locked version channels.
48
49## 2.4.0 (2018-11-02)
50* Added `textareaName` prop that sets the name attribute on the textarea for use in forms.
51
52## 2.3.0 (2018-10-01)
53* Added `disabled` prop that sets the editor into readonly mode.
54
55## 2.2.6 (2018-09-03)
56* Fixed broken links in readme.
57
58## 2.2.5 (2018-04-23)
59* Added a nullcheck in componentWillUnmount to check that tinymce is availabl before running remove.
60
61## 2.2.4 (2018-04-06)
62* Removed onPreInit shorthand as it never worked.
63
64## 2.2.3 (2018-04-06)
65* Fixed a bug with onInit not working.
66
67## 2.2.2 (2018-04-05)
68* Fixed a bug with values set while the editor was initializing.
69
70## 2.2.1 (2018-04-03)
71* No change, pushed to fix missing readme on npm.
72
73## 2.2.0 (2018-02-19)
74* Added functionality so you can use the editor as a controlled component by setting the `value` property and using the `onEditorChange` event.
75
76## 2.1.4 (2018-02-16)
77* Fixed bug where is wasn't possible to set inline in the init object, only on the shorthand.
78
79## 2.1.3 (2018-01-17)
80* Added `plugins` and `toolbar` shorthands.
81
82## 2.1.2 (2018-01-08)
83* Use `target` on element instead of `selector` in init config.
84
85## 2.1.1 (2018-01-03)
86* Fix so init setup callback gets called like it should.
87
88## 2.1.0 (2017-12-18)
89* Added auto-loading of TinyMCE from TinyMCE Cloud
90
91## 2.0.3 (2017-11-22)
92* Added check for `initialValue` prop to prevent javascript error that was shown when `tinymce.setContent` was called with undefined.
93
94## 2.0.2 (2017-11-22)
95* Accidentally published 2.0.1 without building first, published this version to fix that and added prepare hook to prevent the same thing from happening again.
96
97## 2.0.1 (2017-11-21)
98* Added description to package.json and improved readme wording.
99
100## 2.0.0 (2017-11-08)
101* *BREAKING!* Switched `value` prop to `initialValue` to make it clearer what it actually does.
102* Only bind whitelisted events.
103* Add support for `tagName` prop when using editor inline to define what element you want to initialize the editor on.
104
105## 1.0.0 (2017-11-07)
106* Initial Release.
\No newline at end of file