Skip to content

Latest commit

 

History

History
368 lines (233 loc) · 21.6 KB

CHANGELOG.md

File metadata and controls

368 lines (233 loc) · 21.6 KB

Change Log

v0.13.3 (2018-04-03)

Full Changelog

Closed issues:

  • TypeError: Cannot set property arrow of [object Object] which has only a getter #123
  • Unnecessary babel-eslint dependency? #122
  • Using with overlays? #120

Merged pull requests:

v0.13.2 (2018-03-20)

Full Changelog

Closed issues:

  • TypeError: setting getter-only property "eventsEnabled" #117
  • setting arrow: true in config/environment.js throws error #114
  • "Uncaught Error: Could not find module @ember/component" when upgrading from 0.11.4 to 0.13.1 #112
  • Warning when setting 'modifiers' in app defaults (environment.js) #111
  • Option to add an offset/padding #107
  • Far too slow on initial render of pages with > 100 tooltips #100
  • Add GitHub "Star" button to example website #92
  • Expose registerAPI #86

Merged pull requests:

v0.13.1 (2018-02-13)

Full Changelog

Closed issues:

  • Block-scoped declarations (let, const, function, class) not yet supported outside strict mode #106
  • Warning in ember-cli console #105

Merged pull requests:

v0.13.0 (2017-12-04)

Full Changelog

Closed issues:

  • Jank when using isShown=true with animation="fill" #99
  • Popper briefly flickers in top left on initial show if no animation is used #95
  • Attacher-Component breaks ember-metrics #93

Merged pull requests:

  • chore(bump deps) ember 2.17, etc. #98 (kybishop)
  • fix(initial positioning flicker when not using animations) #97 (kybishop)
  • BREAKING(update popper dep) target arg is now popperTarget #96 (kybishop)

v0.12.2 (2017-11-28)

Full Changelog

Closed issues:

  • Causes my builds to fail? #87
  • hideOn and showOn broken when undefined #76

Merged pull requests:

  • fix(initial positioning) larger attachments stay in window more reliably #91 (kybishop)
  • fix(hideOn/showOn set to '' should set them to null) #89 (kybishop)
  • feat(use defaults for hideOn/showOn when passed undefined) #88 (kybishop)

v0.12.1 (2017-11-04)

Full Changelog

Closed issues:

  • Dev-mode currently borked for v0.12.0 #84

Merged pull requests:

  • chore(bump deps) ember-popper for bugfix #85 (kybishop)

v0.12.0 (2017-11-03)

Full Changelog

Closed issues:

Merged pull requests:

v0.11.4 (2017-10-18)

Full Changelog

Closed issues:

  • Feature Request - Lazy Render #74

Merged pull requests:

v0.11.3 (2017-09-22)

Full Changelog

Closed issues:

  • Cannot find module package.json #72
  • Syntax error in IE 11 on development build #71

Merged pull requests:

  • fix(filters) downgrade babel-plugin-filter-imports #73 (kybishop)
  • feat(isVisible test helper) #70 (kybishop)
  • chore(showOn tests) focus and mouseenter #69 (kybishop)

v0.11.2 (2017-09-20)

Full Changelog

Merged pull requests:

  • fix(perf) manually add run loop to RAF calls #68 (kybishop)

v0.11.1 (2017-09-16)

Full Changelog

Merged pull requests:

  • chore(bump deps) ember-popper 0.6.4, etc. #67 (kybishop)

v0.11.0 (2017-09-08)

Full Changelog

Closed issues:

  • Document attach-tooltip in the README #60
  • Bug? Multiple tooltips can open when browser loses/gains focus. #54

Merged pull requests:

v0.10.6 (2017-09-07)

Full Changelog

Merged pull requests:

v0.10.5 (2017-09-05)

Full Changelog

Closed issues:

  • Popover/tooltip doesn't reposition on sharp browser resize. #43

Merged pull requests:

  • chore(bump deps) ember-cli, ember-popper, etc. #61 (kybishop)

v0.10.4 (2017-09-01)

Full Changelog

Closed issues:

  • Adding aria-describedby attribute to target? #37
  • How to test usage of addon? #34

Merged pull requests:

v0.10.3 (2017-08-29)

Full Changelog

Closed issues:

  • Regression? attacher's hide action does not hide on subsequent interaction #53
  • hideOn support for pressing the escape key #36

Merged pull requests:

v0.10.2 (2017-08-28)

Full Changelog

Closed issues:

  • Add hideOn support for clickout #39

Merged pull requests:

v0.10.1 (2017-08-28)

Full Changelog

Closed issues:

  • isShown, showOn, and hideOn do not work together #25

Merged pull requests:

  • feat(onchange hook on visibility change) #49 (kybishop)
  • fix(isShown and initial positioning + multi-hide bugs) #48 (kybishop)

v0.10.0 (2017-08-27)

Full Changelog

Closed issues:

  • Bug? mouseleave event adds mousemove event when interactive is true. #42
  • use class instead of popperClass #41
  • Tests should demonstrate testing other events. #38

Merged pull requests:

  • chore(follow eslint with ember-suave) #47 (kybishop)
  • fix(focus-out events should respect interactive) #46 (kybishop)
  • feat(tagless component) popperClass is now class and id is passed to attachment #45 (kybishop)
  • fix(interactive hideOn mouseleave) only add listener once #44 (kybishop)
  • fix(tests) add waits for didInsertElement and show delay after clicking #35 (kybishop)
  • feat(warnings in tests) don't strip warnings in tests #33 (kybishop)

v0.9.0 (2017-08-23)

Full Changelog

v0.8.4 (2017-08-23)

Full Changelog

Closed issues:

  • Generic CSS selectors conflicts with other CSS libs #28

Merged pull requests:

v0.8.3 (2017-08-21)

Full Changelog

Merged pull requests:

v0.8.2 (2017-08-18)

Full Changelog

Merged pull requests:

  • fix(destruction) don't set isVisible when being destroyed #24 (kybishop)

v0.8.1 (2017-08-17)

Full Changelog

v0.8.0 (2017-08-17)

Full Changelog

Merged pull requests:

  • feat(isShown) add support for initial isShown state #23 (kybishop)

v0.7.0 (2017-08-09)

Full Changelog

Merged pull requests:

  • feat(hide on focus-out) also fix bugs with hideOnBlur #22 (kybishop)

v0.6.0 (2017-07-25)

Full Changelog

Merged pull requests:

  • chore(bump deps) ember popper v0.5 and more #21 (kybishop)

v0.5.1 (2017-07-08)

Full Changelog

Closed issues:

  • compatibility with babel 5 #13

Merged pull requests:

  • fix[imports] absolute path for dev-only import #20 (kybishop)
  • fix[babel options] don't overwrite existing babel options #19 (kybishop)
  • chore[bump deps] ember-popper v0.3.1 and more #18 (kybishop)

v0.5.0 (2017-06-27)

Full Changelog

Closed issues:

  • FastBoot support: ReferenceError: document is not defined #15
  • Tooltips delayed after scroll #4

Merged pull requests:

v0.4.0 (2017-05-24)

Full Changelog

v0.3.0 (2017-05-18)

Full Changelog

Closed issues:

  • Allow user-defined defaults that override the normal defaults #1

Merged pull requests:

v0.2.1 (2017-05-18)

Full Changelog

v0.2.0 (2017-05-18)

Closed issues:

  • Warning shows up when running ember s #8
  • actions in ember-attacher content dont' work if app customizes rootElement #6
  • Error: Compile Error: eq is not a helper #5
  • Installation fails when installing ember-popper with npm #2

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator