Created
October 3, 2017 11:43
-
-
Save samarthagarwal/2ab98ad1eefb682c502fd56c07803275 to your computer and use it in GitHub Desktop.
WooIonic v1.5.0 vs v1.6.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Files changed (41) | |
+5 -0 M README.md | |
+7 -0 M changeLog.md | |
+11 -11 M config.xml | |
+88 -53 M package.json | |
+0 -0 M resources/android/icon/drawable-hdpi-icon.png | |
+0 -0 M resources/android/icon/drawable-ldpi-icon.png | |
+0 -0 M resources/android/icon/drawable-mdpi-icon.png | |
+0 -0 M resources/android/icon/drawable-xhdpi-icon.png | |
+0 -0 M resources/android/icon/drawable-xxhdpi-icon.png | |
+0 -0 M resources/android/icon/drawable-xxxhdpi-icon.png | |
+0 -0 M resources/android/splash/drawable-land-hdpi-screen.png | |
+0 -0 M resources/android/splash/drawable-land-ldpi-screen.png | |
+0 -0 M resources/android/splash/drawable-land-mdpi-screen.png | |
+0 -0 M resources/android/splash/drawable-land-xhdpi-screen.png | |
+0 -0 M resources/android/splash/drawable-land-xxhdpi-screen.png | |
+0 -0 M resources/android/splash/drawable-land-xxxhdpi-screen.png | |
+0 -0 M resources/android/splash/drawable-port-hdpi-screen.png | |
+0 -0 M resources/android/splash/drawable-port-ldpi-screen.png | |
+0 -0 M resources/android/splash/drawable-port-mdpi-screen.png | |
+0 -0 M resources/android/splash/drawable-port-xhdpi-screen.png | |
+0 -0 M resources/android/splash/drawable-port-xxhdpi-screen.png | |
+0 -0 M resources/android/splash/drawable-port-xxxhdpi-screen.png | |
+0 -0 M resources/icon.png | |
+1 -0 A resources/icon.png.md5 | |
+0 -0 M resources/splash.png | |
+1 -0 A resources/splash.png.md5 | |
+1 -1 M src/pages/account/account.html | |
+2 -2 M src/pages/cart/cart.html | |
+28 -11 M src/pages/cart/cart.ts | |
+18 -18 M src/pages/checkout/checkout.html | |
+42 -48 M src/pages/checkout/checkout.ts | |
+5 -1 M src/pages/edit-account-modal/edit-account-modal.ts | |
+6 -6 M src/pages/home/home.html | |
+5 -5 M src/pages/home/home.scss | |
+13 -11 M src/pages/home/home.ts | |
+6 -0 M src/pages/login/login.ts | |
+1 -0 M src/pages/menu/menu.ts | |
+4 -4 M src/pages/product-details/product-details.html | |
+88 -175 M src/pages/product-details/product-details.ts | |
+1 -1 M src/pages/search/search.html | |
+7 -7 M src/settings.ts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment