155 Commits

Author SHA1 Message Date
62c7199fd1 Merge branch '2.0' into windows-mode 2016-03-03 13:12:52 -05:00
a237c16bc0 chore(): use relative imports in tests 2016-03-02 15:43:51 -06:00
2b77d52061 docs(API): clean up API docs 2016-03-01 19:24:33 -05:00
02da18b311 Merge branch '2.0' into windows-mode
# Conflicts:
#	ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -05: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
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
0cb080c924 chore(karma): update Ionic imports
Closes https://github.com/driftyco/ionic/issues/5566.
2016-02-23 07:35:02 -06:00
b53d70710e feat(input): default autocomplete/autocorrect=off, fix autofocus
Related: #5480
2016-02-22 15:00:54 -06:00
1324362cc6 chore(util): do not global window/document variables 2016-02-21 21:25:46 -06:00
892b0071cb fix(sass): rename brightness/inverse sass functions
Prefix custom sass color functions with color-
Closes #5542
2016-02-20 20:34:59 -06:00
04c1c7c3bd chore(typings): add es6 and jasmine typings
As of beta.6, angular2 no longer ships es6-shim or jasmine typings, so
we provide them ourselves.
2016-02-15 15:36:01 -06:00
ff24152524 fix(menu): add/remove gesture listeners per enabled menu 2016-02-15 13:23:01 -06:00
55ef5a874b fix(colors): update sass inverse color function 2016-02-14 14:43:37 -06:00
5941042a98 chore() normalize types in docs 2016-02-12 15:51:28 -05:00
8b724a3bcb chore(tests): make typescript and unit tests friends 2016-02-12 13:59:38 -06:00
7c10c4dd42 chore(): update modal tests 2016-02-10 01:56:51 -06:00
da18868636 refactor(animations): inline css animations 2016-02-09 16:23:01 -06:00
8212dee9ff Fixed a bug caused by requestAnimationFrame did not run on the correct content 2016-02-08 13:55:10 +02:00
cf759261ac docs(demos): add events API demo
references driftyco/ionic-site#397
2016-02-04 14:08:05 -05:00
4cfe210a5a fix(input): copy custom attrs from ion-input to native input 2016-02-01 21:57:29 -06:00
9101a1e873 docs(events): update doc content 2016-02-01 14:32:33 -05:00
e22ccf49d2 feat(util): add margin attributes 2016-01-27 15:36:57 -05:00
e76b55994c fix(input): checked attr can be an empty string or no value 2016-01-27 08:09:37 -06:00
42f6b1056f fix(input): update input css/tests 2016-01-27 08:09:37 -06:00
b3a7298a52 refactor(input): place inputs inside of ion-item 2016-01-27 08:09:37 -06:00
c475a6490b chore(): fix Input types 2016-01-13 23:52:17 -06:00
fdbd0f5f67 chore(): fix some Slides type errors 2016-01-12 16:59:07 -06:00
1afac16250 chore(): add types 2016-01-12 15:56:09 -06:00
141404f973 fix(events): init channels array 2016-01-12 09:51:42 -06:00
88aad3f880 refactor(decorators): remove ConfigComponent 2016-01-11 22:51:54 -06:00
201c2dde67 fix(util): fix assign polyfill 2016-01-11 11:44:28 -06:00
b79d6cc8ea refactor(util): use Object.assign polyfill 2016-01-11 11:17:58 -06:00
747c5138c5 fix(platform): types 2016-01-11 09:56:19 -06:00
57e38aaf36 chore(): fix typescript errors 2016-01-10 13:38:47 -06:00
c05d19606a chore(): fix typescript errors 2016-01-10 01:05:46 -06:00
3a88b9ff91 chore(): fix typescript errors 2016-01-10 00:32:36 -06:00
f05254ea45 feat(util): added no-padding attribute and removed text alignment classes 2016-01-05 16:29:10 -05:00
faee5fcdba fix(rAF): move rAF to web-animations polyfill
RequestAnimationFrame polyfill is required for Android 4.3 and below,
and it must be written to the window object for Angular to work
correctly. Related #794
2016-01-04 14:18:54 -06:00
10ff68ab6c docs(): labels, keyboard 2015-12-16 14:00:28 -05:00
364f9e12ae fix(keyboard): close keyboard after transition
Closes #754
2015-12-16 10:49:24 -06:00
d5e0570193 fix(toolbar): fixed default button colors for MD in a toolbar, added new function to get this inverse
closes #91
2015-12-15 16:41:33 -05:00
7c8c56ee3e fix(aria): aria label/id updates 2015-12-14 21:34:40 -06:00
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06:00
a95e626be9 fix(util): found a spot has-focus wasn't changed to input-focused
references #689
2015-12-09 16:22:23 -05:00
d8f235d09d fix color inheritance, core components should not contain colors 2015-12-04 23:23:55 -06:00
831ec87308 import mode globals in all mode components 2015-12-04 21:34:27 -06:00
5b0c174939 component theme updates 2015-12-04 14:56:57 -06:00
111da2c57d Merge branch 'master' into css-refactor 2015-12-04 12:55:13 -05:00
82e49331b1 docs(events): basic usage 2015-12-04 10:38:28 -06:00
9cbb589594 refactor(action-sheet): renamed elements to divs with classes 2015-12-03 16:37:20 -05:00