Releases: isleofcode/corber
Releases · isleofcode/corber
1.4.4
1.4.3
1.4.2
- 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
1.4.0
1.3.12
-
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
- 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
-
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
- 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
- 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;