4b36c3430d
chore(angular): update to angular 2.0.0-rc.1
2016-05-05 10:45:49 -07:00
e32f81651a
Merge branch 'picker' into 2.0
2016-04-26 16:04:28 -05:00
066ab712c0
chore(nativeRaf): use native raf over zone wrapped
2016-04-26 15:33:31 -05:00
b3ab08eb8c
Fix link to Refresher docs
2016-04-22 15:04:29 -04:00
bef4a67025
feat(content): add scrollToBottom
2016-04-18 21:22:39 -05:00
98c2aab3b7
feat(statusbarPadding): add statusbar-padding css to content
2016-04-14 17:17:44 -04:00
497825329e
docs(dgeni): a better formatting fix for methods that return objects. Rel ionic-site#540
2016-04-12 19:13:28 -05:00
57f49e51f2
docs(content): formatting getContentDimensions()
return object details. Closes driftyco/ionic-site#540
2016-04-12 16:15:56 -05:00
79cfa6f407
docs(content): add @ViewChild example to usage
2016-04-12 11:46:32 -05:00
5a21cbf853
docs(content): remove unused docs
2016-04-12 09:39:18 -05:00
5ceb5df238
docs(content): use @ViewChild to find content component
2016-04-12 09:37:51 -05:00
e21c4d5927
fix(keyboard): remove content padding after input blur
...
Closes #5800
2016-04-11 22:57:29 -05:00
4bf654a164
chore(content): scrollElement private
2016-04-10 22:24:20 -05:00
acc6321d0d
chore: add ViewEncapsulation.None to components
...
Closes #5884
2016-04-10 20:38:04 -05:00
4e8ecae83c
chore: add ChangeDetectionStrategy.OnPush strategy
...
Close #5885
2016-04-10 00:28:50 -05:00
0b676abd3f
Merge pull request #6017 from EvgenyVolkov/update_content.ts
...
docs(): update content.ts
2016-04-06 23:40:31 -05:00
6f3b9bef82
style(tslint): tslint updates
2016-04-06 21:28:52 -05:00
f3d92b8eb8
refactor(scroll): js scrolling ability
...
Required for Virtual Scrolling on iOS UIWebView
2016-04-05 14:50:05 -05:00
8cf389287e
update content.ts
2016-04-01 23:48:38 +03:00
442d135dae
feat(ion-content): adds <ion-fixed> for non-scrollable page content
...
closes #5987
2016-03-30 21:07:32 +02:00
05823f9e62
fix(ion-infinite-scroll): Fix error leaving page
...
This fix [5760](https://github.com/driftyco/ionic/issues/5760 )
2016-03-24 18:32:22 +07:00
6bee667a6d
docs(content): fix ion-content scroll event listener example
...
Function renamed in 91df5f97eef9ed1d261e6642c2d9ab7e8cc4063c
2016-03-03 10:46:58 +02:00
17c2fe52b9
docs(content): update content functions to private
2016-02-29 16:30:16 -05:00
0480fa3b50
feat(infiniteScroll): add infinite scroll
...
Closes #5415
2016-02-29 11:13:31 -06:00
91df5f97ee
refactor(refresher): allow refresher content customization
...
Breaking Change:
## Refresher:
- `<ion-refresher>` now takes a child `<ion-refresher-content>`
component.
- Custom refresh content components can now be replaced for Ionic's
default refresher content.
- Properties `pullingIcon`, `pullingText` and `refreshingText` have
been moved to the `<ion-refresher-content>` component.
- `spinner` property has been renamed to `refreshingSpinner` and now
goes on the `<ion-refresher-content>` component.
- `refreshingIcon` property is no longer an input, but instead
`refreshingSpinner` should be used.
Was:
```
<ion-refresher (refresh)="doRefresh($event)"
pullingIcon="arrow-dropdown">
</ion-refresher>
```
Now:
```
<ion-refresher (refresh)="doRefresh($event)">
<ion-refresher-content
pullingIcon="arrow-dropdown"></ion-refresher-content>
</ion-refresher>
```
2016-02-27 17:33:59 -06:00
019009a3e2
chore(): fix bad types for docs
2016-02-12 16:36:27 -05:00
5941042a98
chore() normalize types in docs
2016-02-12 15:51:28 -05:00
2bb011d8af
docs(content): update doc info
2016-02-01 14:26:34 -05:00
dbc681fb7c
docs(): hide methods not requiring docs
2016-01-27 14:27:36 -06:00
02626b9489
chore(): add types to Refresher
2016-01-14 21:04:20 -06:00
6dc7b25c5f
chore(): fix pull-to-refresh types
2016-01-14 13:20:52 -06:00
c475a6490b
chore(): fix Input types
2016-01-13 23:52:17 -06:00
100b1e79ae
chore(): fix Tabs types
2016-01-13 22:40:30 -06:00
8fdc9ed673
chore(): fix NavController typescript errors
2016-01-12 21:41:37 -06:00
88aad3f880
refactor(decorators): remove ConfigComponent
2016-01-11 22:51:54 -06:00
95501a1e86
fix(tap): do not fire tap click while scrolling
...
Fixes #681
2016-01-04 22:28:49 -06:00
f97e9eaa19
docs() id, content, bootstrap, item, item-sliding
2015-12-15 16:57:54 -05:00
b0d685ea85
docs()
...
References #740
2015-12-14 18:13:29 -05:00
d464d5cb1c
remove angular2/angular2 imports
2015-12-10 16:41:57 -06:00
30b88d746b
chore(): add ng prefix to lifecycle interfaces
2015-12-08 21:38:26 -06:00
194c964dfb
fix(labels): improve floating labels focus
...
Closes #613
2015-11-25 21:56:00 -06:00
64376c2304
fix(textInput): hide cursor during scroll
2015-11-16 22:47:00 -06:00
3ec39c51b5
fix(scroll): fix JS error when scrolling text input
2015-11-16 16:36:02 -06:00
b7c2291dd7
fix(itemSliding): close items when scrolling content
2015-11-16 13:35:23 -06:00
13fa14dff6
chore(): make members private
2015-11-15 20:37:24 -06:00
050b600940
fix(popTo): fix reference and tests
...
Closes #511
2015-11-13 17:12:15 -06:00
704b361348
:derp:
2015-11-04 14:03:48 -06:00
fa6990cc5f
fix(sticky): remove polyfill
2015-11-04 13:30:12 -06:00
7158bcd260
Wrap Zone
2015-10-30 10:13:29 -05:00
b0a8da9706
Flipped Zone
2015-10-30 10:08:26 -05:00