Releases: lightning-js/renderer
Releases · lightning-js/renderer
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
v2.3.0
What's Changed
- feat: Add bound status to a div state attribute in the Inspector by @wouterlucas in #399
- removed useProgram call WebGlCoreShader by @jfboeve in #400
- fix: Update RenderBounds if clipping is enabled on transform by @wouterlucas in #398
- Scheduled state for animations with delay by @michielvandergeest in #401
- Feat/webgl2 context by @erikhaandrikman in #403
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- update the way uniform values are set by @jfboeve in #387
- perf: Replace forEach with for loops by @chiefcll in #383
- Export ImageTexture by @suresh-gangumalla in #386
- Remove uniform wrapper and use concise setUniform<1f,2f,3f,4f> methods by @wouterlucas in #381
- fix: re-evaluate isRenderable on alpha change by @wouterlucas in #390
- Removed beta terminology from the readme. by @michielvandergeest in #393
- Added an alignment test by @wouterlucas in #391
- Fix toggle clipping & boundaries by @wouterlucas in #392
- Flag parent if render texture child has changes by @erikhaandrikman in #394
- compat: Remove fromEntries for older browser support by @chiefcll in #385
New Contributors
- @suresh-gangumalla made their first contribution in #386
Full Changelog: v2.1.2...v2.2.0
v2.1.2
What's Changed
- Fix example project custom-shader-effect-texture by @jfboeve in #378
- fix: Move marking the outOfBound render state to the end of the updat… by @wouterlucas in #380
Full Changelog: v2.1.1...v2.1.2