1. 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
  2. 05 Dec, 2018 1 commit
  3. 14 Nov, 2018 1 commit
  4. 30 Oct, 2018 1 commit
  5. 26 Sep, 2018 1 commit
  6. 13 Sep, 2018 1 commit
  7. 31 Aug, 2018 1 commit
  8. 12 Aug, 2018 1 commit
  9. 07 Aug, 2018 1 commit
  10. 24 Jul, 2018 1 commit
  11. 12 Jul, 2018 1 commit
  12. 01 Jun, 2018 1 commit
  13. 30 Apr, 2018 1 commit
  14. 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
  15. 20 Mar, 2018 1 commit
  16. 13 Mar, 2018 2 commits
  17. 21 Jan, 2018 2 commits
  18. 18 Jan, 2018 1 commit
  19. 11 Jan, 2018 1 commit
  20. 08 Jan, 2018 1 commit
  21. 28 Dec, 2017 1 commit
  22. 07 Dec, 2017 1 commit
  23. 07 Nov, 2017 1 commit
  24. 24 Oct, 2017 1 commit
  25. 23 Oct, 2017 2 commits
  26. 19 Oct, 2017 2 commits
  27. 04 Oct, 2017 1 commit
  28. 25 Sep, 2017 1 commit
  29. 31 Aug, 2017 1 commit
  30. 25 Aug, 2017 1 commit
  31. 22 Aug, 2017 1 commit
  32. 11 Aug, 2017 1 commit
  33. 19 Mar, 2017 1 commit
  34. 06 Jan, 2017 1 commit
  35. 24 Nov, 2016 1 commit
  36. 30 Oct, 2016 1 commit
    • Ilias's avatar
      Fix #17964 (#17997) · bf439363
      Ilias authored
      * Fix #17964
      
      Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended.
      bf439363