174 Commits

Author SHA1 Message Date
4716823e79 fix(all): hostData() attributes 2017-10-26 14:53:06 +02:00
059a1330d9 fix(alert): alert radio, checkbox and aria fixes 2017-10-25 15:07:40 -05:00
21d8a60193 refactor(datetime): change capitalization from DateTime to Datetime 2017-10-25 15:34:51 -04:00
45218de8e5 refactor(picker): add the bouncy bounce 2017-10-25 15:21:51 -04:00
8e2fdf1ee5 fix(alert): do not use mutable prop 2017-10-25 13:02:32 -05:00
b2d3e09276 refactor(picker): get picker working with gesture and add to config 2017-10-25 12:02:06 -04:00
39d3ce230f fix(item-sliding): expose item sliding methods 2017-10-25 09:47:12 -05:00
09ea6fd318 refactor(infinite-scroll): use stencil listeners 2017-10-25 12:52:39 +02:00
a39c56f48d feat(infinite-scroll): adds infinite-scroll 2017-10-24 23:52:13 +02:00
fb51b03190 refactor(datetime): update value and text on init and value change 2017-10-23 18:24:07 -04:00
6b31e969d3 refactor(datetime): get datetime passing columns properly to picker
Adds datetime utils too
2017-10-23 18:00:25 -04:00
0ffc911198 refactor(components): rename functions for consistency and use typings 2017-10-23 18:00:25 -04:00
f3b509ee85 refactor(picker): get picker rendering buttons and columns properly 2017-10-23 18:00:25 -04:00
7f7efe56fb fix(reorder): add TapticEngine support 2017-10-21 16:48:03 +02:00
611361fc74 chore(styleUrl): remove dup ion-fixed style urls 2017-10-19 11:11:27 -05:00
df80971eb0 Revert "fix(): check if values are undef before passing down to input."
This reverts commit 8b7038fde79bb9267ab7c296150f7839ee8cc9b4.
2017-10-19 09:56:53 -05:00
8b7038fde7 fix(): check if values are undef before passing down to input. 2017-10-18 13:17:44 -05:00
bdee7be365 fix(): change fabs so that state is in the container and props are passed down to button and lists. 2017-10-18 12:08:37 -05:00
0b40520371 style(components): add protected to the render function 2017-10-17 13:28:37 -04:00
a932e673ff refactor(core): use custom typing, remove interfaces
add protected, rename nav `remove` to `removeIndex`

resolves #12823
2017-10-17 13:17:54 -04:00
7fc0310896 feat(picker): WIP initial check in of picker component 2017-10-16 17:13:50 -04:00
213815cf4c docs(select): include popover for interface docs 2017-10-16 17:13:50 -04:00
17cdce101e fix(action-sheet): add scrolling for options 2017-10-16 17:13:50 -04:00
4f571c2da1 fix(keyboard): do not use keyboard ctrl 2017-10-16 12:25:25 -05:00
54412a2a8c fix(reorder): drop reorderAnchor attribute 2017-10-04 23:57:04 +02:00
d3e79fb462 test(core): init stencil core test suite 2017-09-26 22:12:36 -05:00
3d56df68aa style(sass): fix sass-lint errors 2017-09-21 14:22:34 -04:00
66ae3a4601 style(scss): fix lint errors 2017-09-21 14:16:24 -04:00
662743f843 fix(radio): remove order override from wp mode, use slot instead
$radio-wp-order has been removed

Add Radio to breaking changes
2017-09-21 13:33:59 -04:00
e3efcfcb4c feat(ionicons): use the ionicons collection from npm 2017-09-20 09:55:31 -05:00
7320e4a0b8 chore(icons): remove icon files 2017-09-20 09:39:56 -05:00
22c0ea5bcd fix(reorder): support for slot="start" 2017-09-20 12:11:48 +02:00
bdf4f60e9e feat(reorder): adds ion-reorder-group to core 2017-09-20 11:44:27 +02:00
4669a7aa37 fix(range): use latest ion-gesture 2017-09-18 20:00:33 +02:00
e3d3bc40d2 Merge branch 'core' into core-range 2017-09-18 19:18:09 +02:00
f953b12416 merge 2017-09-18 10:00:26 -05:00
1291f8becd refactor(app): remove overlay portal 2017-09-18 09:54:16 -05:00
fffa9b5460 style(all): adds tslint-ionic-rules 2017-09-17 23:04:02 +02:00
612947c072 fix(toggle): improve swipe gesture
In toggle it is safe to use threshold=0 since it has a small touch surface. In fact in Ionic 3.0 we don't use any pan detector at all for toggle.

This changes makes ionic-core toggle match the Ionic 3 implementation.
2017-09-16 23:20:38 -04:00
0fca610b7d fix(menu): improves swipe gesture 2017-09-16 23:09:03 -04:00
9e44b281e4 feat(split-pane): integrated with ion-menu 2017-09-16 23:08:34 -04:00
9dcd00d9b9 feat(split-pane): adds split-pane (part 1) 2017-09-16 11:03:05 -05:00
1f41fbd78f fix(icons): cross-origin icon svg requests 2017-09-15 23:35:13 -05:00
029994417e fix(select): match MD spec for select popover interface
referenes #12310
2017-09-15 18:09:40 -04:00
2268cd84c0 fix(item): reset child styles each time they are passed 2017-09-15 17:39:58 -04:00
a7cf3bb701 fix(menu): fix swipe gesture 2017-09-15 16:29:53 -05:00
b5910ff518 fix(gesture): mouse events 2017-09-15 16:21:52 -05:00
d8f2fa73f3 fix(menu): getInstance() is not longer needed 2017-09-15 15:06:19 -05:00
7223caffce fix(radio): uncheck other radios when checked via attr 2017-09-15 14:28:15 -04:00
08e12b580c fix(radio): set the correct value for radio and radio group
also adds support for an empty selection with radio group
2017-09-15 14:28:15 -04:00