1. 18 Mar, 2020 1 commit
  2. 10 Mar, 2020 1 commit
  3. 07 Feb, 2020 1 commit
  4. 25 Dec, 2019 2 commits
  5. 02 Sep, 2019 1 commit
  6. 04 Aug, 2019 1 commit
  7. 22 Jul, 2019 1 commit
  8. 13 Mar, 2019 1 commit
    • XhmikosR's avatar
      Switch to Hugo. · d95d3002
      XhmikosR authored
      No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
      d95d3002
  9. 19 Feb, 2019 1 commit
    • Patrick H. Lauke's avatar
      Remove incorrect aria-haspopup from dropdown toggles (#28299) · 4b00aa6c
      Patrick H. Lauke authored
      `aria-haspopup` use requires the use of an ARIA `menu`, `listbox`, `tree`, `grid` or `dialog` (see https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup)
      
      in our use (as generic disclosure widgets), it's incorrect and sets up the wrong assumption/behavior from assistive technologies.
      
      in future, we likely want to change our dropdowns to essentially be like a `dialog` - move focus to it when opened, possibly make it modal so focus is maintained inside it and the rest of the page
      is hidden/inert.
      
      but for now, removing the incorrect attribute is probably the quickest, most immediate fix.
      4b00aa6c
  10. 11 Feb, 2019 1 commit
  11. 21 Dec, 2018 1 commit
    • Mark Otto's avatar
      Prep for v4.2.0 release · eda851ee
      Mark Otto authored
      - Move 4.1 docs to 4.2
      - Update versions everywhere to 4.1.3 with release script
      - Manually bump the shorthand version in package.json
      - Add 4.2 to the versions docs page
      - Update some redirects
      - Fix tests asset URLs
      - Bump Nuget and more
      eda851ee
  12. 20 Nov, 2018 1 commit
  13. 09 Nov, 2018 1 commit
  14. 25 Sep, 2018 1 commit
  15. 18 Sep, 2018 1 commit
  16. 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
  17. 08 Jul, 2018 1 commit
  18. 11 May, 2018 1 commit
  19. 12 Apr, 2018 1 commit
  20. 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
  21. 02 Apr, 2018 1 commit
    • Mark Otto's avatar
      Update offcanvas example for IE support · 97474294
      Mark Otto authored
      - Replaces CSS variables with their appropriate hex values
      - Fixes the broken navbar transition by moving from 2D translates to using position
      - Fix broken IE navbar toggler placement with some utilities (not necessary anywhere else, but necessary given flexbox quirks)
      97474294
  22. 23 Jan, 2018 1 commit
  23. 15 Jan, 2018 1 commit
    • Mark Otto's avatar
      Examples updates (#24898) · e946348e
      Mark Otto authored
      * fix cover nav
      
      * Improve signin visuals and alignment with that flexbox love
      
      * rewrite cover example in flexbox
      
      * lighten signin bg
      
      * first pass at pricing example
      
      * redo examples index with data file
      
      * tighten up spacing a bit
      
      * update navbar descriptions
      
      * link pricing
      
      * move that back
      
      * property order
      
      * Fix test errors.
      
      * Compress pricing.png.
      
      * add form validation example
      
      * remove that
      
      * rename that
      
      * restyle and space out
      
      * fix errors
      
      * change order
      
      * cleanup album css and styles
      
      * tweak examples index
      
      * make it a badge
      
      * options
      
      * improve sticky footer alignment
      
      * redesign example index
      
      * brand new blog layout
      
      * start new screenshots
      
      * new product example page a la apple
      
      * add email field
      
      * fix linter, remove unused blog css
      
      * hook up feather icons to start
      
      * redo dashboard
      
      * fix linting
      
      * add floating labels example
      
      * formatting
      
      * formatting
      
      * lint
      
      * fix values o...
      e946348e
  24. 07 Nov, 2017 1 commit
  25. 03 Nov, 2017 1 commit
  26. 03 Oct, 2017 1 commit
  27. 13 Sep, 2017 1 commit
  28. 11 Aug, 2017 1 commit
  29. 16 Jul, 2017 1 commit
  30. 26 Jun, 2017 1 commit
  31. 14 Jun, 2017 1 commit
  32. 30 May, 2017 2 commits
  33. 24 May, 2017 1 commit
  34. 17 May, 2017 1 commit
  35. 14 May, 2017 4 commits