@bigbinary/neeto-editor 0.9.0 → 0.9.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 +9 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -22,7 +22,11 @@ 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/
|
|
25
|
+
## [Unreleased](https://github.com/bigbinary/neeto-editor/compare/dae456385fb32ecd2af4cd8844bec10d1c65e4c3...HEAD)
|
|
26
|
+
|
|
27
|
+
## [0.9.2](https://github.com/bigbinary/neeto-editor/compare/decd5c8274f4ef60be82984fc5f87f6a3508fe34...dae456385fb32ecd2af4cd8844bec10d1c65e4c3) - 2022-09-20
|
|
28
|
+
|
|
29
|
+
## [0.9.1](https://github.com/bigbinary/neeto-editor/compare/0.9.0...decd5c8274f4ef60be82984fc5f87f6a3508fe34) - 2022-09-20
|
|
26
30
|
|
|
27
31
|
## 0.8.3 - 2022-09-07
|
|
28
32
|
|
|
@@ -126,18 +130,18 @@ Prefix the change with one of these keywords:
|
|
|
126
130
|
|
|
127
131
|
- Fixed: the overlap of placeholder with images.
|
|
128
132
|
|
|
129
|
-
## [0.9.0](https://github.com/
|
|
133
|
+
## [0.9.0](https://github.com/bigbinary/neeto-editor/compare/0.8.6...0.9.0) - 2022-09-19
|
|
130
134
|
|
|
131
135
|
- Removed: **BREAKING** official *Color* extension.
|
|
132
136
|
|
|
133
|
-
## [0.8.6](https://github.com/
|
|
137
|
+
## [0.8.6](https://github.com/bigbinary/neeto-editor/compare/0.8.5...0.8.6) - 2022-09-16
|
|
134
138
|
|
|
135
139
|
- Fixed: selecting mentions from the fixed menu will properly map to the right user.
|
|
136
140
|
|
|
137
|
-
## [0.8.5](https://github.com/
|
|
141
|
+
## [0.8.5](https://github.com/bigbinary/neeto-editor/compare/0.8.4...0.8.5) - 2022-09-15
|
|
138
142
|
|
|
139
143
|
Added: highlight to nodes when applying styles.
|
|
140
144
|
|
|
141
|
-
## [0.8.4](https://github.com/
|
|
145
|
+
## [0.8.4](https://github.com/bigbinary/neeto-editor/compare/6746a735e5bd8dfe8642fdb341074a0f5ab7508a...0.8.4) - 2022-09-14
|
|
142
146
|
|
|
143
147
|
- Changed: changelog for testing
|
package/package.json
CHANGED