@bigbinary/neeto-editor 1.28.5 → 1.28.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.28.5",
3
+ "version": "1.28.7",
4
4
  "main": "./index.cjs.js",
5
5
  "module": "./index.js",
6
6
  "types": "./types.d.ts",
package/types.d.ts CHANGED
@@ -129,6 +129,7 @@ interface EditorProps {
129
129
 
130
130
  interface FormikEditorProps extends EditorProps {
131
131
  name: string;
132
+ shouldUpdate?: (nextProps: EditorProps, prevProps: EditorProps) => boolean;
132
133
  }
133
134
  interface AttachmentsProps {
134
135
  config?: attachmentsConfig;