fix(deps): update dependency dynamicdata to 9.1.1 #878
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.0.4
->9.1.1
Release Notes
reactiveui/DynamicData (DynamicData)
v9.1.1
Compare Source
Fixes:
b6e851e
Fixed that.Bind()
operators forISortedChangeSet<TObject, TKey>
streams were not properly recognizing theResetOnFirstTimeLoad
option. The option was only being used if the initial changeset also exceeded theResetThreshold
setting. (#935) @JakenVeina2c32489
Fix for GroupOnObservable OnCompleted handling (#938) @dwcullop9f934a2
Fix for ChangeSetMergeTracker so that it correctly works with Value Types (#940) @dwcullop5b0a911
Fixed a typo. (#942) @JakenVeinaf30efa2
Fixed that .SortAndPage() would not send a downstream changeset upon change of the comprer, when the current page includes all items. (#967) @JakenVeina95b94d3
Fixed that .Switch() did not propagate errors downstream. (#968) @JakenVeinadd1f54d
Fixed initialization logic for Join operators, to ensure that only one initial changeset is emitted, and that it emits only after both sources have emitted their initialization changeset. (#945) @JakenVeinaOther:
55002ae
SortAndBind uses Move instead of RemoveAt/Insert when applicable. (#936) @kristian-pettersen61ac166
chore(deps): update dependency bogus to 35.6.0 (#902) @renovate[bot]741cf6b
chore(deps): update dependency dotnet-sdk to v8.0.401 (#883) @renovate[bot]a193643
chore(deps): update dependency nerdbank.gitversioning to 3.6.146 (#928) @renovate[bot]ae5f97d
chore(deps): update dependency microsoft.net.test.sdk to 17.11.1 (#933) @renovate[bot]e897cf6
chore(deps): update dependency roslynator.analyzers to 4.12.9 (#948) @renovate[bot]f0d0ead
Update Build to allow for Net 9.0 (#961) @ChrisPulmanf7f0618
chore(deps): update dependency fluentassertions to 6.12.2 (#947) @renovate[bot]5e1dcd5
chore(deps): update dependency microsoft.net.test.sdk to 17.12.0 (#962) @renovate[bot]37ffe9d
Added new Filter operators that utilize a predicate state stream, to help avoid unneccessary allocations of a new filter predicate delegate, every time the consumer desires to change filtering logic. (#941) @JakenVeinad3fad52
chore(deps): update dependency roslynator.analyzers to 4.12.10 (#972) @renovate[bot]672bbde
chore(deps): update dependency nerdbank.gitversioning to 3.7.112 (#970) @renovate[bot]1ab7c1c
chore(deps): update dependency xunit.runner.visualstudio to v3 (#971) @renovate[bot]353a316
SortAndBind fixes and improvements (#939) @RolandPheasant9420bf4
Bump version to 9.1 for release (#977) @RolandPheasantConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
This PR was generated by Mend Renovate. View the repository job log.