Skip to content

Releases: AnyChart/GraphicsJS

Release v1.3.5

30 Oct 02:58
Compare
Choose a tag to compare
Release v1.3.5

Release v1.3.2

20 Dec 02:50
Compare
Choose a tag to compare

Changes

  • Improved memory allocation when running GraphicsJS in Node.js environment.
  • Fixed issues with non working text.path() method

Release v1.3.1

10 Oct 03:59
Compare
Choose a tag to compare

Fixed IE 6-8 drawing issues

Release v1.3.0

07 Jun 08:12
Compare
Choose a tag to compare
  • Word wrap feature is now available using text.wordWrap('byWord') call
  • Added serializePathArgs method, a lightweight way to copy acgraph.vector.Path element without appearance settings.
  • Fixed issues with text rotation feature in IE8 - IE6

v1.2.0

27 Feb 02:52
Compare
Choose a tag to compare

Improvements:

  • Updated the Closure library and the Closure Compiler to version 20161024.
  • Improved performance.
    • The process of getting a link to a container for the stage has been optimized.
    • Resize events are now delivered using the Timer object instead of the iFrame element.

Bug fixes:

  • Fixed exporting to an image file in a situation when dimensions are specified for the following methods: saveAsPng(), saveAsJpg(), saveAsSvg(), saveAsPdf().
  • Fixed gradients in Firefox 51+.

v1.1.0

27 Feb 02:50
Compare
Choose a tag to compare

New Features:

  • Added Unmanaged Layer feature.
  • Added a11y support setTitle, setDesc, setAttributes, getAttribute methods.
  • Added new primitives triangleRight, triangleLeft.
  • Exports reworked with goog.net.IframeIo.