Closed
Description
Do not comment on this issue.
Docs
- Fix typo: change cource to source #262: Typo in docs.
- import Jekyll-on-Windows instructions from Bootstrap's README #266: Import Jekyll-on-Windows instructions from Bootstrap's README.
- hyperlink licenses in docs footer #294: Hyperlink licenses in docs footer
- copy SemVer explanation from Bootstrap's README #295: Copy SemVer explanation from Bootstrap's README.
- Add current version to download buttons in docs. #296 & Clearly state the current version near the download button. #290: Add current version to download buttons in docs.
- use updated HTTPS html5shiv URL #315: Update html5shiv CDN URL
- Improve readme #329: Improved readme
- Update template.html #330 & Update template.html #331: Update template.html
- Clean up the version text under our download buttons. #341: Cleaned up the version text under our download buttons.
- Docs css reorg #349: Reorganized docs.css
- Drop Adelle Sans for Open Sans #359: Drop Adelle Sans for Open Sans.
- Reduce the file size on slider images #360: Reduce the file size on slider images.
- Use a sprite for device images #361: Use a sprite for device images.
- Fix a typo in docs #363 & Another docs typo #364: Fixing typos in the docs.
- Use <button> in the button examples #366: Use
<button>
for the button examples. - Use correct modal in the android example app #367: Update the compose modal in the Android example app
- Community section #369: Add a community section to the docs under getting started.
- Download button spacing #370: Fixed minor spacing issues on the homepage
- Remove Typekit script #399: Remove unused Typekit code. Speed increases.
- document project's directory structure #403: Document project's directory structure
- Docs cleanup #404: Removed unneeded css and markup from the docs.
- Switch to using protocol relative URLs. #416: Switch to using protocol relative URLs.
- Adding an about page #421: Adding an about page
- Add dist download module to sub pages #428: Added the /dist only download option.
CSS
- Fix a couple of CSS issues. #320: Fix a couple of CSS issues.
- Removing
cursor: default;
from icons #335: Removedcursor: default;
from icons - Changing .push-{left,right} to .navigate-{left,right} #362: Deprecating
push-{right,left}
fornavigate-{right,left}
- Use <button> in the button examples #366: Adds
width: 100%
to.btn-block
- Fix padding for android tab bar #392: Correct padding given to
.content
when using Android.tab-bar
- iOS
bar-footer
cleanup #424: Added correct box-shadow to the iOS.bar-footer
Build tools
- add licensing header to Gruntfile #279: Add licensing header to Gruntfile.
- use load-grunt-tasks to load Grunt tasks #284: Use
load-grunt-tasks
. - Gruntfile: use strict & force Unix newlines #286:
Use strict
in Gruntfile and force Unix newlines. - use /*! for attribution banner so it survives minification #287: Use
/*!
comment for attribution banner so it survives minification. - Add cssmin & uglify grunt tasks. #289: Add cssmin & uglify Grunt tasks.
- add HTML5 validation Grunt task #291: Add HTML5 validation Grunt task.
- Update bower.json per latest changes #299: Update
bower.json
per latest changes - Improve
_config.yml
#301: Improve_config.yml
- Minify docs CSS #373: Minify docs CSS
- Minify docs JS files #378: Minify docs JS
- Add JSHint support and enable strict mode #379: Add JSHint support and enable strict mode
- Update package.json meta data #388: Updated package.json meta data
- Add initial Travis CI support. #394: Add initial Travis CI support.
- Adjusting advanced optimizations in grunt file #396: Adjusted advanced optimizations
- Improve minification #401: Improved minification
- Clean up /dist #405: Cleaned up /dist folder
Misc
- Enforce Unix line endings. #321: Enforce Unix line endings.
- Insert final newline in CNAME #328: Insert final newline in CNAME
- add link to project website in banner comments #339: Added link to project website in banner comments
- Move Ratchicons to fonts/ #393: Moved Ratchicons to the
/fonts