Bump @tinymce/tinymce-vue from 4.0.7 to 5.1.0 #23

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/tinymce/tinymce-vue-5.1.0 into main 2023-05-24 21:15:22 +00:00
dependabot[bot] commented 2023-04-24 02:24:29 +00:00 (Migrated from github.com)

Bumps @tinymce/tinymce-vue from 4.0.7 to 5.1.0.

Changelog

Sourced from @​tinymce/tinymce-vue's changelog.

5.1.0 - 2023-04-05

Added

  • Exposed method getEditor() that return the current editor

5.0.1 - 2022-10-24

Changed

  • Use target element instead of selector for Editor configuration

Fixed

  • Updated dependencies
  • Updated CI library to latest

5.0.0 - 2022-04-08

Changed

  • License changed to MIT
  • Default cloud channel to '6'
Commits
  • 2e21815 Branch is ready for release - setting release version
  • 24440f6 Merge pull request #371 from tinymce/feature/INT-3069
  • 2791e97 INT-3069: bump version
  • 4512433 INT-3069: add changelog entry
  • 9851109 INT-3069: add demo for getEditor
  • 277b897 INT-3069: expose a getEditor function that return the editor
  • 6d31f72 Update version for next patch release
  • 1c17127 Merge pull request #365 from tinymce/feature/INT-3117
  • fe9fb8d INT-3117: Vue handover
  • e950c11 Merge pull request #363 from tinymce/feature/INT-3052
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps [@tinymce/tinymce-vue](https://github.com/tinymce/tinymce-vue) from 4.0.7 to 5.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tinymce/tinymce-vue/blob/main/CHANGELOG.md"><code>@​tinymce/tinymce-vue</code>'s changelog</a>.</em></p> <blockquote> <h2>5.1.0 - 2023-04-05</h2> <h3>Added</h3> <ul> <li>Exposed method <code>getEditor()</code> that return the current editor</li> </ul> <h2>5.0.1 - 2022-10-24</h2> <h3>Changed</h3> <ul> <li>Use target element instead of selector for Editor configuration</li> </ul> <h3>Fixed</h3> <ul> <li>Updated dependencies</li> <li>Updated CI library to latest</li> </ul> <h2>5.0.0 - 2022-04-08</h2> <h3>Changed</h3> <ul> <li>License changed to MIT</li> <li>Default cloud channel to '6'</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tinymce/tinymce-vue/commit/2e21815c22b78d2448113ebbbc777d5e526ab7d5"><code>2e21815</code></a> Branch is ready for release - setting release version</li> <li><a href="https://github.com/tinymce/tinymce-vue/commit/24440f6594f699e883f7ab6199575a7657d515ef"><code>24440f6</code></a> Merge pull request <a href="https://redirect.github.com/tinymce/tinymce-vue/issues/371">#371</a> from tinymce/feature/INT-3069</li> <li><a href="https://github.com/tinymce/tinymce-vue/commit/2791e973124f99e53160bf366bd076e7c0a0a229"><code>2791e97</code></a> INT-3069: bump version</li> <li><a href="https://github.com/tinymce/tinymce-vue/commit/451243382973821cff57362600f212d301be1780"><code>4512433</code></a> INT-3069: add changelog entry</li> <li><a href="https://github.com/tinymce/tinymce-vue/commit/9851109a83707620f539475e3e2b860b67ea7cbe"><code>9851109</code></a> INT-3069: add demo for <code>getEditor</code></li> <li><a href="https://github.com/tinymce/tinymce-vue/commit/277b897957a87597303813dd48681649b2a1de23"><code>277b897</code></a> INT-3069: expose a <code>getEditor</code> function that return the editor</li> <li><a href="https://github.com/tinymce/tinymce-vue/commit/6d31f72157ccc24b6836fcf5b30ec1f14cc77725"><code>6d31f72</code></a> Update version for next patch release</li> <li><a href="https://github.com/tinymce/tinymce-vue/commit/1c17127b4674c574ceff2c9c2d96141390a9e34a"><code>1c17127</code></a> Merge pull request <a href="https://redirect.github.com/tinymce/tinymce-vue/issues/365">#365</a> from tinymce/feature/INT-3117</li> <li><a href="https://github.com/tinymce/tinymce-vue/commit/fe9fb8d652591c3023a103ac20e536dfce211979"><code>fe9fb8d</code></a> INT-3117: Vue handover</li> <li><a href="https://github.com/tinymce/tinymce-vue/commit/e950c1170de123dc5754ce190d01e03db5a18ca8"><code>e950c11</code></a> Merge pull request <a href="https://redirect.github.com/tinymce/tinymce-vue/issues/363">#363</a> from tinymce/feature/INT-3052</li> <li>Additional commits viewable in <a href="https://github.com/tinymce/tinymce-vue/compare/4.0.7...5.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tinymce/tinymce-vue&package-manager=npm_and_yarn&previous-version=4.0.7&new-version=5.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Sign in to join this conversation.