Skip to content

Releases: neetozone/neeto-editor

v1.24.0

09 Mar 14:06

Choose a tag to compare

What's Changed

Full Changelog: v1.23.3...v1.24.0

v1.23.3

07 Mar 10:48

Choose a tag to compare

What's Changed

Full Changelog: v1.23.2...v1.23.3

v1.23.2

06 Mar 14:43

Choose a tag to compare

What's Changed

Full Changelog: v1.23.1...v1.23.2

v1.23.1

03 Mar 15:08

Choose a tag to compare

What's Changed

Full Changelog: v1.23.0...v1.23.1

v1.23.0

03 Mar 09:03

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.23.0

v1.0.0

16 Nov 17:26

Choose a tag to compare

What's Changed

  • Changed: Updated the UI for editor.
  • Removed: BREAKING the forceTitle and titleError props. This feature is not relevant and is best handled using a separate input component.
  • Removed: BREAKING the showImageInMention prop. Mentions must be standardized and must always contain an image.
  • Removed: BREAKING the contentClassname prop. Content can be modified by using the editor-content class.
  • Removed: BREAKING the heightStrategy prop. The editor behavior is standardized by always making the height flexible.
  • Changed: BREAKING standardized how the placeholders are handled. Now, it only permits strings. Object and function formats are removed.
  • Removed: BREAKING the characterCountStrategy prop. Now only the character count will be displayed.
  • Added: config prop. All the custom extensions can now be overridden by passing the config prop.
  • Eg: { focus: { mode: "deepest" } }.
  • Added: Menu component. This will help in using the Menu component independent from the editor content.
  • Added: Undo and redo addons.

v0.3.1 ✨

10 Feb 10:14

Choose a tag to compare

Changes

  • Support for custom slash commands (#152)
  • Removed memoization from uppy module (#162)
  • Added a common response for markdown and RichText, fixed issues with space (#161)
  • Updated logic to replace space with non breaking space (#156)
  • Fixed Variables dropdown width/wrap issue (#154)
  • Fixed problems with controlled editor (#153)
  • Updated initialValue prop to value prop to make editor controlled (#148)
  • Added external toggle to markdown mode (#145)
  • Updated link submission logic (#141)
  • Added characterCountStrategy prop to control character count option (#139)
  • Added option to submit editor content using keyboard shortcuts (#137)
  • Added autoFocus prop for automatically focussing editor on load (#135)
  • Fixed docs (#133)
  • Added row prop to control editor height (#130)
  • Added Unsplash integration for searching and uploading images (#121)
  • Fixed missing placeholder issue (#125)
  • Added logic for permitting wider range of video URL embeds (#123)
  • Added mentions to fixed and slash menu (#119)
  • Updated link UI for bubble menu (#117)
  • Fixed styles override issue (#116)
  • Added divider addon to slash commands (#113)

v0.2.32 ✨

27 Dec 17:53

Choose a tag to compare

Changes

  • Updated mentions search logic (#104)
  • Added support for character count (#115)
  • Add markdown editor (#97)
  • Emoji Picker UI Improvements (#112)
  • Fix link dropdown scrolling on focus issue, added enter to submit (#111)
  • Added addons prop to customize the available options in menu (#101)
  • Fixed force title issues (#96)
  • Fixed UI issues of neetoEditor on a neetoUI Pane (#100)
  • Removed tailwind from editor (#98)
  • Fixed placeholder position (#75)
  • Fixed focus issue in fixed menu (#94)
  • Added emoji picker to fixed menu (#88)
  • Fixed forward ref warning (#93)
  • Added type to fixed menu buttons (#90)
  • Fixed classnames issue in EditorContent (#87)
  • Removed outer border (#84)
  • Added support for emojis (#64)
  • Added scroll handler for slash menu (#82)
  • Updated webpack to output the bundle to build folder (#80)
  • Fix issues in link dropdown (#74)
  • Added hot reload to webpack config (#78)
  • Removed the wrapper for the editor output (#76)

v0.2.11 ✨

02 Dec 19:10

Choose a tag to compare

Changes

  • Fixed UI issues in editor (#68)

🚀 Features

  • Added search inside slash menu (#71)

v0.2.9 ✨

01 Dec 08:03

Choose a tag to compare

Changes

  • Fontsize dropdown UI fix (#62)
  • Added all props reference table (#52)
  • Added wrapper container to onChange event (#60)
  • Content specific stylesheet added (#56)
  • Example app style updates (#48)

🚀 Features

  • Separate css file for editor output (#63)
  • Updated modal component (#50)