Skip to content

Latest commit

 

History

History
142 lines (81 loc) · 7.66 KB

CHANGELOG.md

File metadata and controls

142 lines (81 loc) · 7.66 KB

Change Log

2021-02-23

  • Fixed latin character tokenization with diacritics and numbers.
  • Updated the prereqs to newer versions suggested by dependabot.

2021-02-21

  • Merged strict-typescript pull request from @mimshwright
  • Fixed the animation bug in the demo caused by the strict-typescript PR.
  • Fixed the bbcode [spacing] bug caused by the strict-typescript PR.
  • Fixed the debug bug in the demo caused by the strict-typescript PR.
  • Merged prettier PR from @mimshwright
  • Made demo y position a variable so new demos can be inserted easily.
  • Added support for lineSpacing on default styles.
  • Merged PR for Pixi 5.3 support thanks to @st0nerhat
  • Updated the prereqs to newer versions suggested by dependabot.
  • Merged word tokenizer by @LuckyRabbitFeet.
  • Fixed letterSpacing when used in combination with wordWrap thanks to George Drayer.

Old Change Log

Everything below this point is the original change log before Plain Black forked.


Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.10.0 (2020-02-28)

⚠ BREAKING CHANGES

  • Releasing as a breaking change to make sure this doesn't break for any other existing users without any notice. This commit introduces an import for pixi.js to make it work properly in a commonjs/es modules world

Features

  • Add support for commonjs/es module (#92) (d1e108c)

Bug Fixes

0.9.0 (2020-01-24)

⚠ BREAKING CHANGES

  • The support for Pixi v4 has been dropped

Co-authored-by: Romain benzen@hotmail.fr

Features

0.8.0 (2019-11-12)

Features

  • Add support for BBCode code style (#78) (2a7be20)

0.7.0 (2018-10-29)

Bug Fixes

Chores

  • fix happo, use microbundle to create the dist files, use circleci v2 (#63) (56c7a80)

BREAKING CHANGES

  • Since we now use microbundle to create the library. The output changes a bit and the output file in a CJS file only. If you need to use the library with a script tag, you should use the UMD build.

0.6.0 (2017-07-17)

Feat

BREAKING CHANGES

  • The default text style changed from bottom to baseline.

0.5.4 (2017-06-30)

Bug Fixes

  • styled text not wrapped correctly when breakWords is true (#47) (f3bb028)

0.5.3 (2017-06-12)

0.5.2 (2017-03-29)

Bug Fixes

  • Compute font properties for empty line parts (#43) (228c371), closes #42

0.5.1 (2017-01-20)

Bug Fixes

  • Fix letterSpacing property (#40) (55d8866), closes #39
  • wordWrap() - Don't add spaces before the first word on a line (#38) (2060ce0), closes #37

0.5.0 (2017-01-16)

Bug Fixes

Features

  • Add setTagStyle() and deleteTagStyle() (588f21b), closes #34