Releases: tylerturdenpants/ember-attacher
Releases · tylerturdenpants/ember-attacher
{{attach-tooltip}}
Escape hatch
hideOn clickout
The Winds of Change
Tagless and classy
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 oldclass
. Apologies for any pain this might cause. id
is now passed to the attachment- various performance wins
v0.10.0 (2017-08-27)
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
modules
v0.8.3 (2017-08-21)
Merged pull requests:
- Check whether component is not destroyed inside
next
#29 (krasnoukhov) - feat(make isShown toggleable) #27 (kybishop)
- Module syntax #26 (rwwagner90)
DESTRUCTION
v0.8.2 (2017-08-18)
Merged pull requests:
Now you see me, now you don't
v0.8.0 (2017-08-17)
Merged pull requests: