Skip to content

Releases: kybishop/ember-popper

No more decorators, no more sendAction

12 Oct 03:28
Compare
Choose a tag to compare

v0.9.2 (2018-10-12)

Full Changelog

Closed issues:

  • Deprecation warning on Ember 3.4 from use of sendAction #91
  • no popper container in test mode with application-template-wrapper disabled #90
  • Node 4 support #84

Merged pull requests:

support hidden attribute and internal refactoring

12 Oct 03:29
Compare
Choose a tag to compare

v0.9.1 (2018-07-05)

Full Changelog

Closed issues:

  • "Attempting to change value of a readonly property" on Safari 9 #87
  • misaligned if parent initially hidden #86
  • Cleanup/Refactoring #71

Merged pull requests:

BREAKING: ember-popper component now requires a target

20 Mar 05:37
Compare
Choose a tag to compare

v0.9.0 (2018-03-20)

Full Changelog

This release changes the default component to require an explicit target. This is because most consumers of ember-popper (ember-bootstrap, ember-attacher) pass in the target already. This allows us to avoid duplicate work.

A new component has been made for legacy use where you just want to target the parent: {{#ember-popper-targeting-parent}}

This release also fixes a bug that prevented ember-popper's use in ember 3.1.

Closed issues:

  • Decorators import scoped to @ember #81
  • Cannot read property 'browsers' of undefined #79

Merged pull requests:

  • ember 3.1 #80 (kybishop)
  • [BREAKING] ember-popper component now requires a target. new component, ember-popper-targeting-parent for those that need it #70 (kybishop)

v0.8.3

05 Feb 21:55
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • WARNING #75
  • '-start' & '-end' shift ? #74

Merged pull requests:

v0.8.0

03 Dec 09:38
Compare
Choose a tag to compare

v0.8.0 (2017-12-01)

Full Changelog

Merged pull requests:

  • bugfix(target): Changes the target property to avoid collisions - BREAKING #62 (pzuraq)
  • update(argument): Updates @argument and types #61 (pzuraq)

v0.6.3

09 Sep 18:00
Compare
Choose a tag to compare

v0.6.3 (2017-09-09)

Full Changelog

Merged pull requests:

Aria ready, kids?

08 Sep 18:11
Compare
Choose a tag to compare

v0.6.2 (2017-09-08)

Full Changelog

Merged pull requests:

v0.6.1

02 Sep 00:04
Compare
Choose a tag to compare

v0.6.1 (2017-09-02)

Full Changelog

Merged pull requests:

Lost & Found

26 Aug 08:23
Compare
Choose a tag to compare

v0.6.0 (2017-08-26)

Full Changelog

Merged pull requests:

  • feat(onFoundTarget) hook executed if a new target is found #32 (kybishop)

updated

26 Aug 08:23
Compare
Choose a tag to compare

v0.5.1 (2017-07-27)

Full Changelog

Merged pull requests:

  • feature(update): Adds sync update action #30 (pzuraq)