| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-14 | Update Popper.js 1.8.2 | Johann-S | 23 | -24/+23 | |
| 2017-05-14 | Add an update method to allow to update position for ↵ | Johann-S | 5 | -2/+29 | |
| Tooltip/Popover/Dropdown manually | |||||
| 2017-05-14 | Fix some css for the arrow of Popover/Tooltip + update documentation | Johann-S | 5 | -56/+54 | |
| 2017-05-14 | Better placement for Dropdown + Handle flip of Tooltip/Popover | Johann-S | 3 | -3/+15 | |
| 2017-05-14 | Remove totaly Tether from documentation + dependencies | Johann-S | 28 | -58/+92 | |
| 2017-05-14 | Remove Tether from package.json + Update Popper | Johann-S | 2 | -2/+2 | |
| 2017-05-14 | Handle dropup for Dropdown | Johann-S | 4 | -10/+31 | |
| 2017-05-14 | Fix unit tests + Update Popper to 1.6.0 | Johann-S | 8 | -97/+70 | |
| 2017-05-14 | Remove constraints option and check every options | Johann-S | 2 | -14/+12 | |
| 2017-05-14 | Begin to use Popper for Dropdown | Johann-S | 4 | -22/+97 | |
| 2017-05-14 | Fix arrow for tooltip and popover | Johann-S | 5 | -110/+73 | |
| 2017-05-14 | Add attachment classes | Johann-S | 4 | -2/+32 | |
| 2017-05-14 | Begin to add arrow to Popover and Tooltip | Johann-S | 3 | -5/+8 | |
| 2017-05-14 | Use Popper for tooltip and popover | Johann-S | 6 | -56/+27 | |
| 2017-05-09 | tooltips/popover must be hidden before their corresponding element is ↵ | Peter Blazejewicz | 2 | -0/+2 | |
| removed from the DOM | |||||
| 2017-05-07 | Merge branch 'v4-dev' into form-tweaks | Mark Otto | 7 | -9/+21 | |
| 2017-05-07 | Removed several unused scss variables (#22539) | Sebastiaan Nijland | 1 | -6/+0 | |
| 2017-05-05 | Add explicit role="main" to <main> elements (#22574) | Patrick H. Lauke | 2 | -2/+2 | |
| For compatibility in IE10/IE11 which don't otherwise "know" this element's role/don't expose it to AT | |||||
| 2017-05-05 | Add missing <main> element to documentation | Laussel Loïc | 2 | -4/+4 | |
| includes explicit `role="main"` for IE10/IE11 compatibility | |||||
| 2017-05-05 | Add shim for "new" HTML5 structural elements (#22573) | Patrick H. Lauke | 1 | -0/+4 | |
| For IE10 (and any older browsers) support , so at least the layout doesn't fall apart if author is using them. | |||||
| 2017-05-04 | Styling and accessibility clarification for navs documentation | Patrick H. Lauke | 1 | -2/+10 | |
| * Split out/expand mention that base navs lack active styles * Add accessibility notes for navigation bars vs dynamic tabbed interfaces | |||||
| 2017-05-02 | Remove log from WEBrick during js-test-cloud | Johann-S | 1 | -1/+1 | |
| 2017-05-01 | Merge branch 'v4-dev' into form-tweaks | Mark Otto | 20 | -220/+294 | |
| 2017-05-01 | Link to package.json Fixed | Peter Gerdes | 1 | -1/+1 | |
| The link to package.json in the v4 docs was linking to package.json in the v3 source. Fixed to point to the correct v4 location. A change like this will need to be made for all branches on version 4 if you want the docs to be linked correctly (github may be smart enough to follow the link to the current branch if you are on github but it was wrong from the main site). | |||||
| 2017-04-29 | Add watch-css and watch-js + a global watch command | Johann-S | 1 | -1/+3 | |
| 2017-04-29 | don't prefix docs css, it generates .map files and mucks it all up | Mark Otto | 1 | -1/+1 | |
| 2017-04-29 | watch task docs + css | Mark Otto | 1 | -1/+3 | |
| 2017-04-28 | Fix typo removeData for Tabs plugin | Joyce Babu | 1 | -1/+1 | |
| Should remove `data` not `class` on dispose | |||||
| 2017-04-27 | Documentation cleanup (inc. use of <input ... readonly> for static form ↵ | Patrick H. Lauke | 13 | -192/+189 | |
| 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-27 | Run js-test locally before js-test-cloud | Johann-S | 1 | -1/+1 | |
| 2017-04-27 | Fix build by installing grunt dependencies before js-test-cloud | Johann-S | 1 | -3/+3 | |
| 2017-04-26 | Fix Toggle buttons don't honor [disabled] or .disabled | Anna | 2 | -0/+23 | |
| 2017-04-25 | Detach accordion from card without requiring 'data-children' | Pierre Vanduynslager | 2 | -21/+71 | |
| 2017-04-22 | Redo the small custom select vars | Mark Otto | 2 | -7/+4 | |
| — Sizing shorthand comes last — Add height var and put it to use | |||||
| 2017-04-22 | Change how input and select height is computed | Mark Otto | 3 | -13/+17 | |
| — Previously we weren't including the border-width on the computed height, leading to alignment issues. — New system utilizes three variables (not ideal, but straightforward) for computing these heights. One for the vertical border, one for the line-height/font-size/padding dance, and one to add those together. — Updates CSS across forms and custom forms to use new sizing. Special note here: form validation icon sizing uses the inner variables because background-image doesn't bleed into borders unless explicit background-clip. | |||||
| 2017-04-21 | Merge branch 'form-tweaks' of https://github.com/twbs/bootstrap into form-tweaks | Mark Otto | 1 | -1/+1 | |
| 2017-04-21 | Merge branch 'v4-dev' into form-tweaks | Mark Otto | 28 | -47/+155 | |
| 2017-04-21 | build | Mark Otto | 28 | -47/+155 | |
| 2017-04-21 | Merge branch 'v4-dev' into form-tweaks | Mark Otto | 98 | -2518/+2212 | |
| 2017-04-21 | Match validation mixin focus state to normal focus state | Mark Otto | 1 | -1/+1 | |
| 2017-04-21 | Arguably more professional pictures of Rick Ross | Zach Leatherman | 1 | -3/+3 | |
| 2017-04-21 | More minor build tweaks and docs updates. | Bardi Harborow | 10 | -40/+38 | |
| 2017-04-20 | Fix for copy/paste error in iOS hack to tooltips | Patrick H. Lauke | 1 | -2/+1 | |
| (with apologies, this slipped through due to build system problems on my end) | |||||
| 2017-04-20 | Tweak iOS hack for dropdown | Patrick H. Lauke | 1 | -2/+2 | |
| Tweak to https://github.com/twbs/bootstrap/pull/22426, where the wrong selector slipped through the net (selecting all of `<body>`s grand-children rather than children) | |||||
| 2017-04-20 | Add iOS hack to tooltips | Patrick H. Lauke | 1 | -0/+16 | |
| Same hack as in https://github.com/twbs/bootstrap/pull/22426 (modulo the selector, which is wrong in that PR and will be updated in a separate PR) to get tooltips to work correctly on iOS. Dynamically adds/removes empty (`noop`) `touchstart` event handlers to all children of `<body>` in order to coax iOS into proper event delegation/bubbling | |||||
| 2017-04-20 | Build system overhaul. | Bardi Harborow | 14 | -1696/+1320 | |
| 2017-04-19 | Add Johann-S to Core team :fireworks: | Johann-S | 1 | -0/+4 | |
| 2017-04-19 | Update NuGet shield link to latest version and bower shield link to | Jesse Mandel | 1 | -2/+2 | |
| a bower search | |||||
| 2017-04-18 | Port button group accessibility callout from v3 to v4 | Patrick H. Lauke | 1 | -0/+8 | |
| 2017-04-18 | Fix running test on iOS with Saucelabs | Johann-S | 1 | -3/+3 | |
