Skip to content

Metro 4.3.2

Compare
Choose a tag to compare
@olton olton released this 20 Oct 14:57
· 3626 commits to master since this release

4.3.2

  • Slider: fix vertical slider marker position when slider is not visible, thx to thinkcpu, PR #1417
  • Slider: improve events
  • HotKey: extended anchor work with data-hotkey and attr href, issue #1420
  • M4Q Events: fix function.name property for IE11, issue #1425
  • Table: add methods addItem([...], redraw), addItems([...], redraw), issue #1426
  • Select: attribute data-cls-drop-list now override default class d-menu if defined
  • Lists: if list has class attribute, it resets with margin: 0; padding: 0; list-style: none inside;
  • Select: if option not has value, used option text for value
  • Table: add event onDataSaveError
  • Table: fix save view to server
  • M4Q Ajax: fix creating additional headers for request, issue #1427
  • Init: add meta tag metro4:init:mode. The value must be immediate or contentloaded, default - immediate. If value is contentloaded and meta tag metro4:init not equal false, Metro 4 will be initiate after the content was loaded.
  • Table: now you can define decimalSeparator and thousandSeparator in table head and global
  • Table: add attributes data-head (object name, define table header), data-body (object name, define table data)
  • Table: add attribute data-static. If true, search, pagination, info, rows count will be disabled and will not showing.
  • Splitter: add method size(str) for change panel sizes at runtime, add observing for attribute data-split-sizes for change panel sizes at runtime
  • Carousel: improve slide switching
  • TreeView: add trigger change for checkboxes
  • Common: fix h-auto-*