Releases: davidmyersdev/ink-mde
Releases · davidmyersdev/ink-mde
v0.34.0
v0.33.0
- Fix: Search does not work in Octo (Nuxt app)
- Fix: Latex block at end of document throws error
- Improve test coverage
- Update dependencies
v0.32.0
- Support using
ink-mde
in a Web Component - Update
codemirror
andlezer
dependencies
v0.31.0
- Update dependencies
v0.30.0
- Accept Svelte v4 peer dependency
v0.29.1
- Update dependencies (including latest CodeMirror improvements)
- Fix cursor size on multiline placeholders
v0.28.0
Make tab and shift-tab keybindings configurable
v0.27.0
- Improve types resolution
- Add named exports for Svelte and Vue components
v0.26.0
- Add a
katex
plugin for inline and block math expressions - Update the Plugin API to support groups of plugins and (some) async plugins
- Fix
wrap
module to ensure textareas are properly mounted - Use initial text in textarea as the starting doc (when a doc is not specified)
v0.25.1
Do not auto-focus the editor