Skip to content

[Map] Mark package as non experimental #2945

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
Jul 27, 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: 1 addition & 0 deletions src/Map/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 2.28

- Add `minZoom` and `maxZoom` options to `Map` to set the minimum and maximum zoom levels
- The package is not experimental anymore

## 2.27

Expand Down
3 changes: 0 additions & 3 deletions src/Map/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Symfony UX Map

**EXPERIMENTAL** This component is currently experimental and is
likely to change, or even change drastically.

Symfony UX Map integrates interactive Maps in Symfony applications, like Leaflet or Google Maps.

**This repository is a READ-ONLY sub-tree split**. See
Expand Down
3 changes: 0 additions & 3 deletions src/Map/doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Symfony UX Map
==============

**EXPERIMENTAL** This component is currently experimental and is likely
to change, or even change drastically.

Symfony UX Map is a Symfony bundle integrating interactive Maps in
Symfony applications. It is part of `the Symfony UX initiative`_.

Expand Down
2 changes: 0 additions & 2 deletions src/Map/src/Live/ComponentWithMapTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

/**
* @author Hugo Alliaume <[email protected]>
*
* @experimental
*/
trait ComponentWithMapTrait
{
Expand Down
Loading