- Fix title.font when subtitle supplied - Font wasn't applied on title, when subtitel was provided. #14a5b74
- Fix invisible modals edge case. When an Overlay was displayed before setRoot was called, Consecutive Modals and Overlays were attached to the wrong window. #b40f8ed
- Component name can be a number as well to support enum component names #e32d8d2 by henrikra
- Update lodash to v4.17.x #77e2faa
- Add sideMenu.openGestureMode option #0a4bf2a
- Add props to TopBarButton type #4373 by gsdatta
- Add title alignment to OptionsTopBarTitle #bd00422 by minhloi
- iOS popGesture on stack root freezes the app #4388
- setRoot on main application window - fix setRoot on iPad a3922f8
- Fix "Multiple commands produce..." build error on Xcode 10 #b5d300f
- Add optional componentId param to bindComponent #0a6e34f by luigiinred
- Avoid calling component generators on registerComponent #708d594