| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-15 | Replace `master` with `v3-dev` after the branch switch. (#28287) | XhmikosR | 1 | -6/+6 | |
| 2019-02-13 | Bump version to 3.4.1. | XhmikosR | 1 | -1/+1 | |
| 2019-02-13 | Bump year. | XhmikosR | 1 | -1/+1 | |
| 2018-12-14 | Update devDependencies, gems and lots of cleanup/build fixes. | XhmikosR | 1 | -1/+0 | |
| * switch to grunt-postcss and autoprefixer directly; this is the recommended way. * uglify: specify `ie8` for compatibility * specify `cascade:false` for autoprefixer * specify `ieCompat` for less * drop grunt-contrib-compress since it doesn't work with Node.js 10.x * remove grunt-contrib-htmlmin to match the v4 docs * clean up Gruntfile.js * clean up .travis.yml and backport changes from v4 * build ie10-viewport-bug-workaround.less since it's used in examples * move shrinkwrap to root * bs-commonjs-generator.js: Use `path.posix` * remove .hound.yml * remove references to no longer used PR bots * backport and adapt the sri generation script from v4 | |||||
| 2018-11-18 | Update README.md | XhmikosR | 1 | -1/+1 | |
| 2018-10-18 | Use https, fix broken links and unneeded redirects. | XhmikosR | 1 | -20/+20 | |
| 2018-10-08 | Bump year to 2018. | XhmikosR | 1 | -1/+1 | |
| 2018-09-28 | Use BrowserStack for our unit tests. | Johann-S | 1 | -0/+8 | |
| 2018-04-06 | update port from 3001 to 9001 | Mark Otto | 1 | -1/+1 | |
| 2017-07-04 | bump version | Mark Otto | 1 | -1/+1 | |
| 2017-07-02 | new port | Mark Otto | 1 | -1/+1 | |
| 2016-07-25 | Update version numbers in preparation for v3.3.7 release (#20357) | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2016-03-10 | Remove custom caching and use Bundle for gems. | XhmikosR | 1 | -3/+2 | |
| 2016-01-01 | README: Update copyright to 2016 | Dominic | 1 | -1/+1 | |
| Happy New Year! It's 2016! Closes #18744 | |||||
| 2015-12-10 | Docs: Include major version in `npm install bootstrap` commands; refs #18520 | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-11-25 | Merge pull request #18337 from twbs/v3-no-feats-for-you | Chris Rebert | 1 | -0/+4 | |
| Explain in docs that v3 is closed off to new features | |||||
| 2015-11-24 | Explain in docs that v3 is closed off to new features | Chris Rebert | 1 | -0/+4 | |
| Refs #18112 [skip sauce] | |||||
| 2015-11-24 | bump version | Mark Otto | 1 | -1/+1 | |
| 2015-10-29 | Update to Jekyll v.3.0.0. | XhmikosR | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-10-15 | Changed MyGet badge to more useful and better looking NuGet one by | Supergibbs | 1 | -1/+1 | |
| shields.io | |||||
| 2015-10-13 | Merge pull request #16710 from supergibbs/NuGet_16692 | Chris Rebert | 1 | -0/+1 | |
| Added NuGet support | |||||
| 2015-09-28 | Documentation clean up and consistency; closes #17625 | Baraa Hamodi | 1 | -7/+3 | |
| [skip sauce] | |||||
| 2015-07-26 | Update README.md. | XhmikosR | 1 | -27/+28 | |
| [ci skip] | |||||
| 2015-07-01 | README: Mention where to find changelogs | Chris Rebert | 1 | -0/+2 | |
| Refs #16739 [skip sauce] | |||||
| 2015-06-25 | NuGet Support - Added .nuspec files and MyGet.ps1 build script plus | Supergibbs | 1 | -0/+1 | |
| status on README | |||||
| 2015-06-19 | Added *.min.map to whats-included. | vsn4ik | 1 | -1/+3 | |
| 2015-06-16 | bump version | Mark Otto | 1 | -1/+1 | |
| 2015-05-26 | Update source maps link | Morton Fox | 1 | -1/+1 | |
| 2015-05-17 | Use `https` when possible. | XhmikosR | 1 | -1/+1 | |
| 2015-05-13 | Remove unnecessary style=flat from bages | vsn4ik | 1 | -4/+4 | |
| [skip validator] [skip sauce] | |||||
| 2015-04-25 | Use https on herokuapp.com | vsn4ik | 1 | -2/+2 | |
| 2015-04-25 | Link slack badge | Mark Otto | 1 | -1/+1 | |
| 2015-04-24 | Add slack badge, link to join, and update copy | Mark Otto | 1 | -1/+3 | |
| 2015-03-21 | Fix #16117 more permanently/generically | Chris Rebert | 1 | -1/+1 | |
| 2015-03-21 | Increment quick start options to six | vsn4ik | 1 | -1/+1 | |
| [skip validator] [skip sauce] | |||||
| 2015-03-20 | Add docs on how to install Bootstrap via composer | Rodrigo Prado | 1 | -1/+2 | |
| Closes #16113 Closes #16114 [skip sauce] | |||||
| 2015-03-16 | v3.3.2 => v3.3.4 | Chris Rebert | 1 | -1/+1 | |
| 2015-03-10 | Increment quick start options to five | Jan-Paul Kleemans | 1 | -1/+1 | |
| 2015-03-06 | Merge pull request #15999 from twbs/kkirsche-includeTestsReadme | Chris Rebert | 1 | -1/+1 | |
| Document JS test suite basics | |||||
| 2015-03-06 | [Fixes #15951] Document JS test suite basics | Kevin Kirsche | 1 | -1/+1 | |
| X-Ref: #15953 Closes #15952 by merging a tweaked version of it. [skip sauce] [skip validator] | |||||
| 2015-03-01 | Fix URL to match the keyword | Kevin Kirsche | 1 | -1/+1 | |
| Fix URL to match the keyword | |||||
| 2015-02-24 | Merge pull request #15828 from kkirsche/patch-20 | Chris Rebert | 1 | -0/+1 | |
| Add plugin package keyword recommendation | |||||
| 2015-02-23 | Add plugin package keyword recommendation | Kevin Kirsche | 1 | -0/+1 | |
| Related to #15823, I would be interested in officially recommending a keyword such as `twbs-bootstrap` so that we can more easily showcase plugins and extensions for Bootstrap without requiring additional curation by the admins / collabs of TWBS specificity Add additional comment to docs Fix capitalization Update tag per @mdo's recommendation | |||||
| 2015-02-19 | Added package.js for Meteor integration | Luca Mussi | 1 | -0/+1 | |
| Closes #15716 by merging it. | |||||
| 2015-02-17 | Use https://www.npmjs.com (new site). | vsn4ik | 1 | -1/+1 | |
| 2015-02-06 | Update Twitter handle: @twbootstrap => @getbootstrap | Chris Rebert | 1 | -1/+1 | |
| Refs https://github.com/twbs/bootstrap-blog/commit/1c94b7791f8a24a18f08aba40c38d519b873f2d0 CC: @mdo | |||||
| 2015-01-19 | bump versions | Mark Otto | 1 | -1/+1 | |
| 2015-01-01 | Happy New Year :santa: | Zlatan Vasović | 1 | -1/+1 | |
| 2014-12-30 | Switch to shields.io for badges in README | Heinrich Fenkart | 1 | -4/+4 | |
| Closes #15380 [ci skip] | |||||
| 2014-12-15 | Add woff2 font in readme.md | Bastien | 1 | -1/+2 | |
