Skip to content

BREAKING: ember-popper component now requires a target

Compare
Choose a tag to compare
@kybishop kybishop released this 20 Mar 05:37
· 73 commits to master since this release

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)