Hey guys! 4.2.0 update arrived with new Aurora desktop theme.
Blog post
Changelog
- All new Aurora theme!

- Core
- New Appbar component
- Button
- New
button-round-aurora,button-raised-aurora,button-fill-aurora,button-small-aurora,button-large-aurora,button-outline-auroramodifier classes for Aurora theme
- New
- Cards
- Now it is possible to specify custom expandable card backdrop element with
data-backrop-elattribute on card
- Now it is possible to specify custom expandable card backdrop element with
- Device
- New
device.electronproperty which istruewhen app runs in Electron environment
- New
- List Index
- New
auroraItemHeightparameter to specify item height in Aurora theme
- New
- Navbar
- New
auroraCenterTitleparameter (enabled by default) to position title at the center in Aurora theme.
- New
- Panel
- New
app.panel.toggle(side, animate)method to toggle (open or close) specified panel - New
panel.toggle(animate)method to toggle (open or close) current panel - Support for
panel-toggleclass on links to toggle panels
- New
- Picker
- New
mousewheelparameter (enabled by default) to scroll picker values with mousewheel - New
updateValuesOnMousewheelparameter (enabled by default) to updates picker and input values during mousewheel scrolling
- New
- Pull To Refresh
- Added mousewheel support with additional
data-ptr-mousewheel="true"attribute on PTR content element
- Added mousewheel support with additional
- Searchbar
- New Inline Searchbar to fit it better within other components. Can be enabled by adding
searchbar-inlineclass to searchbar
- New Inline Searchbar to fit it better within other components. Can be enabled by adding
- Stepper
- New
stepper-round-aurora,stepper-raised-aurora,stepper-fill-aurora,stepper-small-aurora,stepper-large-auroramodifier classes for Aurora theme
- New
- Toolbar
- New
toolbar-top-auroraandtoolbar-bottom-auroramodifier classes for Aurora theme
- New
- Touch
- Not it is possible to prevent active state bubbling on nested active-state elements with additional
prevent-active-state-propagationclass on nested active-state element - Improved clicks handling with Apple Pencil
- Not it is possible to prevent active state bubbling on nested active-state elements with additional
- Typography
- New half-value margin and padding classes:
margin-half,margin-left-half,margin-right-half,margin-top-half,margin-bottom-half,margin-horizontal-half,margin-vertical-half,padding-half,padding-left-half,padding-right-half,padding-top-half,padding-bottom-half,padding-horizontal-half,padding-vertical-half
- New half-value margin and padding classes:
- View / Router
- Router component’s
$themeobject now contains booleanauroraproperty which istruefor Aurora theme - New Aurora-related parameters:
auroraPageLoadDelay,auroraSwipeBack,auroraSwipeBackThreshold,auroraSwipeBackActiveArea,auroraSwipeBackAnimateShadow,auroraSwipeBackAnimateOpacity - Fixed VDOM rendering with SVG elements
- Router component’s
- Phenome
- React and Vue’s component prototype
$themeobject now contains booleanauroraproperty which istruefor Aurora theme - New Appbar component
- Button
- New Aurora related modifier props:
raisedAurora,roundAurora,largeAurora,smallAurora,fillAurora,outlineAurora
- New Aurora related modifier props:
- Icon
- New
auroraprop to specify icon for Aurora theme
- New
- Link
- New
iconAuroraprop to specify icon for Aurora theme
- New
- ListIndex
- New
auroraItemHeightprop to specify item height in Aurora theme
- New
- Navbar
- New boolean
backLinkForceprop to load and ignore previous page in history - New boolean
backLinkShowTextprop to hide or show back button text. By default disable for MD theme
- New boolean
- Page
- New
ptrMousewheelprop to make PTR work with mousewheel
- New
- Searchbar
- New
inlineboolean prop to enable inline searchbar
- New
- Stepper
- New Aurora related modifier props:
raisedAurora,roundAurora,largeAurora,smallAurora,fillAurora - New
iconAuroraprop to specify icon for Aurora theme
- New Aurora related modifier props:
- Toolbar
- New
topAuroraandbottomAuroraboolean props to set Toolbar position for Aurora theme
- New
- React and Vue’s component prototype
- Lots of minor fixed and improvements


