Releases: jonpyt/prism-react-editor
Releases · jonpyt/prism-react-editor
Release 1.1.0
Changes
- Added an autocomplete extension (446e2b9)
- Added a scroll 1 line up/down command (not on MacOS) (efed755)
- Added a
useShowInvisiblesextension exported fromreact-prism-editor/search(0878c91) - Bumped
prism-code-editordependency to version 3.4.0 (2373dae)
Fixes and improvements
- Fixed some commands in the
defaultCommandsextension not callingpreventDefault(64d58c4) - Improved behavior of the Insert blank line command with backwards selection direction (15b8a06)
- Made drag and drop a single undo action (75a318c)
- Brackets and tags with different parent tokens can now be matched together (f6550c6)
Release 1.0.1
Release 1.0.0
Initial release..