Skip to content

Changelog#

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased - 2025-mm-dd#

Added#

Changed#

  • Refactored all controls to use @flet.control dataclass-style definition.
  • Additionally, they are now all based on their flet counterparts:
    • DataTable2 is now based on flet.DataTable
    • DataColumn2 is now based on flet.DataColumn
    • DataRow2 is now based on flet.DataRow

0.1.0 - 2025-03-16#

Initial release.