Skip to content

Latest commit

 

History

History
195 lines (108 loc) · 5.95 KB

CHANGELOG.md

File metadata and controls

195 lines (108 loc) · 5.95 KB

CHANGELOG

All notable changes to this project will be documented in this file.

Tags

  • Features
  • Bug Fixes
  • Performance Improvements
  • Dependency Updates
  • Breaking Changes
  • Enhancements
  • Documentation
  • Internal

v1.1.3 (2024-05-11)

Bug Fixes

  • fixed NodeViewRenderer compatibility with typescript target > 2021 (426a002, af9fa49)

v1.1.2 (2023-07-24)

Bug Fixes

  • update nodeview selected prop with text selection (fe9eefb)

v1.1.1 (2023-07-12)

Bug Fixes

  • fix invalid prop, rename delay to updateDelay (646f655)
  • update SvelteComponent types (94d54ce)

v1.1.0 (2023-07-02)

Features

  • allow contents to be rendered inside EditorContent via slot (e954389)

v1.0.0 (2023-07-02)

Breaking Changes

Enhancements

  • cleanup SvelteNodeViewRenderer implementation (844d07a)

Features

  • Expose BubbleMenu delay (2185c94)

Internal

  • add npm package provenance (4065bde)

v0.7.0 (2022-12-15)

Dependency Updates

  • update svelte-kit to v1 stable (0c204ff)
  • update tiptap dependencies (2700dae)
  • update prosemirror dependencies (52811f2)
  • update svelte to v3.55.0 (9124b03)

v0.6.0 (2022-06-27)

Dependency Updates

  • update tiptap dependencies (de57588)

v0.5.2 (2022-05-30)

Bug Fixes

  • downgrade package target to ES2021 (9459818)

v0.5.1 (2022-05-30)

Dependency Updates

  • update svelte-kit to v1.0.0-next.345 (aedbc9d)

v0.5.0 (2022-05-25)

Features

  • support dynamic elements in NodeViewWrapper (df009fe)
  • support custom tag types for NodeViewRenderer (d54dfe7)

Bug Fixes

  • fix rendering inline elements (219de17)

Enhancements

  • throw if NodeViewWrapper is not used for NodeViews (decbecf)

Breaking Changes

  • require svelte v3.48.0 or greater (8edfa0c)

v0.4.7 (2021-12-31)

Bug Fixes

  • add workaround to fix errors while unmounting floating-menu and bubble-menu (45feb0c)

Dependency Updates

Internal

v0.4.6 (2021-12-31)

Dependency Updates

  • update tiptap dependencies (65d461f)
  • update devDependencies (65d461f)

v0.4.5 (2021-12-17)

Dependency Updates

v0.4.4 (2021-09-28)

Dependency Updates

  • update tiptap dependencies (e23e024)

Internal

  • enable typescript strict mode (c023eeb)
  • setup e2e testing with cypress (0f138b4)

v0.4.3 (2021-08-13)

Dependency Updates

  • update tiptap dependencies (8f68062)

v0.4.2 (2021-08-13)

Dependency Updates

  • update tiptap dependencies (977d9a5)

v0.4.1 (2021-08-06)

Bug Fixes

  • publish all build files to npm (31002f8)

v0.4.0 (2021-08-06)

Features

  • generate type definitions (8a7e84b)

Internal

v0.3.0 (2021-07-31)

Features

  • update tiptap dependencies (f7c3143)

v0.2.0 (2021-07-17)

Features

  • add createEditor method (f590d5c)

v0.1.1 (2021-07-14)

Documentation

v0.1.0 (2021-07-14)

Initial Release: Svelte components for Tiptap v2