Releases: inokawa/edix
Releases · inokawa/edix
0.2.1
0.2.0
BREAKING CHANGES
docoption is required now.- Changed API to prepare for supporting imperative usage, environment without DOM and fine-grained subscriptions.
editable()->createEditor().input()EditableHandle->Editor
What's Changed
- Add option for initial document state by @inokawa in #95
- Reconsider API to be DOM independent by @inokawa in #165
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- Add e2e for command by @inokawa in #103
- Make void optional in structured schema by @inokawa in #118
- Optimize input reading by @inokawa in #117
- Fix regression by @inokawa in #120
- Refactor paste internal by @inokawa in #121
- Refactor copy internals by @inokawa in #122
- Refactor serializePosition by @inokawa in #124
- Refactor serializePosition by @inokawa in #125
- Fix edge case bug when dropping text by @inokawa in #128
- Refactor dom read by @inokawa in #129
- Skip copy if selection is collapsed by @inokawa in #130
- Refactor copy by @inokawa in #131
- Improve input reader by @inokawa in #132
- Rewrite input reader by @inokawa in #135
- Migrate to storybook v9 by @inokawa in #137
- Add onKeyDown option by @inokawa in #24
- Refactor findPosition by @inokawa in #141
- Remove type from DocNode by @inokawa in #147
- Set "type": "module" to package.json by @inokawa in #150
- Refactor internals to support transaction and use InputEvent.data by @inokawa in #152
Full Changelog: 0.0.21...0.1.0