Skip to content

Commit

Permalink
minor #1448 Bumping changelog for 2.14.1 (weaverryan)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Feb 3, 2024
2 parents 1e47bb3 + 76adbcf commit 0bae1d8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/LiveComponent/CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG

## 2.14.1

- Fixed a regression in the testing tools related to the default HTTP
method change

## 2.14.0

- Add support for URL binding in `LiveProp`
Expand Down
4 changes: 4 additions & 0 deletions src/StimulusBundle/CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.14.1

- Fixed bug with Stimulus controllers in subdirectories on Windows

## 2.14.0

- Added Typescript controllers support
Expand Down
Expand Up @@ -11,8 +11,8 @@

namespace App\Controller\Demo;

use App\Service\LiveDemoRepository;
use App\LiveMemory\GameStorageInterface;
use App\Service\LiveDemoRepository;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Attribute\Route;
Expand Down
1 change: 1 addition & 0 deletions ux.symfony.com/src/Twig/Components/LiveMemory/Board.php
Expand Up @@ -29,6 +29,7 @@

/**
* @demo LiveMemory
*
* @author Simon André <smn.andre@gmail.com>
*/
#[AsLiveComponent('LiveMemory:Board')]
Expand Down

0 comments on commit 0bae1d8

Please sign in to comment.