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

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Leunen committed Jan 16, 2017
1 parent 5365ab0 commit 0b5d29c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-multistyle-text",
"version": "0.4.0",
"version": "0.5.0",
"description": "Multi-Style Text for pixi.js",
"main": "dist/pixi-multistyle-text.js",
"types": "dist/pixi-multistyle-text.d.ts",
Expand Down

0 comments on commit 0b5d29c

Please sign in to comment.