Skip to content

Releases: lightning-js/renderer

v1.0.0

15 Jul 14:47
7ee168e
Compare
Choose a tag to compare

What's Changed

Fixes

Performance

Non-User Facing

  • refactor(CoreTextureManager): Eliminate ctxTextureCache by @frank-weindel in #299
  • Add v8 coverage & upgrade to Vite 5 by @M4tiz in #300
  • Passing renderCoords from CoreNode to addQuad by @jfboeve in #295

New Contributors

Full Changelog: v0.9.4...v1.0.0

v1.0.0-rc.3

11 Jul 04:05
c327639
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3

v1.0.0-rc.2

10 Jul 04:06
f9ee041
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

What's Changed

Non-User Facing

New Contributors

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2

v1.0.0-rc.1

08 Jul 16:25
e3f227a
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc.0...v1.0.0-rc.1

v1.0.0-rc.0

05 Jul 17:49
113d744
Compare
Choose a tag to compare
v1.0.0-rc.0 Pre-release
Pre-release

What's Changed

Performance

Non-User Facing

  • refactor(CoreTextureManager): Eliminate ctxTextureCache by @frank-weindel in #299
  • Add v8 coverage & upgrade to Vite 5 by @M4tiz in #300
  • Passing renderCoords from CoreNode to addQuad by @jfboeve in #295

New Contributors

Full Changelog: v0.9.4...v1.0.0-rc.0

v0.9.4

26 Jun 19:17
1009ee6
Compare
Choose a tag to compare

What's Changed

  • Added missing HolePunchEffect type exports by @pecoram in #303
  • Fix wrong load of external resources when the local protocol is file:// by @albdima83 in #309

Full Changelog: v0.9.3...v0.9.4

v0.9.3

20 Jun 12:22
25b9d4d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.2...v0.9.3

v0.9.2

04 Jun 19:15
ebdf784
Compare
Choose a tag to compare

What's Changed

Non-User Facing

Full Changelog: v0.9.1...v0.9.2

v0.9.1

17 May 18:51
1dc7fba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

14 May 15:26
70af9d4
Compare
Choose a tag to compare

What's Changed

  • Text Rendering: Reported Text Height Changes (Phase 1+2+3) by @frank-weindel in #257
    • Additionally fixes:
      • Canvas Text: Reported dimensions do not include descenders #157
      • SDF Text: Presence of descenders results to higher reported height than when they are absent #165
    • ⚠️ Breaking Change:
      • Constructors for WebTrFontFace and SdfTrFontFace have changed to use objects and add the ability to provide font metrics which are REQUIRED for SDF fonts and HIGHLY RECOMMENDED for Web/Canvas fonts. Use the L3 msdf-generator to get these metrics.
      • Text alignment will be different because of these metrics and the now defaulting ofverticalAlign to 'middle'. Please try to adjust to this new behavior instead of trying to change them back to how they were.
  • Fix textAlign property of Canvas text by @Drulokia and @frank-weindel in #265

Performance

Non-User Facing

Full Changelog: v0.8.4...v0.9.0