Skip to content

Releases: cybertoothca/ember-cli-bootstrap3-popover

v3.10.1

19 Apr 21:29
86f735c
Compare
Choose a tag to compare

Matching Ember-Cli MAJOR.MINOR Versioning

What's Changed

Full Changelog: v3.10.0...v3.10.1

3.10.0

31 Mar 04:13
29b33c0
Compare
Choose a tag to compare

Matching Ember-Cli MAJOR.MINOR Versioning

Upgrade to [email protected]

Full Changelog: v3.9.0...v3.10.0

3.9.0

19 Apr 21:30
2e013ea
Compare
Choose a tag to compare

Matching Ember-Cli MAJOR.MINOR Versioning

Full Changelog: v3.8.0...v3.9.0

3.8.0

19 Apr 21:30
295430d
Compare
Choose a tag to compare

Matching Ember-Cli MAJOR.MINOR Versioning

Full Changelog: v3.7.0...v3.8.0

3.7.0

19 Apr 21:30
97cc9e0
Compare
Choose a tag to compare

Matching Ember-Cli MAJOR.MINOR Versioning

Full Changelog: v3.6.0...v3.7.0

3.6.0

19 Apr 21:29
6650763
Compare
Choose a tag to compare

Matching Ember-Cli MAJOR.MINOR Versioning

Full Changelog: v3.5.0...v3.6.0

3.5.0

19 Apr 21:29
bac87b6
Compare
Choose a tag to compare

Matching Ember-Cli MAJOR.MINOR Versioning

What's Changed

Full Changelog: v1.1.0...v3.5.0

1.1.0

23 Aug 16:26
Compare
Choose a tag to compare

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

1.0.3

02 Feb 00:26
Compare
Choose a tag to compare

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

1.0.2

01 Feb 18:34
Compare
Choose a tag to compare

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