Skip to content

Releases: jonpyt/prism-react-editor

Release 1.1.0

22 Aug 14:26

Choose a tag to compare

Changes

  • Added an autocomplete extension (446e2b9)
  • Added a scroll 1 line up/down command (not on MacOS) (efed755)
  • Added a useShowInvisibles extension exported from react-prism-editor/search (0878c91)
  • Bumped prism-code-editor dependency to version 3.4.0 (2373dae)

Fixes and improvements

  • Fixed some commands in the defaultCommands extension not calling preventDefault (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

06 Jul 23:38

Choose a tag to compare

  • Fixed some extensions adding event listeners to the textarea before the core (8f00d1b)
  • Added some missing useCallbacks (b905533)
  • Marked JSX grammar with side effects to fix tree shaking (1e14fde)
  • Use globalThis to access browser APIs to fix Next.js errors (4897545)

Release 1.0.0

03 Jul 15:38

Choose a tag to compare

Initial release..