a0a91b2d11
test(input): changing tests to include some selects and mixed inputs
2016-03-14 18:38:59 -04:00
a4fc96de0d
fix(select): fix select styling on windows mode
...
closes #5787
2016-03-14 18:25:24 -04:00
8fff76e299
fix(label): add color to label in a select
...
references #5669
2016-03-14 18:11:48 -04:00
e4b161dcf0
style(sass): fix remaining linter errors woo
...
closes #5797
2016-03-14 16:58:15 -04:00
253cfc182b
style(sass): fixing lint errors
...
references #5797
2016-03-14 16:44:08 -04:00
d3d689ae11
style(sass): remove all PropertySortOrder errors from linter
...
references #5797
2016-03-14 15:56:19 -04:00
131c8c366a
refactor(alert): add extra div to use as radio mark, fix Sass
...
Added spaces to separate groups of css, added variables, removed unused
css
BREAKING CHANGE: added Sass variables for alert
fixes #5577
2016-03-14 12:54:12 -04:00
96375b6e83
fix(toolbar): reduce min width on back button for wp mode
...
closes #5759
2016-03-14 12:54:12 -04:00
37beb0f4fe
test(alert): fix snapshot tests
2016-03-13 13:15:04 -05:00
085088ee77
perf(infinitescroll): display none svg until needed
...
By default the SVG spinner should be display none at all times. Only
display block the SVG when the infinite scroll is in the loading state.
Closes #5776
2016-03-12 22:34:13 -06:00
2000b1e940
fix(alert): prevent both click and enter keyup from firing
2016-03-12 22:09:34 -06:00
584470337a
fix(alert): disable listeners until ready
...
Closes #5821
2016-03-12 21:34:08 -06:00
355f6ee145
test(alert): fix dismiss
2016-03-12 05:08:39 -06:00
1dd73aac7a
fix(nav): correctly set zIndex when there's a previous view
2016-03-12 05:05:29 -06:00
24443c3b53
fix(ViewController): call onDismiss after transition ends
...
Closes #5818
2016-03-12 03:21:07 -06:00
fe04c51866
fix(infinitescroll): always check on scroll change
...
Previously infinite scroll would only do checks when it got to
scrollTop it’s never seen before. However, this then requires a reset()
function if the underlying data changes, which would become an API
gotcha that would be a common source of problems for developers. Always
checking on scroll change should have little performance impact since
it was always checking while scrolling down anyway, it just wasn’t
checking when scrolling up. Now it always checks.
2016-03-12 02:45:12 -06:00
f1348ad4da
Merge pull request #5809 from sclausen/2.0
...
fix(infinitescroll): added method to reset _highestY
2016-03-12 02:24:06 -06:00
1decaa04e6
Merge pull request #5798 from dmackerman/patch-1
...
docs(): fix typo, chacked -> checked
2016-03-11 11:36:31 -06:00
b864dc4bee
added method to reset _highestY
2016-03-11 11:56:57 +01:00
f7b52eeee1
chore(sass): update sass to match linter config
...
references #5797
2016-03-10 22:42:38 -05:00
2bda365fcf
little typo, chacked -> checked
2016-03-10 13:32:57 -07:00
fe256c785c
refactor(sass): rename bg to background in all sass variables
...
BREAKING CHANGE:
`$item-ios-divider-bg` is now `$item-ios-divider-background`
`$item-ios-sliding-content-bg` is now
`$item-ios-sliding-content-background`
`$item-md-divider-bg` is now `$item-md-divider-background`
`$item-md-sliding-content-bg` is now
`$item-md-sliding-content-background`
`$item-wp-divider-bg` is now `$item-wp-divider-background`
`$item-wp-sliding-content-bg` is now
`$item-wp-sliding-content-background`
references #5651
2016-03-10 13:56:03 -05:00
b3bea838b2
fix(input): align item right to the bottom for windows mode
...
references #5731
2016-03-09 16:26:13 -05:00
6063932455
fix(select): change windows border colors for selects to match input
...
references #5787
2016-03-09 16:21:35 -05:00
4e375242c6
fix(select): make select full width when with a stacked/floating label
...
if it is with a floating label, the label will stay stacked instead of
floating
closes #5715
2016-03-09 16:21:35 -05:00
f9aa9c27c0
refactor(label): fix margin for item right in stacked/floating labels
...
references #5731
2016-03-09 15:14:41 -05:00
98f0f3b58e
Merge branch '2.0' into labels-refactor
2016-03-09 15:00:52 -05:00
4505730ca2
refactor(item): add a wrapper for inputs in order to work with item right vertically
...
closes #5731
2016-03-09 14:33:42 -05:00
9b73422b7d
test(infinitescroll): infinite-scroll w/in nav test
2016-03-07 16:40:01 -06:00
7331e3a910
docs(alert): add table for alert options
...
References https://github.com/driftyco/ionic-site/issues/405
2016-03-07 12:35:00 -05:00
498dd54693
feat(searchbar): disable autocorrect/autocapitalize/spellcheck
...
Closes #5749
2016-03-07 07:21:52 -06:00
d77e8d963f
fix(nav): use setRoot when root property changes
...
Closes #5668
2016-03-06 23:33:44 -06:00
b814314b31
fix(input): add tappable attr to input-cover
2016-03-06 23:02:16 -06:00
74a48f3b64
docs(alert): do not allow mixing alert input types
2016-03-06 22:30:08 -06:00
564d4fc5e0
test(gestures): init gesture test
2016-03-06 21:12:24 -06:00
b967b1ee7e
fix(select): improve value comparisons
2016-03-06 20:43:31 -06:00
5d9b169fa9
fix(radio): improve group/button value comparisons
2016-03-06 20:30:57 -06:00
8b1783bb25
Merge pull request #5738 from manucorporat/tabs-style-ios
...
fix(tabs): improves tabs style for iOS
2016-03-06 14:14:29 -06:00
897501650a
fix(nav): create opts object when undefined/null
...
Closes #5737
2016-03-06 14:07:26 -06:00
5863e2c74f
fix(nav): change init zIndex to 100
2016-03-06 13:27:30 -06:00
ad50a11b3c
fix(nav): reset zIndex when goes under 0
...
Closes #5718
2016-03-06 10:34:17 -06:00
b9a46288dc
fix(tabs): improves tabs style for iOS
2016-03-06 10:43:28 +01:00
e92feefc07
fix(radio): select only one radio when w/out ngModel
...
Closes #5659
2016-03-05 22:21:29 -06:00
a0b5ca15dc
chore(touchaction): use autoprefixer to add -ms-
2016-03-05 21:59:26 -06:00
b24dc27e0b
fix(alert): update radio/checkbox items to buttons elements
2016-03-05 21:51:15 -06:00
01294107ed
fix(touchaction): apply to child touch elements
2016-03-05 21:30:43 -06:00
ecfecc9bcb
chore(actionsheet): add aria labels to actionsheet
2016-03-05 20:51:38 -06:00
e639457654
fix(overlays): update keyboard focus management
2016-03-05 20:32:21 -06:00
4922fc6075
fix(nav): do not hide pages if an overlay is in the stack
...
Closes #5430
2016-03-05 13:34:14 -06:00
70efe7d67e
chore(alert): add keyup to body via HostListener
2016-03-05 12:53:10 -06:00