-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #133 [release] init changelog for 1.12.0 (jrushlow)
This PR was merged into the main branch. Discussion ---------- [release] init changelog for 1.12.0 Previous releases will be appended at a later time Commits ------- 222e83e [release] init for 1.12.0
- Loading branch information
Showing
1 changed file
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Changelog | ||
|
||
## [v1.12.0](https://github.com/symfony/maker-bundle/releases/tag/v1.12.0) | ||
|
||
*June 18th, 2021* | ||
|
||
### Feature | ||
|
||
- [#124](https://github.com/symfony/webpack-encore-bundle/pull/124) - feat(twig): implements stimulus_action() and stimulus_target() Twig functions, close #119 - *@Kocal* | ||
|
||
### Bug Fix | ||
|
||
- [#111](https://github.com/symfony/webpack-encore-bundle/pull/111) - fix: fix EntrypointLookup Exception - *@jeremyFreeAgent* | ||
|
||
## [v1.11.2](https://github.com/symfony/webpack-encore-bundle/releases/tag/v1.11.2) | ||
|
||
*April 26th, 2021* | ||
|
||
### Bug Fix | ||
|
||
- [#122](https://github.com/symfony/webpack-encore-bundle/pull/122) - handle request deprecations - *@jrushlow* | ||
- [#121](https://github.com/symfony/webpack-encore-bundle/pull/121) - [stimulus-controller] fix bool attributes from being rendered incorrectly - *@jrushlow* | ||
|
||
## [v1.11.1](https://github.com/symfony/webpack-encore-bundle/releases/tag/v1.11.1) | ||
|
||
*February 17th, 2021* | ||
|
||
### Bug Fix | ||
|
||
- [#113](https://github.com/symfony/webpack-encore-bundle/pull/113) - Fixing null and false attributes - *@weaverryan* | ||
- [#112](https://github.com/symfony/webpack-encore-bundle/pull/112) - Fix the safety of the stimulus_controller function - *@stof* | ||
|
||
## [v1.11.0](https://github.com/symfony/webpack-encore-bundle/releases/tag/v1.11.0) | ||
|
||
*February 10th, 2021* | ||
|
||
### Feature | ||
|
||
- [#110](https://github.com/symfony/webpack-encore-bundle/pull/110) - Adding a simpler syntax for single stimulus controller elements - *@weaverryan* | ||
|
||
## [v1.10.0](https://github.com/symfony/webpack-encore-bundle/releases/tag/v1.10.0) | ||
|
||
*February 10th, 2021* | ||
|
||
### Feature | ||
|
||
- [#109](https://github.com/symfony/webpack-encore-bundle/pull/109) - Introduce stimulus_controller to ease Stimulus Values API usage - *@tgalopin* | ||
- [#104](https://github.com/symfony/webpack-encore-bundle/pull/104) - Allow custom EntrypointLookupCollection when instantiating the TagRenderer - *@richardhj* | ||
|
||
## [v1.9.0](https://github.com/symfony/webpack-encore-bundle/releases/tag/v1.9.0) | ||
|
||
*January 15th, 2021* | ||
|
||
### Feature | ||
|
||
- [#102](https://github.com/symfony/webpack-encore-bundle/pull/102) - Adding support for custom attributes on rendered script and link tags - *@weaverryan* | ||
|
||
## [v1.8.0](https://github.com/symfony/webpack-encore-bundle/releases/tag/v1.8.0) | ||
|
||
*October 28th, 2020* | ||
|
||
### Feature | ||
|
||
- [#98](https://github.com/symfony/webpack-encore-bundle/pull/98) - PHP 8.0 compatibility - *@jmsche* |