| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-11-24 | Make JS compliant with the new ESLint rules. | Bardi Harborow | 22 | -260/+234 | |
| 2016-11-24 | Refactor ESLint configuration. | Bardi Harborow | 2 | -198/+262 | |
| 2016-11-13 | Update visual tests. | Bardi Harborow | 10 | -790/+760 | |
| 2016-10-31 | grunt | Mark Otto | 2 | -6/+10 | |
| 2016-10-31 | Responsive display utilities (#20934) | Mark Otto | 2 | -10/+6 | |
| * Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin | |||||
| 2016-10-31 | grunt | Mark Otto | 12 | -47/+88 | |
| 2016-10-31 | Making .tooltip('show') throw an error on elements with display:none (#20940) | Johann | 3 | -0/+28 | |
| 2016-10-31 | Move from $.proxy to es6 arrow functions. (#21049) | Bardi Harborow | 6 | -18/+14 | |
| 2016-10-30 | grunt | Mark Otto | 2 | -2/+2 | |
| 2016-10-30 | Fix #17964 (#17997) | Ilias | 1 | -1/+1 | |
| * Fix #17964 Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended. | |||||
| 2016-10-28 | Merge pull request #17536 from Johann-S/testPadding | Mark Otto | 1 | -0/+38 | |
| [Fix #17400] Add tests about padding restoration | |||||
| 2016-10-27 | grunt | Mark Otto | 14 | -47/+47 | |
| 2016-10-25 | Use a single class name for opened/expanded/shown state of widgets | Johann-S | 14 | -101/+101 | |
| 2016-10-24 | Merge pull request #20467 from maxbeatty/v4-dev-17754 | Mark Otto | 2 | -5/+21 | |
| add support for ol in tab plugin | |||||
| 2016-10-24 | Merge pull request #18847 from Johann-S/fix18824 | Mark Otto | 2 | -1/+24 | |
| Fix bug multiple accordions collapse | |||||
| 2016-10-19 | grunt | Mark Otto | 11 | -11/+11 | |
| 2016-10-19 | version bump to alpha 5 | Mark Otto | 22 | -42/+42 | |
| 2016-10-19 | Fix bug multiple accordions collapse | Johann-S | 2 | -1/+24 | |
| 2016-10-16 | grunt | Mark Otto | 4 | -4/+4 | |
| 2016-10-12 | v4: Fix outdated utilites classes | vsn4ik | 3 | -9/+9 | |
| 2016-10-11 | Collapse using card component | Johann-S | 4 | -58/+58 | |
| 2016-10-10 | Merge pull request #17614 from Johann-S/patchTooltip | Mark Otto | 1 | -1/+1 | |
| [Fix #17611][V4] Change destroy to dispose for tooltip in _JQueryInterface | |||||
| 2016-10-09 | grunt | Mark Otto | 2 | -2/+2 | |
| 2016-10-09 | Merge pull request #17568 from Johann-S/fixCollapseHeight | Mark Otto | 2 | -1/+16 | |
| [Fix #17555][V4] fix resetting style on closing collapse | |||||
| 2016-10-09 | grunt | Mark Otto | 4 | -6/+5 | |
| 2016-10-09 | Merge branch 'tooltip-arrow' of https://github.com/brnrdog/bootstrap into ↵ | Mark Otto | 2 | -4/+1 | |
| brnrdog-tooltip-arrow | |||||
| 2016-10-09 | grunt | Mark Otto | 22 | -1787/+1633 | |
| 2016-10-09 | Merge pull request #20555 from bardiharborow/updatedeps | Mark Otto | 5 | -1461/+1868 | |
| Update dependencies, including Babel to v6 and zeroUnits fix. | |||||
| 2016-10-09 | grunt | Mark Otto | 2 | -3/+3 | |
| 2016-10-09 | Update dependencies, including Babel to v6 and zeroUnits fix. | Bardi Harborow | 5 | -1461/+1868 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 3 | -8/+8 | |
| 2016-09-15 | replace some profanities (#20715) | VarelloThemes | 1 | -1/+1 | |
| 2016-09-07 | Merge #20563 and #20567 | J2TeaM | 2 | -6/+2 | |
| 2016-09-07 | Fix eslint (prefer-template) | J2TeaM | 1 | -2/+2 | |
| 2016-09-07 | Remove classes at one time | J2TeaM | 1 | -8/+3 | |
| 2016-09-05 | grunt | Mark Otto | 11 | -11/+11 | |
| 2016-09-05 | versions | Mark Otto | 22 | -42/+42 | |
| 2016-08-04 | add support for ol in tab plugin. fixes #17754 | Max Beatty | 2 | -5/+21 | |
| 2016-08-04 | prevent navigating to area href when modal target. fixes #18796 | Max Beatty | 2 | -1/+23 | |
| 2016-07-27 | grunt dist | Mark Otto | 11 | -11/+11 | |
| 2016-07-27 | bump versions | Mark Otto | 22 | -42/+42 | |
| 2016-06-28 | Support jQuery v3 in Bootstrap v4 (#20191) | Chris Rebert | 1 | -4/+4 | |
| * bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x | |||||
| 2016-06-28 | ScrollSpy unit test: Use single done() in a then() instead of multiple ↵ | Dave Methvin | 1 | -2/+2 | |
| done()s (#20198) Fixes test flakiness on OS X Safari and Android when using jQuery 3. Fixes #20182 more Refs #20191 | |||||
| 2016-06-27 | Scrollspy test: Allow for async .then() in jQuery 3; fixes #20182 | Dave Methvin | 1 | -2/+2 | |
| Instead of doing a new assert.async(), just do a single one for the entire test and let the .then() be async as well. Closes #20190 | |||||
| 2016-06-26 | Remove unnecessary usage of Promises in non-async ScrollSpy tests (#20180) | Chris Rebert | 1 | -28/+26 | |
| Closes #19906 [skip validator] | |||||
| 2016-06-12 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 14 | -188/+223 | |
| 2016-06-05 | Enable more rules from ESLint 2.0; refs #19999 (#20076) | Chris Rebert | 2 | -1/+10 | |
| [skip sauce] [skip validator] | |||||
| 2016-06-04 | grunt | Chris Rebert | 10 | -17/+32 | |
| [ci skip] | |||||
| 2016-06-04 | Upgrade to latest version of JSCS (v3.0.4) (#20070) | Chris Rebert | 1 | -2/+0 | |
| Fixes #20002 [skip sauce] [skip validator] | |||||
| 2016-06-04 | Update ESLint to v2.11.1 (latest stable) (#20068) | Chris Rebert | 1 | -0/+2 | |
| Fixes #19908 [skip sauce] [skip validator] | |||||
