Skip to content

Latest commit

 

History

History
356 lines (199 loc) · 17.9 KB

CHANGELOG.md

File metadata and controls

356 lines (199 loc) · 17.9 KB

Change Log

v0.10.1 (2019-06-24)

Full Changelog

Fixed bugs:

  • api._popperElement is undefined #105
  • Pass correct popper element in the registerAPI #105 #106 (urbany)

v0.10.0 (2019-06-08)

Full Changelog

Implemented enhancements:

Closed issues:

  • Support Angle Bracket Invocation #98

Merged pull requests:

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:

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:

v0.9.0 (2018-03-20)

Full Changelog

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 (2018-02-05)

Full Changelog

Closed issues:

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

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)

Full Changelog

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)

Full Changelog

Merged pull requests:

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.7.3 (2017-11-04)

Full Changelog

Closed issues:

  • Type assertion fails in IE11 #56

Merged pull requests:

  • chore(bump deps) @ember-decorators/argument bugfix #59 (kybishop)

v0.7.2 (2017-11-03)

Full Changelog

Closed issues:

  • Allow toggling of renderInPlace #57

Merged pull requests:

v0.7.1 (2017-11-01)

Full Changelog

Merged pull requests:

  • bugfix(legacy): Bumps ember-legacy-class-transform #55 (pzuraq)

v0.7.0 (2017-11-01)

Full Changelog

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)

Full Changelog

Merged pull requests:

v0.6.5 (2017-10-19)

Full Changelog

Closed issues:

  • Production build fails if sourcemaps are enabled #46
  • How to add preventOverflow #44
  • Fails for IE9/10 #42

Merged pull requests:

v0.6.4 (2017-09-16)

Full Changelog

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)

Full Changelog

Merged pull requests:

v0.6.2 (2017-09-08)

Full Changelog

Merged pull requests:

v0.6.1 (2017-09-02)

Full Changelog

Merged pull requests:

v0.6.0 (2017-08-26)

Full Changelog

Merged pull requests:

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

v0.5.1 (2017-07-27)

Full Changelog

Merged pull requests:

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

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)

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)

v0.3.2 (2017-07-08)

Full Changelog

Merged pull requests:

  • fix[babel options] don't overwrite existing options #19 (kybishop)

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)
  • popper.js to v1.10.8 and upgrade ember-cli #17 (kybishop)

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)

v0.2.0 (2017-05-23)

Full Changelog

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)

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 (2017-05-17)

Full Changelog

Closed issues:

  • Support for tagless components? #3

Merged pull requests:

  • fix(missing import warning) for popper.js sourcemap #7 (kybishop)

v0.0.3 (2017-05-02)

Full Changelog

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)

Full Changelog

Merged pull requests:

  • feature(asserts): Adds asserts and other strippable debug helpers #1 (pzuraq)

* This Change Log was automatically generated by github_changelog_generator