5338 Commits

Author SHA1 Message Date
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
af0ac6d74e Update ISSUE_TEMPLATE.md 2016-11-19 16:18:31 -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
4ed6b3666a fix(platform): fix window width/height calculations
It was possible for the incorrect window width and height to be
remember when the keyboard was showing. This makes sure to keep the
most accurate dimensions whether the app started either landscape or
portrait, if the keyboard was opened or closed, and if the app was
rotated. Related #6228
2016-11-18 15:27:01 -06:00
c4cf9df387 fix(input): fix tabbing between tappable inputs 2016-11-18 15:20:53 -06:00
mif
86b158008d docs(popover): update links to popover
closes #8912
2016-11-18 15:56:31 -05:00
e4f06fce25 chore(issues): update issue template to be more simple and use comments
similar to angular’s issue template :)
2016-11-18 14:56:19 -05:00
e7275f23c6 fix(tabs): update UI to match material design spec 2016-11-18 13:48:24 -05:00
7bbfb7e536 fix(fonts): auto-set ionicons font path if not already set 2016-11-18 10:56:18 -06:00
218ce766b4 demos(angular): update to angular 2.2.1 2016-11-18 10:49:47 -06:00
dc1c04646a chore(angular): update to angular 2.2.1 2016-11-18 09:39:24 -06:00
6244b51859 fix(export): export ClickBlock 2016-11-18 09:08:06 -06:00
960399a05d fix(NgModule): add ClickBlock to NgModule declarations 2016-11-18 08:51:56 -06: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
d81bd25236 Merge pull request #9194 from amuramoto/gesture
fix(gesture): pass type to hammer.get() so pinch and rotate can be en…
2016-11-18 02:20:55 +01:00
0f049ced95 Merge pull request #9207 from manucorporat/disable-menu-transition
fix(menu): disable menu swipe while transitioning
2016-11-18 02:20:41 +01:00
66ca491989 chore(ionic): release rc.3 2016-11-17 15:03:30 -05:00
168428e6c0 fix(menu): disable menu swipe while transitioning 2016-11-17 17:51:27 +01:00
0883f98b0f Merge pull request #9200 from ramonornela/fix_lint_input
style(input): fix lints
v2.0.0-rc.3
2016-11-17 08:42:27 -06: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
66afe34d64 fix(gesture): pass type to hammer.get() so pinch and rotate can be enabled 2016-11-16 21:25:59 -08:00
9469b4ff9a feat(input): clearOnEdit feature. Closes #9187 2016-11-16 16:42:48 -06:00
91f5087bc6 fix(animation): regression in _willChg() 2016-11-16 21:06:52 +01: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
7201999674 refactor(platform): enable scrollAssist on Android
By default, Android devices should also have scrollAssist applied.
2016-11-16 11:56:01 -06:00
c16e56634d docs(navController): add note about overlay components 2016-11-16 11:00:56 -06:00
d283aa0057 docs(errorHandler): add docs 2016-11-16 08:33:34 -08:00
89feb689b8 chore(tappable): add pointer cursor to tappable elements 2016-11-16 10:29:53 -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
339857af1e chore(translate): remove translate provider
Translate provider and TranslatePipe has been removed. Please use
NG2-Translate instead:
http://ionicframework.com/docs/v2/resources/ng2-translate/
2016-11-16 10:01:22 -06:00
c78dc19754 perf(animation): optimizing hot loops
- local variable optimization
- progressStep() does not debounce
2016-11-16 16:22:52 +01:00
5c4838b813 feat(tappable): auto add tappable attribute for ion-item clicks 2016-11-16 09:10:32 -06:00
12b8157e1e chore(): update dgeni config 2016-11-16 08:14:51 -06:00
3a2ff85f6a perf(animation): set after styles should not be recursive 2016-11-16 13:41:54 +01:00
a7042e37c2 style: js is hard 2016-11-15 13:58:10 -06:00
c72b67d376 fix(datetime): fix min/max displayFormat and pickerFormat
Closes #8729
2016-11-15 13:52:32 -06:00
45fcf76e4d chore(package): update dependency versions 2016-11-15 12:45:55 -06:00