Releases: hactar/maplibre-swiftui-dsl-playground
Releases · hactar/maplibre-swiftui-dsl-playground
v0.0.10
Version 0.0.10
Commits
- [e9ad082] Default to nil for contentInset (maplibre#64)
- [ae790f0] Fixes modifying state during view update (maplibre#63)
- [ba76be3] Fix missing Dependency (maplibre#61)
- [59853fd] Upgrade MapLibre to version 6.8.1 (maplibre#60)
- [c406d80] Revert "Fix the location manager being nil after Swiftui view update." (maplibre#59)
- [a6e079c] Fix the location manager being nil after Swiftui view update. (maplibre#57)
- [c39688d] Upgrades (maplibre#56)
- [899457f] Fix: recenter doesn't immediately take effect (maplibre#53)
- [9b306fc] Improving Camera Conversion (maplibre#54)
- [d1f9ecc] Minor cleanup (maplibre#52)
- [5ba75ef] Finish MapLibre onboarding (maplibre#51)
- [2b856f5] Merge pull request maplibre#50 from stadiamaps/maplibre-onboarding
- [458daff] Maplibre onboarding
- [a789bbe] Merge pull request maplibre#49 from stadiamaps/make-snapshot-tests-reproducible
- [cee1194] Merge pull request maplibre#48 from stadiamaps/non-optional-font-names-array
- [2c197b0] Commit updated snapshots
- [98197c3] swiftformat
- [d454902] Make snapshot helpers reproducible (expect tests to fail)
- [48fe24e] Remove no-longer-relevant comment
- [32513ed] Change the type as discussed in follow-up to maplibre#47
- [b84df18] Merge pull request maplibre#47 from HudHud-Maps/add-text-font-names
- [21c403d] add text font names
- [8be5051] Merge pull request maplibre#45 from stadiamaps/swift6-concurrency
- [839f92d] swiftformat
- [3771d02] Cleanup
- [7bff6a6] Don't double-run on push and PR
- [e9df3bb] Upgrade Xcode
- [6e86c15] Adopt Swift 6 concurrency norms
- [09fa55f] Merge pull request maplibre#44 from stadiamaps/upgrade-deps
- [1d01042] Bump dependencies for MapLibre and Mockable
- [02f5a62] Merge pull request maplibre#43 from stadiamaps/fix-camera-binding-issues
- [1e6f079] Flip automaticallyAdjustsContentInset to avoid contentInsets edit war
- [5135853] Fix default cameraDisabled value
- [e958f2e] Merge pull request maplibre#42 from HudHud-Maps/mapstyle-pois
- [43b2fff] removing commented out implementation
- [5b3a19d] linting
- [ec1b2eb] resolving merge conflicts
- [1e41063] Merge branch 'main' into mapstyle-pois
- [6a9d74a] adding as centralized value
- [258a8c9] Merge pull request maplibre#41 from stadiamaps/housekeeping
- [05d6cf3] use newest Mockable version
- [b236952] Delete WIP layer that wasn't supposed to be committed
- [288a5f8] Update dependencies
- [49ccef3] Freshen the README
- [605d855] Merge pull request maplibre#39 from HudHud-Maps/enhancement/unify-navigation
- [aece53f] remove unused modifier
- [18e34ac] rename to MLNMapViewController
- [aa3f51a] swiftformat
- [ebea668] add maplibre-navigation instructs to readme
- [5ab5390] code review
v0.0.9
v0.0.8
v0.0.7
v0.0.6
Version 0.0.6
Commits
- [1ebefd1] Merge pull request maplibre#34 from hactar/change-mapstyle
- [f6b8b09] Improve robustness to future failure cases; ensure no unnecessary updates
- [c7fc6a0] Merge pull request maplibre#33 from Rallista/feat/map-view-port
- [1cb4ef0] linting
- [77e65f5] allow changing of mapstyle after creation
v0.0.5
Version 0.0.5
Commits
- [6e0cf32] Merge pull request maplibre#30 from hactar/enhancement/pat-gestures
- [a5a329a] Merge pull request maplibre#32 from stadiamaps/minor-fixes
- [50a5fdd] swiftformat
- [6af3315] Make an attribution button control
- [9927705] Guess we can't use assumeIsolated yet...
- [9248395] Run swiftformat
- [7b28bd4] Use assumeIsolated as it should be
- [d864213] Pin Mockable to specific version since subsequent ones are strangely broken
- [38df025] Fix spelling error in comment
- [695c90d] Fix lints from the last PR
- [546e912] Merge pull request maplibre#31 from Rallista/feat/camera-setters-1
- [e85c300] Added setters for camera parameters
- [0776a62] Added setters for camera parameters
- [c85e904] Added setters for camera parameters
- [cc5fac1] Added setters for camera parameters
- [ca182dc] adding documentation
- [d1a65d8] formatting
- [303012f] adding example usage, fixing double tap issues
v0.0.4
Version 0.0.4
Commits
- [d330665] Merge pull request maplibre#28 from stadiamaps/content-insets-and-more-modifiers
- [879bd06] PR fixes
- [1c321e6] Even worse hack to fix CI
- [8635f1d] swiftfmt and bug fix
- [742622d] Minor refactoring; attempt to fix CI
- [b7f55bb] Add token snapshot test (though it doesn't work at the moment, like the rest)
- [05c7af3] Break out map controls
- [3c084b3] First round of PR review fixes re: concurrency
- [cb3af3f] Revert animated property to false
- [96919e4] Complete refactor of state-specific props out to the state
- [e13f845] Minor fixes
- [e1b94ca] Merge branch 'main' into content-insets-and-more-modifiers + factor out Zoom
- [497ab5f] Merge pull request maplibre#23 from hactar/enhancement/camera-bounding-box
- [dfc7526] run swiftformat
- [004ce94] Merge branch 'main' of https://github.com/hactar/maplibre-swiftui-dsl-playground into enhancement/camera-bounding-box
- [bcd90cf] Expose modifiers and MLNLocationManager instance publicly
- [ef10bbb] Support content insets and a few other idiomatic modifiers toward supporting navigation use cases
- [c22d05d] Minor refactoring; introduce more snapshot tests to make things cleaner
- [875aff8] Fix runtime check warning about state change during update causing UB
- [9bccf81] Fix unnecessary var binding
v0.0.3
Version 0.0.3
Commits
- [6b59504] Remove constant: argument label (part of maplibre#16)
- [e713f13] Merge pull request maplibre#25 from Rallista/feat/docc-init
- [1eb1618] Merge pull request maplibre#27 from Rallista/feat/swiftformat
- [f1f3201] Corrected wierd comments on line breaks
- [3b2dce1] Corrected wierd comments on line breaks
- [cb133d9] feat: swiftformat run + ci
- [e4989ed] feat: swiftformat run + ci
- [8a9320d] Merge pull request maplibre#26 from Rallista/feat/tagged-macros
- [9e5bad3] feat: added tagged/stable macros dependency
- [a1a2a93] Setting up DocC & spi
- [a95c12b] Merge pull request maplibre#22 from hactar/main
v0.0.2
v0.0.1
Version 0.0.1
Commits
- [34724f7] Merge pull request maplibre#21 from Rallista/main
- [7a94d9b] Merge pull request maplibre#5 from Rallista/feat/release-ci
- [0f4d5e8] Added consolidated release workflow
- [253e62b] Added consolidated release workflow
- [a03f4c5] Added release ci for auto on main, manual otheriwsE
- [364005b] Merge pull request maplibre#19 from Rallista/feat/gestures-and-better-camera
- [ad561ea] Updated version to latest
- [d3d0ec8] Updated version to latest
- [6187b1a] Updated version to latest
- [c1eb952] Updated version to latest
- [5925c2d] Updated version to latest
- [622dd75] Updated version to latest
- [d1fc6b5] Added testing for many of the swiftui mapview behaviors
- [a96821f] Added testing for many of the swiftui mapview behaviors
- [a076c35] Added testing for many of the swiftui mapview behaviors
- [1209d54] Improvements based on feedback for gestures and similar
- [dc417e3] Improvements based on feedback for gestures and similar
- [7d3d8c8] Improvements based on feedback for gestures and similar
- [00ff5e3] Improvements based on feedback for gestures and similar
- [8e4c103] Added additional logic for builders
- [5cdf002] Revisions for camera behavior, added basic gesture methods, separated out core MapView
- [b6233a0] Merge pull request maplibre#17 from hactar/circlelayer
- [72ab59e] removing comment, swifty names
- [0fc365a] Merge branch 'main' into circlelayer
- [e44102b] adding iconColor for symbols, better circle example
- [bffdf57] Merge branch 'main' into circlelayer
- [d71bec4] adding example
- [a8a2792] Merge pull request maplibre#14 from hactar/main
- [e49b998] Update Sources/MapLibreSwiftUI/MapView.swift
- [116bf8b] Merge branch 'main' into circlelayer
- [b72ed8f] moving example to own file
- [ee2725d] Merge branch 'main' into circlelayer
- [f4c5ac3] renamed to unsafeViewModifier, added example, added test for ShapeSource
- [6e8416c] Basic CircleStyleLayer
- [77a5e07] improving source builder
- [922f306] add mapViewModifier
- [39e1d89] Use proper Swift package for the latest MapLibre prerelease
- [fee7e4e] Extract macros to a separate package for now
- [14da8c2] Merge pull request maplibre#12 from Rallista/feat/map-camera-and-layer-mods
- [8db4709] Revisions based on PR feedback for MapView
- [10b26f3] Added functionality to MapViewContentBuilder to handle more layer logic
- [57504cc] Added functionality to MapViewContentBuilder to handle more layer logic
- [2cccde8] Adding map camera configuration
- [99504f6] Added map camera, layer mods, and more
- [6199f3f] Merge pull request maplibre#9 from Rallista/main
- [ee6f6b5] Merge pull request maplibre#4 from Rallista/github-testing-action.yml
- [a42726f] Merge branch 'main' of github.com:Rallista/maplibre-swiftui-dsl-playground into github-testing-action.yml
- [c1c2f2c] Updating Task.sleep
- [529096f] Merge pull request maplibre#3 from Rallista/github-testing-action.yml
- [0ed50dd] added ci pipeline for xcodebuild test