Releases: olton/metroui
Releases · olton/metroui
Metro UI - v4.5.12-rc1
Fixed older bug for dates in the calendar for any TZ
Metro UI - v4.5.9
Update for using with webpack
Metro UI - v4.5.8
Embed icon font into css as base64
Metro UI - v4.5.7
upd pathes in mif-base.less
Metro UI - v4.5.6
Minor fixes and improves, split precompiled css to metro.css and icons.css.
Metro UI - v4.5.5
Fixed loading icon font.
Metro UI - v4.5.4
Fixed build order, issue for outline button.
Metro UI - v4.5.3
v4.5.3
Metro UI - v4.5.2
Metro UI 4.5.1
4.5.1
- Donut: fixed method
setColor({...})
- Checkbox Three State: added new component with role
checkbox-three-state
- Media: added sizes
xxxl: 1600px
,xxxxl: 1800px
,xxxxxl: 2000px
- Grid: added cells
cell-xxxl-*
,cell-xxxxl-*
,cell-xxxxxl-*
,cell-*-fifth
(20%),cell-*-one-fifth
(20%),cell-*-two-fifth
(40%),cell-*-three-fifth
(60%),cell-*-four-fifth
(80%) - Table: fixed creating head from html
- Table: added placeholder for search input with
table-search-placeholder
attribute - Countdown: fixed method
reset()
- Countdown: added method
resetWith(str|obj)
- Tabs: added events
onTabOpen
,onTabClose
- Tabs: to events
onTab
,onTabOpen
,onTabClose
added second argumenttarget
. Value for it childa.href
value - Tabs: added attribute
data-update-uri="true|false"
(defaultfalse
). If true url hash will update with tab target value - Tabs: added method
openByTarget("#...")