Skip to content
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

Update dependency react-toastify to v6 #143

Merged
merged 1 commit into from
May 12, 2020
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 10, 2020

This PR contains the following updates:

Package Type Update Change
react-toastify dependencies major ^5.5.0 -> ^6.0.0

Release Notes

fkhadra/react-toastify

v6.0.2

Compare Source

v6.0.1

Compare Source

Release notes

Bug fix

  • fix #​468 regression. Aria-label was missing on close button

v6.0.0

Compare Source

Release notes

🚀 Features

  • possibility to limit the number of toast displayed #​298
  • support strict mode 💪
  • can define inline style on toast
  • HTML ids can be set for ToastContainer and Toast components(containerId, toastId are used as id)
  • better close button icon
  • possibility to unsubscribe to onChange event #​450
  • dark toast 💅
    darl-theme
  • expose hook to create your own ToastContainer(not documented yet)
  • expose hook to create your own Toast (not documented yet)
  • new documentation powered by docusaurus2 and algolia search 🔥

🕷Bug fixes

  • progress style from toast not being used
  • fix some tests

💥 Breaking changes

  • className only support string now.
  • 🔥 require react v16.8 due to the introduction of hook
  • calculate center position using transform instead of using margin-left = toast size /2
  • upgrade to latest react-transition-group to support strictmode. This impact your custom transition

🧐 Internal

  • fully rewritten in typescript
  • switch from enzyme to react-testing-library
  • bundled by tsdx
  • smaller bundle size 👌

Renovate configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@peterzen peterzen merged commit a0375f7 into master May 12, 2020
@peterzen peterzen deleted the renovate/react-toastify-6.x branch May 12, 2020 22:27
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.

2 participants