Skip to content

Releases: inokawa/editate

0.6.8

18 Jun 11:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.7...0.6.8

0.6.7

17 Jun 01:02

Choose a tag to compare

What's Changed

Full Changelog: 0.6.6...0.6.7

0.6.6

07 Jun 12:18

Choose a tag to compare

What's Changed

Full Changelog: 0.6.5...0.6.6

0.6.5

05 Jun 18:03

Choose a tag to compare

What's Changed

Full Changelog: 0.6.4...0.6.5

0.6.4

01 Jun 00:46

Choose a tag to compare

What's Changed

Full Changelog: 0.6.3...0.6.4

0.6.3

31 May 02:08

Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.6.3

0.6.2

30 May 12:49

Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.6.2

0.6.1

29 May 10:56

Choose a tag to compare

What's Changed

  • Add context API, expose undo/redo/undoable/redoable command by @inokawa in #323

Full Changelog: 0.6.0...0.6.1

0.6.0

28 May 09:41

Choose a tag to compare

  • class Transaction abstraction was removed.
  • onChange option was removed from createEditor. Use editor.on('change', fn) instead.
  • keyboard/copy/paste options were removed from createEditor. Use editor.hook() or editor.exec(plugin) instead.
  • Support type-safe keymap registration.

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

24 May 04:04

Choose a tag to compare

  • Renamed package to editate
  • Changed user-facing position to offset: number from [path: Path, offset: number]
  • Changed plugin/command function signature (this: Editor -> editor: Editor)
  • editor.use() and editor.apply(Command) were merged into editor.exec(), and query function is also supported

What's Changed

Full Changelog: 0.4.5...0.5.0