Skip to content

fix(deps): update dependency ngx-markdown to v18 #344

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

Merged
merged 1 commit into from
May 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ngx-markdown ^17.0.0 -> ^18.0.0 age adoption passing confidence

Release Notes

jfcere/ngx-markdown (ngx-markdown)

v18.0.0

Compare Source

Update Angular 18

Library has been updated to support Angular 18.

It is recommended to stick with ngx-markdown v17.x.x if you are using Angular 17.

New features and enhancements
  • Update to Angular 18
  • Remove clipboard button inline opacity transition and add CSS classes
⚠️ Breaking changes
Clipboard Plugin

The clipboard button no longer has an opacity transition by default. Instead, CSS classes have been added to allow customization as documented in the README.md and the Plugins > Clipboard Plugin section of the demo site.

To keep the previous behavior, simply add the following CSS to your global styles.css/scss styling file.

.markdown-clipboard-toolbar {
  opacity: 0;
  transition: opacity 250ms ease-out;
}

.markdown-clipboard-toolbar.hover {
  opacity: 1;
}
Special thanks

🥇 Thanks to @​pkurcx for his contribution to update Angular 18.

Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@json-derulo json-derulo merged commit eab9ca1 into main May 26, 2024
10 checks passed
@renovate renovate bot deleted the renovate/ngx-markdown-18.x branch May 26, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant