From ede23f0b446ad078db452ea64523a3c71ea9f6ac Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Sun, 27 Jul 2025 09:22:02 +0200 Subject: [PATCH] [Map] Mark package as non experimental --- src/Map/CHANGELOG.md | 1 + src/Map/README.md | 3 --- src/Map/doc/index.rst | 3 --- src/Map/src/Live/ComponentWithMapTrait.php | 2 -- 4 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Map/CHANGELOG.md b/src/Map/CHANGELOG.md index f4b4accdb34..9b7ac7ef5f1 100644 --- a/src/Map/CHANGELOG.md +++ b/src/Map/CHANGELOG.md @@ -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 diff --git a/src/Map/README.md b/src/Map/README.md index d554e4163cd..60864148b89 100644 --- a/src/Map/README.md +++ b/src/Map/README.md @@ -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 diff --git a/src/Map/doc/index.rst b/src/Map/doc/index.rst index 55101196430..b8bf0340e07 100644 --- a/src/Map/doc/index.rst +++ b/src/Map/doc/index.rst @@ -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`_. diff --git a/src/Map/src/Live/ComponentWithMapTrait.php b/src/Map/src/Live/ComponentWithMapTrait.php index cd6322c7471..113b14f0e90 100644 --- a/src/Map/src/Live/ComponentWithMapTrait.php +++ b/src/Map/src/Live/ComponentWithMapTrait.php @@ -20,8 +20,6 @@ /** * @author Hugo Alliaume - * - * @experimental */ trait ComponentWithMapTrait {