@bigbinary/neeto-editor 0.8.5 → 0.8.6
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 +5 -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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -22,7 +22,7 @@ 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.
|
|
25
|
+
## [Unreleased](https://github.com/stefanzweifel/php-changelog-updater/compare/0.8.6...HEAD)
|
|
26
26
|
|
|
27
27
|
## 0.8.3 - 2022-09-07
|
|
28
28
|
|
|
@@ -126,6 +126,10 @@ Prefix the change with one of these keywords:
|
|
|
126
126
|
|
|
127
127
|
- Fixed: the overlap of placeholder with images.
|
|
128
128
|
|
|
129
|
+
## [0.8.6](https://github.com/stefanzweifel/php-changelog-updater/compare/0.8.5...0.8.6) - 2022-09-16
|
|
130
|
+
|
|
131
|
+
- Fixed: selecting mentions from the fixed menu will properly map to the right user.
|
|
132
|
+
|
|
129
133
|
## [0.8.5](https://github.com/stefanzweifel/php-changelog-updater/compare/0.8.4...0.8.5) - 2022-09-15
|
|
130
134
|
|
|
131
135
|
Added: highlight to nodes when applying styles.
|