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
d8f235d09d
fix color inheritance, core components should not contain colors
2015-12-04 23:23:55 -06:00
831ec87308
import mode globals in all mode components
2015-12-04 21:34:27 -06:00
8148927c88
updates
2015-12-04 14:34:24 -06:00
194c964dfb
fix(labels): improve floating labels focus
...
Closes #613
2015-11-25 21:56:00 -06:00
bc8ff4070f
refactor(sass): individual sass files import globals
2015-11-23 14:51:41 -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
fff2da9b87
runOutside
2015-10-30 09:58:12 -05:00
c23d0988aa
Fixie stickie
2015-10-30 09:53:46 -05:00