You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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