Skip to content

Commit

Permalink
minor #133 [release] init changelog for 1.12.0 (jrushlow)
Browse files Browse the repository at this point in the history
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
weaverryan committed Jun 18, 2021
2 parents 57b3cca + 222e83e commit 9943a59
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions CHANGELOG.md
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*

0 comments on commit 9943a59

Please sign in to comment.