1. 20 Nov, 2018 1 commit
  2. 06 Nov, 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. 16 Mar, 2018 1 commit
  6. 14 Mar, 2018 1 commit
  7. 12 Mar, 2018 1 commit
  8. 23 Jan, 2018 1 commit
  9. 27 Dec, 2017 1 commit
  10. 09 Nov, 2017 1 commit
  11. 31 Oct, 2017 1 commit
  12. 30 Oct, 2017 1 commit
  13. 22 Oct, 2017 1 commit
  14. 20 Oct, 2017 1 commit
  15. 16 Oct, 2017 1 commit
  16. 24 Sep, 2017 1 commit
    • Patrick H. Lauke's avatar
      Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs with dropdowns) · fd56ea37
      Patrick H. Lauke authored
      * Use `aria-selected` instead of `aria-expanded`
      * Change tab.js to use `aria-selected` rather than `aria-expanded`
      * Add `aria-orientation=vertical` to vertical tab list
      * Remove dynamic tabs with dropdowns
      * Fix non-interactive code examples
      * Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect)
      fd56ea37
  17. 08 Sep, 2017 1 commit
  18. 11 Aug, 2017 2 commits
  19. 02 Jul, 2017 1 commit
  20. 30 May, 2017 2 commits
  21. 28 May, 2017 1 commit
  22. 04 May, 2017 1 commit
  23. 27 Apr, 2017 1 commit
  24. 09 Apr, 2017 1 commit
  25. 08 Apr, 2017 1 commit
  26. 02 Apr, 2017 1 commit
  27. 28 Mar, 2017 1 commit
  28. 19 Mar, 2017 1 commit
  29. 05 Jan, 2017 1 commit
  30. 24 Dec, 2016 1 commit
    • Mark Otto's avatar
      Revamp navs docs · 9979827c
      Mark Otto authored
      - Reorganize things, leading with the base nav first instead of an accessibility note, and then moving the rest to a new available styles section.
      
      - Add horizontal alignment options thanks to new flex utils (these new utils will be documented later in another commit).
      
      - Dropped `.nav-stacked` for a flex util and added additional alignment options, so document those, too.
      9979827c
  31. 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
  32. 08 Dec, 2016 1 commit
  33. 27 Nov, 2016 1 commit
  34. 26 Nov, 2016 1 commit
    • Mark Otto's avatar
      v4: Flexbox nav options (#21201) · d315c949
      Mark Otto authored
      * Add some flexbox nav components
        - Includes .nav-justified for inline, tab, and pill nav components
        - Includes example of using the flex utils (.d- and .flex-items-) for centered nav
      * redo heading hierarchy a bit
      d315c949
  35. 03 Oct, 2016 1 commit
    • 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
  36. 06 Jan, 2016 2 commits
  37. 27 Dec, 2015 1 commit