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
DoubleSelectBox: added new component, request from Patreon patron
M4Q: fixed setting css number props order, zoom with method css()
CalendarPicker: added API method clear()
CalendarPicker: fixed API method val(), if you set argument as empty string val(""), you clear calendar picker value
M4Q Ajax: fixed method $.get for url with ?, issue #1745
List: updated for using with different tags. For example: now you can use list with div.grid role=list > div.row > div.cell structure
List: added attribute data-cls-template-tag to set class(es) for item children
List: added attribute data-default-template-tag to set wrapper element for item children, when template is not defined
List: improved work with an attribute data-cls-template-tag. Now you can set many classes separated with comma to applying to elements with linked index
Grid: fixed no-gap class, now padding cancels for .grid.no-gap .row > .cell* and .row.no-gap > .cell*
Utils: fixed function Utils.isObject(), issue #1755
Switch: To show on-off label you must set attribute data-show-on-off='true' and use attributes: data-on, data-text-on, data-off, data-text-off or i18n configs with attribute data-locale
Switch: added i18n support with props locale.switch.on, locale.switch.off
Switch: added changing on-off text in runtime with API method i18n(locale_name), issue #1761
Table: added attribute data-use-current-slice. If this attribute has a value true, click on select-all checkbox will only apply to the current (visible) data slice, issue #1778
Sidebar: added attribute data-close-outside="true|false" to close sidebar by a click outside the sidebar, issue #1777