Skip to content

Commit 09ec5ea

Browse files
committed
1.0.0
1 parent f654bdc commit 09ec5ea

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
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+
132
## 0.16.0 (2021-11-15)
233

334
- [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)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-clipboard",
3-
"version": "0.16.0",
3+
"version": "1.0.0",
44
"description": "Clipboard.js button component",
55
"scripts": {
66
"build": "ember build --environment=production",

0 commit comments

Comments
 (0)