Bug Fixes:
gulp package-web
now handles resources referenced via http/https (#71)- Fixed DOM leak on Android when using
UIHelper.showDialog()
- Documentation: Fixed command line examples for launching Chrome (Development Tips: Developing with Chrome: Security Flags)
Enhancements:
- Added the ability to override build schemes (Development Tips: Scheme Overrides)
- Added web assets and web splash screen (#59)
- Improved web bundle loading (#76)
device_resume
anddevice_pause
now fire on web (#74)- Added TypeScript definitions for Ionic (#17)
- Added
BasePopoverController
andUIHelper.createPopover()
(Base Framework: Popovers) - Added support for structured CSP entries in YML (schemes.yml#L37)
Maintenance:
- Moved interfaces from
typings/custom
tosrc/Interfaces
- Reworked
UIHelper.showDialog()
to work without a dialog ID registry - Added
UIHelper.closeAllDialogs()
andUIHelper.closeDialog()
- Moved platform detection methods from
Utilities
toPlatform
service - Moved category data from
Utilities
to its own data source:MenuDataSource