@bigbinary/neeto-editor 0.12.19 → 1.0.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,21 @@ 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/4e11af9f04c2d8541c87e5dab55ba78afc07b859...HEAD)
25
+ ## [Unreleased](https://github.com/bigbinary/neeto-editor/compare/75c6865ecd20dd38e11e613bebb50b7ffd89ff97...HEAD)
26
+
27
+ ## [1.0.0](https://github.com/bigbinary/neeto-editor/compare/4e11af9f04c2d8541c87e5dab55ba78afc07b859...75c6865ecd20dd38e11e613bebb50b7ffd89ff97) - 2022-11-16
28
+
29
+ - Changed: Updated the UI for editor.
30
+ - Removed: **BREAKING** the `forceTitle` and `titleError` props. This feature is not relevant and is best handled using a separate input component.
31
+ - Removed: **BREAKING** the `showImageInMention` prop. Mentions must be standardized and must always contain an image.
32
+ - Removed: **BREAKING** the `contentClassname` prop. Content can be modified by using the `editor-content` class.
33
+ - Removed: **BREAKING** the `heightStrategy` prop. The editor behavior is standardized by always making the height flexible.
34
+ - Changed: **BREAKING** standardized how the placeholders are handled. Now, it only permits strings. Object and function formats are removed.
35
+ - Removed: **BREAKING** the `characterCountStrategy` prop. Now only the character count will be displayed.
36
+ - Added: `config` prop. All the custom extensions can now be overridden by passing the `config` prop.
37
+ - Eg: `{ focus: { mode: "deepest" } }`.
38
+ - Added: *Menu* component. This will help in using the *Menu* component independent from the editor content.
39
+ - Added: Undo and redo addons.
26
40
 
27
41
  ## [0.12.19](https://github.com/bigbinary/neeto-editor/compare/acc774a101524ea7fd69e386ce91df7ac53cba1f...4e11af9f04c2d8541c87e5dab55ba78afc07b859) - 2022-11-08
28
42