v0.14.0
-
Any HTML button attribute passed to the
copy-buttoncomponent will be "splatted" on the button element. The one exception to this is thetypeattribute due to this issue. The following legacyargumentsare still supported:@title- string value of the button's title attribute@disabled- boolean value of the button's disabled attribute@aria-label- string value of the button's aria-label attribute
-
Upgrade to
ember-cli3.15 -
Convert to native classes
-
copy-buttonis nowtaglessand uses "outer-html semantics" -
Makes use of @ember/render-modifiers