Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

v1.1.1

Compare
Choose a tag to compare
@ArthurClemens ArthurClemens released this 26 Jul 23:03
· 428 commits to master since this release

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 and hideTimingFunction

Components

  • New component
    • Drawer to create side navigation
  • Harmonisation of border options:
    • Button, Card and List: options borders and bordered are deprecated; use border instead
    • List: option indentedBorders is deprecated; use indentedBorder instead
    • Dialog: option borders is unchanged (the option refers to top and bottom border)
  • 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
  • Button
    • Removed onmouseover listener
  • 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