- Fixed latin character tokenization with diacritics and numbers.
- Updated the prereqs to newer versions suggested by dependabot.
- 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.
Everything below this point is the original change log before Plain Black forked.
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.10.0 (2020-02-28)
- 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
- Fix demo pixi renderer (7ca3aaf)
0.9.0 (2020-01-24)
- The support for Pixi v4 has been dropped
Co-authored-by: Romain benzen@hotmail.fr
0.8.0 (2019-11-12)
0.7.0 (2018-10-29)
- Fix Stroke thickness issues (#73) (36cfc62), closes #59 #60
- text not rendered when
stroke
orfill
is 0x000000 (#69) (aa0e7de)
- 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)
- The default text style changed from
bottom
tobaseline
.
0.5.4 (2017-06-30)
0.5.3 (2017-06-12)
0.5.2 (2017-03-29)
0.5.1 (2017-01-20)
- 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)
- Add offset for stroke after checking alignment (#24) (5d63a3a), closes #22
- Fix build errors (#14) (4fee646), closes #10
- Fix drop shadows (2cc378c), closes #26
- Fix exported module (#18) (cf527eb), closes #12
- Fix line y-position computation bug (#17) (6aa7636), closes #11
- Override wordWrap method to ignore tags (#20) (662d1e6), closes #9 #16
- Right-alignment-pad first word only (#25) (65eb1f3), closes #23