1. 15 Sep, 2018 1 commit
  2. 26 Jul, 2018 1 commit
  3. 12 Jul, 2018 1 commit
    • Mark Otto's avatar
      Reorganize docs for easier deploys · 0e920ce3
      Mark Otto authored
      With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
      0e920ce3
  4. 09 Apr, 2018 1 commit
    • Mark Otto's avatar
      Ship v4.1.0 (#26218) · 8f7bd419
      Mark Otto authored
      * update docs path from docs/4.0/ to docs/4.1/
      
      * bump version to 4.1.0
      
      * Update redirects to work for 4.1 docs move
      
      * Update docs version switcher to include latest and link to 4.0 docs
      
      * re-run dist
      
      * Update package-lock.json
      
      * Update docs-navbar.html
      8f7bd419
  5. 02 Apr, 2018 1 commit
  6. 01 Apr, 2018 2 commits
  7. 11 Jan, 2018 1 commit
    • Mark Otto's avatar
      Deprecate hover media query shim and mixins (#25270) · 92cc0aba
      Mark Otto authored
      * Deprecate hover media query shim and mixins
      
      Fixes #25195.
      
      This never was completed or fully implemented, and the docs are inaccurate as to what browsers are currently affected by this stickied hover problem. This PR aims to update the docs and deprecate the shim from our mixins and only return the pseudo-classes. To reflect the order of these states used elsewhere (e.g., our button styles), I've also updated the order of each within the mixin.
      
      * Mention in docs and variables that it's deprecated
      92cc0aba
  8. 27 Dec, 2017 3 commits
  9. 26 Sep, 2017 2 commits
  10. 06 Sep, 2017 1 commit
  11. 16 Aug, 2017 1 commit
  12. 11 Aug, 2017 1 commit
    • Christian Oliff's avatar
      Remove the Internet Explorer 10 for Windows Phone 8 workaround (#23122) · b5f89d56
      Christian Oliff authored
      I suggest that there's no longer a need to include the section on workaround for the IE10 bug on Windows Phone 8. Not only was this bug patched in a later release of Windows Phone 8 (which shipped in 2013), but Windows Phone 8's support ended a long time ago - even its successor Windows Phone 8.1 is no longer supported by Microsoft. The potential audience affected by this bug is likely microscopic so I suggest it can be safely removed. 
      
      I suggest the workaround JS (http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js) can also be safely removed from the docs and examples but I haven't done that in this PR.
      b5f89d56
  13. 30 May, 2017 2 commits
  14. 28 May, 2017 1 commit
  15. 03 Jan, 2017 1 commit
  16. 01 Jan, 2017 2 commits
  17. 31 Dec, 2016 1 commit
    • Mark Otto's avatar
      v4: Rip out IE compatibility mode meta tags (#21483) · e2b6badb
      Mark Otto authored
      * Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8
      * update and remove some IE bits from our supported browser page
      * update introduction.md to match
      * reword starter template intro
      e2b6badb
  18. 25 Dec, 2016 1 commit
  19. 22 Dec, 2016 1 commit
    • Mark Otto's avatar
      Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389) · eb2e1102
      Mark Otto authored
      * remove the $enable-flex variable option
      
      * remove bootstrap-flex.css dist file and it's grunt task
      
      * remove the separate flex css file for docs; it's all the same now
      
      * remove flexbox docs (porting some to the main grid docs in next commit)
      
      * clean up few grid docs bits to simplify copy, start to mention flexbox
      
      * port relevant flexbox-grid.md content to grid.md
      
      - clean up mixins
      - update how it works section
      - bring over sizing and alignment sections
      
      * remove the $enable-flex from the options.md page
      
      * update lead paragraph to mention flexbox
      
      * update migration to mention loss of ie9 support
      
      * remove mention of flexbox dist file
      
      * clarify IE support
      
      * making a note
      
      * remove flexbox variant mentions from component docs
      
      - updates docs for media object, navs, list group, and cards to consolidate docs
      - no more need to callout flexbox variants since it's now the default
      
      * remove $enable-flex if/else from sass files
      
      * remove flex dist files
      
      * update scss lint property order to account for flex properties
      
      * linting
      
      * change to numberless classes for autosizing, wrap in highlighting div
      
      * bump gruntfile and postcss to ie10
      
      * redo intro sections
      
      * rearrange
      
      * phew, redo hella grid docs
      
      - rearrange all the things
      - consolidate some bits
      
      * remove reference to flexbox mode
      
      * more border action for demo
      
      * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
      eb2e1102
  20. 08 Nov, 2016 1 commit
  21. 03 Oct, 2016 2 commits
    • Bardi Harborow's avatar
    • Mark Otto's avatar
      v4: Social meta tags (#20825) · 7bf868a7
      Mark Otto authored
      * descriptions for getting started pages
      
      * descriptions for layout
      
      * add content page descriptions
      
      * more descriptions, updates to some existing ones
      
      * correct site url
      
      * add social stuff to config for twitter cards
      
      * add twitter meta tags; use large image for homepage and regular card for all others
      
      * add the assets
      
      * more site config
      
      * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
      7bf868a7
  22. 20 Jun, 2016 1 commit
  23. 20 May, 2016 1 commit
  24. 14 Mar, 2016 1 commit
  25. 07 Mar, 2016 3 commits
  26. 04 Feb, 2016 1 commit
  27. 21 Jan, 2016 2 commits
  28. 30 Dec, 2015 1 commit
  29. 22 Dec, 2015 2 commits