This repository was archived by the owner on Dec 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
1212- Deployed online documentation: https://flet-dev.github.io/flet-map/
1313- New controls:
14- - ` SourceAttribution `
15- - ` ImageSourceAttribution `
14+ - ` SourceAttribution `
15+ - ` ImageSourceAttribution `
1616- New types:
17- - ` Camera `
18- - ` CameraFit `
19- - ` CursorKeyboardRotationConfiguration `
20- - ` CursorRotationBehaviour `
21- - ` KeyboardConfiguration `
17+ - ` Camera `
18+ - ` CameraFit `
19+ - ` CursorKeyboardRotationConfiguration `
20+ - ` CursorRotationBehaviour `
21+ - ` KeyboardConfiguration `
2222
2323
2424
2525### Changed
2626
2727- Refactored all controls to use ` @flet.control ` dataclass-style definition.
2828- The following classes were renamed:
29- - ` MapInteractionConfiguration ` → ` InteractionConfiguration `
30- - ` MapInteractiveFlag ` → ` InteractionFlag `
31- - ` MapMultiFingerGesture ` → ` MultiFingerGesture `
32- - ` MapTileLayerEvictErrorTileStrategy ` → ` TileLayerEvictErrorTileStrategy `
29+ - ` MapInteractionConfiguration ` → ` InteractionConfiguration `
30+ - ` MapInteractiveFlag ` → ` InteractionFlag `
31+ - ` MapMultiFingerGesture ` → ` MultiFingerGesture `
32+ - ` MapTileLayerEvictErrorTileStrategy ` → ` TileLayerEvictErrorTileStrategy `
3333
3434## [ 0.1.0] - 2025-01-15
3535
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Issues = "https://github.com/flet-dev/flet-map/issues"
2222[dependency-groups ]
2323dev = [
2424 " pre-commit>=4.2.0" ,
25+ " ruff>=0.11.7" ,
2526]
2627docs = [
2728 " mkdocs" ,
You can’t perform that action at this time.
0 commit comments