File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 4.1.0] - 2022-12-23
10
+
11
+ ### Added
12
+
13
+ - Adding ` name ` in library export to use the package with CDN, Sprockets and ` import-maps ` .
14
+
9
15
### Chore
10
16
11
- - Updating workflows
12
- - Upgrading Node to 16
13
- - Upgrading dependencies
17
+ - Using ` Stimulus ` as external library reducing size from ` 10.29 KiB ` to ` 0.72 kB ` .
18
+ - Bump dependencies.
19
+ - Upgrading to Vite ` 4.x ` .
20
+ - Docs new UI.
21
+ - Upgrading Node to ` 18.x ` .
14
22
15
23
## [ 4.0.0] - 2021-10-06
16
24
@@ -19,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
27
- ** Breaking** Upgrading Stimulus to ` 3.x ` and change namespace from ` stimulus ` to ` @hotwired/stimulus ` .
20
28
- Using default value option for ` wrapperSelector ` .
21
29
- Upgrading dependencies
22
- - Upgrading Node to 14.18.0
30
+ - Upgrading Node to ` 14.18.0 `
23
31
24
32
## [ 3.0.0] - 2021-05-09
25
33
You can’t perform that action at this time.
0 commit comments