Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Releases: tleunen/pixi-multistyle-text

v0.7.0-rc.1

05 Oct 13:46
Compare
Choose a tag to compare
v0.7.0-rc.1 Pre-release
Pre-release

New features:

  • Tag-level interactions (e.g. pointer events)
  • Tag properties

This hasn't been tested extremely thoroughly (especially with various line wrapping options), so be aware that there may be bugs with both the new and pre-existing functionality. If you find any, let us know in the issues section!

v0.6.0

05 Oct 13:34
Compare
Choose a tag to compare
  • Feature: more options for valign
  • Feature: debug mode
  • Fix: don't include spaces before the first word on a line when word wrapping
  • Fix: use the letterSpacing property
  • Fix: don't crash if there are no characters between tags
  • Fix: fix deprecation warnings with Pixi 4.5.0
  • Fix: wrap styled text correctly when breakWords is set

v0.5.1

20 Jan 21:53
Compare
Choose a tag to compare

Patches

  • Fix: wordWrap() - Don't add spaces before the first word on a line: #38
  • Fix: Fix letterSpacing property: #40

Credits

Huge thanks to @bluepichu for their help!

v0.5.0

16 Jan 14:01
Compare
Choose a tag to compare

Minor Changes

  • Feat: Add setTagStyle() and deleteTagStyle(): 588f21b

Patches

  • Fix: Fix build errors: #14
  • Fix: Fix line y-position computation bug: #17
  • Fix: Fix exported module: #18
  • Fix: Override wordWrap method to ignore tags: #20
  • Fix: Add offset for stroke after checking alignment: #24
  • Fix: Right-alignment-pad first word only: #25
  • Fix: Fix drop shadows: 2cc378c