| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-19 | fix version number | Mark Otto | 33 | -53/+53 | |
| 2017-10-19 | new version number | Mark Otto | 33 | -53/+53 | |
| 2017-10-19 | dist | Mark Otto | 2 | -5/+8 | |
| 2017-10-19 | Make 1.9.1 the minimum jQuery version again. (#24434) | XhmikosR | 1 | -4/+8 | |
| 2017-10-15 | dist | Mark Otto | 24 | -36/+46 | |
| 2017-10-10 | Modal plugin set _isTransitioning after the trigger of hide event | Johann-S | 2 | -6/+28 | |
| 2017-10-07 | Update js/tests/README.md (#24281) | Vasilii Artemchuk | 1 | -4/+4 | |
| 2017-10-04 | Remove global jQuery in eslint because we import jQuery (#24246) | Johann-S | 2 | -3/+3 | |
| 2017-10-04 | Update modal.js | XhmikosR | 1 | -1/+4 | |
| 2017-10-04 | Unit test for modal bug fix | lucascono | 1 | -0/+13 | |
| Unit test for pull request #24240 | |||||
| 2017-10-04 | Fix modal bug | lucascono | 1 | -1/+1 | |
| Fix for issue #24117 | |||||
| 2017-10-04 | Use imported jQuery object | Johann-S | 12 | -13/+13 | |
| 2017-10-03 | Switch to lowercase `doctype`. (#24217) | XhmikosR | 11 | -11/+11 | |
| Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression. | |||||
| 2017-10-03 | Offset option for dropdown can be function (#24222) | Roman O | 1 | -4/+11 | |
| * Offset option can be function (Popper.js) * Fix...add function type for offset option * Remove constants for popper config * Optimize code. Remove foreach loop. * Refactoring. Remove getOffset method | |||||
| 2017-10-01 | js/tests/visual/tab.html: fix HTML validation errors. (#24183) | XhmikosR | 1 | -4/+4 | |
| 2017-09-30 | dist | Mark Otto | 24 | -2317/+2059 | |
| 2017-09-28 | Lint docs js too and use `strict consistently. (#24160) | XhmikosR | 1 | -3/+0 | |
| 2017-09-26 | Add eslint-plugin-compat. | XhmikosR | 1 | -0/+2 | |
| We can check for browser compatibility on lint time now. | |||||
| 2017-09-26 | Normalize all links. (#24109) | XhmikosR | 2 | -4/+4 | |
| * use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one | |||||
| 2017-09-25 | Collapse - Allow to pass jQuery object or DOM element to the parent option | Johann-S | 3 | -7/+62 | |
| 2017-09-24 | Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs ↵ | Patrick H. Lauke | 2 | -15/+19 | |
| with dropdowns) * Use `aria-selected` instead of `aria-expanded` * Change tab.js to use `aria-selected` rather than `aria-expanded` * Add `aria-orientation=vertical` to vertical tab list * Remove dynamic tabs with dropdowns * Fix non-interactive code examples * Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect) | |||||
| 2017-09-17 | fix(scrollspy): Spying on nested navs fails to activate for .nav-link's ↵ | Troy Morehouse | 2 | -0/+44 | |
| inside nav-item's (#23967) * fix(scrollspy): Handle nested navs when nav-link inside nav-item * [scrolspy] Find only child .nav-link's inside .nav-item * [scrollspyt] Add tests for nested navs with nav-link inside nav-item * fix troy-o's in test | |||||
| 2017-09-12 | dist | Mark Otto | 22 | -81/+79 | |
| 2017-09-11 | Remove not necessary condition in tooltip.js | vsn4ik | 1 | -3/+3 | |
| 2017-09-11 | Merge branch 'v4-dev' into collapse-js-with-text-truncate | Johann-S | 22 | -84/+79 | |
| 2017-09-09 | dist | Mark Otto | 22 | -84/+79 | |
| 2017-09-08 | Collapse.js preventDefault if `[data-toggle="collapse"]` is an anchor tag | Patrick Yeo | 1 | -1/+1 | |
| 2017-09-07 | Remove placement attribute from our Dropdown plugin | Johann-S | 1 | -9/+2 | |
| 2017-09-05 | dist | Mark Otto | 24 | -1805/+2030 | |
| 2017-09-03 | Merge branch 'v4-dev' into fix-jumping-modal-on-resize | Johann-S | 14 | -19/+103 | |
| 2017-09-02 | Merge branch 'v4-dev' into fix-unwanted-padding-on-modal | Johann-S | 13 | -17/+74 | |
| 2017-08-31 | Regroup our jQuery check in the same IIFE | Johann-S | 1 | -4/+4 | |
| 2017-08-31 | Create a bundled release of Bootstrap with Popper.js inside | Johann-S | 13 | -17/+74 | |
| 2017-08-29 | Fix failing test | David Bailey | 1 | -0/+2 | |
| _adjustDialog should be called when the modal is first displayed to prevent it jumping position when the viewport is resized | |||||
| 2017-08-29 | Add failing test | David Bailey | 1 | -0/+14 | |
| 2017-08-29 | Fix unit tests in PhantomJS | David Bailey | 1 | -3/+10 | |
| Use a virtual scrollbar as this is simpler than having a real one (overflow: scroll doesn't seem to work in Phantom), and disable it for the new test. One test has also been altered to prevent erroneous fails when other inline styles are added to the body (e.g. overflow). | |||||
| 2017-08-28 | Use getBoundingClientRect instead of jQuery | David Bailey | 1 | -1/+2 | |
| 2017-08-28 | Use jQuery outerWidth instead of offsetWidth | David Bailey | 1 | -1/+1 | |
| 2017-08-28 | Fix unwanted body padding when a modal opens | David Bailey | 1 | -1/+1 | |
| Prevents the test from failing | |||||
| 2017-08-28 | Add failing test | David Bailey | 1 | -0/+19 | |
| When the body does not overflow (achieved by hiding the QUnit container), it should not be given a margin. | |||||
| 2017-08-25 | Add unit test for xss in data target attribute | meeque | 1 | -0/+36 | |
| 2017-08-25 | Fix XSS in data-target | Johann-S | 2 | -1/+5 | |
| 2017-08-25 | Fix sticky margin when a modal is opened (#23669) | David Bailey | 2 | -2/+52 | |
| * Adjust margin for sticky elements on modal Previously white space was visible to the right of sticky elements due to right padding being added to the body. This fixes #23661. * Add unit tests for margin of sticky elements on modal | |||||
| 2017-08-25 | Collapse - preventDefault only on <a> elements not inside the collapsible | Johann-S | 3 | -2/+28 | |
| element | |||||
| 2017-08-24 | Fix toggle for Tooltips/Popover which was called even if the Tooltip/Popover ↵ | Johann-S | 3 | -2/+50 | |
| was disabled | |||||
| 2017-08-23 | Enable the `no-return-assign` rule. | Johann-S | 3 | -3/+5 | |
| 2017-08-23 | Tweak ESLint rules. | XhmikosR | 20 | -39/+38 | |
| 2017-08-20 | dist | Mark Otto | 22 | -77/+75 | |
| 2017-08-20 | dist | Mark Otto | 22 | -76/+79 | |
| 2017-08-18 | Update devDependencies and fix a typo in comment. (#23534) | XhmikosR | 1 | -1/+1 | |
