Skip to main content

Changelog

0.1.0 - 2023/03/16

  • Feat: Add a new postMessagePreview option for VisualEditor

0.0.23 - 2022/07/12

  • Feat: Add a new insertPosition attribute

0.0.22 - 2022/07/12

  • Feat: New icon to access templates

0.0.21 - 2022/07/12

  • Fix: When pasting template some of the existing blocks were not removed

0.0.20 - 2022/04/01

  • Fix: Removed logo from code

0.0.18 - 2022/03/25

  • Fix: allow h5, h6 headings

0.0.17 - 2022/03/24

  • Fix: datepicker behaviour

0.0.16 - 2022/03/22

  • Fix: template order

0.0.15 - 2022/03/22

  • Fix: spacing issues

0.0.14 - 2022/03/22

  • Fix: clean dependencies

0.0.11 - 2022/03/22

  • Feat: allow promise for templates

0.0.10 - 2022/03/19

  • Fix: default sidebar width

0.0.9 - 2022/03/19

  • Fix: default options for HTMLTet

0.0.8 - 2022/03/08

  • Feat: A new registerTemplate() method allow creating templates

0.0.7 - 2022/01/17

  • Fix: Datepicker use import default :(
  • Fix: Datepicker hiding when adding a time

0.0.6 - 2022/01/17

  • Feat: DatePicker field type

0.0.5 - 2022/01/06

  • Fix: Change event not triggered on select

0.0.4 - 2022/01/06

  • Fix: Rollbacks happening when using HTMLText

0.0.3 - 2022/01/06

  • BC: Changed events name ("veChange" becomes "change" and "veClose" becomes "close")
  • Submit at the bottom of the editor
  • Removed header button on single line of text for HTMLText
  • Removed reset CSS being injected into the iframe

0.0.2 - 2022/01/04

  • BC : Changed fields signature
  • Replaced CSS by CSS in JS with Emotion to improve user experience (no additional CSS to import)
  • Migration from Quill.js to Tiptapjs

0.0.1 - 2021/12/01

  • First version of the editor