-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency @tinymce/tinymce-react to v5 #223
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/tinymce-tinymce-react-5.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
from
July 1, 2024 07:30
b2dedd1
to
50272af
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
3 times, most recently
from
July 22, 2024 08:57
8465623
to
d74c6be
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
2 times, most recently
from
July 29, 2024 11:12
b20415d
to
8c726e5
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
from
August 5, 2024 08:45
8c726e5
to
c2b7584
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
2 times, most recently
from
August 19, 2024 06:27
13c5fe9
to
9f70f26
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
2 times, most recently
from
August 26, 2024 06:13
e229b6c
to
c190f52
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
from
September 12, 2024 14:11
c190f52
to
5f2ba75
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #223 +/- ##
=======================================
Coverage 89.29% 89.29%
=======================================
Files 143 143
Lines 2205 2205
Branches 452 477 +25
=======================================
Hits 1969 1969
+ Misses 226 222 -4
- Partials 10 14 +4 ☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
2 times, most recently
from
October 7, 2024 09:18
1845cf1
to
0b7104f
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
3 times, most recently
from
October 14, 2024 20:08
b57dd43
to
d7eb387
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
2 times, most recently
from
October 21, 2024 11:00
78f290e
to
f8673e1
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
4 times, most recently
from
November 4, 2024 09:35
3cf7777
to
1a4ecd4
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
4 times, most recently
from
November 11, 2024 11:12
4bc1c48
to
9eb8fd4
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
from
November 18, 2024 10:23
9eb8fd4
to
c28bc67
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
from
November 25, 2024 10:45
c28bc67
to
734c60d
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
from
December 2, 2024 08:11
734c60d
to
85160d4
Compare
renovate
bot
force-pushed
the
renovate/tinymce-tinymce-react-5.x
branch
from
December 9, 2024 17:17
85160d4
to
b7d0dac
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.14.0
->5.1.1
Release Notes
tinymce/tinymce-react (@tinymce/tinymce-react)
v5.1.1
Compare Source
v5.1.0
Compare Source
Added
tabIndex
prop. Community PR acknowledgement: Grand Julivan [email protected]v5.0.1
Compare Source
v5.0.0
Compare Source
Added
licenseKey
property that overrides the TinyMCElicense_key
init property. #INT-3291onInput
,onCompositionEnd
,onCompositionStart
&onCompositionUpdate
. #INT-3291Improved
cloudChannel
type. #INT-3291Changed
'7'
. #INT-3291Fixed
readonly
init property is now properly typed as undefined, as it's overriden by the integration. #INT-3287v4.3.2
Compare Source
Fixed
storybook-deploy
dependency. #INT-3254v4.3.1
Compare Source
Fixed
v4.3.0
Compare Source
Added
onScriptsLoad
andonScriptsLoadError
for the loading of the script tags when notinymce
global is available.Changed
tinymceScriptSrc
prop so it can now accept an array of scripts to make hybrid mode easier to use.An empty array will avoid loading scripts but will call
onScriptsLoadError
whentinymce
is missing.Fixed
v4.2.0
Compare Source
Added
CommentChange
.Fixed
CommentChange
to the list of events that trigger theonEditorChange
handler.v4.1.0
Compare Source
Added
SkinLoadError
,ThemeLoadError
,ModelLoadError
,PluginLoadError
,IconsLoadError
andLanguageLoadError
.Fixed
v4.0.0
Compare Source
Changed
'6'
.Removed
outputFormat
prop. If text output is required calleditor.getContent({ format: 'text' })
in any of the event callbacks.Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.