| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 1 | -349/+0 | |
| 2017-05-27 | update components docs | Mark Otto | 1 | -8/+2 | |
| 2017-05-24 | Update Popper.js to 1.9.9 | Johann-S | 1 | -1/+1 | |
| 2017-05-24 | Update documentation for Tooltips/Popovers about auto placement | Johann-S | 1 | -1/+1 | |
| 2017-05-23 | Documentation display tooltips/popovers arrows with css for static examples | Johann-S | 1 | -10/+10 | |
| 2017-05-17 | fix tooltip documentation page missing classname prefix "bs-" to popover top | Laussel Loïc | 1 | -1/+1 | |
| 2017-05-17 | Update Popper.js 1.9.4 | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Update Popper.js 1.9.3 | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Change fallbackPlacement to flip by default for Tooltips/Popovers | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Add fallbackPlacement option for Tooltip and Popover | Johann-S | 1 | -0/+7 | |
| 2017-05-14 | Update Popper.js 1.9.1 + Update documentation about Dropdown placement | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Documentation - fix examples for Tooltip and Popovers (display arrow) | Johann-S | 1 | -4/+8 | |
| 2017-05-14 | Update Popper.js 1.8.2 | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Add an update method to allow to update position for ↵ | Johann-S | 1 | -0/+6 | |
| Tooltip/Popover/Dropdown manually | |||||
| 2017-05-14 | Fix some css for the arrow of Popover/Tooltip + update documentation | Johann-S | 1 | -3/+3 | |
| 2017-05-14 | Remove totaly Tether from documentation + dependencies | Johann-S | 1 | -10/+4 | |
| 2017-05-09 | tooltips/popover must be hidden before their corresponding element is ↵ | Peter Blazejewicz | 1 | -0/+1 | |
| removed from the DOM | |||||
| 2017-04-27 | Documentation cleanup (inc. use of <input ... readonly> for static form ↵ | Patrick H. Lauke | 1 | -4/+4 | |
| controls example) * Fix incorrect code indentation * Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed * Remove incorrect `<label>` and change static controls to readonly inputs * Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead | |||||
| 2017-04-07 | Documentation - Add inserted event for Tooltip and Popover | Johann-S | 1 | -0/+4 | |
| 2017-03-28 | Fix JS components console error "Error: <Component> is transitioning" | Pierre Vanduynslager | 1 | -0/+3 | |
| 2017-03-24 | Add missing v4 docs for tooltip/popover methods (#22246) | Sid | 1 | -0/+18 | |
| Add missing v4 docs for tooltip/popover methods | |||||
| 2017-01-05 | Doc updates (#21542) | Quy | 1 | -2/+2 | |
| * Change it's to its. * Fix links * Fix typos | |||||
| 2016-12-31 | Move .table-responsive from wrapper to .table | Quy | 1 | -129/+125 | |
| 2016-11-26 | Implement container option for tooltips and popovers. | andyexeter | 1 | -1/+1 | |
| 2016-10-09 | remove arrow from static html demos | Mark Otto | 1 | -4/+0 | |
| 2016-10-09 | separate out the custom html example | Mark Otto | 1 | -0/+5 | |
| 2016-10-09 | Merge branch 'v4-dev' of https://github.com/dumb/bootstrap into dumb-v4-dev | Mark Otto | 1 | -1/+9 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 1 | -4/+4 | |
| 2016-10-02 | v4: Social meta tags (#20825) | Mark Otto | 1 | -0/+1 | |
| * descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements | |||||
| 2016-09-11 | v4: Update tooltip placement docs (#20696) | Mark Otto | 1 | -1/+1 | |
| * Fixes #19796: Remove mention of tooltip auto placement * add note to migration docs | |||||
| 2016-07-21 | Tooltip Static Demo uses v3 class names | Patrick Yeo | 1 | -5/+5 | |
| 2016-05-16 | Fix issue #16941 - HTML example in tooltip docs | dumb | 1 | -1/+9 | |
| Added an example tooltip that uses HTML content, and expanded the description of the html option to clarify usage. | |||||
| 2016-04-02 | Docs: Correct arg `offsets` to `offset` in tooltips & popovers | Kay.L | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-12-26 | Add accessibility callout for tooltips | Patrick H. Lauke | 1 | -0/+6 | |
| 2015-10-23 | Rename docs-specific static tooltip/popover classes for clarity; refs #18043 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-10-16 | Fix docs for tooltips. | Peshkov, Igor | 1 | -1/+1 | |
| 2015-09-28 | Use backticks/<code> for JS snippets in docs headings; closes #17192 | Chris Rebert | 1 | -5/+5 | |
| [skip sauce] | |||||
| 2015-09-25 | Use correct default value of `constraints` in Tooltip docs; fixes #17671 | Johann-S | 1 | -1/+1 | |
| Closes #17699 | |||||
| 2015-09-16 | Fix doc for tooltips and popover method dispose | Johann-S | 1 | -2/+2 | |
| 2015-09-07 | Fix usage of “its” and “it’s” | Zearin | 1 | -1/+1 | |
| 2015-08-31 | Accept elements as the tooltip / popover content | Gleb Mazovetskiy | 1 | -1/+1 | |
| When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4. | |||||
| 2015-08-20 | Fix options link in Tooltip docs | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | tooltips.md: Fix capitalization of "Tether" more | Chris Rebert | 1 | -2/+2 | |
| 2015-08-20 | tooltips.md: Fix capitalization of "Tether" | Chris Rebert | 1 | -1/+1 | |
| 2015-08-21 | Fix tether typo | Christian Oliff | 1 | -1/+1 | |
| Fix tether typo | |||||
| 2015-08-15 | update tooltip/popover docs | Jacob Thornton | 1 | -0/+1 | |
| 2015-08-14 | Massive cleanup | Mark Otto | 1 | -1/+1 | |
| - Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color | |||||
| 2015-08-12 | fix modal | Jacob Thornton | 1 | -8/+12 | |
| 2015-08-08 | transitions and text changes | Mark Otto | 1 | -1/+3 | |
| 2015-08-05 | restore page headers, use partial and page frontmatter to organize it | Mark Otto | 1 | -0/+1 | |
