Skip to content

Latest commit

 

History

History
82 lines (35 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

82 lines (35 loc) · 2.34 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2018-09-22)

Bug Fixes

Features

  • expose mixin for button styling (6d3b076)
  • expose raised attribute for all buttons (ee29c71)

1.0.0 (2018-07-30)

Features

  • port to Polymer 2 & NodeCG 1 (aab1c87)

BREAKING CHANGES

  • This element now requires Polymer 2.

0.2.0 (2016-11-20)

Code Refactoring

  • port to NodeCG 0.8 and ES6 (501f56b)

BREAKING CHANGES

  • No longer supports NodeCG versions lower than 0.8.0

0.1.3 (2016-03-19)

Bug Fixes

  • ui: fix buttons sometimes not having a bg color when selected (339b53b)

0.1.2 (2016-03-18)

Bug Fixes

  • imports: don't import paper-styles, it uses deprecated modules and isn't used (485a8e2)

0.1.1 (2016-03-07)

Bug Fixes

  • selection: fix all selector types except cardinal-corner not actually selecting anything (2569e4f)

0.1.0 (2016-02-23)