Releases: lightning-js/renderer
Releases · lightning-js/renderer
v2.7.1
What's Changed
- fix(inspector): top left calculated with mount by @pecoram in #445
- fix: added missing error messages by @pecoram in #446
- fix: change ColorTexture to use Uint8Array instead of ImageData by @wouterlucas in #449
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- fix: added support to border and radius for canvas2d by @pecoram in #425
- Render to Texture refactors by @wouterlucas in #441
Full Changelog: v2.6.2...v2.7.0
v2.6.2
What's Changed
- fix: Inspector get properties from prototype by @wouterlucas in #439
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed
- fix: Inspector breaks animationController by @pecoram in #437
- fix: re-apply canvas text color with alpha by @pecoram in #435
- Fix first frame with RTT by @wouterlucas in #438
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- Global strictBounds configuration value (default: true) by @wouterlucas in #424
- Prevent recursive RTT updates between parent & children by @wouterlucas in #431
- Fix bound calculation when clipping is enabled by @wouterlucas in #423
- fix: [Inspector] drop Proxies, set selective Object.defineProperties traps by @wouterlucas in #432
Full Changelog: v2.5.1...v2.6.0
v2.5.1
What's Changed
- Set gl.clearColor to transparent for render-to-texture nodes by @erikhaandrikman in #421
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- fix: this.inspector always null by @chiefcll in #417
- Resolved sans-serif font issue for firefox browser by @jfboeve in #418
- Fixed LinearGradient/RadialGradient effect for DynamicShader by @jfboeve in #419
- Fix ZWSP word break & seperate Font caches by @wouterlucas in #420
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- Fail gracefully createNativeCtxTexture in WebGlCoreCtxTexture load by @CosmaVergari in #406
- Performance updates by @wouterlucas in #409
- fix: image size on browsers without createImageBitmap by @pecoram in #412
- Added reset of delayFor variable to original delay when new loop starts. by @michielvandergeest in #414
- Added onTick event to animations. by @michielvandergeest in #415
New Contributors
- @CosmaVergari made their first contribution in #406
Full Changelog: v2.3.2...v2.4.0
v2.3.2
What's Changed
- Refactor example font URLs in installFonts.ts and update base path in Fonts by @wouterlucas in #408
- Separate font cache per renderer instance by @m-hall in #405
New Contributors
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- Introduce a strictBounds flag by @wouterlucas in #404
Full Changelog: v2.3.0...v2.3.1