Releases: inokawa/editate
Releases · inokawa/editate
0.6.8
What's Changed
- Refactor e2e helpers by @inokawa in #377
- Improve type of htmlTransferPlugin by @inokawa in #378
- Refactor html paste internals by @inokawa in #379
- Add a story reproducing the composition caret reset by @aeharding in #371
- Improve selectionchange accuracy by @inokawa in #292
New Contributors
- @aeharding made their first contribution in #371
Full Changelog: 0.6.7...0.6.8
0.6.7
What's Changed
- Add tests for parser by @inokawa in #354
- Replace vitest browser mode with jsdom by @inokawa in #355
- Add tests for parser by @inokawa in #356
- Add tests for parser by @inokawa in #357
- Refactor tests for parser by @inokawa in #358
- Add tests for parser by @inokawa in #359
- Migrate build script to vite by @inokawa in #361
- Refactor parser by @inokawa in #362
- Add tests for parser by @inokawa in #364
- Improve placeholder position handling by @inokawa in #366
- Refactor set selection by @inokawa in #367
- Refactor path by @inokawa in #368
- Refactor parser by @inokawa in #369
- Refactor paste hook arguments by @inokawa in #375
Full Changelog: 0.6.6...0.6.7
0.6.6
What's Changed
- Add tests for history plugin by @inokawa in #345
- Add tests for history plugin by @inokawa in #346
- Dedupe publishing editor events by @inokawa in #347
- Rename set attr operation to format by @inokawa in #348
- Refactor element type detection by @inokawa in #349
- Refactor element type detection by @inokawa in #350
- Update element type map by @inokawa in #351
- Improve comment node handling by @inokawa in #352
Full Changelog: 0.6.5...0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
class Transactionabstraction was removed.onChangeoption was removed fromcreateEditor. Useeditor.on('change', fn)instead.keyboard/copy/pasteoptions were removed fromcreateEditor. Useeditor.hook()oreditor.exec(plugin)instead.- Support type-safe keymap registration.
What's Changed
- Remove Transation class by @inokawa in #317
- Remove onChange option from Editor by @inokawa in #319
- Make hotkey type-safe by @inokawa in #320
- Rename hotkey to keymap by @inokawa in #321
- Refactor keymap plugin by @inokawa in #322
- Expose copy/paste hook by @inokawa in #318
Full Changelog: 0.5.0...0.6.0
0.5.0
- Renamed package to
editate - Changed user-facing position to
offset: numberfrom[path: Path, offset: number] - Changed plugin/command function signature (
this: Editor->editor: Editor) editor.use()andeditor.apply(Command)were merged intoeditor.exec(), and query function is also supported
What's Changed
- Refactor history and add replace doc command by @inokawa in #309
- Offset position by @inokawa in #308
- Remove this in plugins/commands by @inokawa in #314
- Merge editor.use/apply(command) into editor.exec by @inokawa in #313
- Rename package by @inokawa in #290
Full Changelog: 0.4.5...0.5.0