Skip to content

Commit ede23f0

Browse files
committed
[Map] Mark package as non experimental
1 parent e1b43e7 commit ede23f0

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)