Konva Versions Save

Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.

9.3.6

2 months ago

Commits

  • 4f29c6d: fix trasnformer bug (Anton Lavrenov)
  • ef8710f: note (Anton Lavrenov)
  • 7f607b1: update CHANGELOG with new version (Anton Lavrenov)
  • 03ad744: build for 9.3.6 (Anton Lavrenov)
  • 6d34326: update cdn link (Anton Lavrenov)

9.3.5

2 months ago

Commits

  • b09ceb3: change events order for transformer. fix #1724 (Anton Lavrenov)
  • 73d65cb: improve transformer performance (Anton Lavrenov)
  • ab224d5: update CHANGELOG with new version (Anton Lavrenov)
  • b0b8347: build for 9.3.5 (Anton Lavrenov)
  • 613493e: update cdn link (Anton Lavrenov)

9.3.4

2 months ago

Commits

  • eb4e2b4: fix cliping with zero size. close #1723 (Anton Lavrenov)
  • 8cdac23: update CHANGELOG with new version (Anton Lavrenov)
  • 9f8c653: build for 9.3.4 (Anton Lavrenov)
  • fe8b7e0: update cdn link (Anton Lavrenov)

9.3.3

3 months ago

Commits

  • 4da037a: Another fix for exporting buffered shapes (Anton Lavrenov)
  • 93106ab: update CHANGELOG with new version (Anton Lavrenov)
  • ea92753: build for 9.3.3 (Anton Lavrenov)
  • e767285: update cdn link (Anton Lavrenov)

9.3.2

3 months ago

Commits

  • 76cace8: fix large memory usage (Anton Lavrenov)
  • b37e14a: update CHANGELOG with new version (Anton Lavrenov)
  • f212a1a: build for 9.3.2 (Anton Lavrenov)
  • 1e2c287: update cdn link (Anton Lavrenov)

9.3.1

3 months ago

Commits

  • 813cd4f: add missing types, close #1693 (Anton Lavrenov)
  • a8efcd5: type fixes. close #1692 (Anton Lavrenov)
  • 467147b: Add support for ctx.roundRect (CPatchane) #1695
  • 49e6e3e: Remove the existence check (CPatchane) #1695
  • f6ccabb: Correctly type radii param (CPatchane) #1695
  • a1660e1: fix filters work. close #1697 (Anton Lavrenov)
  • 0d502ba: fix buffer export (Anton Lavrenov)
  • 80fad79: update CHANGELOG with new version (Anton Lavrenov)
  • 297241a: build for 9.3.1 (Anton Lavrenov)
  • abfdf71: update cdn link (Anton Lavrenov)

9.3.0

4 months ago

Features

  • add flag for link line visiable for Transformer's rotate #1690 (liulinboyi)

Commits

  • 47e8d20: fix type issue. clsoe #1663 (Anton Lavrenov)
  • 353a51d: fixed toBlob to specify mineType and quality. close #1674 (kawamataryo) #1675
  • fc0ebb7: little rename (Anton Lavrenov)
  • 5f95164: Merge branch 'liulinboyi-feat/rotateLinkLineVisiable' (Anton Lavrenov)
  • 774fb47: update deps (Anton Lavrenov)
  • b581bd6: update CHANGELOG with new version (Anton Lavrenov)
  • 320bf09: build for 9.3.0 (Anton Lavrenov)
  • 5bf47a3: update cdn link (Anton Lavrenov)

9.2.3

6 months ago

Commits

  • eeca597: Fix position jitter when flip enabled false (Mike) #1659
  • 63924bc: Change order of rotation (Mike) #1659
  • 4224b41: Split translation to make flip work better with rotated rects (Mike) #1659
  • 92d9c6d: trying flip (Anton Lavrenov)
  • 56ce8a8: new test (Anton Lavrenov)
  • a458582: Merge branch 'master' into MadeByMike-fix/1433/position-jitter-when-flip-enabled-is-false (Anton Lavrenov)
  • 0527d23: fix test (Anton Lavrenov)
  • 184ab3f: update deps, enable all tests (Anton Lavrenov)
  • 84f6f90: changes (Anton Lavrenov)
  • 849eb6b: update CHANGELOG with new version (Anton Lavrenov)
  • c261257: build for 9.2.3 (Anton Lavrenov)
  • bb649d9: update cdn link (Anton Lavrenov)

9.2.2

7 months ago

Features

  • Support letterSpacing for RTL. #1637 (xkxx)

Commits

  • 291a40d: Add basic support for RTL text direction. (xkxx) #1637
  • 0fe8616: fix type. close #1643 (Anton Lavrenov)
  • 5570b4d: Use native letterSpacing for RTL and use polyfill for all other cases. (xkxx) #1637
  • 2ef0a38: Address PR comments. (xkxx) #1637
  • ddba4d6: Add tests for rtl text direction. (xkxx) #1637
  • 6a5fc52: Address PR comments (xkxx) #1637
  • 2ea2c4b: Change CDN URL in README (Yusuke Sekiguchi) #1646
  • 541d7b2: Update CDN URL in Quick Look (Yusuke Sekiguchi) #1647
  • d6a7d05: update CHANGELOG with new version (Anton Lavrenov)
  • ae96306: build for 9.2.2 (Anton Lavrenov)
  • 963119f: update cdn link (Anton Lavrenov)

9.2.1

8 months ago

Bug Fixes

Commits

  • 09fd0de: convert var to const (Hamid Bluri) #1594
  • 5d506ad: Custom transformer rotate cursor. (iloabn) #1597
  • 7133abe: fixing findOne result type (Dominic Buetow) #1603
  • 0381f0e: fix typo in Shape.ts (Hamid Bluri) #1614
  • 830771c: release action (Anton Lavrenov)
  • 4e28e1a: Merge branch 'master' of github.com:konvajs/konva into master (Anton Lavrenov)
  • 5f7f6ce: Updated parameter names in context class to match MDN parameter names (Joshua Rudesill) #1625
  • 4971915: Param order (Joshua Rudesill) #1625
  • cd2e173: docs and types (Anton Lavrenov)
  • d33b8e9: more strict typescript (Anton Lavrenov)
  • f3d0339: Merge branch 'master' of github.com:konvajs/konva into master (Anton Lavrenov)
  • b687b97: update deps (Anton Lavrenov)
  • f39c57d: fix text rendering. fix #1634 (Anton Lavrenov)
  • 3af5f0f: fix type, add changelog (Anton Lavrenov)
  • f6bcbb7: additional fix (Anton Lavrenov)
  • 99334e1: typescript fixes (Anton Lavrenov)
  • 9c605e3: update CHANGELOG with new version (Anton Lavrenov)
  • a5274a5: build for 9.2.1 (Anton Lavrenov)
  • d8d6d65: update cdn link (Anton Lavrenov)