Releases: olton/Metro-UI-CSS
Releases · olton/Metro-UI-CSS
Metro 4.2.45
4.2.45
- Calendar picker: fix initial value for i18n
- Typography: set
line-height: 1.5
forp
- Examples: fix desktop demo
- Examples: fix start screen demo
- Notify system: fix minor bug for creating notify after setup
4.3.0-beta1
- update
m4q
- fixes for
m4q
- add docs for
m4q
Metro 4.2.44
4.3.0-alpha3
fix use strict
4.3.0-alpha2
- upd
m4q
4.3.0-alpha
4.3.0
- jQuery: remove dependency
- Keypad: rename property
data-length
todata-key-length
- Slider: fix show/hide hint
- Typo: fix
margin-top
for lists inside a lists, ex:ul > ul
- NavView: rename attribute
data-expanded
todata-expand
, fix for using withm4q
Metro 4.2.43
4.2.43
- Inputs: add class
.input-small
for using withinput
,select
,spinner
,tag-input
,keypad
,file
, issue #1245 - Events: upd docs for subscribing events with
$.on
andaddEventListener()
- Panel: new method
customButtons()
for add custom buttons at runtime - Table: add
margin-top: 1rem
for class.table
- Lists: add
margin-top: 1rem
forul
,ol
,dl
- Hotkey: full refactoring
- Datepicker: add attribute
data-input-format
- Datepicker: fix hours timezone offset
- Datepicker: now you can use attribute
value
to setup component date - Pickers: change default scroll speed factor to
4
- Window: fix methods
setContent
,setTitle
,setIcon
,changePlace
- Utils: rename method
isJQueryObject
toisJQuery
- Utils: add methods
isM4Q
,isQ
. MethodisQ
return one ofisJQuery
orisM4Q
- Streamer: fix scrolling with
apple magic mouse
andfirefox
- Streamer: fix scroll position for
events-area
when source changed - TreeView: fix confused calls
expandNode
andcollapseNode
events - Dialog: add attribute
data-actions
for predefined dialog - DatePicker: fix scroll event handler
- TimePicker: fix scroll event handler
- Tabs material: add event
data-on-tabs-scroll
- ScrollEvents: plugin for
scrollStart
,scrollStop
events was removed - Mousewheel: plugin was removed
Metro 4.2.42
4.2.42
- General: improved components initialization
- Hotkeys: now you can add or change
hotkey
at runtime - Select: fix cyclic error when
Uncaught ReferenceError: function is not defined
foronchange
event - Card: add class
flex-card
to create card in flex model - ListView: fix works methods with jQuery object and\or HTMLElement
- Streamer: add event
data-on-events-scroll
- Streamer: fix method
source
- Streamer: rename method
data
todataSet
- TreeView: fix methods for add nodes, issue #1150
Metro 4.2.41
4.2.41
- List: add event
data-on-data-load-error
- List: add item template with property
template
- Table: add item template with property
template
and value wrapperthis.cellValue
- Pagination: add function
Metro.pagination
- Templates: now you can change
begin
andend
template symbols with third argument{beginToken, endToken}
- Html container: add attributes
data-method
,data-request-data
- Html container: change name of events to
data-on-html-load
,data-on-html-load-fail
,data-on-html-load-done
- Typography: change
line-height
forp
,.text-leader
,.text-leader2
to1.2
- Charm: add event
data-on-toggle
. - Chat: fix error for time manipulation, issue #1355
- Master: add events
data-on-next-page
,data-on-prev-page
- Events extensions: Now you can subscribe to all table events with
$.on()
oraddEventListener()
- Wizard: add events
data-on-next-page
,data-on-prev-page
,data-on-first-page
,data-on-last-page
,data-on-finish-page
- Global setup: add using global object
metro{ComponentName}Setup
to set up all components on the page with own global options set. - Resizable: fix toggle
canResize
property - Calendar picker: fix width for calendar wide
- Slider: change events to
startAll
,moveAll
,stopAll
- Streamer: add events
data-on-data-load
,data-on-data-loaded
,data-on-data-load-error
- Streamer: fix methods
changeSource
,changeData
- Streamer: add property
row
for event - Streamer: add property
html
for event with custom html
Metro 4.2.40
4.2.40
- Chat: new component
- Boxes: add new boxes
skill-box
,social-box
,more-info-box
- NavView: add behavior for show submenu on left from main menu for compacted mode
- Cards: add default background color
white
- Cards: fix flex model for image header
- Colors: change
op-*
alpha value from0.7
to0.1
- Dropdown: if element has class
open
, it will be open after initialization - Show metro4 about in console: added meta parameter
metro4:about
. Thanks to Ken Kitay - Metro4 Events: added constants
Metro.events.startAll
,Metro.events.stopAll
,Metro.events.moveAll
. Constants contains both mouse and touch. - Clock: upd component, PR #1341, Thanks to Ken Kitay
- Sidenav simple: optimize css
- Sidenav counter: optimize css
- File: call trigger
change
when user drop files into drop area - Form: Add default styling for
input[type=submit]
,input[type=reset]
,input[type=button]
. - Rating: add half value for static with attribute
data-half="true"
- Headlines: add
margin-top
todisplay*
,h1-h5
and.h1-.h5
- Panel: add
text-ellipsis
tocaption
- Table: add methods:
updateItem(key, field, value)
,getIndex()
,rebuildIndex()
,getItem(key)
- Table: store item data in row. Now you can use
tr.data('original')
to get table row original data - Table: store cell data in cell. Now you can use
td.data('original')
to get cell original data - Table: fix incorrect work service radio buttons
- Select: remove
margin-bottom
- Blockquote: rename class
place-right
toright-side
for right side quote - Lists: fix list style position for ordered list
- Dropdown: add service class
stay-open
. When an element has this class, an element can't be closed when the user clicks on the document. - Collapse: change default animation duration to
100ms
- Tiles: set cover default position to
center center
- Tiles: add attribute for image slide
data-cover-position
- Timepicker: set default value for
data-scroll-speed
to1
- Datepicker: set default value for
data-scroll-speed
to1
- Countdown: change behavior when browser tab lost focus or invisible
- Countdown: fix zoom effect
- Countdown: fix minor bug when first tick (not critical)
- Dialog: change padding for dialog title to
12px 24px
- Dialog: add predefined accent classes
primary
,alert
,info
,warning
, ... - InfoBox: add predefined accent classes
primary
,alert
,info
,warning
, ... - Elements colors: optimize less for using
each
function - Additional colors: optimize less for using
each
function - Element: add class
.accent-block
for using with accent colors classesprimary
,alert
,info
,warning
, ... - Dialog: add close button to top left corner with attribute
data-close-button
- Video: fix show/hide controls when mouse enter leave
- Video: fix show controls in full screen mode with attribute
data-full-screen-mode="desktop"
- Draggable: fix minor bug for draggable windows
- Sidenav M3: fix item height with text overflow
- Sidenav M3: remove floating for
d-menu
- Dropdown: add attribute
data-drop-filter
. Filtering elements on closing. - Select: Opening a select now closes only other selects.
- Accordion: add drop marker. Marker can disabled with attribute
data-show-marker="false"
- Accordion: fix frames open on accordion init