Skip to content

Releases: tylerturdenpants/ember-attacher

{{attach-tooltip}}

01 Sep 09:51
Compare
Choose a tag to compare

v0.10.4 (2017-09-01)

Full Changelog

Closed issues:

  • Adding aria-describedby attribute to target? #37
  • How to test usage of addon? #34

Merged pull requests:

Escape hatch

29 Aug 22:20
Compare
Choose a tag to compare

v0.10.3 (2017-08-29)

Full Changelog

Closed issues:

  • Regression? attacher's hide action does not hide on subsequent interaction #53
  • hideOn support for pressing the escape key #36

Merged pull requests:

hideOn clickout

28 Aug 08:19
Compare
Choose a tag to compare

v0.10.2 (2017-08-28)

Full Changelog

Closed issues:

  • Add hideOn support for clickout #39

Merged pull requests:

The Winds of Change

28 Aug 02:35
Compare
Choose a tag to compare

v0.10.1 (2017-08-28)

Full Changelog

Closed issues:

  • isShown, showOn, and hideOn do not work together #25

Merged pull requests:

  • feat(onchange hook on visibility change) #49 (kybishop)
  • fix(isShown and initial positioning + multi-hide bugs) #48 (kybishop)

Tagless and classy

27 Aug 00:12
Compare
Choose a tag to compare

The big change in this release is the switch to a tagless component. Attachments will still appear as the always did, but there is no longer a ghost element where the {{ember-attacher}} was called.

Big changes as a result of this:

  • the popperClass attribute has been changed to plain old class. Apologies for any pain this might cause.
  • id is now passed to the attachment
  • various performance wins

v0.10.0 (2017-08-27)

Full Changelog

Closed issues:

  • Bug? mouseleave event adds mousemove event when interactive is true. #42
  • use class instead of popperClass #41
  • Tests should demonstrate testing other events. #38

Merged pull requests:

  • chore(follow eslint with ember-suave) #47 (kybishop)
  • fix(focus-out events should respect interactive) #46 (kybishop)
  • feat(tagless component) popperClass is now class and id is passed to attachment #45 (kybishop)
  • fix(interactive hideOn mouseleave) only add listener once #44 (kybishop)
  • fix(tests) add waits for didInsertElement and show delay after clicking #35 (kybishop)
  • feat(warnings in tests) don't strip warnings in tests #33 (kybishop)

#Collaborate

23 Aug 23:33
Compare
Choose a tag to compare

v0.9.0 (2017-08-23)

Full Changelog

Closed issues:

  • Generic CSS selectors conflicts with other CSS libs #28

Merged pull requests:

modules

23 Aug 23:34
Compare
Choose a tag to compare

v0.8.3 (2017-08-21)

Full Changelog

Merged pull requests:

DESTRUCTION

23 Aug 23:35
Compare
Choose a tag to compare

v0.8.2 (2017-08-18)

Full Changelog

Merged pull requests:

  • fix(destruction) don't set isVisible when being destroyed #24 (kybishop)

Now you see me, now you don't

23 Aug 23:36
Compare
Choose a tag to compare

v0.8.0 (2017-08-17)

Full Changelog

Merged pull requests:

  • feat(isShown) add support for initial isShown state #23 (kybishop)

Focus

23 Aug 23:36
Compare
Choose a tag to compare

v0.7.0 (2017-08-09)

Full Changelog

Merged pull requests:

  • feat(hide on focus-out) also fix bugs with hideOnBlur #22 (kybishop)