2959 Commits

Author SHA1 Message Date
81e0b74e0c style(app): fix linter errors 2016-05-18 21:27:06 -04:00
4d276806cf fix(app): fix status bar padding for inset modals 2016-05-18 21:09:27 -04:00
22abc372c7 test(app): update cordova e2e test to go through more scenarios 2016-05-18 21:09:27 -04:00
9a57629123 docs(datetime): fix typos 2016-05-18 19:42:46 -05:00
b42a2a4660 test(input): fix e2e test from failing on clear input 2016-05-18 17:59:54 -04:00
714140b6ec build(e2e): comment out tabs e2e since routing is broken 2016-05-18 17:35:12 -04:00
a52260f09a docs(datetime): update datetime description 2016-05-18 14:58:27 -05:00
a6585246af feat(modal): add inset modal feature
* feat(inset-modal): add dynamic component loading functionality for inset modal

* style(modal): moved border-radius to a variable, added an additional data binding activity in moved border-radius to a variable, added an additional data binding activity in an e2e test

* refactor(modal): refactor sass and remove some unnecessary stuff

* refactor(modal): migrate to Angular RC import syntax

Closes #5423
2016-05-18 13:11:59 -05:00
ece1ebacc8 Merge branch 'JobEngel-fix/item-gesture-typo' into 2.0 2016-05-18 10:59:03 -05:00
3449059e9f chore(merge): fix merge conflicts 2016-05-18 10:58:01 -05:00
1b02b28180 docs(keyboard): fix spelling (#6566) 2016-05-18 10:50:17 -05:00
1c160083f2 fix(raf): test for undefined raf
When in a headless environment RAF may not be defined so we need to return the polyfilled version rather than letting the undefined function be called.
2016-05-18 09:19:11 -05:00
daa4ccc30c fix(nav): transition toolbars on iOS
Closes #5692
2016-05-18 08:59:12 -05:00
ed8335da10 style(picker): update temp fix warning 2016-05-18 08:58:37 -05:00
28cf16a7cb fix(picker): number of dom children != number of options (#6551)
Under certain circustances the number of DOM children is not the same than the number of options,
this causes an exception by access to undefined during iteration.
2016-05-17 14:06:21 -05:00
47afd9477b docs(datetime): update locale month/day names 2016-05-17 08:55:14 -05:00
8b09733124 test(virtualScroll): fix virtual scroll unit test 2016-05-17 07:46:58 -05:00
55ec80a479 fix(datetime): improve parseTemplate 2016-05-16 23:34:57 -05:00
0bd736dfde fix(datetime): fix property dayNames (it was using dayShort)
clean up API docs

references #5010
2016-05-16 18:56:25 -04:00
9fbcfc7047 docs(datetime): update datetime API docs
references #5010
2016-05-16 17:59:51 -04:00
ea21c6ca3c chore(angular): update to angular 2.0.0-rc.1 2016-05-16 14:55:08 -05:00
ba2826068f docs(datetime): add docs for datetime and demos
references #5010
2016-05-16 11:51:18 -04:00
158f7175d9 fix(virtualScroll): fixes from rc1 breaking changes 2016-05-13 22:58:50 -05:00
1e331c9ca0 feat(datetime): add ion-datetime 2016-05-13 21:00:47 -05:00
af2085ed3d fix(tabs): move border to top for windows positioned bottom tabs
fixes #6526
2016-05-13 18:37:50 -04:00
77c167649f Merge branch '2.0' of github.com:driftyco/ionic into 2.0 2016-05-13 15:02:06 -05:00
a1a594d9b6 feat(modal): start of inset modals
start of inset modals
2016-05-13 15:01:57 -05:00
306289de22 style(input): fix linter errors 2016-05-13 12:38:21 -04:00
809dc477f6 docs(): fix typo (#6523) 2016-05-13 08:00:34 -05:00
71cd297751 fix(input): remove old clearInput code and clean up UI, added onChange calls
references #6514
2016-05-12 18:55:24 -04:00
619f119d9b Merge pull request #6170 from kkarich/2.0
add clearInput functionality
2016-05-12 17:37:58 -04:00
e93b3f02a7 docs(itemSliding): update docs
add document how to use close() in ItemSliding
2016-05-12 08:31:13 -04:00
27c77af7d9 fix more typos. There were more than I realised 2016-05-12 09:55:34 +02:00
ba45d2d097 fix a small typo in a function declaration 2016-05-12 09:35:02 +02:00
81cb0ff997 docs(config): update config docs to include a description for each property
also updated the demo to use quotes around the values.

references driftyco/ionic-site#585
2016-05-11 12:53:56 -04:00
c5c1498cab docs(misc): copy edits from @kgindervogel 2016-05-10 17:51:20 -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
e9c144268f fix(select): add min height to select text for windows since it shows border 2016-05-10 15:29:05 -04:00
3ca3027b51 fix(toolbar): add the mode to the inverse function for a toolbar
Use the mode instead of the sass variable to determine which color the
buttons in a toolbar should be based on the background color. Added
error messages when anything other than a color is passed and more
comments.

BREAKING CHANGES: ios mode `$toolbar-ios-button-color` now has a
default value of `color-contrast($colors-ios, $toolbar-ios-background,
ios)` which will evaluate to the primary color for light background
toolbars and white for dark background toolbars.

fixes #6364
2016-05-10 13:46:38 -04:00
90d4c1d5bc test(toolbar): fix the contact icon in the e2e test
references #6364
2016-05-10 10:34:08 -04:00
74afc18f37 fix(toolbar): set the text color of the toolbar based on the contrast of the background
BREAKING CHANGES:

`$bar-button-ios-color` has been renamed to `$toolbar-ios-button-color`
`$bar-button-ios-border-radius` has been renamed to
`$toolbar-ios-button-border-radius`

added variables for the toolbar ios title for easier styling:

```
$toolbar-ios-title-font-weight
$toolbar-ios-title-text-align
$toolbar-ios-title-text-color
```

references #6364
2016-05-10 10:34:08 -04:00
62bd13ba56 fix(toolbar): wp get title/button color from the contrast of toolbar background
BREAKING CHANGES:

`$bar-button-wp-color` was renamed to `$toolbar-wp-button-color`
`$bar-button-wp-border-radius` was renamed to
`$toolbar-wp-button-border-radius`

Added `$toolbar-wp-title-text-color` for better control of the title
color

Removed `$toolbar-wp-button-color` from the default themes

references #6364
2016-05-10 10:34:08 -04:00
d12efea18a docs(loading): small spelling fixes 2016-05-09 14:55:44 -05:00
40329314ae docs(loading): update loading docs
Reference https://github.com/driftyco/ionic-site/issues/597
2016-05-09 15:36:43 -04:00
4fa2ce7fa3 docs(navController): add docs for navOptions 2016-05-09 10:48:40 -04:00
67590745e4 fix(toolbar): remove color change from outline buttons in toolbar
add color to ripple for outline buttons in toolbar

references #6364
2016-05-05 12:49:28 -06:00
4b36c3430d chore(angular): update to angular 2.0.0-rc.1 2016-05-05 10:45:49 -07:00
9f54f160f0 fix(toolbar): md mode use the color contrast for toolbar button/title
BREAKING CHANGES:

`$toolbar-md-button-color` no longer gets passed to the function that
sets the contrast color for toolbar buttons, but it can still be used
to set the default button color.

`$bar-button-md-color` was renamed to `$toolbar-md-button-color`
`$bar-button-md-border-radius` was renamed to
`$toolbar-md-button-border-radius`

references #6364
2016-05-05 11:13:37 -06:00
132d8e977a fix(slides): set class using renderer instead of host
fixes #6275
2016-05-05 10:28:28 -06:00