481e2359f9107371e865dc302058b80200763756.svn-base 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. ### Changelog ###
  2. v0.5.0-beta4 - 23.1.2016
  3. * Fix logger requiring access to window object
  4. * Derequire browserify build
  5. * Fix rendering of specific elements when window is scrolled and `type` isn't set to `view`
  6. v0.5.0-beta3 - 6.12.2015
  7. * Handle color names in linear gradients
  8. v0.5.0-beta2 - 20.10.2015
  9. * Remove Promise polyfill (use native or provide it yourself)
  10. v0.5.0-beta1 - 19.10.2015
  11. * Fix bug with unmatched color stops in gradients
  12. * Fix scrolling issues with iOS
  13. * Correctly handle named colors in gradients
  14. * Accept matrix3d transforms
  15. * Fix transparent colors breaking gradients
  16. * Preserve scrolling positions on render
  17. v0.5.0-alpha2 - 3.2.2015
  18. * Switch to using browserify for building
  19. * Fix (#517) Chrome stretches background images with 'auto' or single attributes
  20. v0.5.0-alpha - 19.1.2015
  21. * Complete rewrite of library
  22. * Switched interface to return Promise
  23. * Uses hidden iframe window to perform rendering, allowing async rendering and doesn't force the viewport to be scrolled to the top anymore.
  24. * Better support for unicode
  25. * Checkbox/radio button rendering
  26. * SVG rendering
  27. * iframe rendering
  28. * Changed format for proxy requests, permitting binary responses with CORS headers as well
  29. * Fixed many layering issues (see z-index tests)
  30. v0.4.1 - 7.9.2013
  31. * Added support for bower
  32. * Improved z-index ordering
  33. * Basic implementation for CSS transformations
  34. * Fixed inline text in top element
  35. * Basic implementation for text-shadow
  36. v0.4.0 - 30.1.2013
  37. * Added rendering tests with <a href="https://github.com/niklasvh/webdriver.js">webdriver</a>
  38. * Switched to using grunt for building
  39. * Removed support for IE<9, including any FlashCanvas bits
  40. * Support for border-radius
  41. * Support for multiple background images, size, and clipping
  42. * Support for :before and :after pseudo elements
  43. * Support for placeholder rendering
  44. * Reformatted all tests to small units to test specific features
  45. v0.3.4 - 26.6.2012
  46. * Removed (last?) jQuery dependencies (<a href="https://github.com/niklasvh/html2canvas/commit/343b86705fe163766fcf735eb0217130e4bd5b17">niklasvh</a>)
  47. * SVG-powered rendering (<a href="https://github.com/niklasvh/html2canvas/commit/67d3e0d0f59a5a654caf71a2e3be6494ff146c75">niklasvh</a>)
  48. * Radial gradients (<a href="https://github.com/niklasvh/html2canvas/commit/4f22c18043a73c0c3bbf3b5e4d62714c56acd3c7">SunboX</a>)
  49. * Split renderers to their own objects (<a href="https://github.com/niklasvh/html2canvas/commit/94f2f799a457cd29a21cc56ef8c06f1697866739">niklasvh</a>)
  50. * Simplified API, cleaned up code (<a href="https://github.com/niklasvh/html2canvas/commit/c7d526c9eaa6a4abf4754d205fe1dee360c7660e">niklasvh</a>)
  51. v0.3.3 - 2.3.2012
  52. * SVG taint fix, and additional taint testing options for rendering (<a href="https://github.com/niklasvh/html2canvas/commit/2dc8b9385e656696cb019d615bdfa1d98b17d5d4">niklasvh</a>)
  53. * Added support for CORS images and option to create canvas as tainted (<a href="https://github.com/niklasvh/html2canvas/commit/3ad49efa0032cde25c6ed32a39e35d1505d3b2ef">niklasvh</a>)
  54. * Improved minification saved ~1K! (<a href="https://github.com/cobexer/html2canvas/commit/b82be022b2b9240bd503e078ac980bde2b953e43">cobexer</a>)
  55. * Added integrated support for Flashcanvas (<a href="https://github.com/niklasvh/html2canvas/commit/e9257191519f67d74fd5e364d8dee3c0963ba5fc">niklasvh</a>)
  56. * Fixed a variety of legacy IE bugs (<a href="https://github.com/niklasvh/html2canvas/commit/b65357c55d0701017bafcd357bc654b54d458f8f">niklasvh</a>)
  57. v0.3.2 - 20.2.2012
  58. * Added changelog!
  59. * Added bookmarklet (<a href="https://github.com/niklasvh/html2canvas/commit/b320dd306e1a2d32a3bc5a71b6ebf6d8c060cde5">cobexer</a>)
  60. * Option to select single element to render (<a href="https://github.com/niklasvh/html2canvas/commit/0cb252ada91c84ef411288b317c03e97da1f12ad">niklasvh</a>)
  61. * Fixed closure compiler warnings (<a href="https://github.com/niklasvh/html2canvas/commit/36ff1ec7aadcbdf66851a0b77f0b9e87e4a8e4a1">cobexer</a>)
  62. * Enable profiling in FF (<a href="https://github.com/niklasvh/html2canvas/commit/bbd75286a8406cf9e5aea01fdb7950d547edefb9">cobexer</a>)