Releases: jkusa/ember-cli-clipboard
v1.2.1
v1.2.0
What's Changed
- refactor: remove use of @ember/string by @jkusa in #411
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #387
- Bump minimist from 0.2.2 to 0.2.4 by @dependabot in #389
- Bump webpack from 5.74.0 to 5.76.0 by @dependabot in #392
- Bump markdown-it and ember-cli by @dependabot in #395
- Bump engine.io and socket.io by @dependabot in #398
- Bump socket.io-parser from 4.2.1 to 4.2.4 by @dependabot in #399
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #400
- Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #401
- Bump postcss from 8.4.18 to 8.4.31 by @dependabot in #402
- Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #404
- Bump @babel/traverse from 7.22.10 to 7.23.2 by @dependabot in #403
- Bump express from 4.18.2 to 4.19.2 by @dependabot in #408
- Bump follow-redirects from 1.15.2 to 1.15.6 by @dependabot in #407
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- support ember-modifier 3.x and 4.x by @charlesfries @oliverlj @jkusa in #391
- Bump engine.io from 6.2.0 to 6.2.1 by @dependabot in #384
- Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #383
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #385
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- feat: support
target
to be set dynamically (#379) (66bf3a7) - feat: support direct use of the
clipboard
modifier (7e3f448) - chore: update ember-auto-import to v2 & ember-cli v4 (#370) (8e1aa28)
BREAKING CHANGE
-
This commit contains many breaking changes:
- Drops ember classic component support (glimmer only)
- Drops support for
sendAction
- Requires ember-auto-import 2.x
<CopyButton>
component arg name changes:
Old Argument Name New Argument Name @clipboardText
@text
@clipboardTarget
@target
@clipboardAction
@action
@success
@onSuccess
@error
@onError
@title
no longer supported, pass as attribute @disabled
no longer supported, pass as attribute @aria-label
no longer supported, pass as attribute
Full Changelog: v0.16.0...v1.0.0
v0.16.0
What's Changed
- [Security] Bump websocket-extensions from 0.1.3 to 0.1.4 by @dependabot-preview in #211
- Bump sass from 1.26.5 to 1.26.8 by @dependabot-preview in #214
- Bump eslint-plugin-ember from 8.4.0 to 8.7.0 by @dependabot-preview in #217
- Bump ember-template-lint from 2.7.0 to 2.8.0 by @dependabot-preview in #202
- [Security] Bump elliptic from 6.5.2 to 6.5.3 by @dependabot-preview in #233
- Upgrade to ember 3.21 by @jkusa in #252
- Bump eslint-plugin-ember from 8.7.0 to 9.0.0 by @dependabot-preview in #250
- Bump ember-composable-helpers from 2.4.0 to 4.3.0 by @dependabot-preview in #248
- Update uuid and highlight.js by @jkusa in #253
- Bump eslint-plugin-ember from 9.0.0 to 9.1.1 by @dependabot-preview in #258
- Bump eslint from 7.9.0 to 7.10.0 by @dependabot-preview in #257
- Bump ember-template-lint from 2.12.1 to 2.13.0 by @dependabot-preview in #256
- Bump pretty-quick from 2.0.2 to 3.0.2 by @dependabot-preview in #255
- Bump highlight.js from 10.2.0 to 10.3.1 by @dependabot-preview in #270
- Bump sass from 1.26.11 to 1.27.0 by @dependabot-preview in #267
- Bump eslint from 7.10.0 to 7.12.0 by @dependabot-preview in #274
- Bump uuid from 8.3.0 to 8.3.1 by @dependabot-preview in #259
- Upgrade to ember 3.22 by @jkusa in #277
- Bump eslint from 7.13.0 to 7.16.0 by @dependabot-preview in #296
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #294
- Bump prettier from 2.1.2 to 2.2.1 by @dependabot-preview in #288
- [Security] Bump highlight.js from 10.3.2 to 10.4.1 by @dependabot-preview in #290
- Bump qunit-dom from 1.5.0 to 1.6.0 by @dependabot-preview in #281
- Bump ember-angle-bracket-invocation-polyfill from 2.1.0 to 3.0.0 by @dependabot-preview in #264
- Bump ember-cli-terser from 4.0.0 to 4.0.1 by @dependabot-preview in #273
- Bump ember-modifier from 1.0.5 to 2.1.1 by @dependabot-preview in #254
- Bump ember-cli-flash from 1.9.1 to 2.1.0 by @dependabot-preview in #295
- ci: migrate to github actions by @jkusa in #333
- Ember 3.25 by @jkusa in #337
- Upgrade to ember 3.28 by @jkusa in #368
- relax
@ember/render-modifiers
dependency by @miguelcobain in #367
New Contributors
- @dependabot made their first contribution in #294
- @miguelcobain made their first contribution in #367
Full Changelog: v0.15.0...v0.16.0
v0.15.0
-
Now uses ember-auto-import to import ClipboardJS library #178
-
Adds
container
argument for ClipboardJScontainer
support #180
Via the README:
container - selector string or element object of containing element. "For use in Bootstrap Modals or with any other library that changes the focus you'll want to set the focused element as the container value".
v0.14.0
-
Any HTML button attribute passed to the
copy-button
component will be "splatted" on the button element. The one exception to this is thetype
attribute due to this issue. The following legacyarguments
are 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-cli
3.15 -
Convert to native classes
-
copy-button
is nowtagless
and uses "outer-html semantics" -
Makes use of @ember/render-modifiers