1. 08 Nov, 2018 1 commit
  2. 03 Sep, 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. 27 Apr, 2018 1 commit
  5. 02 Apr, 2018 1 commit
  6. 21 Mar, 2018 1 commit
  7. 14 Mar, 2018 2 commits
  8. 15 Jan, 2018 1 commit
  9. 11 Jan, 2018 1 commit
  10. 31 Dec, 2017 1 commit
  11. 30 Dec, 2017 1 commit
  12. 09 Aug, 2017 2 commits
  13. 30 May, 2017 2 commits
  14. 16 Apr, 2017 1 commit
    • Patrick H. Lauke's avatar
      Make "Copy" buttons actual buttons · ea1d69c6
      Patrick H. Lauke authored
      This makes them keyboard-accessible. For mouse users, the only change
      here is that the focus outline will remain on the button once clicked
      (in future, this can be solved with :focus-ring, but for now this would
      require a polyfill). the tooltip is explicitly hidden on `mouseleave`,
      so even though the `<button>` retains focus after clicking, the tooltip
      won't stay visible once mouse user moves away.
      the mouse hover styles have explicitly not been make to also apply to
      :focus, so as to minimise the visual impact for
      mouse users (though the tooltip remains visible)
       - but due to the default outline and the custom tooltip, it
      should be fairly clear when keyboard users set focus to a copy button
      too.
      ea1d69c6
  15. 01 Jan, 2017 1 commit
  16. 31 Dec, 2016 2 commits
  17. 23 Dec, 2016 1 commit
  18. 28 Nov, 2016 1 commit
    • Mark Otto's avatar
      Replacement for #20602 (#21236) · a6f54889
      Mark Otto authored
      * Fixed incorrect instruction: "Press ⌘ to copy"
      
      It needed to be "Press ⌘C to copy"
      
      * Updated to concatenate copy string
      
      Updated copy command to concatenated string to prevent potential issues
      
      * Updated the way the copy string concatenates
      
      As per excellent suggestion by @tomlutzenberger
      
      * Removed semicolon line endings
      
      ;P
      
      * var not const or let
      a6f54889
  19. 03 Oct, 2016 1 commit
  20. 26 May, 2016 1 commit
  21. 20 May, 2016 1 commit
  22. 19 Feb, 2016 1 commit
  23. 01 Jan, 2016 1 commit
  24. 24 Oct, 2015 2 commits
  25. 07 Sep, 2015 1 commit
  26. 18 Aug, 2015 2 commits
  27. 13 Aug, 2015 1 commit
  28. 28 May, 2015 1 commit
  29. 17 May, 2015 1 commit
  30. 16 May, 2015 1 commit
  31. 05 May, 2015 1 commit
  32. 29 Apr, 2015 3 commits