Adam Bradley
1dd73aac7a
fix(nav): correctly set zIndex when there's a previous view
2016-03-12 05:05:29 -06:00
Adam Bradley
24443c3b53
fix(ViewController): call onDismiss after transition ends
...
Closes #5818
2016-03-12 03:21:07 -06:00
Adam Bradley
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
Adam Bradley
f1348ad4da
Merge pull request #5809 from sclausen/2.0
...
fix(infinitescroll): added method to reset _highestY
2016-03-12 02:24:06 -06:00
Ionitron
7dfbb9deb6
fix(build): output.css needs to exist prior to doc gen
2016-03-11 18:44:14 -06:00
perry
91f36f2217
chore(dgeni): TS 1.8 patch cont.
2016-03-11 18:22:57 -06:00
perry
4a1dce3be6
chore(dgeni): TS 1.8 patch cont.
2016-03-11 17:59:30 -06:00
perry
92446157a4
chore(dgeni): TS 1.8 patch cont.
2016-03-11 17:43:14 -06:00
perry
36a47568a9
chore(dgeni): TS 1.8 patch cont.
2016-03-11 17:30:45 -06:00
perry
5fb37cc665
chore(dgeni): dgeni TS 1.8 patch cont.
2016-03-11 17:18:24 -06:00
perry
5d766d3045
chore(dgeni): TS 1.8 patch, remove double slashes
2016-03-11 17:16:32 -06:00
perry
01a3034b96
chore(dgeni): work around TS 1.8 dgeni bug RE output paths
2016-03-11 16:45:02 -06:00
perry
6ec68e207c
chore(dgeni): add anchor links to individual methods
2016-03-11 16:01:28 -06:00
perry
908ef9e4c4
chore(dgeni): docs links tweak
2016-03-11 15:32:38 -06:00
Adam Bradley
1decaa04e6
Merge pull request #5798 from dmackerman/patch-1
...
docs(): fix typo, chacked -> checked
2016-03-11 11:36:31 -06:00
perry
559ecd6912
chore(dgeni): add anchor links to docs
2016-03-11 10:33:55 -06:00
Brandy Carney
028e181471
chore(CONTRIBUTING): update the dir to run the linter
2016-03-11 11:03:31 -05:00
sclausen
b864dc4bee
added method to reset _highestY
2016-03-11 11:56:57 +01:00
Brandy Carney
db66b3affc
chore(CHANGELOG): update changelog to include sass conventions
2016-03-10 23:09:47 -05:00
Brandy Carney
a0d068dae0
docs(demos): update gulp file and API demos to include windows theme
2016-03-10 23:04:13 -05:00
Brandy Carney
f7b52eeee1
chore(sass): update sass to match linter config
...
references #5797
2016-03-10 22:42:38 -05:00
Dave Ackerman
2bda365fcf
little typo, chacked -> checked
2016-03-10 13:32:57 -07:00
Tim Lancina
de6cd2f68c
chore(build): update to typescript 1.8
2016-03-10 13:40:54 -06:00
Adam Bradley
133beaba31
chore(): update scsslint
2016-03-10 12:56:45 -06:00
Brandy Carney
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
Brandy Carney
bf3f016fec
chore(sass): add custom sass linter config
...
references #5651
2016-03-10 13:27:34 -05:00
Brandy Carney
b3bea838b2
fix(input): align item right to the bottom for windows mode
...
references #5731
2016-03-09 16:26:13 -05:00
Brandy Carney
6063932455
fix(select): change windows border colors for selects to match input
...
references #5787
2016-03-09 16:21:35 -05:00
Brandy Carney
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
Adam Bradley
13b39b907b
Merge pull request #5779 from thiphariel/patch-1
...
docs(): fix typo
2016-03-09 15:06:54 -06:00
Brandy Carney
f9aa9c27c0
refactor(label): fix margin for item right in stacked/floating labels
...
references #5731
2016-03-09 15:14:41 -05:00
Brandy Carney
8bba963948
Merge branch 'labels-refactor' into 2.0
2016-03-09 15:01:37 -05:00
Brandy Carney
98f0f3b58e
Merge branch '2.0' into labels-refactor
2016-03-09 15:00:52 -05:00
Brandy Carney
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
Thiphariel
fd49a880d9
Typo
...
Typo that break color highlight on the website
2016-03-09 13:48:12 +01:00
Drew Rygh
21366fceb7
chore(): log flags for debugging circleCI
2016-03-08 21:50:59 -06:00
Adam Bradley
9b73422b7d
test(infinitescroll): infinite-scroll w/in nav test
2016-03-07 16:40:01 -06:00
Adam Bradley
06d77a26e4
chore(angular): update to angular 2.0.0-beta.8
2016-03-07 11:39:26 -06:00
mhartington
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
Brandy Carney
bf3e673b15
chore(CHANGELOG): add breaking changes for windows mode to beta.3
2016-03-07 12:23:00 -05:00
Brandy Carney
27b6e2847d
chore(ionic): release beta.3
2016-03-07 11:58:51 -05:00
Tim Lancina
87d1983f48
chore(package): update README
v2.0.0-beta.3
2016-03-07 09:52:35 -06:00
Adam Bradley
172a425353
test(util): add more getQuerystring() tests
2016-03-07 09:29:23 -06:00
Adam Bradley
3e201ed304
Merge pull request #5752 from dylanvdmerwe/2.0
...
fix(util): array length check
2016-03-07 07:26:00 -06:00
Adam Bradley
498dd54693
feat(searchbar): disable autocorrect/autocapitalize/spellcheck
...
Closes #5749
2016-03-07 07:21:52 -06:00
Dylan v.d Merwe
9dc3840906
fix(util): array length check
2016-03-07 14:56:36 +02:00
Adam Bradley
d77e8d963f
fix(nav): use setRoot when root property changes
...
Closes #5668
2016-03-06 23:33:44 -06:00
Adam Bradley
b814314b31
fix(input): add tappable attr to input-cover
2016-03-06 23:02:16 -06:00
Adam Bradley
860b685a65
Merge branch 'ciekawy-2.0' into 2.0
2016-03-06 22:41:44 -06:00
Adam Bradley
c4bd2633c3
chore(): fix merge conflict
2016-03-06 22:41:13 -06:00