@bigbinary/neeto-editor 0.9.5 → 0.9.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 +19 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -22,7 +22,25 @@ 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/bigbinary/neeto-editor/compare/
|
|
25
|
+
## [Unreleased](https://github.com/bigbinary/neeto-editor/compare/4defcb02234742b1a5fc9fbefa87e44421b7b82c...HEAD)
|
|
26
|
+
|
|
27
|
+
## [0.9.6](https://github.com/bigbinary/neeto-editor/compare/57c679b576f326e1e1c0110f9ae7665668448cdb...4defcb02234742b1a5fc9fbefa87e44421b7b82c) - 2022-09-26
|
|
28
|
+
|
|
29
|
+
- Updated the `publish` workflow to use `bigbinary/changelog-updater-action@v2`.
|
|
30
|
+
- Moved all the changelog entries at the bottom of the file to the top.
|
|
31
|
+
|
|
32
|
+
## [0.9.5](https://github.com/bigbinary/neeto-editor/compare/ea5536b2cdd26997549f538af5b399bd268b3187...57c679b576f326e1e1c0110f9ae7665668448cdb) - 2022-09-21
|
|
33
|
+
|
|
34
|
+
- Fixed: prevent clicking of *BubbleMenu* buttons from submitting the form.
|
|
35
|
+
|
|
36
|
+
## [0.9.4](https://github.com/bigbinary/neeto-editor/compare/b6d908b8c2cd13d0cd16c3714283ffc1ccf329c4...ea5536b2cdd26997549f538af5b399bd268b3187) - 2022-09-21
|
|
37
|
+
|
|
38
|
+
- Fixed: issue with autoFocus prop in conditionally rendered editor
|
|
39
|
+
|
|
40
|
+
## [0.9.3](https://github.com/bigbinary/neeto-editor/compare/dae456385fb32ecd2af4cd8844bec10d1c65e4c3...b6d908b8c2cd13d0cd16c3714283ffc1ccf329c4) - 2022-09-21
|
|
41
|
+
|
|
42
|
+
- Added: level 3 heading (h3) to the list of default headings.
|
|
43
|
+
- Added: font style dropdown to the bubble menu.
|
|
26
44
|
|
|
27
45
|
## [0.9.0](https://github.com/bigbinary/neeto-editor/compare/97e0add1b8ecb5de62ebf9984a37b25dbc01bfd0...fb41580bda01e5a63dbd92570bc27a699304653a) - 2022-09-19
|
|
28
46
|
|
|
@@ -131,16 +149,3 @@ Prefix the change with one of these keywords:
|
|
|
131
149
|
## [0.5.0](https://github.com/bigbinary/neeto-editor/compare/11895239fd8888accbdc2d45473d6d251c55765c...3fec138f2c29a807efcadbbd61df06edd9aeee4b) - 2022-07-21
|
|
132
150
|
|
|
133
151
|
- Fixed: the overlap of placeholder with images.
|
|
134
|
-
|
|
135
|
-
## [0.9.3](https://github.com/bigbinary/neeto-editor/compare/dae456385fb32ecd2af4cd8844bec10d1c65e4c3...b6d908b8c2cd13d0cd16c3714283ffc1ccf329c4) - 2022-09-21
|
|
136
|
-
|
|
137
|
-
- Added: level 3 heading (h3) to the list of default headings.
|
|
138
|
-
- Added: font style dropdown to the bubble menu.
|
|
139
|
-
|
|
140
|
-
## [0.9.4](https://github.com/bigbinary/neeto-editor/compare/b6d908b8c2cd13d0cd16c3714283ffc1ccf329c4...ea5536b2cdd26997549f538af5b399bd268b3187) - 2022-09-21
|
|
141
|
-
|
|
142
|
-
- Fixed: issue with autoFocus prop in conditionally rendered editor
|
|
143
|
-
|
|
144
|
-
## [0.9.5](https://github.com/bigbinary/neeto-editor/compare/ea5536b2cdd26997549f538af5b399bd268b3187...57c679b576f326e1e1c0110f9ae7665668448cdb) - 2022-09-21
|
|
145
|
-
|
|
146
|
-
- Fixed: prevent clicking of *BubbleMenu* buttons from submitting the form.
|
package/package.json
CHANGED