Skip to content

Tags: davidmyersdev/ink-mde

Tags

v0.34.0

Toggle v0.34.0's commit message

Verified

This tag was signed with the committer’s verified signature.
davidmyersdev David Myers
v0.34.0

- Fix: Long URLs and links can cause text to wrap at undesirable points.
- Feat: Improved list styles with independent configuration for bullet, number, and task lists. Text is now indented with list item when wrapping lines.

v0.33.0

Toggle v0.33.0's commit message

Verified

This tag was signed with the committer’s verified signature.
davidmyersdev David Myers
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

Toggle v0.32.0's commit message

Verified

This tag was signed with the committer’s verified signature.
davidmyersdev David Myers
v0.32.0

- Support using `ink-mde` in a Web Component
- Update `codemirror` and `lezer` dependencies

v0.31.0

Toggle v0.31.0's commit message

Verified

This tag was signed with the committer’s verified signature.
davidmyersdev David Myers
v0.31.0

- Update dependencies

v0.30.0

Toggle v0.30.0's commit message

Verified

This tag was signed with the committer’s verified signature.
davidmyersdev David Myers
v0.30.0

- Accept Svelte v4 peer dependency

v0.29.1

Toggle v0.29.1's commit message

Verified

This tag was signed with the committer’s verified signature.
davidmyersdev David Myers
v0.29.1

- Update Vitest

v0.29.0

Toggle v0.29.0's commit message

Verified

This tag was signed with the committer’s verified signature.
davidmyersdev David Myers
v0.29.0

- Update dependencies (including latest CodeMirror improvements)
- Fix cursor size on multiline placeholders

v0.28.0

Toggle v0.28.0's commit message

Verified

This tag was signed with the committer’s verified signature.
davidmyersdev David Myers
Make tab and shift-tab keybindings configurable

v0.27.0

Toggle v0.27.0's commit message

Verified

This tag was signed with the committer’s verified signature.
davidmyersdev David Myers
v0.27.0

- Improve types resolution
- Add named exports for Svelte and Vue components

v0.26.0

Toggle v0.26.0's commit message

Verified

This tag was signed with the committer’s verified signature.
davidmyersdev David Myers
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)