Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

76 lines (52 loc) · 2.14 KB

Unreleased

  • Adopt beehive-flow release process

4.0.0 (2020-11-05)

  • Vue 3 support

3.2.4 (2020-10-16)

  • Fixed handling of inline template event bindings

3.2.3 (2020-09-16)

  • Update dependencies
  • Changed keyup to input for the events triggering sending out content to v-model.

3.2.2 (2020-05-22)

  • Fixed v-model outputFormat resetting the editor content on every change

3.2.1 (2020-04-30)

  • Upgraded jquery in dev dependencies in response to security alert.

3.2.0 (2020-02-24)

  • Added new tinymceScriptSrc prop for specifying an external version of TinyMCE to lazy load

3.1.0 (2020-01-31)

  • Added new outputFormat prop for specifying the format of the content emitted via the input event

3.0.1 (2019-08-19)

  • Fixed incorrect module paths

3.0.0 (2019-08-16)

  • Removed Vue as a dependency and added vue@^2.4.3 as a peer dependency
  • Changed referrer policy to origin to allow cloud caching

2.1.0 (2019-06-05)

  • Changed the CDN URL to use cdn.tiny.cloud

2.0.0 (2019-02-11)

  • Changed default cloudChannel to '5'.

1.1.2 (2019-01-09)

  • Updated changelog to show how you have to add .default to commonjs require.

1.1.1 (2019-01-09)

  • Improved uuid function. Patch contributed by fureweb-com.

1.1.0 (2018-10-01)

  • Added functionality to bind to disabled property to set editor into readonly state.

1.0.9 (2018-09-03)

  • Fixed broken links in readme.

1.0.8 (2018-05-10)

  • Added undo and redo to the events triggering sending out content to v-model.

1.0.7 (2018-04-26)

  • Added null check before removing editor to check that tinymce is actually available.

1.0.6 (2018-04-11)

  • Removed cloudChannel prop validation.

1.0.5 (2018-04-06)

  • Removed onPreInit shorthand as it never worked.

1.0.4 (2018-04-06)

  • Fixed bug with onInit never firing.

1.0.3 (2018-04-03)

  • Fixed bug with value watcher getting out of sync.

1.0.2 (2018-02-16)

  • Fixed bug where is wasn't possible to set inline in the init object, only on the shorthand.

1.0.1 (2018-02-08)

  • Fixed binding timing issues by moving the binding to after the editor has initialized.

1.0.0 (2018-01-16)

  • Initial release