Skip to content

Commit 5c144e5

Browse files
committed
bug #2611 [Map] JavaScript package should not be added in user's package.json (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- [Map] JavaScript package should not be added in user's package.json | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT See #2595 (comment) Commits ------- 7fe8c35 [Map] JavaScript package should not be added in user's package.json
2 parents 84fcc3f + 7fe8c35 commit 5c144e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Map/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
2-
2+
3+
## 2.24
4+
5+
- Installing the package in a Symfony app using Flex won't add the `@symfony/ux-map` dependency to the `package.json` file anymore.
6+
37
## 2.23
48

59
- Add `DistanceUnit` to represent distance units (`m`, `km`, `miles`, `nmi`) and

src/Map/assets/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"ci": "biome ci"
1515
},
1616
"symfony": {
17+
"needsPackageAsADependency": false,
1718
"importmap": {
1819
"@hotwired/stimulus": "^3.0.0"
1920
}

0 commit comments

Comments
 (0)