This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tommy Leunen
committed
Jan 16, 2017
1 parent
5365ab0
commit 0b5d29c
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
<a name="0.5.0"></a> | ||
# [0.5.0](https://github.com/tleunen/pixi-multistyle-text/compare/v0.4.0...v0.5.0) (2017-01-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Add offset for stroke after checking alignment ([#24](https://github.com/tleunen/pixi-multistyle-text/issues/24)) ([5d63a3a](https://github.com/tleunen/pixi-multistyle-text/commit/5d63a3a)), closes [#22](https://github.com/tleunen/pixi-multistyle-text/issues/22) | ||
* Fix build errors ([#14](https://github.com/tleunen/pixi-multistyle-text/issues/14)) ([4fee646](https://github.com/tleunen/pixi-multistyle-text/commit/4fee646)), closes [#10](https://github.com/tleunen/pixi-multistyle-text/issues/10) | ||
* Fix drop shadows ([2cc378c](https://github.com/tleunen/pixi-multistyle-text/commit/2cc378c)), closes [#26](https://github.com/tleunen/pixi-multistyle-text/issues/26) | ||
* Fix exported module ([#18](https://github.com/tleunen/pixi-multistyle-text/issues/18)) ([cf527eb](https://github.com/tleunen/pixi-multistyle-text/commit/cf527eb)), closes [#12](https://github.com/tleunen/pixi-multistyle-text/issues/12) | ||
* Fix line y-position computation bug ([#17](https://github.com/tleunen/pixi-multistyle-text/issues/17)) ([6aa7636](https://github.com/tleunen/pixi-multistyle-text/commit/6aa7636)), closes [#11](https://github.com/tleunen/pixi-multistyle-text/issues/11) | ||
* Override wordWrap method to ignore tags ([#20](https://github.com/tleunen/pixi-multistyle-text/issues/20)) ([662d1e6](https://github.com/tleunen/pixi-multistyle-text/commit/662d1e6)), closes [#9](https://github.com/tleunen/pixi-multistyle-text/issues/9) [#16](https://github.com/tleunen/pixi-multistyle-text/issues/16) | ||
* Right-alignment-pad first word only ([#25](https://github.com/tleunen/pixi-multistyle-text/issues/25)) ([65eb1f3](https://github.com/tleunen/pixi-multistyle-text/commit/65eb1f3)), closes [#23](https://github.com/tleunen/pixi-multistyle-text/issues/23) | ||
|
||
|
||
### Features | ||
|
||
* Add `setTagStyle()` and `deleteTagStyle()` ([588f21b](https://github.com/tleunen/pixi-multistyle-text/commit/588f21b)), closes [#34](https://github.com/tleunen/pixi-multistyle-text/issues/34) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters