42 Commits

Author SHA1 Message Date
74168278e4 fix(label): remove margin from item-right in a stacked or floating label
references #5319
2016-03-04 13:23:48 -05:00
65ee86f168 fix(label): change the flex for stacked and floating labels so buttons can be added
fixes #5319
2016-03-04 13:23:48 -05:00
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
02da18b311 Merge branch '2.0' into windows-mode
# Conflicts:
#	ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -05: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
f8ef960ca5 feat(windows): add input component sass
references #5565
2016-02-24 12:05:50 -05:00
c883a2ae91 chore(): update Ionic imports in tests 2016-02-22 17:45:17 -06:00
b53d70710e feat(input): default autocomplete/autocorrect=off, fix autofocus
Related: #5480
2016-02-22 15:00:54 -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
8b724a3bcb chore(tests): make typescript and unit tests friends 2016-02-12 13:59:38 -06:00
5f254f285f chore(e2e): make typescript and e2e friends 2016-02-12 11:37:39 -06:00
38595fa982 fix(input): make ion-label tappable to focus input
closes #5378
2016-02-11 21:38:34 -06:00
e2554f090f fix(input): fix stand-alone text-input item cover
Closes #5387
2016-02-11 21:15:52 -06:00
d23df4280c docs(demos): add input and textarea demos
references driftyco/ionic-site#397
2016-02-05 11:42:56 -05:00
de952e3cbb chore(): change source code console.log to console.debug 2016-02-02 16:41:35 -06:00
4cfe210a5a fix(input): copy custom attrs from ion-input to native input 2016-02-01 21:57:29 -06:00
68f78f1a6f docs(input): make private 2016-02-01 15:25:24 -05:00
c56382925f docs(input): clean up docs 2016-02-01 15:23:45 -05:00
11b8e08567 fix(input): add/remove disabled on native text input
Close #5280
2016-02-01 14:16:48 -06:00
db6f4bce31 fix(input): parent Item is optional 2016-02-01 12:13:56 -06:00
9749b06aa9 fix(css): minor updates to match previous snapshots 2016-01-28 21:20:08 -06:00
181a07024e fix(input): check has value on writeValue 2016-01-28 20:34:17 -06:00
5d4a8fea8c fix(input): fix floating label on blur w/ value 2016-01-27 12:57:49 -06:00
c1fbbb1daa test(input): add test to reproduce a floating label bug 2016-01-27 12:09:58 -05:00
6890532ab4 feat(checkbox): stand-alone checkbox components 2016-01-27 08:09:38 -06:00
ad7885f6a4 fix(input): fix floating/stacked label relocate 2016-01-27 08:09:38 -06:00
70a9eb3e38 fix(input): change next input imports 2016-01-27 08:09:38 -06:00
aea2217d73 refactor(input): break apart input source files 2016-01-27 08:09:38 -06:00
2fc975354a fix(input): clean up CSS on inputs and labels 2016-01-27 08:09:37 -06: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
ee106377fc chore(angular): upgrade to angular 2.0.0-beta.1
Biggest change was that renderer takes  and not just .
2016-01-20 11:15:01 -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
84f8e619b8 refactor(input): rename item-input dir to input 2016-01-09 23:40:14 -06:00
7ff86db352 Tons of form shit 2015-05-05 17:10:18 -05:00
14ecc7178b wip 2015-04-25 13:07:53 -05:00
db75218201 upgrade angular 2015-04-25 11:27:36 -05:00
9039297110 rename src to ionic 2015-04-25 10:59:09 -05:00