| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-10-19 | version bump to alpha 5 | Mark Otto | 1 | -1/+1 | |
| 2016-10-17 | Change SauceLabs iPhone test to use Appium. | Bardi Harborow | 1 | -3/+4 | |
| 2016-10-10 | Fix Travis errors due to npm/npm#14042. | Bardi Harborow | 1 | -806/+0 | |
| 2016-10-09 | Update dependencies, including Babel to v6 and zeroUnits fix. | Bardi Harborow | 1 | -1372/+2181 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 1 | -1/+1 | |
| 2016-09-05 | versions | Mark Otto | 1 | -1/+1 | |
| 2016-07-27 | bump versions | Mark Otto | 1 | -1/+1 | |
| 2016-07-26 | Enable flexbox grid CSS on our docs page | Mark Otto | 2 | -2/+4 | |
| - Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features) | |||||
| 2016-07-16 | update npm shrinkwrap (#20312) | Chris Rebert | 1 | -1382/+1030 | |
| 2016-07-11 | Bump devDependencies. | XhmikosR | 1 | -378/+1455 | |
| 2016-07-04 | Update devDepedencies. | XhmikosR | 1 | -621/+202 | |
| 2016-06-29 | Update devDependencies. | XhmikosR | 1 | -20/+20 | |
| Only grunt-saucelabs is left in order to update grunt to v1.x. | |||||
| 2016-06-28 | Use shx so that the npm scripts work everywhere the same. | XhmikosR | 1 | -789/+106 | |
| 2016-06-27 | Allow PRs to be previewed at http://preview.twbsapps.com (#20179) | Chris Rebert | 2 | -0/+28 | |
| 2016-06-26 | Fix docs asset file paths in /grunt/configBridge.json (#20178) | Chris Rebert | 1 | -4/+4 | |
| Previously, when running the docs locally, the site, rooted at: http://localhost:9001/ would reference docs assets using relative URLs such as: /../assets/js/vendor/anchor.min.js which is equivalent to: http://localhost:9001/../assets/js/vendor/anchor.min.js which is nonsense, since the root directory has no parent directory. Apparently browsers silently ignore this extra '..', hence why this wasn't noticed until now. But if you adjust Jekyll's `baseurl` setting, this mistake causes incorrect URLs to get generated. This commit corrects the problem by removing the extra '../' from the paths. These paths are also referenced in the Gruntfile, where the fix actually allows us to simplify the code. Previously, in the Gruntfile, we were doing, e.g.: path.join('./docs/assets', '../assets/js/vendor/anchor.min.js') which calculates to: ./docs/assets/../assets/js/vendor/anchor.min.js which can be simplified to: ./docs/assets/js/vendor/anchor.min.js So we can remove the '/assets' suffix from the left argument and the '../' prefix from the right argument and still obtain the same result. | |||||
| 2016-06-20 | Replace grunt-postcss with postcss-cli (#20140) | Chris Rebert | 3 | -160/+1092 | |
| Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface. | |||||
| 2016-06-10 | Strip out UMD & CJS in favor of ES6 modules (#20072) | Chris Rebert | 1 | -30/+0 | |
| 2016-06-04 | Bump shelljs to ^0.7.0 (#20073) | Chris Rebert | 1 | -3/+18 | |
| [skip sauce] [skip validator] | |||||
| 2016-06-04 | rm -r node_modules && npm install && npm run shrinkwrap | Chris Rebert | 1 | -449/+362 | |
| 2016-06-04 | Upgrade to latest version of JSCS (v3.0.4) (#20070) | Chris Rebert | 1 | -66/+28 | |
| Fixes #20002 [skip sauce] [skip validator] | |||||
| 2016-06-04 | Kill the grunt-jscs middleman; use JSCS directly instead (#20069) | Chris Rebert | 1 | -15/+3 | |
| Refs #19990 [skip sauce] [skip validator] | |||||
| 2016-06-04 | Update ESLint to v2.11.1 (latest stable) (#20068) | Chris Rebert | 1 | -3/+3 | |
| Fixes #19908 [skip sauce] [skip validator] | |||||
| 2016-06-04 | Update ESLint to v2.10.2 (#20063) | Chris Rebert | 1 | -3/+3 | |
| Refs #19908 [skip sauce] [skip validator] | |||||
| 2016-06-04 | Upgrade ESLint to v2.9.0 (#20047) | Chris Rebert | 1 | -12/+12 | |
| Refs #19908 [skip sauce] [skip validator] | |||||
| 2016-06-04 | Update ESLint to v2.8.0 (#20045) | Chris Rebert | 1 | -3/+3 | |
| Refs #19908 [skip sauce] [skip validator] | |||||
| 2016-06-04 | Upgrade ESLint to v2.7.0 (#20044) | Chris Rebert | 1 | -3/+3 | |
| Refs #19908 [skip sauce] [skip validator] | |||||
| 2016-06-04 | Update ESLint to v2.5.3 (#20043) | Chris Rebert | 1 | -26/+26 | |
| Refs #19908. [skip sauce] [skip validator] | |||||
| 2016-06-04 | Upgrade ESLint to v2.4.0 (#20042) | Chris Rebert | 1 | -3/+3 | |
| Refs #19908. [skip sauce] [skip validator] | |||||
| 2016-06-04 | Upgrade ESLint to v2.3.0 (#20041) | Chris Rebert | 1 | -8/+3 | |
| Refs #19908 [skip sauce] | |||||
| 2016-06-04 | Update npm shrinkwrap | Chris Rebert | 1 | -0/+5 | |
| 2016-05-31 | Upgrade ESLint to v2.2.0 (#20000) | Chris Rebert | 1 | -9/+38 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-31 | Upgrade babel-eslint to ^6.0.4 | Chris Rebert | 1 | -33/+118 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-31 | Upgrade ESLint to v2.0.0 | Chris Rebert | 1 | -140/+102 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-31 | Update npm shrinkwrap | Chris Rebert | 1 | -6/+6 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-31 | Update npm shrinkwrap | Chris Rebert | 1 | -53/+61 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-30 | Update shrinkwrap | Chris Rebert | 1 | -64/+56 | |
| 2016-05-30 | Update npm shrinkwrap | Chris Rebert | 1 | -300/+314 | |
| 2016-05-20 | Add "The Bootstrap Authors" to copyright notices (#19936) | Chris Rebert | 2 | -0/+2 | |
| ❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors | |||||
| 2016-04-11 | Update shrinkwrap | Chris Rebert | 1 | -44/+44 | |
| 2016-04-02 | Nuke grunt-line-remover. | XhmikosR | 1 | -34/+41 | |
| Use concat's process function instead. | |||||
| 2016-03-24 | Update grunt-html. | XhmikosR | 1 | -6/+6 | |
| [skip sauce] | |||||
| 2016-03-23 | update shrinkwrap | Chris Rebert | 1 | -1517/+103 | |
| 2016-03-23 | update shrinkwrap | Chris Rebert | 1 | -166/+1152 | |
| 2016-03-19 | Update dependencies. | XhmikosR | 1 | -65/+157 | |
| [ci skip] | |||||
| 2016-03-15 | Merge pull request #19553 from twbs/sauce-android | Chris Rebert | 1 | -8/+9 | |
| Add Android to Sauce testing [skip validator] | |||||
| 2016-03-15 | Add Android to Sauce testing | Chris Rebert | 1 | -8/+9 | |
| [skip validator] | |||||
| 2016-03-15 | Merge pull request #19549 from twbs/v4-dev-xmr-rm-glob | Chris Rebert | 1 | -88/+84 | |
| Remove the now unused glob devDependency | |||||
| 2016-03-15 | Use "latest" version specifier (when applicable) in Sauce tests | Chris Rebert | 1 | -9/+16 | |
| Refs http://sauceio.com/index.php/2016/03/new-browser-version-shortcuts/ [skip validator] | |||||
| 2016-03-15 | Remove the now unused glob. | XhmikosR | 1 | -88/+84 | |
| 2016-03-07 | Remove the now unused btoa dependency. | XhmikosR | 1 | -4/+0 | |
| [skip sauce] | |||||
