v2.0.1
General bug fix and documentation release.
Docs
- #262: Typo in docs.
- #266: Import Jekyll-on-Windows instructions from Bootstrap's README.
- #294: Hyperlink licenses in docs footer
- #295: Copy SemVer explanation from Bootstrap's README.
- #296 & #290: Add current version to download buttons in docs.
- #315: Update html5shiv CDN URL
- #329: Improved readme
- #330 & #331: Update template.html
- #341: Cleaned up the version text under our download buttons.
- #349: Reorganized docs.css
- #359: Drop Adelle Sans for Open Sans.
- #360: Reduce the file size on slider images.
- #361: Use a sprite for device images.
- #363 & #364: Fixing typos in the docs.
- #366: Use
<button>
for the button examples. - #367: Update the compose modal in the Android example app
- #369: Add a community section to the docs under getting started.
- #370: Fixed minor spacing issues on the homepage
- #399: Remove unused Typekit code. Speed increases.
- #403: Document project's directory structure
- #404: Removed unneeded css and markup from the docs.
- #416: Switch to using protocol relative URLs.
- #421: Adding an about page
- #428: Added the /dist only download option.
CSS
- #320: Fix a couple of CSS issues.
- #335: Removed
cursor: default;
from icons - #362: Deprecating
push-{right,left}
fornavigate-{right,left}
- #366: Adds
width: 100%
to.btn-block
- #392: Correct padding given to
.content
when using Android.tab-bar
- #424: Added correct box-shadow to the iOS
.bar-footer
Build tools
- #279: Add licensing header to Gruntfile.
- #284: Use
load-grunt-tasks
. - #286:
Use strict
in Gruntfile and force Unix newlines. - #287: Use
/*!
comment for attribution banner so it survives minification. - #289: Add cssmin & uglify Grunt tasks.
- #291: Add HTML5 validation Grunt task.
- #299: Update
bower.json
per latest changes - #301: Improve
_config.yml
- #373: Minify docs CSS
- #378: Minify docs JS
- #379: Add JSHint support and enable strict mode
- #388: Updated package.json meta data
- #394: Add initial Travis CI support.
- #396: Adjusted advanced optimizations
- #401: Improved minification
- #405: Cleaned up /dist folder