Skip to content

Releases: basvanmeurs/tree2d

v1.0.2

17 Apr 08:26
Compare
Choose a tag to compare
  • fix(image worker): improve error message 33b155a
  • Merge branch 'master' of github.com:Planning-nl/tree2d 8e8374a
  • fix(update): fix recursive update loop 'false negative render' bug 1541682
  • Update README.md 33f4c98

v1.0.1...v1.0.2

v1.0.1

16 Apr 10:51
Compare
Choose a tag to compare
  • fix(texture): fix pixelRatio while using texture clipping and limit w,h to texture size de52141

v1.0.0...v1.0.1

First release

15 Apr 14:58
Compare
Choose a tag to compare

API freeze for v1

  • fix(flexbox.js): fix bug in flexbox ee1758d
  • refactor(texture): do not store pixelRatio multiplied clipping regions 0b18d04
  • fix(flexbox.js): fix setParent bug e08f6a6

v1.0.0-alpha.14...v1.0.0

improvements for Vugel

15 Apr 12:23
Compare
Choose a tag to compare
Pre-release
  • chore(package-lock.json): remove package-lock, use yarn.lock 776989c
  • chore(package-lock.json): remove package-lock, use yarn.lock f0fe5b2
  • fix(flexbox.js): implementation for flexbox skipInLayout feature 90bd039
  • fix(flexbox.js): implementation for flexbox commit basvanmeurs/flexbox.js@77a0575 dac0ebc
  • fix(tests): add pixelRatio for rectangle texture test, and remove resizeMode tests 36c37af
  • chore(cleanup): remove resize mode 36d8bd6
  • chore(events): use single argument event callbacks in tree2d 6a64c5f
  • feat(StageOptions): separate stage options dc251dc
  • fix(RoundedRectangleShader): set initial radius to 0 3e3a5ca
  • feat(pixelRatio): improve pixelRatio handling/quality and add svg texture c689955
  • fix(Patcher): if not a literal object, assume instance and overwrite existing property c825d67
  • feat(texture): custom canvas2d drawing texture 1e04bf4
  • feat(rectangle): refactor special rounded/shadowed rectangle textures 8a9e0ca
  • feat(fontWeight): specify weight independently 72861fb
  • feat(boundsMargin): allow bounds margin left/top/right/bottom to be specified separately 3f83a84
  • feat(webgl): use OES_element_index_uint extension if available 26b11a6

v1.0.0-alpha.13...v1.0.0-alpha.14

v1.0.0-alpha.13

03 Apr 19:39
Compare
Choose a tag to compare
v1.0.0-alpha.13 Pre-release
Pre-release
  • chore(performance): various performance improvements aea79a5
  • feat(speedtest): add speedtest bfda56a
  • fix(autostart): fix autostart 60fabf4

v1.0.0-alpha.12...v1.0.0-alpha.13

v1.0.0-alpha.11

02 Apr 11:33
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release
  • fix(flexbox): update to latest flexbox 5db7983
  • fix(flexbox): update to latest flexbox 3fd9446
  • chore(webpack-config): use newer version 7eb4b84
  • fix(package): use lib/index.ts for types 4d5c7ee
  • fix(pixelRatio): use client rect because it's more precise than clientWidth/clientHeight (rounded) eb3be3b
  • fix(texture height): fix artifact when rendering textures 845fd49
  • fix(coords): fix coords width/height dec1f60
  • fix(flexbox): see basvanmeurs/flexbox.js#2 357b850
  • feat(text): simplify text rendering 1036a84
  • feat(text): simplify text rendering 0263536
  • fix(tests): add some exports for tests 4053a3a
  • feat(module): also bundle ts lib baa6d16
  • feat(module): improve bundling 24dbaa8
  • fix(ElementCore): use texture dimensions when actual dimensions are unspecified 10c478a
  • feat(coordinates): getElementsAtCanvasCoordinates proved to be unnecessary 73df416
  • feat(data): added custom field to Element 1a5a86c
  • feat(coordinates): add offset to event results, fix bug in complex transformation matrix e49e3fd
  • feat(coordinates): Stage.getElementsAtCanvasCoordinates a5c3874
  • Merge branch 'master' of github.com:Planning-nl/tree2d d6cd31f
  • Update package.json b76089b
  • Update README.md 9561ef4

v1.0.0-alpha.10...v1.0.0-alpha.11