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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New features
kup-accordion: new kup-borderless class, which removes the borders between items.
kup-button: new kup-pulsating class, which adds a pulsating effect on toggable button with toggled state.
KupDebug: new kup-debug-active and kup-debug-inactive events fired upon debug's state change.
KupDebug: method logRender receives an additional argument breakpoint, which is a string and should be used to check elapsed time between willRender and didRender hooks to check single chunks of render code performances.
KupTheme: handles HSL colors, new variables for every color with suffix -h, -s, -l.
KupTheme: new --kup-drawer-width variable (sets the width of kup-drawer).
KupTheme: new --kup-drawer-zindex variable (sets the z-index of kup-drawer).
KupTheme: new --kup-navbar-zindex variable (sets the z-index of kup-nav-bar).
Refactoring
kup-data-table: removed a heavy querySelectorAll, replaced by saving rows refs in a private variable.
kup-data-table: resizeCallback now forces a new render only when the width has changed (old behavior: even height).