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
2a4602cd09
remove direct descendant operator
2016-04-15 12:25:44 -04:00
98c2aab3b7
feat(statusbarPadding): add statusbar-padding css to content
2016-04-14 17:17:44 -04:00
9020d5278a
fix(content): fix padding/margin attributes so all work on scroll-content
...
created a mixin for padding and margin and pass the mode variable in.
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
203b07809e
Revert "fix(sass): remove global imports from components"
...
This reverts commit dad2155ecdf3f1b9864996c5a843f451ff4f0aef.
2016-04-11 13:24:58 -04:00
dad2155ecd
fix(sass): remove global imports from components
...
globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component
fixes #5931
2016-04-11 11:59:44 -04: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
025b176c18
chore(sass): fix Sass linter errors
2016-04-07 14:17:27 -04: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
f7b52eeee1
chore(sass): update sass to match linter config
...
references #5797
2016-03-10 22:42:38 -05:00
62c7199fd1
Merge branch '2.0' into windows-mode
2016-03-03 13:12:52 -05:00
6bee667a6d
docs(content): fix ion-content scroll event listener example
...
Function renamed in 91df5f97eef9ed1d261e6642c2d9ab7e8cc4063c
2016-03-03 10:46:58 +02:00
02da18b311
Merge branch '2.0' into windows-mode
...
# Conflicts:
# ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -05: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
fe11eccb46
feat(windows): add content padding/margin components for wp
...
also split all of the modes up so they can have different amounts of
padding/margin on their content
references #5565
2016-02-23 17:16:43 -05: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
854d90f4c1
refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
...
references #689
2015-12-09 17:20:11 -05:00
243f03e545
Merge branch 'alpha50' into css-refactor
2015-12-09 07:47:30 -06:00
30b88d746b
chore(): add ng prefix to lifecycle interfaces
2015-12-08 21:38:26 -06:00
a22e2cfdd7
update mode link colors
2015-12-05 11:25:48 -06:00
5ae94e6559
mode font styling
2015-12-05 11:19:09 -06:00