Corber Versions Save

CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova

1.4.4

2 years ago
  • Bumps cordova-lib to 10.0+ thanks to @kiwi-josh ;
  • Updates Xcode pathign to work on Montery thanks to @tjozwik ;

1.4.3

4 years ago
  • Fixes #652 windows/android start issues;
  • Fixes #654 - AndroidManifest.xml was having values removed;

Some general cleanups and cleanups to tests on Windows

1.4.2

4 years ago
  • Adds ember-lint fixes thanks to @wongpeiyi ;
  • Add packageType to the list of flags android builds understand and can parse thanks to @wytlytningNZ ;
  • Logging cleanup thanks to @DuBistKomisch ;
  • Fixes #634 - corber now automatically adds and removes android cleartext config during start/serve so livereload redirects work;

1.4.1

4 years ago
  • Updates gitignore task - cordova package/package-locks are now checked in by default. Resolves #632

1.4.0

4 years ago
  • cordova-lib upgrades are now stable;
  • Fixes an issue where corber init was using a dated template to base the cordova project on;

1.3.12

4 years ago
  • Bumps internal cordova-lib to 9.0.1 and other cordova related deps; -- Unfortunately earlier attempts to use 9.0.0 failed, 9.0.1 appears stable and resolves several issues related to Ubuntu compilation; -- cordova-lib 9+ now adds support for Android platform 9+;

  • Fixes build options from the start command not appearing in hooks, thanks to @BillAtFundy

1.3.11

4 years ago
  • Updates Android Validates to look for ANDROID_SDK_ROOT vs ANDROID_HOME. Please ensure your are running the latest Android Studio and have renamed the ANDROID_HOME variable to ANDROID_SDK_ROOT in your bash_profile or bashrc;
  • Fixes an issue where install fails with multiple platforms (#611);
  • Updates the Vue validators to look for publicPath vs baseUrl;

1.3.10

5 years ago
  • Vue CLI users should now use vue-cli-plugin-corber vs the older Webpack plugin. This new plugin solves several issues related to asset injection in corber hotreload and automates the previously manual setup process. vue-cli-plugin-corber is now installed by default on all Vue CLI projects;

  • Fixes issues related to passing platform (ios/information) around internally and to child plugins;

1.3.9

5 years ago
  • Upgrades internal ember-cli dependencies which removes some debug warnings;
  • Forces iOS builds to happen in legacy mode;
  • Consolidates platform detection functions to a single function;
  • Resolves #590 .gitkeep in cordova/www is being destroyed;
  • Resolves #589 - corber start with Android does not override existing apps;

1.3.8

5 years ago
  • Resolves #580 "file" argument must be a non-empty string (Windows issue);
  • Resolves #581 - when only one platform is installed that platform will be used as the default vs IOS. IOS will be used as default when multiple platforms are installed;
  • Internal refactoring cutting our usage of this.project and making platform detection easier;