Skip to content

v1.0.0

Compare
Choose a tag to compare
@jkusa jkusa released this 22 Nov 19:42
· 23 commits to main since this release

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