| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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] | |||||
| 2016-06-04 | Upgrade ESLint to v2.9.0 (#20047) | Chris Rebert | 1 | -1/+3 | |
| Refs #19908 [skip sauce] [skip validator] | |||||
| 2016-06-04 | Update ESLint to v2.5.3 (#20043) | Chris Rebert | 2 | -3/+11 | |
| Refs #19908. [skip sauce] [skip validator] | |||||
| 2016-06-04 | Upgrade ESLint to v2.3.0 (#20041) | Chris Rebert | 1 | -164/+165 | |
| Refs #19908 [skip sauce] | |||||
| 2016-05-31 | Tweak Esc key comment in modal.js | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-31 | Enable new ESLint-recommended rules in ESLint config | Chris Rebert | 1 | -0/+2 | |
| Refs http://eslint.org/docs/user-guide/migrating-to-2.0.0#new-rules-in-eslintrecommended | |||||
| 2016-05-31 | Migrate parser & env config to ESLint 2.0.0 | Chris Rebert | 1 | -0/+5 | |
| 2016-05-31 | Comply with consistent-return ESLint rule | Chris Rebert | 2 | -0/+2 | |
| 2016-05-31 | Migrate ESLint rules config to ESLint 2.0.0 | Chris Rebert | 1 | -3/+1 | |
| Refs http://eslint.org/docs/user-guide/migrating-to-2.0.0 | |||||
| 2016-05-31 | Upgrade ESLint to v1.10.3 | Chris Rebert | 1 | -0/+0 | |
| Refs #19908 | |||||
| 2016-05-30 | Upgrade ESLint to v1.9.0 | Chris Rebert | 1 | -1/+2 | |
| Refs #19908 | |||||
| 2016-05-30 | Upgrade ESlint to v1.7.3 | Chris Rebert | 1 | -0/+2 | |
| Enable new rules: * no-empty-pattern * no-magic-numbers (exempting 0 and ±1) Refs #19908 [skip sauce] [skip validator] | |||||
| 2016-05-30 | Use named constants for magic numbers (#19992) | Chris Rebert | 4 | -16/+25 | |
| Mostly KeyboardEvent.which and MouseEvent.which values. [skip validator] | |||||
| 2016-05-30 | Fix load & scroll event usage in ScrollSpy tests (#19986) | Chris Rebert | 1 | -7/+7 | |
| * Use $.one() instead of $.on() since there are no $.off()s in the code. * Remove unnecessary namespacing of listeners for the `scroll` & `load` events. These are vanilla DOM events (not custom jQuery namespaced events) and we're not using jQuery namespacing to manage these event listeners either (e.g. `$.off()`). [skip validator] | |||||
| 2016-05-29 | js/tests/unit/scrollspy.js: Fix "offsed" typos (#19985) | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-26 | Merge pull request #19894 from twbs/v4-dev-jquery223 | XhmikosR | 1 | -4/+4 | |
| Update jQuery to v2.2.4. | |||||
| 2016-05-26 | Update jQuery to v2.2.4. | XhmikosR | 1 | -4/+4 | |
| 2016-05-22 | Dropdown: remove dependency to role="menu", role="listbox" a and li elements ↵ | Pierre-Denis Vanduynslager | 1 | -6/+3 | |
| => fix keyboard navigation | |||||
| 2016-05-18 | Remove stray "~" in modal paddingRight value (#19932) | akai | 1 | -1/+1 | |
| [skip validator] | |||||
| 2016-05-11 | Handle aria-hidden on modal container when showing/hiding | Patrick H. Lauke | 2 | -0/+19 | |
| Fixes #19878 | |||||
| 2016-05-08 | grunt | Mark Otto | 2 | -8/+2 | |
| 2016-04-21 | Modal: Remove IE8-specific window.innerWidth workaround | Chris Rebert | 1 | -7/+1 | |
| [skip validator] | |||||
| 2016-03-19 | Update jQuery to v2.2.2. | XhmikosR | 1 | -4/+4 | |
| 2016-03-14 | Update tooltip.js | Michael J. Ryan | 1 | -1/+1 | |
| match project's style check | |||||
| 2016-03-14 | Update tooltip.js | Michael J. Ryan | 1 | -1/+1 | |
| Don't reference `Tether` via attachment to `window`, with the update one can import bootstrap providing the dependencies in webpack with: ``` new webpack.ProvidePlugin({ $: 'jquery', jQuery: 'jquery', Tether: 'tether', }); ``` Then inside one's own bootstrap/globals, `import 'bootstrap';` will simply work, and $/jQuery can be used from there. I had wanted to do this, but also expose jQuery, Tether, etc when in development build in my code, but if I provide `window.Tether`, I can't then expose it to the outside... | |||||
| 2016-02-27 | JS visual tests: Remove usages of defunct .page-header class | Chris Rebert | 9 | -27/+9 | |
| [skip sauce] | |||||
| 2016-02-27 | Update tether to v1.2.0. | XhmikosR | 1 | -2/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-19 | Run grunt. | XhmikosR | 2 | -2/+2 | |
| [ci skip] | |||||
| 2016-02-19 | Fix validation errors. | XhmikosR | 2 | -2/+2 | |
| [skip sauce] | |||||
| 2016-02-17 | Replace jQuery with vanilla JS | Patrick H. Lauke | 1 | -1/+1 | |
| 2016-02-16 | grunt | Mark Otto | 2 | -1/+3 | |
| 2016-02-16 | Visual/manual test for checkbox/radio button kbd behavior | Patrick H. Lauke | 1 | -0/+5 | |
| 2016-02-16 | Focus (visually hidden) input radio/checkbox | Patrick H. Lauke | 1 | -0/+3 | |
| This allows for keyboard navigation (e.g. arrow keys left/right to trigger different radio buttons) following an initial mouse click interaction | |||||
| 2016-02-16 | js/tests/index.html: Replace jQuery event alias methods with functions that ↵ | Chris Rebert | 1 | -1/+4 | |
| throw explanatory errors, instead of with undefined Refs https://github.com/twbs/bootstrap/pull/19219#issuecomment-184653699 [skip validator] | |||||
| 2016-02-03 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 3 | -3/+3 | |
| 2016-02-01 | Carousel - Do not prevent on keydown for input and textarea | Johann-S | 2 | -2/+33 | |
| 2016-01-26 | scrollspy.js: Avoid gratuitous non-ASCII for consistency+compatibility | Chris Rebert | 1 | -1/+1 | |
| Fixes #19028 [skip sauce] [skip validator] | |||||
| 2016-01-14 | Button toggling - trigger change event on input | Kotas Vlastimil | 2 | -1/+21 | |
| Bootstrap’s .button styles can be applied to other elements, such as labels, to provide checkbox or radio style button toggling. When the checkbox or radio state is changed, there should be triggered the change event. Currently, the change event is triggered on the Button, which is not correct. Only input fields do support the change event. | |||||
| 2016-01-01 | grunt dist docs | Chris Rebert | 6 | -5/+7 | |
| [ci skip] | |||||
| 2015-12-24 | ESLint: enable no-bitwise rule | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-12-24 | Exempt getUID() from ESLint's no-bitwise rule | Chris Rebert | 1 | -0/+2 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-24 | Merge pull request #18393 from twbs/dropdown-bitwise-less-tricksy | Chris Rebert | 1 | -1/+1 | |
| dropdown.js: Use more straightforward phrasing for index bound check | |||||
| 2015-12-24 | Merge pull request #18638 from twbs/fix-18365 | Chris Rebert | 2 | -2/+46 | |
| Modal: Ignore spurious focus event that Firefox fires at document when switching back to its tab | |||||
| 2015-12-24 | Run `grunt`. | XhmikosR | 20 | -20/+20 | |
| [ci skip] | |||||
| 2015-12-22 | Modal: Ignore spurious `focus` event that Firefox fires at `document` when ↵ | Chris Rebert | 1 | -2/+3 | |
| switching back to its tab Fixes #18365 Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1228802 | |||||
