rodemirror

React component for CodeMirror 6

MIT License

Downloads
4.5K
Stars
49
Committers
6

Bot releases are hidden (Show)

rodemirror - v2.0.0 Latest Release

Published by sachinraja over 2 years ago

Breaking Changes:

  • only allow codemirror@6 packages in peerDependencies
  • update to node v14
rodemirror - v1.4.2

Published by sachinraja over 3 years ago

Changed

  • Updated @codemirror/view to 0.18.9
rodemirror - v1.4.1

Published by sachinraja over 3 years ago

Changed

  • Updated meta to use "CodeMirror 6" instead of "codemirror.next"
rodemirror - v1.4.0

Published by sachinraja over 3 years ago

Added

  • EditorView and EditorState exposed in prop callback

Changed

  • effects moved around to be more reasonable
  • extensions updates now only update the state, not the view
rodemirror - v1.3.0

Published by sachinraja over 3 years ago

Changed

  • onUpdate prop no longer causes recreation of state and view
rodemirror - v1.2.0

Published by sachinraja over 3 years ago

Updated

  • add onUpdate to useEffect props

Docs

  • add "controlled" example to README
  • include note about essential use of useMemo and useCallback
  • add typescript-nextjs full app example
rodemirror - v1.1.0

Published by sachinraja over 3 years ago

Initial release

Create an uncontrolled or controlled component. Pass extensions and a value to it.