File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
18
## 3.2.0
4
19
5
20
* Allow the controller name to be overridden by the package or user. See #70 .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @symfony/stimulus-bridge" ,
3
3
"description" : " Stimulus integration bridge for Symfony projects" ,
4
- "version" : " 3.2.2 " ,
4
+ "version" : " 3.2.3 " ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments