code-corps-ember icon indicating copy to clipboard operation
code-corps-ember copied to clipboard

Update ember-tooltips to the latest version πŸš€

Open greenkeeper[bot] opened this issue 7 years ago β€’ 13 comments

The devDependency ember-tooltips was updated from 2.11.1 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot :palm_tree:

greenkeeper[bot] avatar Oct 23 '18 13:10 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • ed4265d Release 3.0.1
  • 784574b Update package-lock.json
  • e4825be Merge pull request #303 from timmorey/fix-deps
  • f5c80fc promote ember-get-config to a dependency

See the full diff

greenkeeper[bot] avatar Nov 01 '18 01:11 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 4aa4f6b Release 3.0.2
  • 529311c Merge pull request #306 from sir-dunxalot/dependency-update
  • a3e51f4 Match travis env with ember-try env
  • 40ef3cf Match eslintignore with latest Ember CLI version
  • be89acf Travis updated to use yarn. Ember-try 2.8 and 2.12 removed.
  • 9c9327a Template lint passing
  • ae0940d Ember CLI environment updated
  • 6e351eb ember-cli-update merge
  • 06ce9b7 Replace npm-lock.json with yarn.lock - fixes #288

See the full diff

greenkeeper[bot] avatar Nov 05 '18 17:11 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 21 commits.

  • fae3559 Release 3.1.0
  • b6a48ae Merge pull request #322 from arthur5005/bugfix/cancel-run-later
  • c6f737d Fix issue hide/show race by cancelling the final hide callback on show
  • 3baca05 Merge pull request #320 from sir-dunxalot/mf-remove_unneccesary_runloop
  • 85f2143 Remove unnecessary runloop and promise in createTooltip()
  • 2eeae77 Merge pull request #317 from sir-dunxalot/mf-fix_flaky_popover_test
  • baaa26d Fix flaky test by mimicking mouse events
  • 70c6160 Merge pull request #313 from camerondubas/fix/hbs-comment-in-js
  • 2b6a134 Merge pull request #312 from sir-dunxalot/mf-remove_jquery_runtime_dependency
  • 00cb5b2 Merge pull request #314 from camerondubas/fix/inline-example-text
  • 6f8c9c0 Merge pull request #308 from timmorey/container
  • a934abe Merge pull request #311 from camerondubas/feature/fix-included-packages
  • 9c8d1fb Merge pull request #315 from camerondubas/fix/readme-syntax-highlighting
  • 34bec63 Add syntax highlighting for all code blocks in README
  • fe423ad Update inline tooltip example text

There are 21 commits in total.

See the full diff

greenkeeper[bot] avatar Nov 28 '18 04:11 greenkeeper[bot]

Update to this version instead πŸš€

Release Notes for 3.1.1

Bugfixes

  • Fix overzealous keydown handler that blocked further bubbling (#325)
  • Fix Tooltip.js inclusion in production builds when source maps are disabled & fix use within yarn workspaces (#328, Fixes #323, #318)
Commits

The new version differs by 9 commits.

  • 1efe8a2 Release 3.1.1
  • e385c9a Merge pull request #328 from sir-dunxalot/mf-fix_tooltip_import_in_prod
  • d10a4bd Import popper.js & tooltip.js via AMD, rather than globals
  • bde0340 Merge pull request #325 from rob-long/fix/keydown-bubbling
  • ad29118 remove comment
  • b4fff0d refactor; add test for keydown
  • 66a971c use isShown to determine state
  • 679cb18 keydown event should stop bubbling only when it successfully hides a tooltip
  • 8983cd7 Fix popper.js & tooltip.js not being included in demo site deployment

See the full diff

greenkeeper[bot] avatar Dec 18 '18 14:12 greenkeeper[bot]

Update to this version instead πŸš€

Release Notes for 3.1.2

Bugfixes

  • Allow toggling of popover w/ isShown even when mouse is still inside element, if not using mouse-based trigger event. (#335)
  • Fix onHide firing on subsequent click events after popover has been hidden (#333)
  • Fix tooltip spacing getting stuck on one side when flipping (#337, thanks @kstinson14 for investigating and finding the root cause!)
Commits

The new version differs by 12 commits.

  • b35495f Release 3.1.2
  • d2d7038 Merge pull request #342 from sir-dunxalot/mf-fix_spacing_post_side_flip
  • 3ccc32e Merge pull request #338 from sir-dunxalot/mf-fix_popover_isShown_toggling
  • acac010 Handle hideOn being null
  • e550922 Remove animation frame timer check preventing proper spacing update
  • cfc49dd Merge branch 'mf-update_upgrading_docs'
  • bee3077 Add some requested updates to the docs
  • 2145a7b Add actions tests for ember-popover
  • f026729 Allow toggling of popover with isShown even when mouse is still inside element
  • 5d4af74 Merge pull request #332 from makepanic/patch-1
  • 8152028 fix: apply included function with arguments instead of app
  • 4943c0f Add FAQs/gotcha section to UPGRADING doc for 3.x migration

See the full diff

greenkeeper[bot] avatar Feb 18 '19 17:02 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 1abb05a Release 3.2.0
  • 190c29f Merge pull request #344 from sir-dunxalot/mf-remove_deprecated_hideDelay
  • 6479c0c Merge pull request #343 from sir-dunxalot/mf-render_on_popper_element_creation
  • 71f6c4a Remove deprecated hideDelay option
  • 60c67bc Avoid rendering content into DOM until popper element created

See the full diff

greenkeeper[bot] avatar Feb 24 '19 01:02 greenkeeper[bot]

Update to this version instead πŸš€

Commits

The new version differs by 24 commits.

  • b8cef9d Release 3.3.0
  • bc1e4b4 Merge pull request #351 from sir-dunxalot/mf-build_time_test_helper_switch
  • bc2588e Build-time determination of test helper type
  • cd67cfd Merge branch 'mf-test_helper_docs'
  • 20676ce Remove side from options. Already covered in side-test
  • b6cc047 Add tests for targetSelector on assertTooltip{Content,Visible,Rendered}
  • f23839d Ensure targetSelector is applied consistently
  • 218561a Add docs on using new jQuery-free test helpers
  • 959b57e Merge pull request #349 from sir-dunxalot/mf-docs_cleanup
  • 7897608 Cleanup README and UPGRADING docs
  • b317eb1 Merge pull request #348 from loginovma/animation-duration
  • 2a28258 Merge pull request #347 from mydea/refactor-jquery-in-tests
  • 3525766 Merge branch 'master' into animation-duration
  • 3944742 Merge pull request #327 from brookjordan/feature/custom-base-class
  • 2ec79ff Make animationDuration configurable

There are 24 commits in total.

See the full diff

greenkeeper[bot] avatar May 04 '19 15:05 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar May 15 '19 01:05 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar May 20 '19 00:05 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jun 08 '19 21:06 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jul 31 '19 04:07 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Dec 18 '19 05:12 greenkeeper[bot]


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

greenkeeper[bot] avatar May 15 '20 02:05 greenkeeper[bot]