Skip to content

Releases: Justin-Credible/Ionic-TypeScript-Starter

v1.3.0

20 Mar 21:52
Compare
Choose a tag to compare

Bug Fixes:

Enhancements:

Maintenance:

  • Moved interfaces from typings/custom to src/Interfaces
  • Reworked UIHelper.showDialog() to work without a dialog ID registry
  • Added UIHelper.closeAllDialogs() and UIHelper.closeDialog()
  • Moved platform detection methods from Utilities to Platform service
  • Moved category data from Utilities to its own data source: MenuDataSource

v1.2.1

20 Aug 22:10
Compare
Choose a tag to compare
  • Fixes an issue with gulp package-web and gulp package-chrome targets failing.

v1.2.0

31 Mar 01:48
Compare
Choose a tag to compare
  • Broke gulpfile.js into multiple files at resources/build/tasks
  • Moved schemes, runtime config, and master files to resources/<platform> and resources/config
  • Added gulp package-chrome, gulp package-web, and gulp 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

03 Mar 02:41
Compare
Choose a tag to compare
  • Copy editing of documentation
  • Fixed for failure during gulp init for the installation of the clipboard plugin

v1.1.0

15 Feb 20:28
Compare
Choose a tag to compare

Clean up and add documentation.

v1.0.0

20 Oct 01:29
Compare
Choose a tag to compare

Initial packaged release for Ionic marketplace.