Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

42 lines (32 loc) · 1.22 KB

changelog

This file contains highlights of what changes on each version of the StageXL_BitmapFont package. This file is normally updated whenever we push a new version to pub.

Pub version 0.5.2

  • Raised dependency to StageXL 1.4.6
  • Ready for Dart 2.9

Pub version 0.5.1

  • Raised dependency to StageXL 1.4.1
  • Ready for Dart 2.4

Pub version 0.5.0

  • Raised dependency to StageXL 1.4.0
  • Ready for Dart 2.0

Pub version 0.4.0

  • Added support for HiDpi BitmapFonts.
  • Enables Dart Strong Mode.
  • Raised dependency to StageXL 1.3.0

Pub version 0.3.1

  • Raised dependency to StageXL 1.0.0

Pub version 0.3.0

  • Added DistanceFieldShadowFilter
  • Changed DistanceFieldConfig

Pub version 0.2.0

  • BitmapText extends Bitmap and therefore renders super fast.
  • BitmapContainerText extends DisplayObjectContainer and is super flexible.
  • Added DistanceFieldFilters for vector like scaling.

Pub version 0.1.1

  • Updated to StageXL 0.13.0

Pub version 0.1.0

  • Support for Bitmap Font formats: FNT, JSON, XML
  • Support loaders for File BitmapData and TextureAtlas
  • BitmapFont class to query character properties.
  • BitmapText display object to draw text on the stage.