Skip to content

Commit 4a99aa0

Browse files
feat(version): 3.4.0
1 parent 206cfba commit 4a99aa0

File tree

35 files changed

+6905
-368
lines changed

35 files changed

+6905
-368
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
.idea
2-
temp/*
32
.DS_Store
43
/node_modules/
54
/public/assets/
65
/public/**/*.html
76
/public/**/*.json
8-
/public/emails/*.html
9-
#!.gitkeep
7+
/public/userfiles
8+
!.gitkeep

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
v3.2.0
2+
* feat: added winduum native dialog with better accessibility
3+
* feat: added winduum tailwind plugin and new css breakpoints
4+
* feat: changed emails root to src/views/email
5+
* feat: added some missing type definitions
6+
* feat: remove inView function
7+
* feat: improved syntax of tracking events in LibSwup
8+
* feat(bc): lib-dialog now uses native stimulus attributes, see docs for more info
9+
* feat(bc): lib-dialog fetch expects "content" in response, instead of "dialog"
10+
* fix: dynamic imports with @vite-ignore
11+
12+
v3.3.1
13+
* feat: swup v3 update
14+
* feat: dependencies update
15+
* feat: added loading before send to lib-form
16+
* feat: added naja submit to lib-recaptcha
17+
* feat: added sklik retargetingHit to swup
18+
* feat: added najaLoad to loadStimulus function
19+
120
v3.3.0
221
* feat: added email posthtml examples
322
* feat(bc): removed stimulus helpers - queryTarget, getValue etc.

0 commit comments

Comments
 (0)