Metro 4.4.2
4.4.2
Metro 4
- Button: fixed content position, issue #1648.
- Split-button: improved the layout, added subclass
no-gap
forsplit-button
. - Select: fixed minor bug for showing group name, when value sets with method
val(...)
, issue #1652 - GradientBox: refactoring.
- ImageBox: fixed work of attribute
data-repeat
. - Window: improve work with window content, now no require
content
wrapping into theblock
when definingcontent
property. - ImagePlaceholder: new component to create image placeholders.
- Button: added a button with loading state.
- Color: improved method
parse()
. - Validator: improved validating function
color
, now you can use any color string format: rgb, hex, ... - Default icons: optimized styles.
- Media players: optimized default icons.
- Activity: added two new activity
bars
,atom
. - Tabs material: fixed tabs position.
- Utils: removed functions:
hex2rgba()
,getTransformMatrix()
,computedRgbToHex()
,computedRgbToRgba()
,computedRgbToArray()
,hexColorToArray()
,hexColorToRgbA()
- i18n: added
tr-TR
turkish locale. - Third party plugins: removed support for
select2
,datatables
- AppBar: added event
onBeforeMenuOpen
,onBeforeMenuClose
, fixed firing eventsonMenuOpen
,onMenuClose
. - Timepicker: added attributes
data-cls-button
,data-cls-ok-button
,data-cls-cancel-button
to modify picker buttons style, issue #1659. - Datepicker: added attributes
data-cls-button
,data-cls-ok-button
,data-cls-cancel-button
to modify picker buttons style, issue #1659. - TreeView: fixed
ul
default position to initial, issue #1660 - Dropdown: added classes
.drop-down-left
,.drop-down-right
,.drop-up-left
,.drop-up-right
. - Position: split position into
position
,position-ext
,z-index
. - Utilities: removed function
isColor(...)
, if need, useMetro.colors.isColor()
. - Utilities: removed function
embedObject(...)
, if need, use$(...).wrap()
. - Utilities: removed function
randomColor(...)
, if need, useMetro.colors.random()
. - Utilities: updated function
isVideoUrl(...)
, addedtwitch
.