-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
211 lines (174 loc) · 6.32 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
v3.7.4
* feat: updated to eslint v9 and neostandard
* feat: naja update
* feat: updated deps
v3.7.3
* feat: updated to naja 3.2
* feat: updated to swup 3.7
v3.7.2
* fix: ui-check validate method
* fix: lib-form example
* fix: ui-control, ui-check dynamic import
* feat: deps update
v3.7.1
* feat: updated to winduum 1.2.0
* feat(bc): removed tippy, added c-popover as alternative
v3.7.0
* feat(bc): added winduum c-drawer
* feat(bc): changed layout components from ids to classes
* feat(bc): removed l-default wrapper in Layout/Main.tpl
* feat(bc): removed browser detection script from Layout/Main.tpl
* feat(bc): c-cookieconsent renamed to c-dialog-cookieconsent
* feat(bc): added @newlogic-digital/cookieconsent-js
* feat(bc): added naja 3.1, now lazy loaded and with extensions
* feat(bc): removed stimulus lib-naja#makeRequest in favour of data-naja
* feat(bc): recaptcha submit removed, follow docs for more info
* feat(bc): removed most of utils in favour of @newlogic-digital/utils-js
* feat(bc): removed lib-script in favour of @newlogic-digital/utils-js
* feat(bc): removed lib-slider, use c-carousel from winduum instead
* feat(bc): removed ui-dot, use winduum dot utility class instead
* feat(bc): theme, removed rgb css properties
* feat(bc): removed styles/Utils/icons.css, use styles/Utils/config.css instead
* feat(bc): removed styles/Utils/print.css
* feat(bc): renamed styles/Utils/tailwind.css to styles/Utils/utilities.css
* feat(bc): updated to winduum 1.1.1
* feat: added toaster from winduum
* feat: added delegateController helper for access other controllers
* feat: added lib-reveal with ability to lazy-load controllers
* feat: added winduum c-form, lib-form stays
* feat: added initAfter util helper
* feat: removed has polyfill
* feat: removed lib-hint, use winduum c-popover
* feat: new modern favicons
* feat: updated to vite v5.2
v3.6.5
* feat: cookie consent update
* feat: manual chunks
v3.6.4
* feat: update winduum v1.0.0
* fix: swup transition and containers
v3.6.3
* feat: update winduum v0.9.0
* fix: swup scroll
v3.6.2
* feat: update winduum v0.7.0
v3.6.1
* feat: update winduum v0.6.0
v3.6.0
* feat: updated deps - winduum v0.5.0, tailwindcss v3.4
* feat: updated stylelint, added @stylistic/stylelint
* feat: updated media vars in `main.json`
v3.5.8
* feat: icon.svg uses symbols
* feat: vite v5, vituum v1.1, newlogic-core v2.1
v3.5.7
* feat: remove service worker
* feat: simplified inputStep
v3.5.6
* feat: update winduum to 0.4.0
v3.5.5
* feat: added preload and modulepreload to main.json
v3.5.4
* feat: added swup and stimulus as top-level await
v3.5.3
* feat: tailwindcss emails
* feat: improved form submitter loading state
* feat: improved lib-naja makeRequest
* fix: cleanup deleted userfiles
v3.5.2
* feat: naja `get` stimulus method changed to `makeRequest`
* feat: dependencies update
* fix: datepicker attributes and change event
v3.5.1
* feat(bc): swup v4 update
* feat: dependencies update
v3.5.0
* feat(bc): added winduum 0.3.x and its components
* feat(bc): added new winduum color pallet with `color-mix`, colors now have also `-rgb` variants for better compatibility
* feat(bc): removed `Libraries/Anchor.js`
* feat(bc): removed `Libraries/Tabs.js`
* feat(bc): `Libraries/NativeSlider.js` changed to `Libraries/Slider.js` and uses Stimulus API now
* feat(bc): removed submitFetch method in `Libraries/ReCaptcha.js`, param naja added instead
* feat(bc): `ui-select` and `ui-input` were replaced with `ui-control`
* feat(bc): `ui-radio` and `ui-checkbox` is now replaced with `ui-check`
* feat(bc): `ui-input-group`,`ui-btn-group` and `ui-badge-group` is now replaced with `ui-group`
* feat(bc): `Functions/checkValidity.js` renamed to `Functions/inputValidity.js`
* feat: `vanilla-datepicker` replaced with `air-datepicker`
* feat: added `replaceScript.js` function
v3.4.2
* feat: vituum v1 update
* feat: newlogic core v2 update
* feat: deps update
v3.4.1
* feat: minor changes from winduum
* feat: removed seamless polyfill
* feat: update stylelint v32 and added stylelint-stylistic plugin
v3.4.0
* feat: added winduum native dialog with better accessibility
* feat: added winduum tailwind plugin and new css breakpoints
* feat: changed emails root to src/views/email
* feat: added some missing type definitions
* feat: remove inView function
* feat: improved syntax of tracking events in LibSwup
* feat(bc): lib-dialog now uses native stimulus attributes, see docs for more info
* feat(bc): lib-dialog fetch expects "content" in response, instead of "dialog"
* fix: dynamic imports with @vite-ignore
v3.3.1
* feat: swup v3 update
* feat: dependencies update
* feat: added loading before send to lib-form
* feat: added naja submit to lib-recaptcha
* feat: added sklik retargetingHit to swup
* feat: added najaLoad to loadStimulus function
v3.3.0
* feat: added email posthtml examples
* feat(bc): removed stimulus helpers - queryTarget, getValue etc.
* feat: improved form validation
* feat(bc): changed ui-dropdown to c-dropdown
* feat: minor js and css refactor
* feat: added types for reCatpcha
* feat: added focus-visible on all hover elements
* feat: removed absolute positioning on ui-image
* feat: added css properties for border-radius (--rounded-*) and spacing (--spacing-*)
* feat: added tailwind helpers for --rounded-* and --spacing-*
* feat: improved responsive breakpoints
* feat: added icons docs page
* feat: added :has postcss plugin
* fix: native slider counterMax
v3.2.0
* feat(bc): changed gulp to vituum
* feat: stimulus v3.1 update
* feat: cookieconsent improvements
* feat: changed c-form to lib-form
* feat: added lib-script controller
v3.1.0
* feat: tailwind v3 update
* feat: stimulus v3 update
* feat: iconfont replaced with svg icons
* feat: updated lib-cookieconsent
* feat: improved lib-anchor
* feat: most of callbacks replaced with promises
* feat: complete refactor of CSS and JS
v3.0.13
* feat: recaptcha enterprise
v3.0.12
* feat: eslint import extensions
* feat: newlogic core update, es-module-shims update
* fix: core->main js in twig
v3.0.11
* feat: stylint custom properties units
* feat: stimulus window instance
v3.0.10
* feat: stylelint and reformat to standard
v3.0.9
* remove: preload / bodyLoaded functionality
v3.0.8
* feat: eslint and reformat to standard
v3.0.7
* feat: tippy for interactive dropdowns
v3.0.6
* feat: improved form controls
v3.0.5
* improved: stimulus loaded as @stimulus/core
v3.0.0
* feat: initial release