File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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 .
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments