121 Commits

Author SHA1 Message Date
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
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
9b9c820b2a fix(sticky): sticky headers. Fixes #383 2015-10-30 09:49:00 -05:00
36f82b2473 refactor(NavController): restructuring and perf improvements 2015-10-29 14:37:49 -05:00
bb3b20727c chore(): rename IonicKeyboard to Keyboard 2015-10-16 12:00:46 -05:00
4c53a4b554 chore(): rename IonicConfig to Config 2015-10-16 11:53:11 -05:00
90fa15d850 fix(transitions): prevent black flicker 2015-10-16 10:44:58 -05:00
039ecac2ae fix(input): keyboard focus/scrolling/tabbing 2015-10-10 16:28:37 -05:00
03cb1a7a5b refactor(): IonicForm/IonicKeyboard
Closes #224
2015-10-09 11:29:58 -05:00
0cac4d9a2e chore(): remove use of @View 2015-10-09 09:15:04 -05:00
c2d56d8623 refactor(padding): changed padding to attributes
Updated demos. Closes #266
2015-10-08 15:15:20 -04:00
1befe94802 alpha39 updates 2015-10-07 10:51:08 -05:00
9bc09300df chore(): rename properties to inputs, events to outputs 2015-10-06 16:28:32 -05:00
5c17f82e7f remove ion- component prefixes for now
Closes #239.
2015-10-05 16:20:32 -05:00
89f131b2de Scroll to top 2015-09-30 14:52:28 -05:00
b14956d9d0 chore(): rename annotations to decorators 2015-09-22 13:15:10 -05:00