Releases: Justin-Credible/Ionic-TypeScript-Starter
Releases · Justin-Credible/Ionic-TypeScript-Starter
v1.3.0
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
v1.2.1
- Fixes an issue with
gulp package-web
andgulp package-chrome
targets failing.
v1.2.0
- Broke
gulpfile.js
into multiple files atresources/build/tasks
- Moved schemes, runtime config, and master files to
resources/<platform>
andresources/config
- Added
gulp package-chrome
,gulp package-web
, andgulp help
tasks
This release lays the groundwork for packaging the application for use as a mobile website. It does this by breaking the gulpfile into multiple files for easier maintenance as well as decoupling the build schemes and runtime configuration from the Cordova configuration. More work is being done in #59 to add platform specific resources (splash screens, home screen icons, etc).
v1.1.1
- Copy editing of documentation
- Fixed for failure during
gulp init
for the installation of the clipboard plugin
v1.1.0
Clean up and add documentation.
v1.0.0
Initial packaged release for Ionic marketplace.