Skip to content

Commit 0bae1d8

Browse files
committed
minor #1448 Bumping changelog for 2.14.1 (weaverryan)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- Bumping changelog for 2.14.1 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | None | License | MIT I don't think any other important bug fixes are needed. I'll release this soon. Commits ------- 76adbcf Bumping changelog for 2.14.1
2 parents 1e47bb3 + 76adbcf commit 0bae1d8

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

src/LiveComponent/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 2.14.1
4+
5+
- Fixed a regression in the testing tools related to the default HTTP
6+
method change
7+
38
## 2.14.0
49

510
- Add support for URL binding in `LiveProp`

src/StimulusBundle/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.14.1
4+
5+
- Fixed bug with Stimulus controllers in subdirectories on Windows
6+
37
## 2.14.0
48

59
- Added Typescript controllers support

ux.symfony.com/src/Controller/Demo/LiveMemoryController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
namespace App\Controller\Demo;
1313

14-
use App\Service\LiveDemoRepository;
1514
use App\LiveMemory\GameStorageInterface;
15+
use App\Service\LiveDemoRepository;
1616
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
1717
use Symfony\Component\HttpFoundation\Response;
1818
use Symfony\Component\Routing\Attribute\Route;

ux.symfony.com/src/Twig/Components/LiveMemory/Board.php

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
/**
3131
* @demo LiveMemory
32+
*
3233
* @author Simon André <[email protected]>
3334
*/
3435
#[AsLiveComponent('LiveMemory:Board')]

0 commit comments

Comments
 (0)