Commit Graph

1622 Commits

Author SHA1 Message Date
Liam DeBeasi
3a9b7bed19 fix ordering 2019-07-31 13:46:15 -04:00
Liam DeBeasi
cf585f1d3f fix flaky tests, fix menu 2019-07-31 13:37:07 -04:00
Adam Bradley
07c50c18ef use requestAnimationFrame instead of writeTask 2019-07-30 15:29:42 -05:00
Liam DeBeasi
07e8590ff0 sync with master 2019-07-30 14:17:58 -04:00
Liam DeBeasi
a7d66fb9db Merge remote-tracking branch 'origin' into feat-animation
sync with master
2019-07-30 14:16:37 -04:00
Liam DeBeasi
a21f43e0b2 fix type errors 2019-07-30 13:17:54 -04:00
Liam DeBeasi
ff05044a88 run build 2019-07-30 12:46:08 -04:00
Liam DeBeasi
c3551d2cec mock web animations in tests 2019-07-30 12:40:48 -04:00
Matthew Harris
32bb1f7230 docs(nav-set-root): fix typos (#18946)
* docs(nav-set-root): fix typo a / of

* docs(nav-set-root): fix inconsistent terminology
2019-07-30 12:23:44 -04:00
Matthew Harris
48352533ff docs(nav-pop): fix typos & terminology (#18947) 2019-07-30 12:23:16 -04:00
Liam DeBeasi
b46717ad36 update typings for menu controller 2019-07-30 10:57:21 -04:00
Liam DeBeasi
c1b4347590 Add test for animationbuilder backwards compat 2019-07-30 10:37:49 -04:00
Liam DeBeasi
cdca9e1690 remove old tests 2019-07-30 10:23:34 -04:00
Liam DeBeasi
245c9b78f3 fix treeshaking, remove old comments 2019-07-30 10:21:30 -04:00
Brandy Carney
f08ac68e0b refactor(searchbar): add deprecation warnings for showCancelButton (#18938) 2019-07-30 10:12:51 -04:00
Liam DeBeasi
5a71831450 clean up 2019-07-29 16:18:04 -04:00
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
9f32d0edd7 merge release-4.7.1
Hotfix 4.7.1
2019-07-26 11:48:15 -04:00
Liam DeBeasi
27a68b3f7f 4.7.1 2019-07-26 11:35:34 -04:00
Liam DeBeasi
3f21c5e964 add support for both animation utilities 2019-07-25 17:04:01 -04:00
Manu MA
e82648bda2 refactor(all): update to one (part 3) (#18874) 2019-07-25 20:22:44 +02:00
Liam DeBeasi
9b85e13493 merge release-4.7.0
Merge changes from release-4.7.0 to master
2019-07-25 11:36:30 -04:00
Liam DeBeasi
d792560447 4.7.0 2019-07-25 11:10:51 -04:00
Liam DeBeasi
7272d481bf chore(): update stencil to 1.2.1 (#18891) 2019-07-25 10:58:47 -04:00
Liam DeBeasi
9664fe5bb1 testing reverse 2019-07-25 10:07:10 -04:00
Amy Marsh
a869ca0bba (fix): define top-level ARIA landmark regions to improve accessibility (#18672)
references #18671
2019-07-24 17:35:50 -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
Manu MA
67ffe2f9cc chore(): update stencil to 1.2.0 (#18882)
* chore(): update stencil

* Update to @stencil/core@1.2.0
2019-07-24 15:17:04 -04:00
Vlad Topala
b7761fe353 fix(datetime): allow AM/PM to be changed (#18684)
fixes #18585
2019-07-24 12:52:36 -04:00
Stefanos Anagnostou
00891119f7 feat(virtual-scroll): adds headerHeight and footerHeight (#18851)
Currently, if you have an ion-virtual-scroll with a list of items and a search bar for filtering them, when you change the list of items, the items disappear until rendered again, causing a flicker. This could be solved for the items using the itemHeight function to provide the exact height size and bypass some calculations and be more performant etc.

However, if you had a header or footer, they would still flicker. This commit adds two more optional functions named headerHeight and footerHeight that return the exact size of the header and footer respectively and resolve the flicker.
2019-07-24 18:29:16 +02:00
Manu MA
c91819c94f fix(virtual-scroll): rebuild cells on resizing (#18878) 2019-07-24 18:15:35 +02:00
Manu MA
3ef6ecf422 fix(virtual-scroll): make virtual-scroll css more specific (#18877)
fixes #18870
2019-07-24 18:05:16 +02:00
Manu MA
7ba718c0db fix(datetime): column validation (#18875)
fixes #18793
2019-07-24 18:04:43 +02:00
Matthew Harris
e8ab0fd317 docs(select): clarify button customisation options (#18835)
closes #18834 closes ionic-team/ionic-docs#836
2019-07-24 10:43:14 -04:00
Adam Bradley
815fa2eb06 feat(hydrate): add @ionic/core/hydrate app (#18867) 2019-07-23 16:46:06 -05: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
Amy Marsh
798103bf63 feat(searchbar): improve accessibility (#18797) 2019-07-23 10:21:10 -05:00
Adam Bradley
bd8ca63451 chore(ionicons): update to ionicons 4.6.2 (#18861) 2019-07-23 10:05:46 -05:00
Manu MA
fb18f3ba25 feat(): support for stackblitz (#18846) 2019-07-23 01:01:36 +02:00
Liam DeBeasi
cda669fe9b sync with master 2019-07-22 13:07:23 -04:00
Manu MA
71137a2ffa fix(tap-click): ensure ripple is removed (#18854)
fixes #18836
2019-07-22 18:54:50 +02:00
Brandy Carney
6b5a59dc43 fix(components): apply translucent if backdrop-filter is supported (#18832)
This updates the components and the docs so that translucent is only applied when backdrop filter is supported, this prevents it from being applied when viewing iOS in Chrome, for example.

closes ionic-team/ionic-docs#666
2019-07-19 11:16:10 -04:00