Commit Graph

4288 Commits

Author SHA1 Message Date
Brandy Carney
9fbcfc7047 docs(datetime): update datetime API docs
references #5010
2016-05-16 17:59:51 -04:00
Brandy Carney
80bd1388a9 docs(demos): remove the time period from the paris time 2016-05-16 17:58:16 -04:00
Brandy Carney
d63b8ee635 docs(demos): fix datetime demo
references #5010
2016-05-16 17:16:59 -04:00
Brandy Carney
227930f002 chore(demos): fix the template for demos with the angular update 2016-05-16 17:13:41 -04:00
Brandy Carney
8b92c6e23c chore: update README for command to update demos 2016-05-16 17:04:03 -04:00
Brandy Carney
8935a6dda1 docs(datetime): update demo for datetime
references #5010
2016-05-16 16:38:39 -04:00
Adam Bradley
ea21c6ca3c chore(angular): update to angular 2.0.0-rc.1 2016-05-16 14:55:08 -05:00
Brandy Carney
ba2826068f docs(datetime): add docs for datetime and demos
references #5010
2016-05-16 11:51:18 -04:00
Adam Bradley
158f7175d9 fix(virtualScroll): fixes from rc1 breaking changes 2016-05-13 22:58:50 -05:00
Adam Bradley
1e331c9ca0 feat(datetime): add ion-datetime 2016-05-13 21:00:47 -05:00
Brandy Carney
af2085ed3d fix(tabs): move border to top for windows positioned bottom tabs
fixes #6526
2016-05-13 18:37:50 -04:00
Dan Bucholtz
77c167649f Merge branch '2.0' of github.com:driftyco/ionic into 2.0 2016-05-13 15:02:06 -05:00
Dan Bucholtz
a1a594d9b6 feat(modal): start of inset modals
start of inset modals
2016-05-13 15:01:57 -05:00
Brandy Carney
306289de22 style(input): fix linter errors 2016-05-13 12:38:21 -04:00
Mateus Silva
809dc477f6 docs(): fix typo (#6523) 2016-05-13 08:00:34 -05:00
Brandy Carney
71cd297751 fix(input): remove old clearInput code and clean up UI, added onChange calls
references #6514
2016-05-12 18:55:24 -04:00
Brandy Carney
619f119d9b Merge pull request #6170 from kkarich/2.0
add clearInput functionality
2016-05-12 17:37:58 -04:00
Josh Thomas
4c19d15ee2 fix(build): fix e2e, demos, and karma tests to use new angular module setup. 2016-05-12 09:31:34 -05:00
Watchara S
e93b3f02a7 docs(itemSliding): update docs
add document how to use close() in ItemSliding
2016-05-12 08:31:13 -04:00
Brandy Carney
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
perry
c5c1498cab docs(misc): copy edits from @kgindervogel 2016-05-10 17:51:20 -05:00
Brandy Carney
a495ed1eaf docs(radio): improve API docs behind radio and link to related API docs
references #6466
2016-05-10 18:23:58 -04:00
Brandy Carney
b1c7985252 docs(demos): add disabled radio to the demo 2016-05-10 18:22:48 -04:00
Brandy Carney
4f90ba1c58 Merge pull request #6492 from teleaziz/fixRadio
feat(radio-button) fix thrown error on dismiss solves #6466
2016-05-10 17:26:05 -04:00
Aziz Abbas
cf5ef7d258 feat(radio-button) fix thrown error on dismiss solves #6466 2016-05-10 14:08:14 -07:00
Brandy Carney
e9c144268f fix(select): add min height to select text for windows since it shows border 2016-05-10 15:29:05 -04:00
Brandy Carney
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
Brandy Carney
90d4c1d5bc test(toolbar): fix the contact icon in the e2e test
references #6364
2016-05-10 10:34:08 -04:00
Brandy Carney
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
Brandy Carney
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
Justin Willis
d12efea18a docs(loading): small spelling fixes 2016-05-09 14:55:44 -05:00
Lucas Ricoy
40329314ae docs(loading): update loading docs
Reference https://github.com/driftyco/ionic-site/issues/597
2016-05-09 15:36:43 -04:00
Mike Hartington
4fa2ce7fa3 docs(navController): add docs for navOptions 2016-05-09 10:48:40 -04:00
perry
6331ec4b26 chore(CI): attempt to rebase around other commits made during doc/demo gen 2016-05-05 14:43:07 -05:00
perry
d50576b720 chor(CI): updating readme 2016-05-05 14:39:59 -05:00
perry
845cc743e1 chore(CI): removing test logging 2016-05-05 14:37:03 -05:00
perry
d643915bab chore(CI): refactoring CI scripts for security and performance 2016-05-05 14:31:02 -05:00
Brandy Carney
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
Adam Bradley
4b36c3430d chore(angular): update to angular 2.0.0-rc.1 2016-05-05 10:45:49 -07:00
Brandy Carney
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
Brandy Carney
132d8e977a fix(slides): set class using renderer instead of host
fixes #6275
2016-05-05 10:28:28 -06:00
Brandy Carney
f355087942 fix(slides): make slide method parameters optional
references #5508
2016-05-04 17:13:26 -06:00
Brandy Carney
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
Brandy Carney
e075ccde08 fix(checkbox): add ability to align checkboxes to the right
closes #5925
2016-05-04 17:13:26 -06:00
Brandy Carney
4c5dd0b505 fix(radio): add styling for radio when item-left/item-right is added
references #5925
2016-05-04 17:13:26 -06:00
Mike Hartington
5dddce3898 docs(localStorage): add more docs 2016-05-03 10:36:35 -04:00
Brandy Carney
62b97ce4f3 fix(app): add status bar padding to navbar when a tab subpage
closes #6368
2016-05-02 13:08:19 -04:00
perry
e9d027b967 chore(CI): disabling auto-docs temporarily 2016-04-29 16:56:41 -05:00
Adam Bradley
b36feba66f chore(): remove unused imports 2016-04-29 15:51:43 -05:00
Adam Bradley
369d78b021 fix(button): remove unnecessary ion-button-effect elements 2016-04-29 15:47:48 -05:00