Skip to content

v4.9.1 - Flutter 3.24

Choose a tag to compare

@bdlukaa bdlukaa released this 09 Aug 11:57
· 463 commits to master since this release
  • feat: ¹ NumberBox now supports precision greater than 4. ² Add NumberBox.pattern, NumberBox.formatter, NumberBox.format (#1080)
  • fix: Resolved issue where PaneItem within PaneItemExpander remained accessible in NavigationPane compact mode (#1081)
  • fix: Correct number of days on DatePicker popup (#1049)
  • feat: Create PaneItemWidgetAdapter (#1087)
  • feat: Add maxWidth to TooltipThemeData for optional wrapping of long tooltips (#1094)
  • fix: Fixed compile errors with Flutter 3.24.0 stable (#1097)

What's Changed

  • Fix: PaneItem Behavior in Compact Mode by @WXL-steven in #1082
  • fix: Update NumberBox formatting pattern for precision by @FourLeafTec in #1080
  • Add maxWidth to tooltip theme for easy text-wrapping by @klondikedragon in #1095
  • Remove checkerboarding parameters and properties as Flutter 3.24 removed them by @h3x4d3c1m4l in #1097

New Contributors

Full Changelog: v4.9.0...v4.9.1