Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheesebaron committed May 10, 2023
1 parent 7d47d32 commit 42da60e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [9.0.10](https://github.com/MvvmCross/MvvmCross/tree/9.0.10) (2023-05-10)

[Full Changelog](https://github.com/MvvmCross/MvvmCross/compare/9.0.9...9.0.10)

**Fixed bugs:**

- "FrameLayout to show Fragment not found" because MvxFragmentPresentationAttribute.FragmentContentId misses Android.Resource.Id.Content [\#4586](https://github.com/MvvmCross/MvvmCross/issues/4586)
- Mac view is not created until one of presentation attributes set explicitly [\#4572](https://github.com/MvvmCross/MvvmCross/issues/4572)
- Android Mvx.IoCProvider.Resolve hitting MvvmCross.Exceptions.MvxIoCResolveException within ListenableWorkers when App is closed [\#4558](https://github.com/MvvmCross/MvvmCross/issues/4558)
- \[Mac\] Correctly set view type when applying default presenter attribu… [\#4573](https://github.com/MvvmCross/MvvmCross/pull/4573) ([snechaev](https://github.com/snechaev))

**Merged pull requests:**

- Bugfix: MvxFragmentPresentationAttribute.FragmentContentId misses "Android.Resource.Id.Content" [\#4587](https://github.com/MvvmCross/MvvmCross/pull/4587) ([evgenyvalavin](https://github.com/evgenyvalavin))
- Fix MvxCollectionViewCell when working with Auto Layout [\#4576](https://github.com/MvvmCross/MvvmCross/pull/4576) ([Digifais](https://github.com/Digifais))
- Add an InsertRange method to MvxObservableCollection [\#4571](https://github.com/MvvmCross/MvvmCross/pull/4571) ([Digifais](https://github.com/Digifais))

## [9.0.9](https://github.com/MvvmCross/MvvmCross/tree/9.0.9) (2023-01-20)

[Full Changelog](https://github.com/MvvmCross/MvvmCross/compare/9.0.8...9.0.9)
Expand Down

0 comments on commit 42da60e

Please sign in to comment.