This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
v1.1.1
Core
- Updates to transition code:
- The API of option
transitions
has changed - see Transitions documentation and a from 1.0 to 1.1 change list - Transitions now read existing CSS styles (so you can define some or all transition properties in CSS too)
- It is now possible to set transition duration and delay in a component theme (using component style variables)
- Added options
showTimingFunction
andhideTimingFunction
- The API of option
Components
- New component
- Drawer to create side navigation
- Harmonisation of border options:
- Button, Card and List: options
borders
andbordered
are deprecated; useborder
instead - List: option
indentedBorders
is deprecated; useindentedBorder
instead - Dialog: option
borders
is unchanged (the option refers to top and bottom border)
- Button, Card and List: options
- List Tile
- Added style variables for for titles and the front element: font size, weight and color
- Added option
navigation
to use a Material Design navigation style, as specified in navigation drawers
- Toolbar
- Added option
z
to add a shadow - Added option
fullbleed
to remove side padding - Added option
border
to set a bottom border
- Added option
- Button
- Removed
onmouseover
listener
- Removed
- Added RTL support for Card, Checkbox, Dialog, List Tile, List, Radio Button, Switch, Toolbar
Example code
- Updated Text Field form validation to match Powerform v3
- Tabs:
- Added nested Tabs example
- Added "hide all selection indicators"
Tooling
- Webpack 4 support
Other
- Various bug fixes