1.18.0
Note: This release has breaking changes.
- REFACTOR: Modernize switch; use switch-expressions and no break; (#3133). (b283b82f)
- FIX: Add key parameters to the rest of the components (#3170). (2477ea0f)
- FIX: Invoke
setToStart
on child effect controller of wrapping effect controllers (#3168). (217c95f0) - FIX: Fix cascading and fallback propagation of text styles (#3129). (7b706d5f)
- FEAT: Add
onReleased
action toAdvancedButtonComponent
which will be called withinonTapUp
(#3152). (2269732e) - FEAT: Support text align on new text rendering pipeline (#3147). (194d5536)
- FEAT: Add missing parameters to InlineTextStyle (#3146). (ce9392ab)
- FEAT: Expand flame_lint to respect required pub.dev checks (#3139). (6e80bf5e)
- FEAT: Add accessor to determine a TextElement size (#3130). (8a63a07a)
- FEAT: Add ability to convert between TextPaint and InlineTextStyle (#3128). (6b63a57a)
- FEAT: Add completed future for effects (#3123). (5e967deb)
- FEAT: Add custom long tap delay (#3110). (a95d7df6)
- DOCS: Update the dartdocs for
FixedResolutionViewport
(#3132). (db4b6fd6) - BREAKING FIX: Update IsometricTileMapComponent to have better defined position and size (#3142). (9a7bdc74)