5ad7fd1908
perf(rendering): add css containment
2016-11-23 11:08:45 -06:00
624cb356df
fix(menu-toggle): move logic for css class to the menu toggle
...
fixes #8943
2016-11-23 11:00:34 -06:00
e09aee4873
fix(input): add back old styles to fix input margin
2016-11-22 18:31:07 -05:00
bf00803737
fix(note): separate note from item so its styles will alway be applied
...
this was discussed with Ben previously, fixes #9173
2016-11-22 12:45:40 -05:00
8afea4b981
Merge branch 'master' of github.com:driftyco/ionic
2016-11-21 23:13:06 +01:00
4be47bd3dd
fix(animation): improve menu and go back swipe
2016-11-21 23:09:57 +01:00
dc7a638ae4
refactor(overlay): remove default pageTransitionDelay on dismiss
2016-11-21 13:40:21 -06:00
85047167dd
docs(infinite): switch var to let
...
closes #9264
2016-11-21 14:20:48 -05:00
29a56c4536
fix(alert): fix alert input focusing and keyboard
...
Related #8185
2016-11-21 13:16:40 -06:00
d6f959b3e2
docs(tabs): update docs
...
closes #9268
2016-11-21 14:15:38 -05:00
8d7d7bdaba
chore(focus): create reusable focusOutActiveElement()
2016-11-21 11:40:33 -06:00
3b304974ec
fix(input): improve scroll to input and focusing
...
Related #6228
2016-11-21 08:56:00 -06:00
1d245ec6bf
fix(content): get correct content dimensions
2016-11-21 08:49:22 -06:00
fbe4a7b346
test(focus): update input focus e2e test
2016-11-21 08:40:19 -06:00
448e020c05
fix(picker): making touchable fill all the available space
2016-11-20 19:05:23 -06:00
9510a2bb3b
fix(activator): cancel remove .activated timeout
2016-11-20 17:23:14 +01:00
bb800339f8
perf(activator): improve activator response
2016-11-20 17:23:14 +01:00
06938b64a5
fix(backdrop): remove click cursor when the backdrop is not tappable
2016-11-20 16:00:53 +01:00
6f96ede2ea
style(all): minor changes
2016-11-20 16:00:17 +01:00
c002b36a56
fix(item): disable scroll while sliding item
2016-11-20 15:23:56 +01:00
ba18030b4f
refactor(reorder): using class instead of Object.assign()
2016-11-20 13:31:27 +01:00
5cb7e0c7af
Merge branch 'feat/reorder' of https://github.com/stalniy/ionic
2016-11-20 11:50:09 +01:00
7150f84d68
Merge pull request #9111 from Manduro/patch-4
...
Improve IE support
2016-11-20 11:40:51 +01:00
72276c3295
fix(virtual-scroll): fix image rendering bug
...
Closes #6983
2016-11-19 21:45:28 -06:00
947780e70a
feat(virtual-scroll): apply contain:strict to virtual scroll items
2016-11-19 20:19:13 -06:00
a8002cefce
docs(virtual-scroll): add recommendation to use WKWebView
2016-11-19 19:49:23 -06:00
8248666f7a
docs(virtual-scroll): custom components within virtual scroll
...
Closes #6881
2016-11-19 18:41:26 -06:00
288df86477
fix(virtual-scroll): redraw empty list when updated with no records
...
Closes #6512
2016-11-19 18:22:27 -06:00
9bb8e5ba5e
test(modal): make sure enableBackdropDismiss works correctly
...
references #9185
2016-11-19 18:42:47 +01:00
11bb8ac587
style(modal): follows ios/md design spec in large screens
2016-11-19 18:25:46 +01:00
e46d8d6938
fix(modal): backdrop click catches navigation promise
...
A modal with canLeave = false, can lead to an unhandled exception when closing through a click in the backdrop
2016-11-19 18:15:26 +01:00
053c7546d4
fix(list): tweak list header color to match spec
2016-11-18 16:54:44 -05:00
9588de3e80
docs(tab): Update select example
...
Close https://github.com/driftyco/ionic-site/issues/889
2016-11-18 16:31:32 -05:00
c4cf9df387
fix(input): fix tabbing between tappable inputs
2016-11-18 15:20:53 -06:00
86b158008d
docs(popover): update links to popover
...
closes #8912
2016-11-18 15:56:31 -05:00
e7275f23c6
fix(tabs): update UI to match material design spec
2016-11-18 13:48:24 -05:00
cbf59faa06
fix(fab): fab list colors
...
fixes #9225
2016-11-18 13:51:33 +01:00
0e773fa01d
fix(fab): using <a> as fab
2016-11-18 13:47:25 +01:00
cfd9a9074b
Merge pull request #9206 from manucorporat/disable-tapPolifyll-WK
...
perf(tapclick): tapPolyfill is only used in UIWebView!
2016-11-18 02:25:34 +01:00
0c61c2a8c1
perf(tapclick): tapPolyfill is only used in UIWebView!
...
- improves drastically the responsiveness in WK and iOS Safari
2016-11-18 02:24:22 +01:00
168428e6c0
fix(menu): disable menu swipe while transitioning
2016-11-17 17:51:27 +01:00
fa54a4e02d
style(input): fix lints
2016-11-17 09:37:35 -02:00
cfbc5eabca
perf(picker): improves picker UX feedback
2016-11-17 09:53:39 +01:00
9469b4ff9a
feat(input): clearOnEdit feature. Closes #9187
2016-11-16 16:42:48 -06:00
9f7972b6fd
fix(styles): update ios and md styles closer to native
2016-11-16 14:12:29 -05:00
c8aad56c6a
perf(click): increase number to find activatable elements
...
Closes #9190
2016-11-16 13:01:18 -06:00
c44f6b6f2e
perf(animation): improves _progress() hot function
...
- progress() is the function where more time is spent during any swipe gesture
- replace iterating over the _fx properties, using an array instead
- optimize pointerCoord(), profiler showed it’s one of the most called functions
2016-11-16 19:48:35 +01:00
70f8a8e5eb
fix(nav): zIndex in overlays
2016-11-16 12:17:25 -06:00
32ab817181
fix(gestures): gesture controller handled by components
...
* fix(gestures): gesture controller is handled by components
fixes #9046
* fix(gestures): adds hybrid disable scroll assistance
fixes #9130
fixes #9052
fixes #7444
2016-11-16 10:03:51 -06:00
5c4838b813
feat(tappable): auto add tappable attribute for ion-item clicks
2016-11-16 09:10:32 -06:00