Skip to content

Metro 4.3.10

Compare
Choose a tag to compare
@olton olton released this 12 Jul 17:36
· 3287 commits to master since this release

4.3.10

  • Input: add API method setAutocompleteList(array|string), issue #1576
  • Scrollbars: add styles with classes .scrollbar-type-1, .scrollbar-type-2, .scrollbar-type-3, .scrollbar-type-4
  • NavView: fix pane close on mobile devices when inputs, inside a pane, receive a focus, issue #1580
  • NavView: add now caption for navview-menu for compacted mode dsplayed on the left of icon when user hovering item
  • Grid: fix offset-*-0 are missing in the grid system, issue #1583
  • Grid: add gaps with classes gap-*, where * is one of 0, 8, 16, 24, 32, 40 in pixels
  • NavView: fix scrolling menu in compact mode, issue #1579
  • NavView: add API method toggleMode() to toggle between expanded and compacted modes, issue #1538
  • Select: for API method data(newOptions, selected, delimiter) added second argument. Must be a string or array, if selected is a string, you can use delimiter argument to split string into array, issue #1497