|
| 1 | +## 1.0.0 (2022-11-22) |
| 2 | + |
| 3 | +- Bump loader-utils from 1.4.0 to 1.4.1 (#382) ([f654bdc](https://github.com/jkusa/ember-cli-clipboard/commit/f654bdc)), closes [#382](https://github.com/jkusa/ember-cli-clipboard/issues/382) |
| 4 | +- build: move ember-modifer to dependencies (#381) ([87bb0cb](https://github.com/jkusa/ember-cli-clipboard/commit/87bb0cb)), closes [#381](https://github.com/jkusa/ember-cli-clipboard/issues/381) |
| 5 | +- feat: support `target` to be set dynamically (#379) ([66bf3a7](https://github.com/jkusa/ember-cli-clipboard/commit/66bf3a7)), closes [#379](https://github.com/jkusa/ember-cli-clipboard/issues/379) |
| 6 | +- feat: support direct use of the clipboard modifier ([7e3f448](https://github.com/jkusa/ember-cli-clipboard/commit/7e3f448)) |
| 7 | +- chore: make changelog with conventional-changelog-cli (#378) ([fae8d89](https://github.com/jkusa/ember-cli-clipboard/commit/fae8d89)), closes [#378](https://github.com/jkusa/ember-cli-clipboard/issues/378) |
| 8 | +- chore: make repo commitizen friendly (#371) ([0b2eede](https://github.com/jkusa/ember-cli-clipboard/commit/0b2eede)), closes [#371](https://github.com/jkusa/ember-cli-clipboard/issues/371) |
| 9 | +- chore: simplify demo component ([3169422](https://github.com/jkusa/ember-cli-clipboard/commit/3169422)) |
| 10 | +- chore: update ember-auto-import to v2 & ember-cli v4 (#370) ([8e1aa28](https://github.com/jkusa/ember-cli-clipboard/commit/8e1aa28)), closes [#370](https://github.com/jkusa/ember-cli-clipboard/issues/370) |
| 11 | + |
| 12 | +### BREAKING CHANGE |
| 13 | + |
| 14 | +- This commit contains many breaking changes: |
| 15 | + |
| 16 | + - Drops ember classic component support (glimmer only) |
| 17 | + - Drops support for `sendAction` |
| 18 | + - Requires ember-auto-import 2.x |
| 19 | + - `<CopyButton>` component arg name changes: |
| 20 | + |
| 21 | + | Old Argument Name | New Argument Name | |
| 22 | + | ------------------ | -------------------------------------- | |
| 23 | + | `@clipboardText` | `@text` | |
| 24 | + | `@clipboardTarget` | `@target` | |
| 25 | + | `@clipboardAction` | `@action` | |
| 26 | + | `@success` | `@onSuccess` | |
| 27 | + | `@error` | `@onError` | |
| 28 | + | `@title` | no longer supported, pass as attribute | |
| 29 | + | `@disabled` | no longer supported, pass as attribute | |
| 30 | + | `@aria-label` | no longer supported, pass as attribute | |
| 31 | + |
1 | 32 | ## 0.16.0 (2021-11-15) |
2 | 33 |
|
3 | 34 | - [Security] Bump elliptic from 6.5.2 to 6.5.3 (#233) ([6215398](https://github.com/jkusa/ember-cli-clipboard/commit/6215398)), closes [#233](https://github.com/jkusa/ember-cli-clipboard/issues/233) |
|
0 commit comments