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

Bump Sotsera.Blazor.Toaster from 0.6.0 to 3.0.0 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps Sotsera.Blazor.Toaster from 0.6.0 to 3.0.0.

Release notes

Sourced from Sotsera.Blazor.Toaster's releases.

Toast transitions based on CSS Animations

This release contains the new transitions logic which is now based on CSS animations and removes most of the System.Threading.Timer calls. There are a few breaking changes:

  • the IToaster service is now registered as scoped instead of singleton
  • some configuration options used by the old c# transitions have been removed
    • ShowStepDuration
    • HideStepDuration
    • ProgressBarStepDuration

Issues closed:

upgrade to blazor 0.8.0 (0.8.0-preview-19104-04)

No release notes provided.

register IToaster as scoped service

No release notes provided.

Changelog

Sourced from Sotsera.Blazor.Toaster's changelog.

Sotsera.Blazor.Toaster

Previous changes

__version 1.0.0

  • updated to Asp.Net Core 3.0.0

version 1.0.0-preview9.1

  • moved to 3.0.0-preview9.19424.4

version 1.0.0-preview.8.1

  • moved to 3.0.0-preview8.19405.7 and to SemVer 2.0.0
  • Breaking changes
    • the reference to the css file must be explicitly added also in client-side apps

version 0.11.0

  • moved to 3.0.0-preview7.19365.7
  • Breaking changes
    • repackaged as Razor Component Library: on server-side projects the css must be referenced explicitly by the host component
    • option NewestOnTop defaults to false

version 0.10.1

  • fix for bootstrap version >= 4.2
  • sample updated to boostrap v4.3.1 and fix for position initial value thanks to @peterblazejewicz

version 0.10.0

  • update to 3.0.0-preview6.19307.2
  • simplified transition management thanks to the @key binding in the toast container

version 0.9.0-preview-3

  • fixes issue #19 - exclude razor files from the nuget package

version 0.9.0-preview-2

  • update to 3.0.0-preview4-19216-03

  • updated instructions on how to include the ToastContainer component

  • version 0.9.0-preview-1

    • update to blazor 0.9.0-preview3-19154-02
  • version 0.8.0-preview-4

    • fix for razor components
  • version 0.8.0-preview-3

    • fix for razor components
    • OnClick method made async (breaking change)
  • version 0.8.0-preview-2 breaking changes

    • transitions handled with CSS animations
    • IToaster service registered as scoped service instead of singleton
    • options removed because only used by the old c# transitions
    • ShowStepDuration
... (truncated)
Commits
  • 38fa473 bump version to 3.0.0
  • ff340ce remove unneeded empty message check in toast element component
  • 2ae2be4 remove the options reference from the toast class. fixes #38
  • a72823e fix ca1063 warning about idisposable implementation
  • 267a2ae add toaster specific text alignment classes
  • 91d05ff small tweaks
  • 1bd11a0 Merge branch 'bholland314-feature/titleAndMessageHtml' into dev
  • 629adf5 Merge branch 'feature/titleAndMessageHtml' of https://github.com/bholland314/...
  • 0ac1be0 Merge branch 'bholland314-feature/addMsgAndTitlePositionToDemo' into dev
  • 397f32b Update src/Sotsera.Blazor.Toaster/Core/Models/CommonToastOptions.cs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants