@bigbinary/neeto-editor 0.8.2 → 0.8.4
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 +1 -1
- package/package.json +1 -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,12 @@ 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.4...HEAD)
|
|
26
|
+
|
|
27
|
+
## 0.8.3 - 2022-09-07
|
|
28
|
+
|
|
29
|
+
- Fixed: wrongly rendered HTML character entities by replacing it with the associated character.
|
|
30
|
+
|
|
25
31
|
## 0.8.2 - 2022-09-07
|
|
26
32
|
|
|
27
33
|
- Fixed: the behaviour of inline code blocks.
|
|
@@ -119,3 +125,7 @@ Prefix the change with one of these keywords:
|
|
|
119
125
|
## 0.5.0 - 2022-07-21
|
|
120
126
|
|
|
121
127
|
- Fixed: the overlap of placeholder with images.
|
|
128
|
+
|
|
129
|
+
## [0.8.4](https://github.com/stefanzweifel/php-changelog-updater/compare/6746a735e5bd8dfe8642fdb341074a0f5ab7508a...0.8.4) - 2022-09-14
|
|
130
|
+
|
|
131
|
+
- Changed: changelog for testing
|