Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 896 Bytes

File metadata and controls

29 lines (18 loc) · 896 Bytes

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.

0.2.0 - 2025-06-26

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.