1. 26 Feb, 2019 1 commit
  2. 24 Feb, 2019 1 commit
  3. 20 Feb, 2019 5 commits
  4. 11 Feb, 2019 1 commit
  5. 06 Feb, 2019 1 commit
  6. 08 Jan, 2019 1 commit
  7. 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
  8. 23 Nov, 2018 1 commit
  9. 20 Nov, 2018 3 commits
  10. 13 Nov, 2018 1 commit
  11. 08 Nov, 2018 1 commit
  12. 03 Sep, 2018 1 commit
  13. 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
  14. 27 Apr, 2018 1 commit
  15. 02 Apr, 2018 1 commit
  16. 21 Mar, 2018 1 commit
  17. 14 Mar, 2018 2 commits
  18. 15 Jan, 2018 1 commit
  19. 11 Jan, 2018 1 commit
  20. 31 Dec, 2017 1 commit
  21. 30 Dec, 2017 1 commit
  22. 09 Aug, 2017 2 commits
  23. 30 May, 2017 2 commits
  24. 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
  25. 01 Jan, 2017 1 commit
  26. 31 Dec, 2016 2 commits
  27. 23 Dec, 2016 1 commit
  28. 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
  29. 03 Oct, 2016 1 commit
  30. 26 May, 2016 1 commit