Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

31 lines (17 loc) · 1.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is inspired from Keep a Changelog, and this project adheres to Semantic Versioning.

v1.2.0

  • New strokeColor and strokeWidth text formatting options to control the outline of the text (#292).
    • Note that due to how the strokeText() and measureText() Canvas APIs work, the stroke is not considered in text placement. Setting a large width will result in the stroke "bleeding" outside the text box.

v1.1.2

  • Fixed bug where drawText() config fontColor option was not being included in the base font format used to render the text (#64).

v1.1.1

Changed

  • README updated to include the new overflow option in the API docs.

v1.1.0

Added

  • New overflow?: boolean config parameter for drawText() API: True (default) to allow overflow; false to clip text to box.

v1.0.0

  • First official release 🎉