@bigbinary/neeto-editor 0.4.4 → 0.5.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 CHANGED
@@ -7,7 +7,6 @@
7
7
  ** Represent a version as second level heading and write the version number inside a square bracket, eg: ## [3.3.2].
8
8
 
9
9
  --->
10
-
11
10
  # Changelog
12
11
 
13
12
  All notable changes to this project will be documented in this file.
@@ -16,9 +15,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
16
15
 
17
16
  Prefix the change with one of these keywords:
18
17
 
19
- - _Added_: for new features.
20
- - _Changed_: for changes in existing functionality.
21
- - _Deprecated_: for soon-to-be removed features.
22
- - _Removed_: for now removed features.
23
- - _Fixed_: for any bug fixes.
24
- - _Security_: in case of vulnerabilities.
18
+ - *Added*: for new features.
19
+ - *Changed*: for changes in existing functionality.
20
+ - *Deprecated*: for soon-to-be removed features.
21
+ - *Removed*: for now removed features.
22
+ - *Fixed*: for any bug fixes.
23
+ - *Security*: in case of vulnerabilities.
24
+
25
+ ## 0.5.2 - 2022-07-22
26
+
27
+ - Added `paste-unformatted` addon in the slash commands. It removes all the HTML formatting while pasting.
28
+
29
+ ## 0.5.1 - 2022-07-22
30
+
31
+ - Removed `margin-bottom` from the last p tag.
32
+
33
+ ## 0.5.0 - 2022-07-21
34
+
35
+ - Fixed: the overlap of placeholder with images.