This commit is contained in:
Tomasz Cielecki 2017-11-24 10:24:37 +01:00
Родитель b1395bbdac
Коммит 6e56d5da47
1 изменённых файлов: 47 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,52 @@
# Change Log
## [5.5.0](https://github.com/MvvmCross/MvvmCross/tree/5.5.0) (2017-11-23)
[Full Changelog](https://github.com/MvvmCross/MvvmCross/compare/5.4.2...5.5.0)
**Fixed bugs:**
- Forms: TargetInvocationException when using ShowViewModel with parameter [\#2363](https://github.com/MvvmCross/MvvmCross/issues/2363)
- ViewModel Initialize method not called using MvxViewPagerFragmentInfo [\#2297](https://github.com/MvvmCross/MvvmCross/issues/2297)
- ViewModel's SaveState/ReloadState and NavigationService [\#2167](https://github.com/MvvmCross/MvvmCross/issues/2167)
- Feedback: The new Navigation Service and the life cycle it introduces [\#2105](https://github.com/MvvmCross/MvvmCross/issues/2105)
- UWP MvxSuspensionManager does not call ReloadState nor ReloadFromBundle after migration to mvvmcross 5.4 [\#2388](https://github.com/MvvmCross/MvvmCross/issues/2388)
- MasterDetailExample.UWP crashes with 'System.NullReferenceException: Object reference not set to an instance of an object' [\#2304](https://github.com/MvvmCross/MvvmCross/issues/2304)
- Improvements to UIDatePicker target bindings [\#2375](https://github.com/MvvmCross/MvvmCross/pull/2375) ([DaRosenberg](https://github.com/DaRosenberg))
**Closed issues:**
- AndroidPresenter: Close all Fragments of Activity when doing CloseActivity\(\) [\#2398](https://github.com/MvvmCross/MvvmCross/issues/2398)
- Navigation with Results and Configuration Change cause premature delivery of null result [\#2384](https://github.com/MvvmCross/MvvmCross/issues/2384)
- Could not install package 'MvvmCross.Plugin.PictureChooser 5.4.2' into a "Profile78" project [\#2369](https://github.com/MvvmCross/MvvmCross/issues/2369)
- Initialize not called when manually instantiating an MvxViewModel [\#1972](https://github.com/MvvmCross/MvvmCross/issues/1972)
- UWP crash at launch "Failed to resolve type MvvmCross.Core.Views.IMvxViewPresenter" [\#2397](https://github.com/MvvmCross/MvvmCross/issues/2397)
- Resuming app with tabs as root page causes duplicate page to load as new navigation \(MvvmCross 5.4.2 / MvxTabbedPage root\) [\#2373](https://github.com/MvvmCross/MvvmCross/issues/2373)
- Playground.Forms.Droid can't resume after being hidden by back key [\#2332](https://github.com/MvvmCross/MvvmCross/issues/2332)
- Migration issue from 5.0.3 to 5.1.1 - Application is null / MvxFormsAppCompatActivity / base.OnCreate\(bundle\) / Resolved, but useful info [\#2129](https://github.com/MvvmCross/MvvmCross/issues/2129)
**Merged pull requests:**
- Fix logging in netstandard [\#2399](https://github.com/MvvmCross/MvvmCross/pull/2399) ([willsb](https://github.com/willsb))
- Fix Droid Activities when navigating for result [\#2400](https://github.com/MvvmCross/MvvmCross/pull/2400) ([nmilcoff](https://github.com/nmilcoff))
- Add possibility to get translation directly instead of binding to object [\#2396](https://github.com/MvvmCross/MvvmCross/pull/2396) ([martijn00](https://github.com/martijn00))
- Update documentation about Xamarin.Forms Android [\#2395](https://github.com/MvvmCross/MvvmCross/pull/2395) ([wcoder](https://github.com/wcoder))
- Fix typo in 2017-11-15-joining-net-foundation.md [\#2393](https://github.com/MvvmCross/MvvmCross/pull/2393) ([ejlofgren](https://github.com/ejlofgren))
- Update 2017-11-15-joining-net-foundation.md [\#2391](https://github.com/MvvmCross/MvvmCross/pull/2391) ([Cheesebaron](https://github.com/Cheesebaron))
- Add .net foundation announcement post [\#2390](https://github.com/MvvmCross/MvvmCross/pull/2390) ([Cheesebaron](https://github.com/Cheesebaron))
- Fixing Master-Detail Forms implementation [\#2387](https://github.com/MvvmCross/MvvmCross/pull/2387) ([nickrandolph](https://github.com/nickrandolph))
- Fixing visual studio load issue with playground projects [\#2386](https://github.com/MvvmCross/MvvmCross/pull/2386) ([nickrandolph](https://github.com/nickrandolph))
- Update docs for registering unbound generics. [\#2383](https://github.com/MvvmCross/MvvmCross/pull/2383) ([Slowbad](https://github.com/Slowbad))
- Add ability to show a different host view for a Forms page [\#2382](https://github.com/MvvmCross/MvvmCross/pull/2382) ([martijn00](https://github.com/martijn00))
- Separation of concerns for Playground sample v2 [\#2381](https://github.com/MvvmCross/MvvmCross/pull/2381) ([nickrandolph](https://github.com/nickrandolph))
- Add support for multiple resources in resx files [\#2380](https://github.com/MvvmCross/MvvmCross/pull/2380) ([martijn00](https://github.com/martijn00))
- Improve parameter overview [\#2377](https://github.com/MvvmCross/MvvmCross/pull/2377) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Add information on how to run Jekyll locally [\#2376](https://github.com/MvvmCross/MvvmCross/pull/2376) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Update doc to net standard 2 support [\#2371](https://github.com/MvvmCross/MvvmCross/pull/2371) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Make builds faster by enabling parallel build [\#2367](https://github.com/MvvmCross/MvvmCross/pull/2367) ([Cheesebaron](https://github.com/Cheesebaron))
- Improve UWP view presenter to use presentation attributes v2 [\#2366](https://github.com/MvvmCross/MvvmCross/pull/2366) ([nickrandolph](https://github.com/nickrandolph))
- Load viewmodels via request when loading directly [\#2364](https://github.com/MvvmCross/MvvmCross/pull/2364) ([martijn00](https://github.com/martijn00))
- Run Prepare and Initialize from MvxViewModelLoader [\#2359](https://github.com/MvvmCross/MvvmCross/pull/2359) ([nmilcoff](https://github.com/nmilcoff))
## [5.4.2](https://github.com/MvvmCross/MvvmCross/tree/5.4.2) (2017-11-07)
[Full Changelog](https://github.com/MvvmCross/MvvmCross/compare/5.4.1...5.4.2)