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
22c32f3ab5
fix(animations): remove inline styles when finished
...
Allows for one animation to control multiple elements. Optionally
removes inline styles when the animation finishes. Fixes checking for
the will-change property. Does not always apply translateZ on ion-page.
Closes #5130
2016-02-17 23:02:31 -06:00
98e81641a7
fix toolbars
2015-12-05 16:02:25 -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
bc8ff4070f
refactor(sass): individual sass files import globals
2015-11-23 14:51:41 -06:00
ab8985c860
update(angular): alpha.45
2015-11-03 10:49:54 -06:00
3d4aad8eaa
chore(tabbar): rename tab-bar to tabbar
2015-11-02 19:38:30 -06:00
b364017ff2
fix(zIndex): ion-page dynamic zIndex
2015-10-31 14:01:23 -05:00
9b9c820b2a
fix(sticky): sticky headers. Fixes #383
2015-10-30 09:49:00 -05:00
514b880eeb
fix(@Page): apply config
2015-10-29 15:31:59 -05:00
36f82b2473
refactor(NavController): restructuring and perf improvements
2015-10-29 14:37:49 -05:00
e47e3f8b75
set background-color on body
2015-10-18 19:33:22 +01:00
6c44ae6246
update animations
2015-10-10 23:52:01 -05:00
fa2ae9cd93
rename(sections): .navbar-container now ion-navbar-section
2015-10-10 17:14:03 -05:00
1befe94802
alpha39 updates
2015-10-07 10:51:08 -05:00
dbb2729e57
feat(item): sliding items
2015-10-06 18:30:46 -05:00
d4a3005524
refactor(nav): NavController/Tabs overhaul
...
Closes #213
2015-10-01 15:04:49 -05:00
88eaa45f4c
refactor(navbar): improved navbar transitions
2015-09-23 23:17:06 -05:00
89c0a0ef09
refactor(): rename ViewController/ViewItem
...
Rename ViewController to NavController, ViewItem to ViewController
2015-09-23 16:57:25 -05:00
bbc3e84fdf
chore(): remove !default from z-index/flex-order
2015-09-22 13:06:35 -05:00
5fbc142dae
swipe back refactor
2015-09-17 16:13:51 -05:00
2fe6135800
iOS transition gray out leaving view
2015-09-14 21:29:34 -05:00
0039647515
rename aside to menu
2015-09-11 21:40:58 -05:00
3d931cc7d8
normalize/structure css cleanup
2015-09-02 22:02:23 -05:00
cbb628b935
action menu animation improvements
2015-08-28 20:57:50 -05:00
dc003e0a89
fix overlays
2015-08-01 22:27:37 -05:00
0808785234
checkbox updates
2015-07-27 22:36:32 -05:00
0ba6d132a0
z-index updates
2015-07-17 10:31:20 -05:00
f240083535
wip
2015-07-16 14:04:15 -05:00
3dbf489fc9
toolbar updates
2015-07-03 23:56:47 -05:00
c447282ce5
feat(scroll): ion-scroll
2015-07-02 16:50:43 -05:00
097fe02728
overlay/bootstrap refactor
2015-06-22 21:50:25 -05:00
407006aa99
Snapcat fix
2015-06-19 16:49:34 -05:00
bab40cebdc
Loading
2015-06-19 13:50:19 -05:00
f2d5781bb3
Event BETTER loading grikon
2015-06-19 13:30:29 -05:00
a7f516f3f2
Friendly loading indicator for example apps
2015-06-19 13:25:07 -05:00
e32f2f72e3
fix tab-bar-top
2015-06-18 13:33:35 -05:00
9b80cffedb
new bootstrap
2015-06-18 11:59:52 -05:00
d698777421
smooth criminal
2015-06-12 14:49:09 -05:00
d2c3ed1125
just a few minor animation tweaks
2015-06-12 10:58:31 -05:00
39dd339318
transition wip
2015-06-11 08:11:32 -05:00
3034b70b2b
body css smarts from v1
2015-06-10 19:10:11 -05:00
5ccdf688ed
flicker flixes
2015-06-10 19:01:17 -05:00
5c06eaff7e
house of pane
2015-06-05 15:03:05 -05:00
9c748c34c4
Full height nav
2015-06-03 16:05:03 -05:00
69f505ec6a
tab mega wip
2015-06-03 14:36:41 -05:00
2e6fb5cd04
Merge remote-tracking branch 'origin/master'
...
Conflicts:
ionic/components/nav/nav-item.js
ionic/components/view/view.scss
2015-06-02 15:35:57 -05:00
7f665ca459
ion-nav-pane
2015-06-02 15:31:18 -05:00
90cd229704
Scroll content overflow: Y auto, X hidden
2015-06-02 14:38:46 -05:00