2270 Commits

Author SHA1 Message Date
02da18b311 Merge branch '2.0' into windows-mode
# Conflicts:
#	ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -05:00
ce8eb5ba3b docs(demos): add infinite scroll demo
references driftyco/ionic-site#453
2016-02-29 18:44:09 -05:00
cd723898b7 docs(tabs): update tabs demo to include colors and badges
references driftyco/ionic-site#453
2016-02-29 18:43:43 -05:00
17c2fe52b9 docs(content): update content functions to private 2016-02-29 16:30:16 -05:00
29d3bb1fcb refactor(infinite-scroll): rename the elements to include the word scroll
update API docs & rename endLoading function to complete.

references #5415
2016-02-29 15:49:41 -05:00
1bb51c2e26 chore(refresher): rename "endRefreshing" to "complete" 2016-02-29 14:44:15 -06:00
fd5c4092bf chore(refresher): update config variable names 2016-02-29 13:51:42 -06:00
20fd2c3b8b chore(refresher): add warning for required ion-refresher-content 2016-02-29 13:43:35 -06:00
d39f21f410 test(refresher): fix refresher unit tests 2016-02-29 13:27:47 -06:00
fdb311d397 chore(virtualScroll): remove virtualScroll until refactor complete 2016-02-29 13:02:18 -06:00
ea884ded6d fix(refresher): get scrollTop from the scroll element to prevent refreshing when dragging up
fixes #5207
2016-02-29 13:48:39 -05:00
4c93eb06a9 refactor(label): move label css to the correct scss files
references #5651
2016-02-29 12:24:42 -05:00
0480fa3b50 feat(infiniteScroll): add infinite scroll
Closes #5415
2016-02-29 11:13:31 -06:00
406a709aa1 Update modal.ts
Need to import ViewController for modal as well.
2016-02-27 21:20:15 -08:00
66af6ff3a0 test(actionsheet): open modal from actionsheet 2016-02-27 20:51:00 -06:00
05a0da480a Update input.ts
Fix <ion-label of the Website's ion-item
2016-02-27 18:12:33 -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
d5ebf3ff5e refactor(alert): remove duplicated styles from imports
closes #5624
2016-02-26 16:57:55 -05:00
8cfebe1386 refactor(tabs): remove tabbarIcons and add tabbarLayout which accepts different values
BREAKING CHANGES: `tabbarIcons` has been replaced with `tabbarLayout`
with the following values: `icon-top`, `icon-left`, `icon-right`,
`icon-bottom`, `icon-hide`, `title-hide`.

closes #5625
2016-02-26 16:44:32 -05:00
cb8afc58ca Merge branch 'pr/5615' into 2.0 2016-02-25 18:37:06 -05:00
a0f0004012 refactor(searchbar): add class to searchbar when hideCancel is passed
only hide the search icon when hideCancel isn’t passed
2016-02-25 18:36:12 -05:00
6c73446628 feat(spinner): SVG spinners 2016-02-25 17:23:52 -06:00
a5945317d5 feat(windows): more UI cleanup
references #5565
2016-02-25 18:12:18 -05:00
21d4cef543 (search-bar) Hide cancle button for android
Hide cancle button for android as well...
Added `hideCancelButton` to example. This helps a lot for guys coming from ng1 as I tried snake-case way too long.
2016-02-25 23:52:22 +01:00
e05f147945 feat(windows): windows UI cleanup
references #5565
2016-02-25 16:17:26 -05:00
706e0d7dba feat(windows): add detail-push icon
references #5565
2016-02-25 12:22:10 -05:00
8df8420f14 feat(windows): change windowsphone platform to windows
fixes snapshot too

references #5565
2016-02-25 12:17:28 -05:00
c43a1a2d77 Merge branch '2.0' into windows-mode 2016-02-24 17:37:42 -05:00
69c0da27e0 feat(windows): fix card and alert UI
references #5565
2016-02-24 17:37:35 -05:00
bba3c5c5bd feat(windows): clean up button css, rename Sass variables and add more
references #5565
2016-02-24 16:34:49 -05:00
13f3e83605 feat(windows): clean up button and alert UI
references #5565
2016-02-24 15:44:18 -05:00
138e8763dc feat(windows): clean up action sheet UI
references #5565
2016-02-24 14:46:45 -05:00
96d35ffbe7 docs(menuTypes): make private from dgeni 2016-02-24 14:12:06 -05:00
fa2e4b2c70 feat(windows): add tabs component and clean up windows UI
references #5565
2016-02-24 13:05:43 -05:00
8a1e450264 feat(windows): add label Sass file
references #5565
2016-02-24 12:12:26 -05:00
f8ef960ca5 feat(windows): add input component sass
references #5565
2016-02-24 12:05:50 -05:00
0d4971f190 feat(windows): add input border color variable to theme
replaced hardcoded values to use this

references #5565
2016-02-24 11:53:41 -05:00
a956895dc9 Merge branch '2.0' into windows-mode 2016-02-23 20:33:24 -05:00
41f2f888a3 chore(ionitron): wake up ionitron! 2016-02-23 19:04:09 -06:00
53fd11c49f chore(ionitron): wake up ionitron! 2016-02-23 18:55:05 -06:00
cd7d627f61 feat(windows): add menu Sass component
references #5565
2016-02-23 19:30:50 -05:00
dd7def68e3 feat(windows): add card components
references #5565
2016-02-23 19:19:09 -05:00
781ea831cd feat(windows): add select component
references #5565
2016-02-23 19:10:40 -05:00
a9054ad0b8 feat(windows): add searchbar component with styling
references #5565
2016-02-23 18:44:47 -05:00
1cf56ee42f feat(windows): add list and item components
removed transition from checkbox

references #5565
2016-02-23 17:58:25 -05:00
a323aa127b feat(windows): add modal file
references #5565
2016-02-23 17:46:40 -05:00
b7bcd3930c feat(windows): add toggles
references #5565
2016-02-23 17:44:13 -05: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
922e1f17b8 feat(windows): add segment component
references #5565
2016-02-23 16:39:46 -05:00
2699b44778 feat(windows): add chip component
references #5565
2016-02-23 16:15:06 -05:00