Skip to content

Releases: monaca/monaca-lib

2.7.10

03 Aug 07:14

Choose a tag to compare

  • added loader.js and loader.css to webpack-dev-server (webpack.dev.config.js)

2.7.9

25 Jul 06:37
9485aaf

Choose a tag to compare

  • add optional param to cloneProject function (to fix monaca import)
  • change content of default .monacaignore
  • add message during generating .monacaignore

2.7.8

06 Jul 15:57

Choose a tag to compare

  • Modified webpack development configuration of Angular to fix live reloading

2.7.7

06 Jul 10:27
bb2b8f7

Choose a tag to compare

  • Modified webpack development configuration to generate files to www directory

2.7.6

04 Jul 14:41

Choose a tag to compare

  • Improved getLocalProjectFiles functions by filtering files before further processing
  • Generated only one .monacaignore file for all project templates
  • Fixed Typo

2.7.5

27 Jun 02:34

Choose a tag to compare

  • Added historyApiFallback to angular template
  • Modified checkModifiedFiles functions to return file differences if options.actionType is passed as downloadProject
  • Modified Upload/Download functions to include custom files if options.userDefinedSelectedFiles and options.userDefinedSelectFileFlag is passed as true
  • Generate .monacaignore for both cordova and react-native templates before Upload/Download operation
  • Update .monacaignore pattern to follow .gitignore pattern
  • Misc fix

2.7.4

28 May 06:14

Choose a tag to compare

iOS & Android Signing Improvements

  • Added directory path validation check for signing APIs.
  • Added fetching signing certificate collection API.

for Monaca terminal feature

25 Apr 05:14

Choose a tag to compare

stop livereload in case of transpilable project

2.6.3

23 Apr 09:02
51e584e

Choose a tag to compare

Added Android and iOS Signing APIs Support.

2.2.2

17 Nov 05:49

Choose a tag to compare

  • templates: Renamed index.ejs => index.html.ejs
  • templates: HTML minifier is case sensitive now. Fixes Angular2 directive naming issues.
  • monaca: Fixed logout token minor bug.
  • monaca: Fixed cached Cordova version minor bug.