ember-cli-bootstrap3-popover

An EmberJs addon allowing you to quickly and conveniently create a Bootstrap3 Popover (http://getbootstrap.com/javascript/#popovers).

MIT License

Downloads
1.2K
Stars
1
Committers
6

Bot releases are hidden (Show)

ember-cli-bootstrap3-popover - 3.9.0 Latest Release

Published by nadnoslen over 2 years ago

Matching Ember-Cli MAJOR.MINOR Versioning

Full Changelog: https://github.com/cybertoothca/ember-cli-bootstrap3-popover/compare/v3.8.0...v3.9.0

ember-cli-bootstrap3-popover - 3.8.0

Published by nadnoslen over 2 years ago

Matching Ember-Cli MAJOR.MINOR Versioning

Full Changelog: https://github.com/cybertoothca/ember-cli-bootstrap3-popover/compare/v3.7.0...v3.8.0

ember-cli-bootstrap3-popover - 3.7.0

Published by nadnoslen over 2 years ago

Matching Ember-Cli MAJOR.MINOR Versioning

Full Changelog: https://github.com/cybertoothca/ember-cli-bootstrap3-popover/compare/v3.6.0...v3.7.0

ember-cli-bootstrap3-popover - 3.6.0

Published by nadnoslen over 2 years ago

Matching Ember-Cli MAJOR.MINOR Versioning

Full Changelog: https://github.com/cybertoothca/ember-cli-bootstrap3-popover/compare/v3.5.0...v3.6.0

ember-cli-bootstrap3-popover - 3.5.0

Published by nadnoslen over 2 years ago

Matching Ember-Cli MAJOR.MINOR Versioning

What's Changed

Full Changelog: https://github.com/cybertoothca/ember-cli-bootstrap3-popover/compare/v1.1.0...v3.5.0

ember-cli-bootstrap3-popover - v3.10.1

Published by nadnoslen over 2 years ago

Matching Ember-Cli MAJOR.MINOR Versioning

What's Changed

Full Changelog: https://github.com/cybertoothca/ember-cli-bootstrap3-popover/compare/v3.10.0...v3.10.1

ember-cli-bootstrap3-popover - 3.10.0

Published by nadnoslen over 2 years ago

Matching Ember-Cli MAJOR.MINOR Versioning

Upgrade to [email protected]

Full Changelog: https://github.com/cybertoothca/ember-cli-bootstrap3-popover/compare/v3.9.0...v3.10.0

ember-cli-bootstrap3-popover - 1.1.0

Published by nadnoslen about 7 years ago

Not the sexiest update.

  • No new add-on goodies. Need some? Raise an issue.
  • Upgrading all Ember dependencies to release version (2.14.x at the time of release)
  • Testing successfully against lts-2.4, lts-2.8, lts-2.12, default, release, beta, canary
  • Demo website upgraded theme

Check out the demo: http://ember-cli-bootstrap3-popover.cybertooth.io

ember-cli-bootstrap3-popover - 1.0.3

Published by nadnoslen over 7 years ago

Same as version 1.0.2 except we removed some logging that actually made it through our PRs.

ember-cli-bootstrap3-popover - 1.0.2

Published by nadnoslen over 7 years ago

One important bug-fix and one improvement.

Bug Fix
Popover content (or title) blocks that are active and updating (e.g. a clock ticking) were not updating because of the way the blocks were attached to the tooltip. This now works as it should. See the examples on the demonstration site; Popover With Dynamic Content and Popover With Dynamic Title. Enjoy.

Improvement
You can now supply the delayShow and delayHide properties directly to the {{twbs-popover}} component declaration. This allows you fine-grain control over the standard delay property. Previously, this was not possible without extending the twbs-popover.js component. Again, see the delay examples on the demonstration site

ember-cli-bootstrap3-popover - 1.0.1

Published by nadnoslen almost 8 years ago

Fix the loading of the addon.

ember-cli-bootstrap3-popover - 1.0.0

Published by nadnoslen almost 8 years ago

Warning: this version was actually broken when published. Use later versions...they work (#fail).

Initial release of the Bootstrap3 popover component.