| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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] | |||||
| 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-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-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-01-26 | scrollspy.js: Avoid gratuitous non-ASCII for consistency+compatibility | Chris Rebert | 1 | -1/+1 | |
| Fixes #19028 [skip sauce] [skip validator] | |||||
| 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 | |||||
