Skip to content

Tags: bubdm/DynamicData

Tags

7.2.1

Toggle 7.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
housekeeping: Release 7.2.x (reactivemarbles#487)

7.1.17

Toggle 7.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure comparer changed is subscribed to before data changed for list. 

…Fixes reactivemarbles#473 (reactivemarbles#476)

7.1.16

Toggle 7.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump Nerdbank.GitVersioning from 3.3.37 to 3.4.194 in /s…

…rc (reactivemarbles#469)

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.3.37 to 3.4.194.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](dotnet/Nerdbank.GitVersioning@v3.3.37...v3.4.194)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

7.1.1

Toggle 7.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
housekeeping: Release 7.1.x (reactivemarbles#443)

6.17.14

Toggle 6.17.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
housekeeping: Update the .gitignore file. (reactivemarbles#431)

6.17.13

Toggle 6.17.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update ci-build.yml (reactivemarbles#430)

6.16.9

Toggle 6.16.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix BindToObservableList: Previous values not being removed & sorting…

… resets being ignored. (reactivemarbles#401)

* [Fix] Previous value not being removed when receiving an update change when the change is at a new index due to sorting.

* Removed unnecessary CurrentIndex checks in RemoveKeyEnumerator

* [Fix] Sorted change set with a reset not updating the `IObservableList` via `BindToObservableList`

Co-authored-by: Ryan Holden <[email protected]>

6.16.8

Toggle 6.16.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Fix] SortedObservableCollectionAdaptor does Remove -> Add instead of…

… Replace when index not changed (reactivemarbles#392)

* Replace item if index not changed

Change-Id: Ib7564fb941849b4a12b30d3b6bc4dd6ab8dabfc8

* Add unit tests

Change-Id: Ib62b5916b63961e2b87b48f8d398ab37905d8497

Co-authored-by: Radu Petrisel <[email protected]>

6.16.6

Toggle 6.16.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 3.0.0 to 3.3.0 (react…

…ivemarbles#396)

Bumps [Microsoft.CodeAnalysis.FxCopAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 3.0.0 to 3.3.0.
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/master/PostReleaseActivities.md)
- [Commits](dotnet/roslyn-analyzers@v3.0.0...v3.3.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

6.16.3

Toggle 6.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use replace instead of remove+add on ObservableCollectionAdaptor.DoUp…

…date (reactivemarbles#381)

* Use replace instead of remove+add

* Add unit test

Co-authored-by: Marius Aiordachioaei <[email protected]>