New update arrived:
Full changelog:
- Core
- Color Picker - all new modular Color Picker component
- Auto Dark Theme
- Now it can be set automatically based on user system color scheme preference (where supported). To enable
autoDarkTheme: truemust be passed to app init parameters - New
app.enableAutoDarkTheme()to enable this feature manually (where supported) - New
app.disableAutoDarkTheme()to disable this feature manually
- Now it can be set automatically based on user system color scheme preference (where supported). To enable
- Panel
- Now side panels can be resizable
. Requires panel-resizableclass on panel element to enable
- Now side panels can be resizable
- Device
- New
prefersColorScheme()that returnsdarkorlightwhere supported, orundefinedwhere not supported
- New
- Cards
- Fixed issue whith “jumpy” layout when expandable card closes on iOS
- Navbar
- New
navbar:hideandnavbar:showevents when navbar hidden/shown - New
navbar:collapseandnavbar:expandevents when navbar collapsed/expanded to large title navbar
- New
- Popover
- New
closeOnEscapeparameter to allow to close it whenESCkeyboard key pressed (disabled by default) - New
backdropElparameter to pass custom backdrop element - Now it won’t be closed on backdrop click if onscreen keyboard opened (requires cordova keyboard plugin)
- Now it will be repositioned when onscreen keyboard opens and closes (requires cordova keyboard plugin)
- Reworked/tweaked positioning in MD theme
- New
- Popup
- New
closeOnEscapeparameter to allow to close it whenESCkeyboard key pressed (disabled by default) - New
backdropElparameter to pass custom backdrop element - Now it won’t be closed on backdrop click if onscreen keyboard opened (requires cordova keyboard plugin)
- New
- Actions
- New
closeOnEscapeparameter to allow to close it whenESCkeyboard key pressed (disabled by default) - New
backdropElparameter to pass custom backdrop element - Now it won’t be closed on backdrop click if onscreen keyboard opened (requires cordova keyboard plugin)
- New
- Sheet
- New
closeOnEscapeparameter to allow to close it whenESCkeyboard key pressed (disabled by default) - New
backdropElparameter to pass custom backdrop element - Now it won’t be closed on backdrop click if onscreen keyboard opened (requires cordova keyboard plugin)
- Now it can be opened from top (instead of bottom) by adding
sheet-modal-topclass to sheet modal element
- New
- Stepper
- Reworked RTL layout to be in same direction as in LTR
- Request
- Now it automatically set
Accept: 'application/json'header whendataType: 'json'parameter passed
- Now it automatically set
- Touch
- Fixed issue with not-removed touch-ripple with very fast clicks or multi-touch
- Utils
- New
utils.colorHsbToHsl(h, s, b)method to convert HSB(V) color to HSL color - New
utils.colorHslToHsb(h, s, l)method to convert HSL color to HSB(V) color
- New
- Color Picker - all new modular Color Picker component
- Phenome
- Panel
- New
resizableprop to enable resizable panel
- New
- Navbar
- New
navbar:hide/navbarHideandnavbar:show/navbarShowevents when navbar hidden/shown - New
navbar:collapse/navbarCollapseandnavbar:expand/navbarExpandevents when navbar collapsed/expanded to large title navbar
- New
- Popover
- Added
backdropprop to enable/disable backdrop - New
closeOnEscapeprop to allow to close it whenESCkeyboard key pressed (disabled by default) - New
backdropElprop to pass custom backdrop element
- Added
- Popup
- New
closeOnEscapeprop to allow to close it whenESCkeyboard key pressed (disabled by default) - New
backdropElprop to pass custom backdrop element
- New
- Actions
- Added
backdropprop to enable/disable backdrop - New
closeOnEscapeprop to allow to close it whenESCkeyboard key pressed (disabled by default) - New
backdropElprop to pass custom backdrop element
- Added
- Sheet
- New
closeOnEscapeprop to allow to close it whenESCkeyboard key pressed (disabled by default) - New
backdropElprop to pass custom backdrop element - New
positionprop, can betoporbottom(default) to define how to open Sheet - New
topprop, alias forposition="top" - New
bottomprop, alias forposition="bottom"
- New
- ListInput / Input
- Now it accepts special type
colorpickerto open color picker on focus - New prop
colorPickerParamsto specify color picker params forcolorpickertype
- Now it accepts special type
- SwipeoutButton
- New
confirmTitleprop to set confirm dialog title
- New
- Panel
- Lots of minor fixes and improvements
. Requires 

