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
c883a2ae91
chore(): update Ionic imports in tests
2016-02-22 17:45:17 -06:00
b752432ef1
refactor(pull-to-refresh): rename the starting event to start
...
updated docs to reflect new name and renamed an internal function
BREAKING CHANGE: starting event no longer exists, must use start
References #5207
2016-02-17 12:29:30 -05:00
1063baaffd
docs(pull-to-refresh): fix API docs for the starting event
...
references #5207
2016-02-17 12:05:29 -05:00
acf1894b75
refactor(pull-to-refresh): emit starting event and change all events to emit the refresher
...
Cleaned up the API docs for scroll and test also.
References #5207
2016-02-16 14:34:02 -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
5f254f285f
chore(e2e): make typescript and e2e friends
2016-02-12 11:37:39 -06:00
de952e3cbb
chore(): change source code console.log to console.debug
2016-02-02 16:41:35 -06:00
9ceb7f2fcc
docs(scroll): update docs
2016-02-02 13:13:41 -05:00
8c7bfc6da2
docs(pullToRefresh): update docs
2016-02-02 12:41:05 -05:00
e4b200639e
fix(scroll): canOverscroll was set to false which prevented PTR from ever working
...
It’s still finishing the PTR before the complete is called though
References #5207
2016-01-26 18:55:27 -05:00
039940d4b7
fix(scroll): fix doc about scrollX and scrollY attributes
...
Been trying to use scroll with scroll-y but to no avail, and I found out that the directive was listening for scrollY events.
2016-01-16 12:04:07 +02: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
3a41dfeb6b
chore(): more type fixes
2016-01-13 16:34:27 -06:00
88aad3f880
refactor(decorators): remove ConfigComponent
2016-01-11 22:51:54 -06:00
068f3ceb29
Merge remote-tracking branch 'origin/master' into WIP-api-demos
2015-12-16 11:13:03 -06:00
48847447e8
docs(scroll): link to api demo
2015-12-16 10:24:14 -06:00
f5bd1e917e
docs(refresher): link to api demo
2015-12-11 15:57:01 -06:00
216374f932
docs()
2015-12-11 15:38:09 -05:00
aa37a06a12
docs(refresher)
2015-12-11 09:39:42 -05:00
5d6d9b9610
chore(upgrad): ng alpha52 and case-sensitive templates
2015-12-10 22:52:55 -06:00
d464d5cb1c
remove angular2/angular2 imports
2015-12-10 16:41:57 -06:00
0270be3305
fix blocking TS errors
2015-12-10 16:39:56 -06: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
53356f6b08
Merge branch 'master' into css-refactor
2015-12-07 16:12:02 -06:00
ad7fed7bda
docs(scroll): add ion-scroll docs
2015-12-07 16:39:51 -05:00
831ec87308
import mode globals in all mode components
2015-12-04 21:34:27 -06:00
bc8ff4070f
refactor(sass): individual sass files import globals
2015-11-23 14:51:41 -06:00
cacd9a3843
Merge pull request #507 from stkem/master
...
Fixing a small typo in pull-to-refresh.ts
2015-11-18 12:18:53 -06:00
13fa14dff6
chore(): make members private
2015-11-15 20:37:24 -06:00
ef30dc957b
Fixing a small typo in pull-to-refresh.ts
2015-11-13 13:27:47 -05:00
4c53a4b554
chore(): rename IonicConfig to Config
2015-10-16 11:53:11 -05:00
0cac4d9a2e
chore(): remove use of @View
2015-10-09 09:15:04 -05: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
974a70cf0e
Merge branch 'master' into alpha38
...
Conflicts:
ionic/components/popup/popup.ts
2015-10-05 16:43:30 -05:00
5c17f82e7f
remove ion- component prefixes for now
...
Closes #239 .
2015-10-05 16:20:32 -05:00
46fc56fb95
Fix(demo): Remove ion-view from demos for scoll (basic, pull-to-refresh) and tabs (tab-bar-bottom)
2015-10-02 14:10:05 -06:00
b14956d9d0
chore(): rename annotations to decorators
2015-09-22 13:15:10 -05:00
8fbf53e1b7
rename Platform to IonicPlatform
...
Make IonicPlatform an injectable. Closes #99
2015-09-13 00:39:19 -05:00
b95ddaafa2
docs: fix doc tags
2015-09-08 15:02:29 -05:00
d464f8f02c
docs: add descriptions and examples for core components
2015-09-06 18:02:26 -05:00
c41801c55f
css cleanup
2015-09-05 21:02:45 -05:00
400bec2a29
Tweaks
2015-09-02 15:34:53 -05:00
dc7999d4c8
zoom to slides not scroll
2015-09-02 09:53:45 -05:00
4929fc2a77
Moving zoom to slides
2015-09-02 09:28:37 -05:00
e083febf86
Scroll stuff
2015-09-01 16:35:54 -05:00