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 [email protected]
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