ebekker / FMRL

Ephemeral Message Service
https://fmrl.link
MIT License
4 stars 2 forks source link

Bump Sotsera.Blazor.Toaster from 0.6.0 to 2.0.0 #22

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps Sotsera.Blazor.Toaster from 0.6.0 to 2.0.0.

Release notes *Sourced from [Sotsera.Blazor.Toaster's releases](https://github.com/sotsera/sotsera.blazor.toaster/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: > - closes [#15](https://github-redirect.dependabot.com/sotsera/sotsera.blazor.toaster/issues/15) > > ## 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](https://github.com/sotsera/sotsera.blazor.toaster/blob/master/RELEASE-NOTES.md).* > # 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]( [sotsera/sotsera.blazor.toaster#22](https://github-redirect.dependabot.com/sotsera/sotsera.blazor.toaster/pull/22) ) > > __version 0.10.0__ > - update to 3.0.0-preview6.19307.2 > - simplified transition management thanks to the [@​key](https://github.com/key) binding in the toast container > > __version 0.9.0-preview-3__ > - fixes issue [#19](https://github-redirect.dependabot.com/sotsera/sotsera.blazor.toaster/issues/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](https://github.com/sotsera/sotsera.blazor.toaster/blob/master/#main-toaster-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 - [`ad4caeb`](https://github.com/sotsera/sotsera.blazor.toaster/commit/ad4caebb85f898e0b0568375b8f8e4487e01137b) update to asp.net core 3.1.100 - [`61ca8ea`](https://github.com/sotsera/sotsera.blazor.toaster/commit/61ca8ea8f40feadd576f8b1d32c4a8faa5ca50a3) better transition duration handling - [`c6af3da`](https://github.com/sotsera/sotsera.blazor.toaster/commit/c6af3da2a727a15fffe05e88aa3e5f5d9deb828a) ie11 polyfill - [`6a5f36a`](https://github.com/sotsera/sotsera.blazor.toaster/commit/6a5f36aca6f3108cc3dfe0abe409b1753ebd725d) bump version to 2.0.0-beta1 - [`88c5e67`](https://github.com/sotsera/sotsera.blazor.toaster/commit/88c5e67bd80e20a442b68ea11dbcba2719752448) thread safety controls on the toasts list - [`e052b89`](https://github.com/sotsera/sotsera.blazor.toaster/commit/e052b890a55b763b198c7df38c6de2227685637c) Merge pull request [#28](https://github-redirect.dependabot.com/sotsera/sotsera.blazor.toaster/issues/28) from peterblazejewicz/remove/role - [`06db8fb`](https://github.com/sotsera/sotsera.blazor.toaster/commit/06db8fb15c6234a06e2d77bcea71d6382a3825fa) Remove not requried arial role samentic from button. - [`74044c9`](https://github.com/sotsera/sotsera.blazor.toaster/commit/74044c98ea3b44cb59e440287d3196c3c0841531) fix readme version - [`0e156a7`](https://github.com/sotsera/sotsera.blazor.toaster/commit/0e156a703d6497d013227247c90f1727c34d2645) bump version to .0.0 - [`afa3327`](https://github.com/sotsera/sotsera.blazor.toaster/commit/afa332776d112a3c100589c74587e67819ddbe9e) update to asp.net core 3.0.0 - Additional commits viewable in [compare view](https://github.com/sotsera/sotsera.blazor.toaster/compare/0.6.0...v2.0.0)


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](https://app.dependabot.com): - 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[bot] commented 4 years ago

Superseded by #23.