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.

0.2.0 - 2025-06-26#

Added#

  • Deployed online documentation: https://flet-dev.github.io/flet-map/
  • New controls:
    • SourceAttribution
    • ImageSourceAttribution
  • New types:
    • Camera
    • CameraFit
    • CursorKeyboardRotationConfiguration
    • CursorRotationBehaviour
    • KeyboardConfiguration

Changed#

  • Refactored all controls to use @flet.control dataclass-style definition.
  • The following classes were renamed:
    • MapInteractionConfigurationInteractionConfiguration
    • MapInteractiveFlagInteractionFlag
    • MapMultiFingerGestureMultiFingerGesture
    • MapTileLayerEvictErrorTileStrategyTileLayerEvictErrorTileStrategy

0.1.0 - 2025-01-15#

Initial release.