Skip to content

Commit 369dcd0

Browse files
committed
feature #2945 [Map] Mark package as non experimental (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- [Map] Mark package as non experimental | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT The package has been added in 2.19 in june 2024, and I think it's pretty stable since a moment. Commits ------- ede23f0 [Map] Mark package as non experimental
2 parents 03aa495 + ede23f0 commit 369dcd0

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

src/Map/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 2.28
44

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

78
## 2.27
89

src/Map/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Symfony UX Map
22

3-
**EXPERIMENTAL** This component is currently experimental and is
4-
likely to change, or even change drastically.
5-
63
Symfony UX Map integrates interactive Maps in Symfony applications, like Leaflet or Google Maps.
74

85
**This repository is a READ-ONLY sub-tree split**. See

src/Map/doc/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Symfony UX Map
22
==============
33

4-
**EXPERIMENTAL** This component is currently experimental and is likely
5-
to change, or even change drastically.
6-
74
Symfony UX Map is a Symfony bundle integrating interactive Maps in
85
Symfony applications. It is part of `the Symfony UX initiative`_.
96

src/Map/src/Live/ComponentWithMapTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
/**
2222
* @author Hugo Alliaume <[email protected]>
23-
*
24-
* @experimental
2523
*/
2624
trait ComponentWithMapTrait
2725
{

0 commit comments

Comments
 (0)