Brandy Carney
17cdce101e
fix(action-sheet): add scrolling for options
2017-10-16 17:13:50 -04:00
Adam Bradley
4f571c2da1
fix(keyboard): do not use keyboard ctrl
2017-10-16 12:25:25 -05:00
Manuel Mtz-Almeida
54412a2a8c
fix(reorder): drop reorderAnchor attribute
2017-10-04 23:57:04 +02:00
Adam Bradley
d3e79fb462
test(core): init stencil core test suite
2017-09-26 22:12:36 -05:00
Brandy Carney
3d56df68aa
style(sass): fix sass-lint errors
2017-09-21 14:22:34 -04:00
Brandy Carney
66ae3a4601
style(scss): fix lint errors
2017-09-21 14:16:24 -04:00
Brandy Carney
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
Adam Bradley
e3efcfcb4c
feat(ionicons): use the ionicons collection from npm
2017-09-20 09:55:31 -05:00
Adam Bradley
7320e4a0b8
chore(icons): remove icon files
2017-09-20 09:39:56 -05:00
Manuel Mtz-Almeida
22c0ea5bcd
fix(reorder): support for slot="start"
2017-09-20 12:11:48 +02:00
Manuel Mtz-Almeida
bdf4f60e9e
feat(reorder): adds ion-reorder-group to core
2017-09-20 11:44:27 +02:00
Manuel Mtz-Almeida
4669a7aa37
fix(range): use latest ion-gesture
2017-09-18 20:00:33 +02:00
Manuel Mtz-Almeida
e3d3bc40d2
Merge branch 'core' into core-range
2017-09-18 19:18:09 +02:00
Dan Bucholtz
f953b12416
merge
2017-09-18 10:00:26 -05:00
Dan Bucholtz
1291f8becd
refactor(app): remove overlay portal
2017-09-18 09:54:16 -05:00
Manuel Mtz-Almeida
fffa9b5460
style(all): adds tslint-ionic-rules
2017-09-17 23:04:02 +02:00
Manuel Mtz-Almeida
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
Manuel Mtz-Almeida
0fca610b7d
fix(menu): improves swipe gesture
2017-09-16 23:09:03 -04:00
Manuel Mtz-Almeida
9e44b281e4
feat(split-pane): integrated with ion-menu
2017-09-16 23:08:34 -04:00
Manuel Mtz-Almeida
9dcd00d9b9
feat(split-pane): adds split-pane (part 1)
2017-09-16 11:03:05 -05:00
Adam Bradley
1f41fbd78f
fix(icons): cross-origin icon svg requests
2017-09-15 23:35:13 -05:00
Brandy Carney
029994417e
fix(select): match MD spec for select popover interface
...
referenes #12310
2017-09-15 18:09:40 -04:00
Brandy Carney
2268cd84c0
fix(item): reset child styles each time they are passed
2017-09-15 17:39:58 -04:00
Manuel Mtz-Almeida
a7cf3bb701
fix(menu): fix swipe gesture
2017-09-15 16:29:53 -05:00
Manuel Mtz-Almeida
b5910ff518
fix(gesture): mouse events
2017-09-15 16:21:52 -05:00
Manuel Mtz-Almeida
d8f2fa73f3
fix(menu): getInstance() is not longer needed
2017-09-15 15:06:19 -05:00
Brandy Carney
7223caffce
fix(radio): uncheck other radios when checked via attr
2017-09-15 14:28:15 -04:00
Brandy Carney
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
Brandy Carney
0dd53021b4
chore(core): update build path and stencil core
2017-09-15 14:28:15 -04:00
Manuel Mtz-Almeida
16d13e03c9
feat(menu): adds ion-menu and ion-menu-controller
2017-09-15 12:30:43 -05:00
Manuel Mtz-Almeida
a1fcc61d3b
chore(animations): using named functions
...
- rollup generates a better code
- better for dev debugging
2017-09-15 11:45:19 -05:00
Adam Bradley
93f8dd9433
feat(distribution): updates to generate distribution
2017-09-14 13:28:59 -05:00
mhartington
84d8ab4fee
feat(range): improve range and gesture components
2017-09-08 12:04:05 -04:00
Brandy Carney
07e433097d
refactor(scss): remove deprecated variables
...
references ionic-team/stencil#16
2017-09-05 10:27:17 -04:00
Adam Bradley
cc75cda0e8
fix(prop): rename prop state to mutable
2017-09-02 23:52:34 -05:00
Brandy Carney
fcb57cb828
feat(datetime): initial checkin of datetime
...
needs to be added to the stencil config to use
2017-09-01 18:54:17 -04:00
Brandy Carney
de24003f35
fix(select): set the proper values for select for all interfaces
2017-09-01 18:54:17 -04:00
Brandy Carney
f1ac5304d6
feat(radio): add radio and radio group component
2017-09-01 18:52:50 -04:00
Adam Bradley
00c883194c
fix(prop): update to mutable option
2017-08-31 21:28:00 -05:00
Adam Bradley
1f2651664a
chore(update): update stencil and build directories
2017-08-31 20:59:27 -05:00
mhartington
663deb2694
feat(range): basic range component
2017-08-30 18:35:22 -04:00
Dan Bucholtz
ebfba59e97
chore(navigation): fix build interface fun
2017-08-30 14:46:45 -05:00
Dan Bucholtz
48e4e65a71
test(nav): remove unused prop in test
2017-08-30 12:01:40 -05:00
Dan Bucholtz
275bf7fb33
feature(keyboard-controller): add keyboard-controller element
2017-08-29 15:17:10 -05:00
Dan Bucholtz
11385ea7f1
wip nav
2017-08-28 13:25:52 -05:00
Brandy Carney
e0a29db3bb
refactor(sass): remove deprecated variables and rules
...
references ionic-team/stencil#16
2017-08-28 12:28:24 -04:00
Brandy Carney
6d6e0f0f4e
fix(alert): get checkbox/radio working and return values
2017-08-25 15:45:49 -04:00
Brandy Carney
e4551397f1
test(toggle): add more examples to toggle
2017-08-24 19:38:18 -04:00
Brandy Carney
ace8ab8693
feat(checkbox): add checkbox, consistent function names
2017-08-24 19:13:33 -04:00
Dan Bucholtz
f965ef7e34
refactor(navigation): use mode to drive default transition
2017-08-24 16:19:01 -05:00