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
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
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
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
722dddbbb7
improve click block, onKeyboardClose
2015-09-14 21:06:53 -05:00
2375eb2235
docs(content): add description and usage
2015-09-08 16:51:08 -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
dc7b04fbd4
remove onIonInit
...
Closes #77
2015-09-05 23:09:21 -05:00
68c27c36a9
more docs
2015-08-28 15:57:55 -07:00
6110daafc7
content docs wip
2015-08-28 14:43:31 -07:00
327c6de125
text input keyboard focus
2015-08-27 14:03:00 -05:00