@bigbinary/neeto-editor 1.2.2 → 1.3.0

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,7 +22,17 @@ 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/7dffef6802a67a81891f194badf1631c75030b81...HEAD)
25
+ ## [Unreleased](https://github.com/bigbinary/neeto-editor/compare/84f9e5b066f89fea8815ab659ba6051b9ca79c04...HEAD)
26
+
27
+ ## [1.3.0](https://github.com/bigbinary/neeto-editor/compare/5a82971b57a24d338b3e03c820b60b20543603e5...84f9e5b066f89fea8815ab659ba6051b9ca79c04) - 2022-12-01
28
+
29
+ - Added: `useEditorStore` hook to obtain the editor instance.
30
+ - Added: `editorKey` prop to map the editor instance to the associated `Editor` component.
31
+
32
+ ## [1.2.3](https://github.com/bigbinary/neeto-editor/compare/7dffef6802a67a81891f194badf1631c75030b81...9eba3d9458bbdd88d4c604df8efe519c5592faea) - 2022-11-30
33
+
34
+ - Fixed: prevented the *ErrorWrapper* component from re-rendering the whole *Editor* within formik.
35
+ - Added: updated `isEditorEmpty` method to handle `img` and `iframe` tags.
26
36
 
27
37
  ## [1.2.2](https://github.com/bigbinary/neeto-editor/compare/40a5428c256547796fedad24024fe1c3343acd67...7dffef6802a67a81891f194badf1631c75030b81) - 2022-11-29
28
38