Skip to content

Commit 771a077

Browse files
committed
Tagging 3.2.3
1 parent a5fcd7e commit 771a077

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## 3.3.3
4+
5+
* Add missing `@babel/plugin-proposal-class-properties` dev dependency by @Kocal in https://github.com/symfony/stimulus-bridge/pull/92
6+
* Fix lazy-controller detection when controller contain static properties (update `acorn` ECMAScript version) by @ameotoko in https://github.com/symfony/stimulus-bridge/pull/93
7+
8+
## 3.2.3
9+
10+
* [Bug] Removing unnecessary Promise in object of controllers to be loaded. See #81.
11+
12+
* Fix README: registering lazy controllers in bootstrap.js. See #76.
13+
14+
## 3.2.1
15+
16+
* Normalizing custom names "/" to "--" like normal controller names. See #72.
17+
318
## 3.2.0
419

520
* Allow the controller name to be overridden by the package or user. See #70.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@symfony/stimulus-bridge",
33
"description": "Stimulus integration bridge for Symfony projects",
4-
"version": "3.2.2",
4+
"version": "3.2.3",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"license": "MIT",

0 commit comments

Comments
 (0)