Skip to content

Releases: hactar/maplibre-swiftui-dsl-playground

v0.0.10

11 Dec 08:58
e9ad082
Compare
Choose a tag to compare

Version 0.0.10

Commits

v0.0.9

14 May 11:44
Compare
Choose a tag to compare

Version 0.0.9

Commits

v0.0.8

05 May 17:40
aa159ad
Compare
Choose a tag to compare

Version 0.0.8

Commits

v0.0.7

22 Apr 20:09
3170249
Compare
Choose a tag to compare

Version 0.0.7

Commits

  • [3170249] Merge pull request maplibre#35 from Rallista/feat/change-reason-on-view-port
  • [8f3689c] feat: added change reason to view port update
  • [f491b6b] feat: added change reason to view port update
  • [ac4f4d8] Fix typos

v0.0.6

16 Apr 07:19
1ebefd1
Compare
Choose a tag to compare

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

14 Apr 09:50
6e0cf32
Compare
Choose a tag to compare

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

22 Mar 12:34
d330665
Compare
Choose a tag to compare

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

12 Mar 17:08
Compare
Choose a tag to compare

Version 0.0.3

Commits

v0.0.2

21 Feb 09:36
a41e1b9
Compare
Choose a tag to compare

Version 0.0.2

Commits

  • [a41e1b9] Upgrade maplibre version

v0.0.1

20 Feb 23:08
34724f7
Compare
Choose a tag to compare

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