Skip to content

Releases: dcgw/excalibur-text

v1.1.1

24 Nov 16:05
Compare
Choose a tag to compare

1.1.1 (2022-11-24)

Bug Fixes

  • renderer: fix incorrect culling when text is at edge of screen (ad4c838)
  • renderer: fix text outline being cropped (f2d6a73)

v1.1.1-alpha.1

24 Nov 15:39
Compare
Choose a tag to compare
v1.1.1-alpha.1 Pre-release
Pre-release

1.1.1-alpha.1 (2022-11-24)

Bug Fixes

  • renderer: fix incorrect culling when text is at edge of screen (ad4c838)

v1.1.0

24 Nov 13:39
Compare
Choose a tag to compare

1.1.0 (2022-11-24)

Features

  • deps: add support for excalibur v0.26.x (ed7af20)
  • deps: add support for excalibur v0.27.x (8545d80)

v1.0.1

24 Nov 02:17
Compare
Choose a tag to compare

1.0.1 (2022-11-24)

Bug Fixes

  • don't deploy yarn cache files or husky scripts (d264869)

v1.0.0

24 Nov 02:11
Compare
Choose a tag to compare

1.0.0 (2022-11-24)

Features

  • implement alternative Text class (e52b99f)
  • deps: add dependency on excalibur (4f8631d)

Bug Fixes

  • renderer: fix shadow being cropped if it is offset (0163a0b)
  • wrap: fix text potentially being cropped by up to 1 pixel at edges (8171023)
  • fix text not updating when using WebGL renderer (84f048e)

Performance Improvements

  • renderer: cache rendered text for as long as properties are unchanged (b6537af)