Skip to content

Commit 4601ec3

Browse files
smnandreKocal
authored andcommitted
Fix stimulus helper name
1 parent 63846e7 commit 4601ec3

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

src/Chartjs/CHANGELOG.md

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

55
- Minimum required Symfony version is now 6.4
66
- Minimum required PHP version is now 8.2
7+
- Remove old compatibility layer with deprecated `StimulusTwigExtension` from WebpackEncoreBundle ^1.0, use StimulusBundle instead
78

89
## 2.30
910

src/Chartjs/src/Twig/ChartExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function renderChart(Chart $chart, array $attributes = []): string
4444
}
4545
$controllers['@symfony/ux-chartjs/chart'] = ['view' => $chart->createView()];
4646

47-
$stimulusAttributes = $this->stimulus->createStimulusAttributes();
47+
$stimulusAttributes = $this->stimulusHelper->createStimulusAttributes();
4848
foreach ($controllers as $name => $controllerValues) {
4949
$stimulusAttributes->addController($name, $controllerValues);
5050
}

src/Notify/CHANGELOG.md

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

55
- Minimum required Symfony version is now 6.4
66
- Minimum required PHP version is now 8.2
7+
- Remove old compatibility layer with deprecated `StimulusTwigExtension` from WebpackEncoreBundle ^1.0, use StimulusBundle instead
78

89
## 2.30
910

src/React/CHANGELOG.md

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

55
- Minimum required Symfony version is now 6.4
66
- Minimum required PHP version is now 8.2
7+
- Remove old compatibility layer with deprecated `StimulusTwigExtension` from WebpackEncoreBundle ^1.0, use StimulusBundle instead
78

89
## 2.30
910

src/Svelte/CHANGELOG.md

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

55
- Minimum required Symfony version is now 6.4
66
- Minimum required PHP version is now 8.2
7+
- Remove old compatibility layer with deprecated `StimulusTwigExtension` from WebpackEncoreBundle ^1.0, use StimulusBundle instead
78

89
## 2.30
910

0 commit comments

Comments
 (0)