Skip to content

v6.3.0

Compare
Choose a tag to compare
@bigtimebuddy bigtimebuddy released this 23 Mar 18:55
· 2142 commits to dev since this release

馃捑 Download

Development Build:

Production Build:

Documentation:

Changed

v6.2.2...v6.3.0

馃巵 Added

  • Add crossOrigin with credentials support for XHR requests (#7948) @sergaks
  • Add KTXLoader support for uncompressed formats (#8017) @ShukantPal
  • Replace use of self with globalThis (and polyfill) (#8050) @joshuapelealu
  • Add cullable and cullArea properties (#8089) @dev7355608
  • Adds Graphics.nextRoundedRectBehavior to use circles for drawing rounded rectangle corners instead of quadratic curves. In the next major version this will be the default behavior (#8227, #8237) @dev7355608
  • Hide new letterSpacing API behind a flag Text.experimentalLetterSpacing (#8234)

馃悰 Fixed