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
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
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
f355087942
fix(slides): make slide method parameters optional
...
references #5508
2016-05-04 17:13:26 -06: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
e075ccde08
fix(checkbox): add ability to align checkboxes to the right
...
closes #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
5dddce3898
docs(localStorage): add more docs
2016-05-03 10:36:35 -04:00
62b97ce4f3
fix(app): add status bar padding to navbar when a tab subpage
...
closes #6368
2016-05-02 13:08:19 -04:00
b36feba66f
chore(): remove unused imports
2016-04-29 15:51:43 -05:00
369d78b021
fix(button): remove unnecessary ion-button-effect elements
2016-04-29 15:47:48 -05:00
4c8ee956b7
fix(loading): include cssClass in the Loading options
...
added to test as well
fixes #6365
2016-04-29 15:52:17 -04: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
e2366bbb11
docs(menu): update the docs for toggle and close
...
closes driftyco/ionic-site#393
2016-04-29 14:24:31 -04:00
35dee45219
docs(menu): split out menu and menu controller
...
expose menu input properties
references driftyco/ionic-site#393
2016-04-29 12:57:31 -04:00
3ca7d1a4ef
docs(tabs): fix ViewChild example
2016-04-29 12:56:53 -04:00
aa7c0bfb1f
docs(tabs): update to use ViewChild
2016-04-29 12:47:07 -04:00
41174f6b27
docs(spinner): make methods private to dgeni
2016-04-29 11:51:31 -04:00
feeb7bc996
test(): updates for angular 2.0.0-beta.16
2016-04-28 23:13:57 -05:00
e6a673bd32
chore(angular): update to angular 2.0.0-beta.16
2016-04-28 23:12:56 -05:00
49e1b20342
docs(config): update config with windows mode
...
rearrange mode config so it is in alphabetical order
references driftyco/ionic-site#585
2016-04-28 16:56:06 -04:00
e905bd717c
test(toast): fix unit test
2016-04-28 14:38:06 -05:00
df328361fd
chore(id): finding component by an id attr has been removed
...
BREAKING CHANGES: app.getComponent() has been removed. Please use
Angular's ViewChild annotation instead:
http://learnangular2.com/viewChild/
2016-04-28 11:29:48 -05:00
4fca31ec36
fix(segment): add disabled property to segment and segment button
...
rename Sass variables for opacity for consistency
references #5639
2016-04-27 16:09:07 -04:00
5030246c5d
test(toast): add karma test for toast
2016-04-27 14:07:38 -04:00
d7d474272d
fix(toast): add toast back to the components export
2016-04-27 13:47:05 -04:00
658b29b827
fix(button): add the solid class to bar buttons
...
updated tests to include toolbar with solid buttons and bar buttons in
karma tests.
references #6202
2016-04-27 13:11:51 -04:00
cc50814696
test(button): fix karma test to use the right classes for solid style
...
references #6202
2016-04-27 12:31:17 -04:00
bef300e9f5
test(button): update dynamic test to only use one style at a time
2016-04-27 12:24:30 -04:00