Skip to content

Nix the changelog for now #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ What issue is this PR targeting?
- [ ] If there are any visual changes as a result, include before/after screenshots and/or videos
- [ ] Add #fixes with the issue number that this PR addresses
- [ ] Update any documentation for affected APIs
- [ ] Update the CHANGELOG
113 changes: 0 additions & 113 deletions CHANGELOG.md

This file was deleted.

18 changes: 18 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
This project has migrated from Stadia Maps to the MapLibre organization!

Xcode and GitHub normally handle these sorts of changes well,
but sometimes they don't.
So, you'll probably want to be proactive and change your URLs from
`https://github.com/stadiamaps/maplibre-swiftui-dsl-playground`
to `https://github.com/maplibre/swiftui-dsl`.

If you're building a plain Xcode project, it might actually be easier to remove the Swift Package
and all of its targets and then re-add with the URL.

Swift Package authors can simply update the URLs.
Note that the package name also changes with the repo name.

```swift
.product(name: "MapLibreSwiftDSL", package: "swiftui-dsl"),
.product(name: "MapLibreSwiftUI", package: "swiftui-dsl"),
```
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Swift DSLs for [MapLibre Native](https://github.com/maplibre/maplibre-native), a
for interactive vector maps, to enable better integration with SwiftUI and generally enable easier use of MapLibre.

**NOTE: This package has migrated from Stadia Maps to the MapLibre organization 🎉**
If you previously installed this package,
see the [`CHANGELOG`](CHANGELOG.md) for steps to ensure Xcode stays happy.
If you previously installed this package, refer to [MIGRATING.md](MIGRATING.md).

![A screen recording demonstrating the declarative SwiftUI DSL reacting to changes live](demo.gif)

Expand Down
Loading