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

Latest commit

 

History

History
133 lines (61 loc) · 6.73 KB

CHANGELOG.md

File metadata and controls

133 lines (61 loc) · 6.73 KB

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