Releases: lightning-js/renderer
Releases · lightning-js/renderer
v3.0.0-beta7
What's Changed
- Prevent glClearColor when clear color is changed by @erikhaandrikman in #559
- Fix inspector is enabled even though it isn't by @chiefcll in #560
- #547 Fixed. Width and Height not updating on textures by @Drulokia in #558
- docs: fix broken example project by @minhui-foxtel in #561
- Feat/touch detection by @jfboeve in #562
- fix detect touch test with right function name by @jfboeve in #564
- Fix failed textures getting stuck by @wouterlucas in #563
Full Changelog: v3.0.0-beta6...v3.0.0-beta7
v2.13.3
What's Changed
- Fix failed textures getting stuck by @wouterlucas in #563 (partial)
Full Changelog: v2.13.2...v2.13.3
v3.0.0-beta6
What's Changed
- fix Docker build by @wouterlucas in #553
- Remove deprecated preventCleanup flag by @wouterlucas in #551
- Cleanup left over platform calls by @wouterlucas in #550
- Update framebufferDimensions handling to support null values based on parentHasRenderTexture by @wouterlucas in #555
- Fix/shader border precision by @jfboeve in #554
- refactor: simplify isProduction check and remove unused assertions by @wouterlucas in #552
Full Changelog: v3.0.0-beta5...v3.0.0-beta6
v3.0.0-beta5
v3.0.0-beta4
What's Changed
- fix: setState dimensions undefined by @pecoram in #541
- Fix text overflow calculation not correct by @Drulokia in #522
- Feat/refactor texture coords by @jfboeve in #542
- Introduce platform abstraction layer by @wouterlucas in #422
Full Changelog: v3.0.0-beta3...v3.0.0-beta4
v2.13.2
What's Changed
Full Changelog: v2.13.1...v2.13.2
v3.0.0-beta3
What's Changed
- Add issue/pr templates and auto housekeeping by @wouterlucas in #530
- RC 3.0 by @jfboeve in #503
- fix: base64 images and xhr on chrome <67 by @pecoram in #534
- use transfer with ImageWorker by @chiefcll in #538
- feat: support for Blob images by @pecoram in #531
- Fix/rc3 optimisations by @jfboeve in #537
- fix: typescript issues with new shader structure by @chiefcll in #535
- chore: support wider node version by @minhui-foxtel in #540
New Contributors
- @minhui-foxtel made their first contribution in #540
Full Changelog: v2.13.0...v3.0.0-beta3
v2.13.1
What's Changed
- Add issue/pr templates and auto housekeeping by @wouterlucas in #530
- fix: base64 images and xhr on chrome <67 by @pecoram in #534
- feat: support for Blob images by @pecoram in #531
- use transfer with ImageWorker by @chiefcll in #538
Full Changelog: v2.13.0...v2.13.1
v2.13.0
Notable changes:
- Autodetection of
createImageBitmap
is disabled for startup performance, this can be enabled by the following setting:createImageBitmapSupport - 'auto' | 'basic' | 'options' | 'full'
by setting thecreateImageBitmapSupport
value toauto
. Otherwise please select the appropriate supported version for your target by setting eitherbasic
for no options (chrome v50),options
for options support (chrome 52) andfull
to also include support for cropping (chrome 54 and higher). doNotExceedCriticalThreshold
setting will stop uploading new textures if memory is abovecriticalThreshold
What's Changed
- 428 dynamic bounds margin by @Drulokia in #467
- GC enhancements by @wouterlucas in #526
- fix: font-size and line-height break on inspector by @pecoram in #525
- Fix renderbounds with RTT chains by @wouterlucas in #529
Full Changelog: v2.12.1...v2.13.0