Skip to content

Releases: yikoyu/vuetify-pro-tiptap

v2.5.4

22 Aug 05:37
Compare
Choose a tag to compare

2.5.4 (2024-08-22)

Bug Fixes

  • augment vue rather than @vue/runtime-core (#357) (b58b2a0)

v2.5.3

08 Aug 07:11
Compare
Choose a tag to compare

2.5.3 (2024-08-08)

Bug Fixes

v2.5.2

24 Jun 07:56
Compare
Choose a tag to compare

2.5.2 (2024-06-24)

Bug Fixes

v2.5.1

12 Jun 02:15
Compare
Choose a tag to compare

2.5.1 (2024-06-12)

Bug Fixes

  • Image: upload function didn't run (2ee4046), closes #332

v2.5.0

02 Jun 12:19
Compare
Choose a tag to compare

2.5.0 (2024-06-02)

Features

  • ColorPicker: support for custom colors (0f29494), closes #313
  • image: support setting the default width and display (2e60b5f), closes #316
  • link: added unlink function, rel & target attributes (81c19b4)

Bug Fixes

  • markdown-theme: cannot switch themes (3623106)
  • style: buttons on toolbar's second line are not showing (7e3ead5)

v2.4.3

31 Jan 02:18
Compare
Choose a tag to compare

2.4.3 (2024-01-31)

Bug Fixes

  • font-size: "font-size" loading, duplicate "px" appears (bae62e7), closes #275

v2.4.2

27 Jan 04:26
Compare
Choose a tag to compare

2.4.2 (2024-01-27)

Bug Fixes

  • locale: update Dutch locale (c0b3ea7)
  • VuetifyTiptap: closing characterCount causes editor error (be1d0cd), closes #272

Refactor

  • replace lodash with lodash-unified (8bfc5d9)
  • VuetifyTiptap: override configurations for duplicate extensions, update tsconfig (8830fe3)

v2.4.1

20 Jan 13:46
Compare
Choose a tag to compare

2.4.1 (2024-01-20)

Bug Fixes

  • VuetifyViewer: cannot be used independently (986eccc)

v2.4.0

20 Jan 09:02
Compare
Choose a tag to compare

2.4.0 (2024-01-20)

Features

  • dialog can be customized with dialogComponent for custom components and styles (5407d53), closes #253
  • locale: add Dutch locale (#243) (33ff84e)
  • VuetifyTiptap: add 'hideBubble' prop to hide the bubble menu (60318c9)
  • VuetifyTiptap: add removeDefaultWrapper option to remove default wrapper (fa3c2db), closes #208

Bug Fixes

  • bubble menu type is missing (339251a)
  • BubbleMenu: repeatedly selecting table cells crashes (dafd80d)
  • extensions: disable commands that cannot be used in certain operations (7432b7e)
  • extensions: props type error (2381b31)
  • sharing global parameters among multiple editors (259e6e6), closes #253
  • Table: unable to create table for mobile devices (d33c67a), closes #255

v2.3.0

20 Sep 12:52
Compare
Choose a tag to compare

2.3.0 (2023-09-20)

Features

  • fullscreen: add useWindow (ca0c5b2)
  • VuetifyTiptap: export useContext (d1ede67)
  • VuetifyViewer: support accept json content (6b8af0a)

Bug Fixes

  • types: typescript5 not find a declaration file (04625a3)