@bigbinary/neeto-editor 0.11.0 → 0.12.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.
- package/CHANGELOG.md +7 -1
- package/README.md +0 -6
- package/build/index.js +23 -6
- package/package.json +3 -5
package/CHANGELOG.md
CHANGED
|
@@ -22,7 +22,13 @@ Prefix the change with one of these keywords:
|
|
|
22
22
|
- *Fixed*: for any bug fixes.
|
|
23
23
|
- *Security*: in case of vulnerabilities.
|
|
24
24
|
|
|
25
|
-
## [Unreleased](https://github.com/bigbinary/neeto-editor/compare/
|
|
25
|
+
## [Unreleased](https://github.com/bigbinary/neeto-editor/compare/b400535a6cf8fabc5400b09e9f992ce1b9f016ea...HEAD)
|
|
26
|
+
|
|
27
|
+
## [0.12.0](https://github.com/bigbinary/neeto-editor/compare/a819ef022941327bdf027e94d6f42806bc5d8a74...b400535a6cf8fabc5400b09e9f992ce1b9f016ea) - 2022-09-28
|
|
28
|
+
|
|
29
|
+
- Changed: image upload no longer depends on the `@rails/activestorage` package.
|
|
30
|
+
- Removed: `@rails/activestorage` package from peer dependencies.
|
|
31
|
+
- Removed: `react-group-transition` package from peer dependencies.
|
|
26
32
|
|
|
27
33
|
## [0.11.0](https://github.com/bigbinary/neeto-editor/compare/53a2a8faba0200492ea177acc7e9204da4358fc9...a819ef022941327bdf027e94d6f42806bc5d8a74) - 2022-09-28
|
|
28
34
|
|
package/README.md
CHANGED
|
@@ -8,12 +8,6 @@ The **neetoEditor** library drives the rich text experience in the
|
|
|
8
8
|
yarn add @bigbinary/neeto-editor
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
Install all the peer dependencies.
|
|
12
|
-
|
|
13
|
-
```
|
|
14
|
-
yarn add @rails/activestorage
|
|
15
|
-
```
|
|
16
|
-
|
|
17
11
|
For setting up image upload refer
|
|
18
12
|
https://neeto-editor.onrender.com/?path=/docs/examples-customize-options-addons--addons.
|
|
19
13
|
|