cdf5dd71cd
docs(events): using new api
2016-11-28 17:55:13 +01:00
376b3cdb2c
Merge branch 'fix/events' of https://github.com/stalniy/ionic
2016-11-28 17:52:16 +01:00
8f8185b2ce
fix(tap-click): do not dispatch click events if tap-click blocks them
...
- do not dispatch clicks if gesture controller captured a gesture
2016-11-28 17:42:12 +01:00
907191bbc2
perf(tabs): improve tab switching response
2016-11-28 09:00:41 -06:00
d2ebac3d27
perf(range): generates inefficient JS
2016-11-28 01:40:51 +01:00
6b3e2ed447
fix(nav): popTo() uses the new removeView API
2016-11-28 01:39:25 +01:00
16bfb49395
fix(nav): prevents to remove all views in the nav stack
...
fixes #9140
2016-11-28 01:38:21 +01:00
76df8412b4
test(animation): adds more asserts
2016-11-28 01:34:46 +01:00
4aa1ada7d5
perf(nav): minor performance improvements
2016-11-28 01:34:19 +01:00
ecb8bee398
fix(picker): stop picker once it is closed
2016-11-27 21:08:44 +01:00
58189d27a9
fix(navbar): go back text
2016-11-27 20:13:32 +01:00
d82bb01505
fix(nav): back button and title not aligned on baseline
...
fixes #8983
2016-11-27 18:09:23 +01:00
78e1e97975
test(nav): improves worst-case e2e test
2016-11-27 16:49:35 +01:00
177a089e91
fix(app-root): async disable-scroll is cancelled properly
...
references #9367
2016-11-26 19:28:57 +01:00
5ff7072242
fix(nav): async removing for views
2016-11-26 18:33:06 +01:00
75186b447c
fix(toast): toast does not disable the app
...
fixes #9339
2016-11-26 18:32:21 +01:00
7018bfe576
test(item): improves inputs e2e test
2016-11-26 17:06:08 +01:00
d7e1396bf7
text(item): adds inputs e2e test
2016-11-26 16:39:26 +01:00
788a7b61f9
perf(menu): using passive events in menu
2016-11-26 15:45:55 +01:00
a722107d88
perf(events): ionDrag events are not zone wrapped
2016-11-26 15:44:48 +01:00
f0c4a9eca4
docs(input): fix typo
2016-11-26 13:51:11 +01:00
21ade93065
Fix typo
2016-11-26 00:24:27 -05:00
320989540e
perf(menu): improves menu performance and fixes some edge cases
2016-11-25 22:56:53 +01:00
b515f5251b
refactor(toolbar): move border from toolbar to header/footer and increase opacity
...
This matches native iOS. Removed the `no-border-top` and
`no-border-bottom` from toolbars since it is only added to `ion-header`
and `ion-footer` now, and added `no-border` to each of those.
2016-11-23 17:54:05 -06:00
91478edd9f
fix(menu): improves menu swipe animation
2016-11-23 20:16:28 +01:00
51a492a3c5
test(button): fix failing karma test caused by changing params
2016-11-23 12:58:01 -05:00
67473f27fd
fix(input): fix input margins while scrolling
2016-11-23 11:15:22 -06:00
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
54a7a745ee
chore(changelog): add dependencies to update for rc.3
2016-11-23 08:18:01 -05: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
8ae904759b
test(datetime): remove console.log
2016-11-21 16:29:42 -06: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
95b3b38ec4
fix(datetime): fix am/pm in format w/out minutes or seconds
...
Closes #9269
2016-11-21 14:47:42 -06: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
57a5345558
chore(scrollTo): add scroll completed callback as option
2016-11-21 08:46:29 -06:00
6e7587dea4
test(input): add unit tests for isTextInput()
2016-11-21 08:42:04 -06:00
fbe4a7b346
test(focus): update input focus e2e test
2016-11-21 08:40:19 -06:00
1809c406e4
feat(keyboard): blur input on native keyboard hide
2016-11-21 08:39:29 -06:00
448e020c05
fix(picker): making touchable fill all the available space
2016-11-20 19:05:23 -06:00
446287e1a6
perf(activator): improve activator response
2016-11-20 10:29:26 -06:00
9510a2bb3b
fix(activator): cancel remove .activated timeout
2016-11-20 17:23:14 +01:00