@bigbinary/neeto-editor 0.6.5 → 0.6.8
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 +12 -0
- package/build/index.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,18 @@ 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
|
+
## 0.6.8 - 2022-08-24
|
|
26
|
+
|
|
27
|
+
- Fixed issue where variables added get appended to starting of the existing content rather than at the end.
|
|
28
|
+
|
|
29
|
+
## 0.6.7 - 2022-08-23
|
|
30
|
+
|
|
31
|
+
- Changed the custom `HashtagFilled` icon in the *Variables* component with the `Braces` icon from neetoicons.
|
|
32
|
+
|
|
33
|
+
## 0.6.6 - 2022-08-23
|
|
34
|
+
|
|
35
|
+
- Added a predetermined set of default emojis.
|
|
36
|
+
|
|
25
37
|
## 0.6.5 - 2022-08-19
|
|
26
38
|
|
|
27
39
|
- Added the logic to upload all pasted images.
|