0.0.19 (2019-07-16)
- bump: deps base v0.0.12 and rb-icon v0.0.17 (adac9df)
0.0.18 (2019-07-12)
- bump: dep base v0.0.11
0.0.17 (2019-07-05)
- version: add to component properties accessible via this.version (90208a8)
- bump: deps rb-base v0.0.10 and rb-icon v0.0.15 (0d6fc53)
0.0.16 (2019-05-09)
- occasional shift shock: of content (71bca10)
- new api option: onclick, just supply a function (46116f7)
- new api option text: remove kind = text and make it an api option so kind colors will apply (f86924e)
- styling: add a global font family and inherit more styles when it is a text button (7464cd6)
- type submit: support asynchronous form validation before submitting the form (99952d3)
- bump: deps rb-base v0.0.9 and rb-icon v0.0.14 (5d97043)
0.0.15 (2019-03-05)
- icon animation: add it via upgrading rb-icon to v0.0.13 (e0d25d5)
- bump: deps rb-base v0.0.8 and rb-icon v0.0.13 (dc90e37)
0.0.14 (2019-02-24)
- chrome v71.0.3+: vertical alignment issue when nested in other components (da2f85e)
- icon: from partially getting cut off in some scenarios (ef399fb)
- safari: extra space due to browser default margin (73d10af)
- new api option: icon-valign (209cbea)
- bump: deps rb-base v0.0.7 and rb-icon v0.0.12 (cb9acad)
0.0.13 (2018-12-05)
- bump: deps rb-base v0.0.6 and rb-icon v0.0.11 (2539039)
- css variables: add and expose them (2a9c733)
- hidden attribute: display style that respects the hidden attribute (b7e34c8)
- new kind: secondary (08f5b81)
- css: improve browser performance by adding css contain property (d49039a)
0.0.12 (2018-11-13)
- bump: deps rb-base v0.0.5 and rb-icon v0.0.10 (c828de4)
0.0.11 (2018-09-26)
- bump: deps rb-base v0.0.4 and rb-icon v0.0.9 (02ba91d)
- api option: change icon to icon-kind (115e6d7)
To migrate the code follow the example below:
Before:
icon="heart"
Now:
icon-kind="heart"
0.0.10 (2018-09-14)
- submit: add native browser submit support (979a32e)
- bump: deps rb-base v0.0.3 and rb-icon v0.0.8 (cfee9d6)
0.0.9 (2018-09-05)
- rb-base: bump to v0.0.2 (bca6af1)
0.0.8 (2018-08-29)
- rb-base: replace deps lit-html and skatejs with @rapid-build-ui/rb-base and make corresponding updates (ef2e709)
0.0.7 (2018-07-18)
- display: set its css host display to inline-block like default html button (3e14ba7)
0.0.6 (2018-07-11)
Release contains:
- some refactoring
- bump deps: skatejs v5.2.1 and rb-icon v0.0.5
0.0.5 (2018-07-08)
Release switches web components library Polymer 3 to SkateJS and view renderer lit-html.
0.0.4 (2018-06-22)
- bump: dep @rapid-build-ui/rb-icon to v0.0.3 (bdaa9ab)