This repository was archived by the owner on Oct 29, 2023. It is now read-only.
build(deps): update dependency ngx-markdown to v15 (latest) #8098
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:
13.1.0
->15.0.0
Release Notes
jfcere/ngx-markdown
v15.0.0
Compare Source
Update Angular 15
Library has been updated to support Angular 15.
It is recommended to stick with ngx-markdown v14.x.x if you are using Angular 14.
⚠ Breaking Changes
The library dependencies have been removed and set as peer/optional dependencies instead to avoid having unused packages installed locally and avoid conflicts for projects that already use any of those dependencies.
Once you have updated ngx-markdown you will need to manually install your required peer/optional dependencies following the updated installation section of the
README.md
.New features and enhancements
dependencies
tooptionalDependencies
for plugin integrationsemoji-toolkit
optional dependencies to v7.0.0 which support Unicode 14.Commits
v14.0.1
Compare Source
Bug fixes
adb7923
) @jfcerev14.0.0
Compare Source
Update Angular 14
Library has been updated to support Angular 14.
It is recommended to stick with ngx-markdown v13.x.x if you are using Angular 13.
⚠ Breaking Changes
MarkdownService.compile
function has been renamed toparse
and its parameters combined into theparseOptions
objectMarkdownService.render
function has been added to render elements once markdown has been parsed into HTMLMarkdownService.renderKatex
function is now private and called within theMarkdownService.render
functionKatex
plugin now requires Katex Auto-render extension (refer to README.md for instructions)New features and enhancements
181e253
) @jfcere63fe0c2
) @syabru, @jfcere2ea9f01
) @jfcereaa83e61
) @rogov-k9578b53
) @shanmukhateja, @jfcere0e898fc
) @jfcere43f04a5
) @jfcereBug fixes
3ba042f
) @jfcereSpecial thanks
Configuration
📅 Schedule: Branch creation - "before 7am every weekday,after 6pm every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.