Skip to content

Commit

Permalink
DOC-2413: api-version bump for TinyMCE 7.1.1. (#3307)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemister85 authored May 22, 2024
1 parent 13ba869 commit 0a07547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .api-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.0
7.1.1
4 changes: 2 additions & 2 deletions modules/ROOT/pages/apis/tinymce.util.eventdispatcher.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ eventDispatcher.dispatch('click', { data: 123 });
|xref:#fire[fire()]|Fires the specified event by name.


__Deprecated in TinyMCE 6.0 and has been marked for removal in TinyMCE 7.0. Use `dispatch` instead.__|`xref:apis/tinymce.util.eventdispatcher.adoc[EventDispatcher]`
__Marked for removal in TinyMCE 8.0. Use `dispatch` instead.__|`xref:apis/tinymce.util.eventdispatcher.adoc[EventDispatcher]`
|xref:#has[has()]|Returns true/false if the dispatcher has a event of the specified name.|`xref:apis/tinymce.util.eventdispatcher.adoc[EventDispatcher]`
|xref:#isNative[isNative()]|Returns true/false if the specified event name is a native browser event or not.|`xref:apis/tinymce.util.eventdispatcher.adoc[EventDispatcher]`
|xref:#off[off()]|Unbinds an event listener to a specific event by name.|`xref:apis/tinymce.util.eventdispatcher.adoc[EventDispatcher]`
Expand Down Expand Up @@ -74,7 +74,7 @@ fire(name: String, args: Object?): Object
Fires the specified event by name.


__Deprecated in TinyMCE 6.0 and has been marked for removal in TinyMCE 7.0. Use `dispatch` instead.__
__Marked for removal in TinyMCE 8.0. Use `dispatch` instead.__

==== Examples
[source, javascript]
Expand Down

0 comments on commit 0a07547

Please sign in to comment.