@bigbinary/neeto-editor 0.6.1 → 0.6.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
@@ -22,6 +22,16 @@ 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.2 - 2022-07-27
26
+
27
+ - Fixed word wrap issue in *EditorContent* component.
28
+ - Fixed build issue with `emoji-mart` package.
29
+ - Fixed the image upload modal to reset to state on closing.
30
+ - Added autofocus to input components.
31
+ - Fixed image resize bug with portrait images.
32
+ - Fixed the issue where `figcaption` was rendered as a separate node.
33
+ - Added backward compatibility to render images from existing editor content.
34
+
25
35
  ## 0.6.1 - 2022-07-27
26
36
 
27
37
  - Added the ability to open images in *EditorContent* in a new tab using a single click.