2.0.0-beta.7
Pre-release2.0.0-beta.7 (2016-05-19)
Bug Fixes
- app: add status bar padding to navbar when a tab subpage (62b97ce), closes #6368
- app: fix status bar padding for inset modals (4d27680)
- build: fix e2e, demos, and karma tests to use new angular module setup. (4c19d15)
- button: add the solid class to bar buttons (658b29b)
- button: add transparent background for clear/outline windows buttons (da5c065)
- button: exclude solid from getting added to the button in the class (4252448)
- button: remove unnecessary ion-button-effect elements (369d78b)
- checkbox: add ability to align checkboxes to the right (e075ccd), closes #5925
- datetime: fix property dayNames (it was using dayShort) (0bd736d)
- datetime: improve parseTemplate (55ec80a)
- grid: add ion-grid element which wraps the rows/cols and adds padding (a0c0228)
- input: clear text input (bde103d)
- input: remove old clearInput code and clean up UI, added onChange calls (71cd297)
- loading: include cssClass in the Loading options (4c8ee95), closes #6365
- nav: transition toolbars on iOS (daa4ccc), closes #5692
- picker: number of dom children != number of options (#6551) (28cf16a)
- radio: add styling for radio when item-left/item-right is added (4c5dd0b)
- raf: test for undefined raf (1c16008)
- segment: add disabled property to segment and segment button (4fca31e)
- select: add min height to select text for windows since it shows border (e9c1442)
- show-hide-when: add !important to display as this should always take precedence (617b7ac), closes #6270
- slides: make slide method parameters optional (f355087)
- slides: set class using renderer instead of host (132d8e9), closes #6275
- tabs: move border to top for windows positioned bottom tabs (af2085e), closes #6526
- tabs: remove min-width from tab so 5 tabs will fit (b4647cd), closes #6056
- toast: add toast back to the components export (d7d4742)
- toggle: add styling for toggle when placed left (ab82d53)
- toolbar: add the mode to the inverse function for a toolbar (3ca3027), closes #6364
- toolbar: md mode use the color contrast for toolbar button/title (9f54f16)
- toolbar: remove color change from outline buttons in toolbar (6759074)
- toolbar: set the text color of the toolbar based on the contrast of the background (74afc18)
- toolbar: wp get title/button color from the contrast of toolbar background (62bd13b)
- virtualScroll: fixes from rc1 breaking changes (158f717)
Features
- datetime: add ion-datetime (1e331c9)
- Input: added functionality for clear input option on ion-input (d8e2849)
- modal: add inset modal feature (a658524), closes #5423
- modal: start of inset modals (a1a594d)
- picker: add ios/md/wp picker styles (aa9a667)
- picker: init picker (d5068f8)
- platform: add a readySource as ready resolved value (f68ac8a)
- platform: cordova pause/resume events (532096b)
BREAKING CHANGES
- toolbar: S: ios mode
$toolbar-ios-button-color
now has a
default value ofcolor-contrast($colors-ios, $toolbar-ios-background, ios)
which will evaluate to the primary color for light background
toolbars and white for dark background toolbars. - toolbar: S:
$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
- toolbar: S:
$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
- toolbar: S:
$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
- toggle: S: renamed Sass variables in toggle, checkbox, and
radio. Changedmedia
incomponent-mode-media-padding
(for example)
toitem-left
.
references #5925