Releases: lightning-js/renderer
Releases · lightning-js/renderer
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
createImageBitmapis disabled for startup performance, this can be enabled by the following setting:createImageBitmapSupport - 'auto' | 'basic' | 'options' | 'full'by setting thecreateImageBitmapSupportvalue toauto. Otherwise please select the appropriate supported version for your target by setting eitherbasicfor no options (chrome v50),optionsfor options support (chrome 52) andfullto also include support for cropping (chrome 54 and higher). doNotExceedCriticalThresholdsetting 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
v2.12.1
v2.12.0
What's Changed
- fix: resolve issues with fetching local assets when serving files from the file protocol by @vonvick in #514
- fix programvalue update for length 4 arrays by @jfboeve in #517
- Expose amount of quads metric by @Drulokia in #508
- feat: expose cleanup feature by @wouterlucas in #520
- Optimize Texture Throttling loading by @wouterlucas in #519
New Contributors
Full Changelog: v2.11.1...v2.12.0
v2.11.1
What's Changed
- fix: duplicate orphaned texture entries, check for renderable and timing by @wouterlucas in #512
Full Changelog: v2.11.0...v2.11.1
v2.11.0
What's Changed
- Fix memory allocations by @wouterlucas in #505
- Improve memory cleanup performance by @wouterlucas in #506
- fix: Unify texture state & subtexture fixes by @wouterlucas in #507
Full Changelog: v2.10.0...v2.11.0