Releases: kybishop/ember-popper
Releases · kybishop/ember-popper
faster, stronger, better
v0.5.0 (2017-07-21)
Full Changelog
Closed issues:
- Use
class
instead of popperClass
#12
Merged pull requests:
- bugfix(update/id): Makes id work and less aggressively updates #29 (pzuraq)
now with tests!
v0.4.0 (2017-07-20)
Full Changelog
Closed issues:
- Legacy support (Ember <= 2.9) #20
- Testing #2
Merged pull requests:
- refactor(major): ES6 classes, legacy build support, linting, only yield actions #28 (kybishop)
- fix(renderInPlace) allow renderInplace to be false in fastboot #27 (kybishop)
- chore(tests) eventsEnabled #26 (kybishop)
- chore(tests) modifiers tests #25 (kybishop)
- chore(tests) test target param #24 (kybishop)
- feat(better fastboot compat) render in place in Fastboot #23 (kybishop)
- chore(tests) placement tests #22 (kybishop)
- feat(popperContainer) allow popperContainer to be set via selector + chore(tests) renderInPlace #21 (kybishop)
The one where you can actually use it in prod
v0.3.1 (2017-07-08)
Full Changelog
Merged pull requests:
- Fix broken build for consuming apps on ember-cli 2.10-2.13 when in test or prod mode #18 (kybishop) #sorry
- popper.js to v1.10.8 and upgrade ember-cli #17 (kybishop)
Muy rapido
v0.3.0 (2017-06-22)
Full Changelog
Closed issues:
- FastBoot support: ReferenceError: navigator is not defined #14
Merged pull requests:
- feat(fastboot) fastboot compat and popper bump to 1.10.2 #16 (kybishop)
Pancake
v0.2.0 (2017-05-23)
Full Changelog
This release includes a breaking change where options
has been flattened to eventsEnabled
, modifiers
, and placement
.
Merged pull requests:
- chore(upgrade deps) #13 (kybishop)
- feat(flatten top-level options) placement, modifiers, eventsEnabled #11 (kybishop)
v0.1.1
Full Changelog
Merged pull requests:
- fix(popper recreation) wait until the element has rerendered #9 (kybishop)
- recalculate popper class when dependent props change #8 (kybishop)
v0.1.0
Full Changelog
This release includes a dependency bump which allows ember-popper to be used in other addons without needing to be a peer dependency.
Merged pull requests:
- fix(missing import warning) for popper.js sourcemap #7 (kybishop)