@bigbinary/neeto-editor 0.8.3 → 0.8.5
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 +11 -1
- package/build/index.js +3 -3
- package/dist/editor-content.min.css +1 -1
- package/dist/editor-output.js +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!---
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
------- FOLLOW THESE WHILE ADDING AN ENTRY -------
|
|
4
4
|
|
|
5
5
|
** Add BREAKING keyword in bold for changes which could potentially break the component, eg: **BREAKING**.
|
|
6
6
|
** Enclose a prop name in double backticks, eg: `menuType`.
|
|
@@ -22,6 +22,8 @@ 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/stefanzweifel/php-changelog-updater/compare/0.8.5...HEAD)
|
|
26
|
+
|
|
25
27
|
## 0.8.3 - 2022-09-07
|
|
26
28
|
|
|
27
29
|
- Fixed: wrongly rendered HTML character entities by replacing it with the associated character.
|
|
@@ -123,3 +125,11 @@ Prefix the change with one of these keywords:
|
|
|
123
125
|
## 0.5.0 - 2022-07-21
|
|
124
126
|
|
|
125
127
|
- Fixed: the overlap of placeholder with images.
|
|
128
|
+
|
|
129
|
+
## [0.8.5](https://github.com/stefanzweifel/php-changelog-updater/compare/0.8.4...0.8.5) - 2022-09-15
|
|
130
|
+
|
|
131
|
+
Added: highlight to nodes when applying styles.
|
|
132
|
+
|
|
133
|
+
## [0.8.4](https://github.com/stefanzweifel/php-changelog-updater/compare/6746a735e5bd8dfe8642fdb341074a0f5ab7508a...0.8.4) - 2022-09-14
|
|
134
|
+
|
|
135
|
+
- Changed: changelog for testing
|