v0.10.1 (2019-06-24)
Fixed bugs:
- api._popperElement is undefined #105
- Pass correct popper element in the registerAPI #105 #106 (urbany)
v0.10.0 (2019-06-08)
Implemented enhancements:
- Support angle bracket invocation #101 (simonihmig)
Closed issues:
- Support Angle Bracket Invocation #98
Merged pull requests:
- Remove ember-native-dom-helpers #104 (simonihmig)
- Drop ember-in-element-polyfill #103 (simonihmig)
- Drop node 6 support #102 (simonihmig)
- Drop support for Ember <2.18 #100 (simonihmig)
- TravisCI: Remove deprecated
sudo: false
option #97 (Turbo87) - ember 3.4 #96 (kybishop)
v0.9.2 (2018-10-12)
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:
v0.9.1 (2018-07-05)
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:
- Move
babel-eslint
to dev dependencies #89 (Turbo87) - feat(api): support hidden attribute #85 (jamesarosen)
- refactor(legacy support): use unified component #83 (simonihmig)
v0.9.0 (2018-03-20)
Closed issues:
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 (2018-02-05)
Closed issues:
Merged pull requests:
- chore(deps): Update legacy shims and @argument #77 (pzuraq)
- chore(deps) add @ember-decorators/babel-transforms #76 (kybishop)
- chore(alphabetize unordered properties) #68 (kybishop)
v0.8.2 (2017-12-03)
Closed issues:
- Include a test which ensures production builds complete without error #65
- Production builds for addon and consuming apps are broken #64
Merged pull requests:
- fix(production builds) bump @ember-decorators/argument #67 (kybishop)
- chore(tests): Adds a production test scenario #66 (pzuraq)
v0.8.1 (2017-12-03)
Merged pull requests:
v0.8.0 (2017-12-01)
Merged pull requests:
- bugfix(target): Changes the target property to avoid collisions - BREAKING #62 (pzuraq)
- update(argument): Updates @argument and types #61 (pzuraq)
v0.7.3 (2017-11-04)
Closed issues:
- Type assertion fails in IE11 #56
Merged pull requests:
v0.7.2 (2017-11-03)
Closed issues:
- Allow toggling of renderInPlace #57
Merged pull requests:
v0.7.1 (2017-11-01)
Merged pull requests:
v0.7.0 (2017-11-01)
Merged pull requests:
- refactor(raf): Remove requestAnimationFrame #54 (pzuraq)
- [BREAKING] feat(api): Normalizes registerAPI #53 (pzuraq)
- bugfix(fastboot): Adds element polyfill #52 (pzuraq)
- refactor(decorators): Refactor to use ember-argument-decorators #51 (pzuraq)
v0.6.6 (2017-10-20)
Merged pull requests:
- Remove unused debug helpers #50 (simonihmig)
v0.6.5 (2017-10-19)
Closed issues:
- Production build fails if sourcemaps are enabled #46
- How to add preventOverflow #44
- Fails for IE9/10 #42
Merged pull requests:
- fix(sourcemaps) include sourcemaps in assets #48 (kybishop)
- chore(upgrade deps) ember 2.16 and more #47 (kybishop)
- Fix node 4 support #45 (simonihmig)
v0.6.4 (2017-09-16)
Merged pull requests:
- fix(renderInPlace) added missing update action to yield #43 (kybishop)
- Fix version detection for Ember beta and alpha (canary) #41 (simonihmig)
v0.6.3 (2017-09-09)
Merged pull requests:
- Check for destroyed component #40 (simonihmig)
v0.6.2 (2017-09-08)
Merged pull requests:
- Support ARIA role #39 (simonihmig)
- Add onCreate and onUpdate actions #38 (simonihmig)
- fix(flakey eventsEnabled test) #37 (kybishop)
v0.6.1 (2017-09-02)
Merged pull requests:
v0.6.0 (2017-08-26)
Merged pull requests:
v0.5.1 (2017-07-27)
Merged pull requests:
v0.5.0 (2017-07-21)
Closed issues:
- Use
class
instead ofpopperClass
#12
Merged pull requests:
v0.4.0 (2017-07-20)
Closed issues:
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)
v0.3.2 (2017-07-08)
Merged pull requests:
v0.3.1 (2017-07-08)
Merged pull requests:
- Fix broken build for consuming apps on ember-cli 2.10-2.13 when in test or prod mode #18 (kybishop)
- popper.js to v1.10.8 and upgrade ember-cli #17 (kybishop)
v0.3.0 (2017-06-22)
Closed issues:
- FastBoot support: ReferenceError: navigator is not defined #14
Merged pull requests:
v0.2.0 (2017-05-23)
Closed issues:
- META: API Discussion #6
Merged pull requests:
- chore(upgrade deps) #13 (kybishop)
- feat(flatten top-level options) placement, modifiers, eventsEnabled #11 (kybishop)
v0.1.1 (2017-05-17)
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 (2017-05-17)
Closed issues:
- Support for tagless components? #3
Merged pull requests:
v0.0.3 (2017-05-02)
Merged pull requests:
- fixups(lots of comments and a few minor changes) #5 (kybishop)
- fix(z-index issues) render poppers in the body by default #4 (kybishop)
v0.0.2 (2017-04-20)
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator