157 Commits

Author SHA1 Message Date
ea21c6ca3c chore(angular): update to angular 2.0.0-rc.1 2016-05-16 14:55:08 -05:00
a495ed1eaf docs(radio): improve API docs behind radio and link to related API docs
references #6466
2016-05-10 18:23:58 -04:00
cf5ef7d258 feat(radio-button) fix thrown error on dismiss solves #6466 2016-05-10 14:08:14 -07:00
4b36c3430d chore(angular): update to angular 2.0.0-rc.1 2016-05-05 10:45:49 -07:00
ab82d532dc fix(toggle): add styling for toggle when placed left
BREAKING CHANGES: renamed Sass variables in toggle, checkbox, and
radio. Changed `media` in `component-mode-media-padding` (for example)
to `item-left`.

references #5925
2016-05-04 17:13:26 -06:00
4c5dd0b505 fix(radio): add styling for radio when item-left/item-right is added
references #5925
2016-05-04 17:13:26 -06:00
45e37ceb29 test(e2e): update all e2e tests to use a local path to ionic
this lets type errors to show up during development

closes #6366
2016-04-29 15:34:56 -04:00
35dd0ed0b0 fix(button): add a category to buttons so they won't get the button styles
fixes #6237
2016-04-20 13:20:01 -04:00
f17f5172e3 fix(input): add 'type="button"' to button tag
Add attribute 'type="button"' to button tag. The missing attribute
caused forms with ion-toggle/ion-radio to not be submitted as a normal
form.
2016-04-11 12:59:19 -05:00
203b07809e Revert "fix(sass): remove global imports from components"
This reverts commit dad2155ecdf3f1b9864996c5a843f451ff4f0aef.
2016-04-11 13:24:58 -04:00
dad2155ecd fix(sass): remove global imports from components
globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component

fixes #5931
2016-04-11 11:59:44 -04:00
acc6321d0d chore: add ViewEncapsulation.None to components
Closes #5884
2016-04-10 20:38:04 -05:00
6f3b9bef82 style(tslint): tslint updates 2016-04-06 21:28:52 -05:00
5f2e737904 feat(sass): add support for contrast in color map for wp mode
BREAKING CHANGE:

Can now pass contrast to the colors map:

```
$colors-wp: (

  primary: (
    base: #327eff,
    contrast: yellow
  ),
  secondary: (
    base: #32db64,
    contrast: hotpink
  ),
  danger: #d91e18,
  light: #f4f4f4,
  dark: #222
) !default;
```

references #5445
2016-03-22 18:07:59 -04:00
9efa3ea3e6 feat(sass): add support for contrast color in MD mode colors map
BREAKING CHANGE:

Can now pass contrast to the colors map:

```
$colors-md: (

  primary: (
    base: #327eff,
    contrast: yellow
  ),
  secondary: (
    base: #32db64,
    contrast: hotpink
  ),
  danger: #d91e18,
  light: #f4f4f4,
  dark: #222
) !default;
```

references #5445
2016-03-22 17:53:08 -04:00
ff1a8ac6c7 feat(sass): add the ability to pass a contrast color in the colors map to iOS
this adds the functions necessary for the other modes as well

BREAKING CHANGE:

Can now pass contrast to the colors map:

```
$colors-ios: (

  primary: (
    base: #327eff,
    contrast: yellow
  ),
  secondary: (
    base: #32db64,
    contrast: hotpink
  ),
  danger: #d91e18,
  light: #f4f4f4,
  dark: #222
) !default;
```

references #5445
2016-03-22 17:14:39 -04:00
d3d689ae11 style(sass): remove all PropertySortOrder errors from linter
references #5797
2016-03-14 15:56:19 -04:00
131c8c366a refactor(alert): add extra div to use as radio mark, fix Sass
Added spaces to separate groups of css, added variables, removed unused
css

BREAKING CHANGE: added Sass variables for alert

fixes #5577
2016-03-14 12:54:12 -04:00
f7b52eeee1 chore(sass): update sass to match linter config
references #5797
2016-03-10 22:42:38 -05:00
5d9b169fa9 fix(radio): improve group/button value comparisons 2016-03-06 20:30:57 -06:00
897501650a fix(nav): create opts object when undefined/null
Closes #5737
2016-03-06 14:07:26 -06:00
e92feefc07 fix(radio): select only one radio when w/out ngModel
Closes #5659
2016-03-05 22:21:29 -06:00
a2f858bb56 fix(radio): do not use strict comparison for values
Closes #5660
2016-03-05 12:36:57 -06:00
e05f147945 feat(windows): windows UI cleanup
references #5565
2016-02-25 16:17:26 -05:00
dd206ad7d6 feat(windows): add radio component for wp mode
fixed radio and checkbox in alert, updated toolbar

references #5565
2016-02-23 15:56:59 -05:00
c883a2ae91 chore(): update Ionic imports in tests 2016-02-22 17:45:17 -06:00
22ec46403a chore(radio): add more types 2016-02-20 22:04:15 -06:00
b85d7aa269 fix(radio): use value accessor provider 2016-02-13 23:18:39 -06:00
dafa400230 docs(radio): update ng2 forms link 2016-02-13 00:32:16 -06:00
5941042a98 chore() normalize types in docs 2016-02-12 15:51:28 -05:00
5f254f285f chore(e2e): make typescript and e2e friends 2016-02-12 11:37:39 -06:00
89861e0e61 fix(radio): radio w/ falsy value not checkable
Closes #5348
2016-02-11 22:12:02 -06:00
3c5ba4d67e docs(radio): update inputs/outputs 2016-02-10 14:25:16 -05:00
4d84ea2055 docs(radioGroup): update radio-groupt-docs 2016-02-02 12:21:36 -05:00
7794c7269e docs(radio): update radio-button docs 2016-02-02 12:18:02 -05:00
9749b06aa9 fix(css): minor updates to match previous snapshots 2016-01-28 21:20:08 -06:00
334fb3c5b3 fix(radio): prevent multiple radio buttons from being checked 2016-01-27 08:09:38 -06:00
f20ae8fd3f fix(radio): allow radios to check even without values 2016-01-27 08:09:38 -06:00
f79a121bde test(radio): add e2e test for radios with no value 2016-01-27 08:09:38 -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
02626b9489 chore(): add types to Refresher 2016-01-14 21:04:20 -06:00
3a41dfeb6b chore(): more type fixes 2016-01-13 16:34:27 -06:00
2070e58e3e fix(inputs): fix form onChange/onTouch 2016-01-07 09:22:17 -06:00
4bf716528e fix(radio): fix onChange error 2016-01-06 15:27:51 -06:00
883e1b68b1 refactor(icon): rename icon to ion-icon
Closes #855
2016-01-05 22:27:07 -06:00
aaf10af81b fix(radio): fixed radio not checking when it should and changed emit events to this
references #829
2015-12-30 18:51:23 -05:00
4f23e7e84c chore(): remove dead code 2015-12-19 00:30:14 -06:00