3722 Commits

Author SHA1 Message Date
8faba7d5d2 chore(): update READMEs to new package name 2016-03-01 18:06:33 -06:00
8eab9466f7 chore(ionic): release beta 2 and update changelog v2.0.0-beta.2 2016-03-01 15:32:33 -05:00
5fb1e08347 fix(toolbar): add a min-width to the toolbar content so that it won't overlap buttons
fixes #5657
2016-03-01 12:59:29 -05:00
5ca2a55f14 docs(refresher): update API docs for refresher and demo
references #5207
2016-03-01 12:08:01 -05:00
1f3db2ad1e docs(demos): update config to move config JS in index 2016-03-01 11:10:33 -05:00
f0e7a69a90 docs(demos): fix refresher and infinite scroll demo to use the injectable in index 2016-03-01 11:10:33 -05:00
08178ecac0 chore(demos): fix demo entries 2016-03-01 10:04:09 -06:00
487da57e37 docs(demos): change apostrophes to quotes to make Adam happy
references nothing
2016-02-29 20:25:45 -05:00
5932706332 docs(demos): add variables Sass file to use colors and add to icons
references driftyco/ionic-site#453
2016-02-29 19:15:22 -05:00
9b8d5bc55a docs(demos): fix spacing on modal and nav params demos
references driftyco/ionic-site#453
2016-02-29 18:47:30 -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
b93bc0c1bd chore(dgeni): filter out local filesystem paths from the docs 2016-02-29 16:45:29 -06:00
dbc5737d82 chore(): update copy.libs task to work with npm 2 and 3 2016-02-29 15:35:58 -06:00
79b868b0a8 chore(): use typescript 1.7 for now
1.8 breaks a few things, use 1.7 until we figure them out
2016-02-29 15:35:58 -06:00
4113b31fe6 Revert "chore(): update typescript to 1.8"
This reverts commit 7a01234e07a5c8b3a105ef06b6972b229fbe2867.
2016-02-29 15:35:58 -06:00
17c2fe52b9 docs(content): update content functions to private 2016-02-29 16:30:16 -05:00
834d6c690e docs(demos): remove inline styling from segment API demo
references driftyco/ionic-site#453
2016-02-29 16:15:29 -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
4e3604e3ed Merge pull request #5642 from jgw96/2.0
docs(demos): clean up of alert and actionsheet demo
2016-02-29 14:03:56 -05: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
f905e18a80 chore(transpile): don't kill stream on TS errors 2016-02-29 11:49:02 -06:00
7a01234e07 chore(): update typescript to 1.8 2016-02-29 11:44:27 -06: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
3784f47cfa fix(generate): output correct Sass import for pages
Closes #5641.
2016-02-29 08:54:15 -06:00
3d86cccafc Merge pull request #5637 from 7200rpm/patch-1
docs(): update modal.ts
2016-02-28 19:41:09 -06:00
d3cdcc5fe2 demos: remove custom animation on alert and actionsheet for now and add padding to alert 2016-02-28 17:59:40 -06:00
38e6374b37 Merge pull request #3 from driftyco/2.0
2.0 update
2016-02-28 16:50:05 -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
af8537b726 Merge pull request #5632 from jgw96/patch-2
docs(demos): padding on action content
2016-02-27 20:33:56 -06:00
7b9b9b537e Merge pull request #5635 from chuz93/patch-1
docs(input): update input.ts
2016-02-27 18:45:58 -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
223ad8a58c docs(demos): padding on action content
this is for issue #453
2016-02-27 13:54:31 -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
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
4a9013e02e chore(npm): update package description
Related: https://github.com/npm/newww/issues/1864.
2016-02-25 13:34:36 -06:00
96d35ffbe7 docs(menuTypes): make private from dgeni 2016-02-24 14:12:06 -05:00
1cdf10238f docs(api demos): update api demos 2016-02-24 11:18:51 -05:00