| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-15 | Replace `master` with `v3-dev` after the branch switch. (#28287) | XhmikosR | 1 | -1/+1 | |
| 2019-02-13 | Bump version to 3.4.1. | XhmikosR | 1 | -2/+2 | |
| 2019-02-13 | ES5 fixes. | XhmikosR | 1 | -8/+8 | |
| 2019-02-13 | Add sanitize for tooltips and popovers html content. | Johann-S | 1 | -4/+161 | |
| On browsers that `createHTMLDocument` isn't available just return the unsafe HTML. | |||||
| 2019-02-13 | Bump year. | XhmikosR | 1 | -1/+1 | |
| 2018-10-18 | Use https, fix broken links and unneeded redirects. | XhmikosR | 1 | -1/+1 | |
| 2018-10-08 | Bump year to 2018. | XhmikosR | 1 | -1/+1 | |
| 2018-08-13 | Fix/xss issues on data attributes (#27047) | don-spyker | 1 | -2/+2 | |
| * fix(collapse): xss CVE-2018-14040 Fixes #26625 * fix(tooltip): xss CVE-2018-14042 Fixes #26628 * fix(tooltip): XSS on data-viewport attribute Fixes #27044 * fix(affix): XSS on target config Fixes #27045 | |||||
| 2017-07-04 | bump version | Mark Otto | 1 | -2/+2 | |
| 2016-07-25 | Update version numbers in preparation for v3.3.7 release (#20357) | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] | |||||
| 2016-07-20 | Avoid using $.offset() on SVGs since it gives incorrect results in jQuery 3; ↵ | Chris Rebert | 1 | -1/+4 | |
| fixes #20280 (#20313) Refs https://github.com/jquery/jquery/issues/3137 [skip validator] | |||||
| 2016-05-29 | Clear tooltip's $element to prevent leaking memory. Fixes #17973 | Greg Sheremeta | 1 | -3/+6 | |
| Closes #19659 | |||||
| 2016-01-01 | Update copyright years to 2016 | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-11-24 | bump version | Mark Otto | 1 | -2/+2 | |
| 2015-06-16 | bump version | Mark Otto | 1 | -2/+2 | |
| 2015-05-04 | Merge pull request #16014 from redbmk/issue-16008 | Chris Rebert | 1 | -6/+32 | |
| Multiple tooltip triggers don't play well together | |||||
| 2015-04-28 | Minor lint tweaks. | XhmikosR | 1 | -3/+3 | |
| 2015-04-27 | Multiple tooltip triggers don't play well together | Braden M. Kelley | 1 | -6/+32 | |
| Fixes issue #16008 | |||||
| 2015-04-27 | Merge pull request #16152 from jarthod/tooltip-placement-viewport-fix | F A T | 1 | -6/+5 | |
| Tooltip/popover: Fix auto placement to use viewport | |||||
| 2015-04-27 | Compare tooltip right offset to viewport right offset (and not width) | Adrien | 1 | -1/+1 | |
| Closes #16142 by merging it. | |||||
| 2015-04-25 | Throw error when tooltip/popover template has multiple top-level elements | Chris Rebert | 1 | -1/+7 | |
| Closes #16219. | |||||
| 2015-04-21 | Allow viewport option to be a function | Adrien Siami | 1 | -1/+1 | |
| Closes #16151 by merging a rebased version of it that adds docs and 1 more assertion. | |||||
| 2015-04-21 | Merge pull request #16147 from Johann-S/event_inserted | Chris Rebert | 1 | -0/+1 | |
| Fixes #16124. | |||||
| 2015-04-20 | Tooltip: Destroy $tip, $arrow, $viewport to avoid memory leak | Niels Steenbeek | 1 | -0/+6 | |
| Closes #16039. | |||||
| 2015-04-08 | Add event after template inserted | Johann-S | 1 | -0/+1 | |
| 2015-03-25 | Tooltip/popover: Fix auto placement to use viewport | Adrien Jarthon | 1 | -6/+5 | |
| Currently, auto placement is using the container dimensions (if provided) or the element's parent to determine where to open the tooltip: ```javascript var $container = this.options.container ? $(this.options.container) : this.$element.parent() var containerDim = this.getPosition($container) ``` This is quite broken in fact, because the parent element could be just a small div outside the element for example, leading in a totally random placement (placing the tooltip on top even if there's no room). And the container can also be outside of the viewport. This fix simply uses the viewport instead, that's the purpose of the viewport actually, to position the tooltip. So the auto placement should use it to find where there's more room. By default this is body, which is good. | |||||
| 2015-03-16 | v3.3.2 => v3.3.4 | Chris Rebert | 1 | -2/+2 | |
| 2015-03-03 | Hiding an uninitialized tooltip/popover no longer initializes it; fixes #15874 | Chris Rebert | 1 | -1/+1 | |
| 2015-03-03 | rm semicolon for sake of fat's eccentric tastes | Chris Rebert | 1 | -1/+1 | |
| Erratum from #15496 | |||||
| 2015-02-26 | Tooltip: Avoid creating an unnecessary tooltip when `Tooltip#hide` is called | Quentin Spencer-Harper | 1 | -2/+2 | |
| Fixed performance bug where a tooltip element is created and then immediately destroyed when tooltip.hide() is called and there is no existing tooltip element Resolves #15557 by merging it. | |||||
| 2015-02-25 | [Ref #15881] Use Explicit Values rather than Chain | Kevin Kirsche | 1 | -5/+5 | |
| [Ref #15881] Use Explicit Values for javascript variables rather than chained ones. From https://github.com/twbs/bootstrap/pull/15881#discussion_r25330647 | |||||
| 2015-01-28 | Merge pull request #15496 from twbs/15484-alternative | Chris Rebert | 1 | -0/+4 | |
| Make $(document).tooltip({...}) without a `selector` throw an error | |||||
| 2015-01-27 | Fix name of Tooltip.replaceArrow() parameter | Chris Rebert | 1 | -3/+3 | |
| isHorizontal => isVertical | |||||
| 2015-01-19 | bump versions | Mark Otto | 1 | -2/+2 | |
| 2015-01-16 | Fix bogus JSCS warning. | XhmikosR | 1 | -3/+3 | |
| 2015-01-05 | window.Document doesn't exist in IE8 | Chris Rebert | 1 | -1/+1 | |
| 2015-01-05 | Make $(document).tooltip({...}) without a `selector` throw an error | Chris Rebert | 1 | -0/+4 | |
| Closes #15484 | |||||
| 2015-01-01 | Happy New Year :santa: | Zlatan Vasović | 1 | -1/+1 | |
| 2014-12-29 | Revert "Allow multiple delegated tooltip selectors on a node" | Chris Rebert | 1 | -10/+4 | |
| This reverts commit 1b3237629a316af41945e20837cf3a332798b264. This reverts PR #14189 because it caused major regressions. Fixes #15168. We'll try to revisit #14167's feature request in Bootstrap v4. [skip validator] | |||||
| 2014-11-12 | bump version to v3.3.1v3.3.1 | Mark Otto | 1 | -2/+2 | |
| 2014-10-29 | version bump | Mark Otto | 1 | -2/+2 | |
| 2014-10-26 | Fix tooltip occasionally not hiding when using a hide delay | Phil Hughes | 1 | -0/+3 | |
| Fixes #14375. Closes #14519 by merging it. | |||||
| 2014-10-26 | Allow multiple delegated tooltip selectors on a node | Andrew S. Brown | 1 | -4/+10 | |
| Fixes #14167. Closes #14189 by merging it. | |||||
| 2014-10-22 | Follow-up to e2cfbd5: Fix spaces in placement calculation | Heinrich Fenkart | 1 | -4/+4 | |
| 2014-10-22 | Fixes tooltip misplacements in scrollable viewports with auto positioning | saranya.r | 1 | -4/+4 | |
| Fixes #14756. Closes #14767. | |||||
| 2014-09-24 | tooltip.js: fix alignment | Chris Rebert | 1 | -1/+1 | |
| 2014-09-24 | Use container instead of parent for tooltip/popover auto-placement calcs | Chris Rebert | 1 | -6/+6 | |
| Fixes #14561. Big thanks to @wickstargazer. [skip validator] | |||||
| 2014-09-25 | Tooltip: Rely on `getBoundingClientRect` for `width` and `height` | Heinrich Fenkart | 1 | -5/+1 | |
| Fixes #14553. | |||||
| 2014-09-17 | Fix tooltip misplacement with "auto top" | saranya.r | 1 | -1/+1 | |
| Fixes #14322. Closes #14581. | |||||
| 2014-09-13 | Remove unused Tooltip#validate method | Heinrich Fenkart | 1 | -8/+0 | |
