Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2023

Bumps ReactiveProperty from 8.2.0 to 9.1.2.

Release notes

Sourced from ReactiveProperty's releases.

Release 9.1.2

Fix

  • Fix skip validation process case when calling ForceNotify method of ValidatableReactiveProperty<T>.

Add

  • Add support for ValidatableReactiveProperty to ReactivePropertiesValidator<T> for Blazor.

Release 9.0.0

This is a big major update:

The concepts are performance and focus on ReactiveProperty.Core package.

Changes

  • Move AsyncReactiveCommand to ReactiveProperty.Core package.
  • Move ObserveProperty extension method to ReactiveProperty.Core package.
  • Move ToReactivePropertySlimAsSynchronized to ReactiveProperty.Core package.
  • Add ReactiveCommandSlim to ReactiveProperty.Core package.
    • ReactiveCommandSlim has a behavior change from ReactiveCommand. When Execute method called, ReactiveCommand didn't check CanExecute state. ReactiveCommandSlim check CanExecute state, and if CanExecute is false, then Execute method does nothing.
  • Add CompositeDisposable to ReactiveProperty.Core package.
  • Add Select and Where extension methods for IObservable<T> and CombineLatest extension method for IEnumerable<IObservable<T>> to Reactive.Bindings.TinyLinq namespace of ReactiveProperty.Core package.
  • Add ValidatableReactiveProperty to ReactiveProperty.Core package.
  • Move BooleanNotifier, BusyNotifier, CountNotifier, MessageBroker and AsyncMessageBroker to ReactiveProperty.Core package.
  • Add CollectionUtilities.ObserveElementProperty and ObserveElementObservableProperty for IReadOnlyCollection<T> to ReactiveProperty package.
  • All classes of ReactiveProperty.Core are NOT thread safe. If you want to access those classes from multi threads, please access from single thread.

Release 9.0.0-pre202301050852

Many classes move to ReactiveProperty.Core package from ReactiveProperty.

See #402.

Commits
  • a3d03ab Merge pull request #418 from runceel/main
  • c48f11d Increment version number to 9.1.2
  • bf5adc6 Remove ToEvent extension methods
  • cc130f3 Merge pull request #417 from runceel/main
  • a2b3c6c Merge pull request #416 from runceel/improve-blazor-support
  • 787cecd increment version number 9.1.1
  • 0941cf2 Add ToEvent extension methods for EventCallback (Non generic version)
  • f72f45f Merge pull request #415 from runceel/main
  • 1e8d976 Merge pull request #414 from runceel/improve-blazor-support
  • 6183899 Increment version number.
  • 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)

Bumps [ReactiveProperty](https://github.com/runceel/ReactiveProperty) from 8.2.0 to 9.1.2.
- [Release notes](https://github.com/runceel/ReactiveProperty/releases)
- [Changelog](https://github.com/runceel/ReactiveProperty/blob/main/ReleaseNote-ja.md)
- [Commits](runceel/ReactiveProperty@8.2.0...9.1.2)

---
updated-dependencies:
- dependency-name: ReactiveProperty
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
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.

1 participant