UNPKG

text-canvas

Version:

Renders wrapped text to a 2D canvas element.

48 lines (29 loc) 1.36 kB
# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [v0.1.3-alpha] - 2016-11-07 ### Fixed - Fixed a text wrapping issue that caused only the last few words of the last line to be rendered. ## [v0.1.2-alpha] - 2016-11-07 ### Fixed - Fixed a critical issue that would cause the canvas to have no dimensions. ## [v0.1.1-alpha] - 2016-11-07 ### Fixed - Fixed a critical issue that would cause the canvas to have no dimensions when `wordWrap` was set to false. ## [v0.1.0-alpha] - 2016-11-06 ### Added - Added word wrapping support - Added font family support - Added font style support - Added font variant support - Added font size support - Added text alignment support - Added text baseline support - Added text colour support - Added pixel density support [Latest]: https://github.com/MrSlide/TextCanvas/tree/master [Unreleased]: https://github.com/MrSlide/TextCanvas/compare/v0.1.3-alpha...develop [v0.1.3-alpha]: https://github.com/MrSlide/TextCanvas/compare/v0.1.2-alpha...v0.1.3-alpha [v0.1.2-alpha]: https://github.com/MrSlide/TextCanvas/compare/v0.1.1-alpha...v0.1.2-alpha [v0.1.1-alpha]: https://github.com/MrSlide/TextCanvas/compare/v0.1.0-alpha...v0.1.1-alpha [v0.1.0-alpha]: https://github.com/MrSlide/TextCanvas/tree/v0.1.0-alpha