Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps Toolbelt.Blazor.LoadingBar from 13.1.2 to 14.0.0.

Changelog

Sourced from Toolbelt.Blazor.LoadingBar's changelog.

v.14.0.0

  • Improve: The new AddLoadingBarService() extension method is released that doesn't break the service registration method chain since it returns IServiceCollection.
  • Improve: Assembly trimming is enabled.

v.13.2.0

  • Improve: Add the option to configure the threshold time for the loading bar will appear.

v.13.1.2

  • Fix: The loading bar doesn't appear in some cases.

v.13.1.1

  • Fix: constructing the loading bar DOM elements will fail in some edge cases.

v.13.1.0

  • Improve: Add the option that the selector of the container what the loading bar contents inject into.

v.13.0.0

  • Improve: load the helper JavaScript by Blazor JavaScript isolation feature (ES2015 module system) instead of using "eval".
  • Improve: load the style sheet by using the JavaScript helper code instead of using "eval".
  • Improve: The "UseLoadingBar()" extension method can be applied to the HostBuilder directly.

v.12.1.0

  • Improve: The color of the loading bar can be customizable.

v.12.0.1

  • Fix: it throws an unhandled exception when HttpClient is registered as a scoped service.

v.12.0.0

  • BREAKING CHANGE: Support Blazor v.3.2.0 Preview 5 style HttpClient DI container registration.

v.11.0.0

  • BREAKING CHANGE: Support Blazor v.3.2.0 Preview 2 (not compatible with v.3.2.0 Preview 1 or before.)

v.10.0.0

  • BREAKING CHANGE: Support Blazor v.3.2.0 Preview 1 (not compatible with v.3.1.0 Preview 4 or before.)

v.9.0.0

  • BREAKING CHANGE: Support Blazor v.3.1.0 Preview 4 (not compatible with v.3.1.0 Preview 3 or before.)

v.8.0.0

  • BREAKING CHANGE: Support Blazor v.3.1.0 Preview 3 (not compatible with v.3.1.0 Preview 2 or before.)

v.7.0.0

  • BREAKING CHANGE: Support Blazor v.3.0.0 Preview 9 (not compatible with v.3.0.0 Preview 8 or before.)

v.6.0.0

  • BREAKING CHANGE: Support Blazor v.3.0.0 Preview 6 (not compatible with v.3.0.0 Preview 5 or before.)

v.5.0.0

  • BREAKING CHANGE: Support Blazor v.3.0.0 Preview 4 (not compatible with v.0.9.0 or before.)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [Toolbelt.Blazor.LoadingBar](https://github.com/jsakamoto/Toolbelt.Blazor.LoadingBar) from 13.1.2 to 14.0.0.
- [Changelog](https://github.com/jsakamoto/Toolbelt.Blazor.LoadingBar/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/jsakamoto/Toolbelt.Blazor.LoadingBar/commits/v.14.0.0)

---
updated-dependencies:
- dependency-name: Toolbelt.Blazor.LoadingBar
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2023
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