Commit Graph

9660 Commits

Author SHA1 Message Date
Liam DeBeasi
de450438ff fix bug where onFinish not calling for empty elements array, update test 2019-07-29 16:16:50 -04:00
Liam DeBeasi
987f1ebaea clean up 2019-07-29 15:31:46 -04:00
Liam DeBeasi
fc9a322bda fix race conditions in tests 2019-07-29 13:34:53 -04:00
Liam DeBeasi
b3f6219e03 fix issue with onFinish being called out of order. added tests 2019-07-29 12:45:27 -04:00
Liam DeBeasi
085f5df0b7 add base tests 2019-07-26 16:39:28 -04:00
Liam DeBeasi
d8df74ef82 export createAnimation, a few tweaks 2019-07-26 14:31:20 -04:00
Liam DeBeasi
4a12584f7c bug fix 2019-07-26 12:16:36 -04:00
Liam DeBeasi
3f21c5e964 add support for both animation utilities 2019-07-25 17:04:01 -04:00
Liam DeBeasi
9664fe5bb1 testing reverse 2019-07-25 10:07:10 -04:00
Liam DeBeasi
13c80f3e40 change const to let 2019-07-24 16:45:16 -04:00
Liam DeBeasi
d1752ce6a8 onFinish now supports multiple callbacks 2019-07-24 16:44:49 -04:00
Liam DeBeasi
fbf9661880 integrate animations with framework components 2019-07-23 16:22:16 -04:00
Liam DeBeasi
b6392af33f Add playSync 2019-07-23 16:22:02 -04:00
Liam DeBeasi
cda669fe9b sync with master 2019-07-22 13:07:23 -04:00
Liam DeBeasi
d1db4b9797 run linter 2019-07-18 15:55:22 -04:00
Liam DeBeasi
7c4dc9535c add progress methods, use force linear 2019-07-18 15:54:48 -04:00
Adam Bradley
9b075ef529 feat(transition): iOS page transition shadow (#18695)
Closes #18661
2019-07-18 14:50:56 -05:00
Manu MA
97fec92365 fix(router-outlet): attach entering view before first change detection (#18821) 2019-07-18 10:26:54 +02:00
Liam DeBeasi
a78ba2db53 add more tests, fix onFinish functionality, being testing with nav transitions 2019-07-17 16:20:48 -04:00
Manu MA
26e6d6f115 fix(textarea): autogrow (#18822)
fixes #18744
2019-07-17 19:23:13 +02:00
Nico L
978cc39009 fix(hardwareBackButton): added missing import of hardware back button… (#18794) 2019-07-17 17:54:19 +02:00
Manu MA
53179c475c fix(inputs): apply ng form classes (#18820) 2019-07-17 17:46:22 +02:00
Liam DeBeasi
ec32f56182 add from, to, fromTo, and other properties 2019-07-17 09:50:33 -04:00
Liam DeBeasi
93e9d9a36d Merge branch 'feat-animation' of https://github.com/ionic-team/ionic into feat-animation
merget.
2019-07-16 13:27:54 -04:00
Liam DeBeasi
781db86c89 remove console logs 2019-07-15 16:22:54 -04:00
Liam DeBeasi
05f5cc827d add web animations support, change to arrow functions 2019-07-15 16:22:14 -04:00
Mike Hartington
7ae9303a97 chore(): change peer deps to support ng8 (#18645) 2019-07-15 10:13:02 -05:00
Brandy Carney
045bc59b75 fix(theming): update components to use the proper colors for dark themes (#18735)
references #18713
2019-07-12 17:31:42 -04:00
Mike Hartington
08af35aad2 chore(): update vue version 2019-07-12 15:43:59 -04:00
Liam DeBeasi
b3942ed218 update clean up methods, add tests 2019-07-12 15:11:29 -04:00
Liam DeBeasi
f4f4d9fe38 add base before and after hooks 2019-07-12 13:24:38 -04:00
Ely Lucas
5b932152f8 React beta 7 (#18780)
* fix(react): ion-item work for href attribute

* fix(react): route redirect bugs

* chore(react): dev version bump

* fix(package): point module to correct esm dist file

* chore(ionicons): update to ionicons 4.6.2-0

* fix(): ion-item work for href attribute

* fix(): route redirect bugs

* fix(package): point module to correct esm dist file

* chore(): removing un-needed export

* fix(react): subsequent render redirect fix

* chore(react): bump version for beta 7 release
2019-07-12 09:38:52 -06:00
Liam DeBeasi
9ff5dd39e0 add base before and after methods, add tests 2019-07-11 17:38:44 -04:00
Max Lynch
9993b73355 Update v3 package.json
Again trying to get github to credit us for v3 installs on the Used By feature. This time trying a new repo URL
2019-07-11 09:29:05 -05:00
Liam DeBeasi
fb4d0fc4d7 update esm import 2019-07-10 16:18:06 -04:00
Liam DeBeasi
bd734c05ae Add new keyframes proof of concept 2019-07-10 16:14:39 -04:00
Max Lynch
f1eeed1c91 Move package.json to angular directory for v3.
Per conversation with Adam, we are trying to get GitHub to properly pick up the Used By
count for Ionic 3 which is much higher than v4 today. This is a dummy package.
2019-07-10 12:47:40 -05:00
Brandy Carney
ee81907713 merge release-4.6.2 2019-07-10 13:20:37 -04:00
Brandy Carney
1f40d8fffd Revert "chore(scripts): update release script"
This reverts commit e33bfc7f1d.
2019-07-10 13:20:00 -04:00
Manu Mtz.-Almeida
0b0dddf8ec 4.6.2 v4.6.2 2019-07-10 19:12:11 +02:00
Brandy Carney
e33bfc7f1d chore(scripts): update release script 2019-07-10 11:02:26 -04:00
Manu MA
03c1d19e07 perf(all): minify better by using arrow functions (#18730) 2019-07-10 10:33:33 -04:00
Manu MA
8beeff2c52 fix(virtual-scroll): remove runOutsideAngular error (#18752)
fixes #18746
2019-07-10 10:21:42 -04:00
Brandy Carney
f060db5fe6 merge release-4.6.1 2019-07-09 12:41:23 -04:00
Brandy Carney
908f36f574 4.6.1 v4.6.1 2019-07-09 12:28:12 -04:00
Max Lynch
292cc867a5 Create v3 package.json for proper Used By count
Github scans repos to compute the Used By, and ionic 3 has more usage which we should get credit for so this adds a dummy `package.json` file for v3
2019-07-09 10:54:16 -05:00
Manu Mtz.-Almeida
ab20bf472d revert disconnecting page on leaving page 2019-07-09 10:32:46 +02:00
Mike Hartington
470615eb05 chore(): add page component 2019-07-08 20:26:39 -04:00
Simon Wicki
f56fea6a1f fix(vue): update imports for types and ionicons
Closes #18701
2019-07-08 20:25:30 -04:00
Brandy Carney
7fda509333 test(e2e): increase wait time 2019-07-08 13:16:17 -04:00