Skip to content
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 <hugo@alliau.me>
*
* @experimental
*/
trait ComponentWithMapTrait
{
Expand Down
Loading