@awes-io/ui 2.144.0 → 2.144.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4595 -0
- package/assets/css/components/alert.css +38 -28
- package/assets/css/components/button.css +8 -0
- package/assets/css/main.css +1 -0
- package/components/2_molecules/AwAlert.vue +36 -31
- package/components/2_molecules/AwButton.vue +1 -0
- package/components/2_molecules/AwTel.vue +8 -7
- package/docs/components/molecules/aw-alert.md +37 -10
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,4595 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [2.144.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.144.1...@awes-io/ui@2.144.2) (2026-02-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **aw-tel:** correct cursor seek after formatting ([58b7c7b](https://github.com/awes-io/client/commit/58b7c7ba693909a2f06ae42a8604708e33766fa1))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [2.144.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.144.0...@awes-io/ui@2.144.1) (2026-02-12)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **aw-alert:** design fixes ([11cf50b](https://github.com/awes-io/client/commit/11cf50b0ef043c042c7bf026f7fdac980faccf71))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [2.144.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.143.0...@awes-io/ui@2.144.0) (2026-02-09)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* content placeholde animation fix ([8bbad2a](https://github.com/awes-io/client/commit/8bbad2a9a9c4e9a4a74f1269629a68793e0ca494))
|
|
34
|
+
* docs table management fix ([5c29078](https://github.com/awes-io/client/commit/5c290788cccfd9d4876c295cc06b605e310420fe))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
* add doc info about alert new props ([7bab2eb](https://github.com/awes-io/client/commit/7bab2ebafbf109b39defcc979044b779fed223cc))
|
|
40
|
+
* add new close slots ([dc8b661](https://github.com/awes-io/client/commit/dc8b661e5a3b045fa41d570b480df0bf95ca97d1))
|
|
41
|
+
* atoms documentation added ([ca395f0](https://github.com/awes-io/client/commit/ca395f0d29f8bc67998607d58321addd9632c26c))
|
|
42
|
+
* change logic for update badges ([6e6078b](https://github.com/awes-io/client/commit/6e6078b8c02d41c0fec58e87faf48685f2bd9c15))
|
|
43
|
+
* change style and logic for alerts ([9bb7c40](https://github.com/awes-io/client/commit/9bb7c40e89b5b18e9d726e0b389cd16deefd4673))
|
|
44
|
+
* create check updates in service ([431f0cd](https://github.com/awes-io/client/commit/431f0cdb36cbec20e718e3f26b5a7020685f84f0))
|
|
45
|
+
* disable select label text in input type component ([e807a0a](https://github.com/awes-io/client/commit/e807a0aae07be2ad191fe8b1f94eb4d35c4ba02b))
|
|
46
|
+
* docs and examples updated ([c82b1d8](https://github.com/awes-io/client/commit/c82b1d8afdd0729788b4cb8c8eb1d37d8a802448))
|
|
47
|
+
* docs reworked and updated ([89eb1c7](https://github.com/awes-io/client/commit/89eb1c70ed22e608339de361fc6a7cb9412a3f4a))
|
|
48
|
+
* more components docs processed ([9a383be](https://github.com/awes-io/client/commit/9a383bef1a45ca3fa519d02d07d882bc1b51d83c))
|
|
49
|
+
* page preview with images pattern added ([17e94d4](https://github.com/awes-io/client/commit/17e94d4e147ac50ad848ce2f3f1f8f9723bf0e6f))
|
|
50
|
+
* remove unused label from aw card ([923b3db](https://github.com/awes-io/client/commit/923b3db95b02f5c9e6f743f7e79cb809241a4e85))
|
|
51
|
+
* update alert component ([140819f](https://github.com/awes-io/client/commit/140819fe4f91d65aac0109800fff4923b3744b74))
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
# [2.143.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.142.3...@awes-io/ui@2.143.0) (2025-12-16)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
* docs updates ([882cac7](https://github.com/awes-io/client/commit/882cac7b8f42c7d99fec68b4fbd0ee5602dff1e8))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Features
|
|
66
|
+
|
|
67
|
+
* awes config described in docs ([f8d8c46](https://github.com/awes-io/client/commit/f8d8c46eed7957a3dfccedc68bdf6c4e64689729))
|
|
68
|
+
* common patterns in docs updated ([3330ab2](https://github.com/awes-io/client/commit/3330ab20e217d41a427650c216be40e56ea61956))
|
|
69
|
+
* docs added ([1a7930b](https://github.com/awes-io/client/commit/1a7930b31d870a47b5198744034730e5841c0a8b))
|
|
70
|
+
* docs website added ([2c7f41a](https://github.com/awes-io/client/commit/2c7f41a22d57a0b06cc4bdd112e3a4c1ff4b46ec))
|
|
71
|
+
* file components example pages updated ([164fc1c](https://github.com/awes-io/client/commit/164fc1cbdf4098b31a507cfbeef4087c4a82465e))
|
|
72
|
+
* new global components added ([b79848c](https://github.com/awes-io/client/commit/b79848caf3d6fc275b8693bed2ee52d8aed55d8e))
|
|
73
|
+
* person select docs added ([9e65a68](https://github.com/awes-io/client/commit/9e65a68e293e94adf37ac7b215c88f37d5d43d96))
|
|
74
|
+
* several page examples added ([89b1001](https://github.com/awes-io/client/commit/89b1001a801237571331e7765d4cc4b0aba865fa))
|
|
75
|
+
* unused libs removed ([295f52e](https://github.com/awes-io/client/commit/295f52e37e98c1997a8af0abdfc720c839fff118))
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
## [2.142.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.142.2...@awes-io/ui@2.142.3) (2025-12-12)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Bug Fixes
|
|
85
|
+
|
|
86
|
+
* removed component restored ([a3e7498](https://github.com/awes-io/client/commit/a3e7498064fd0c82494b2ee986991bbca16fe98d))
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## [2.142.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.142.1...@awes-io/ui@2.142.2) (2025-12-12)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Bug Fixes
|
|
96
|
+
|
|
97
|
+
* unused component removed ([d0bb7a9](https://github.com/awes-io/client/commit/d0bb7a976a6fa4320b3f1d8210b43f5c82d0d6d0))
|
|
98
|
+
* unused doc removed ([cd9f752](https://github.com/awes-io/client/commit/cd9f752b3313691661c2af1b7fbabb63fe66fcb4))
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## [2.142.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.142.0...@awes-io/ui@2.142.1) (2025-12-12)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Bug Fixes
|
|
108
|
+
|
|
109
|
+
* **aw-image-upload:** safely scheck if crop modal opened ([5ec3822](https://github.com/awes-io/client/commit/5ec38226044734718d6d36f61c48eb16ab06aa38))
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
# [2.142.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.141.0...@awes-io/ui@2.142.0) (2025-11-19)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
* change toast style ([c6c1de8](https://github.com/awes-io/client/commit/c6c1de872bef065e11b79679056adeb646400c13))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
# [2.141.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.140.0...@awes-io/ui@2.141.0) (2025-11-06)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Bug Fixes
|
|
130
|
+
|
|
131
|
+
* **aw-avatar:** placeholder image updated ([305c95c](https://github.com/awes-io/client/commit/305c95cd6ca0ed158d6ca6e071f0876221dd47d9))
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Features
|
|
135
|
+
|
|
136
|
+
* change style for notification ([b9a92ea](https://github.com/awes-io/client/commit/b9a92eaf0bdc623fb4e4c3f3a99c7c054a73da94))
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
# [2.140.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.139.0...@awes-io/ui@2.140.0) (2025-10-27)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
### Bug Fixes
|
|
146
|
+
|
|
147
|
+
* do nothing if select loading ([03a8a4b](https://github.com/awes-io/client/commit/03a8a4b931ff6f73d5398da9b80cbecadad63787))
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Features
|
|
151
|
+
|
|
152
|
+
* create new design for notify component ([28523fc](https://github.com/awes-io/client/commit/28523fcf5950e384d659f2e69ad476803ae0c25e))
|
|
153
|
+
* remove unused code ([f1a2390](https://github.com/awes-io/client/commit/f1a2390c383f0a9ab77f214eff2712c25e410796))
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
# [2.139.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.138.0...@awes-io/ui@2.139.0) (2025-10-24)
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
### Features
|
|
163
|
+
|
|
164
|
+
* change place error icons ([e0a692d](https://github.com/awes-io/client/commit/e0a692d81812488c7bbbdc66dc871bcbacf08673))
|
|
165
|
+
* link regex extended ([6a37e65](https://github.com/awes-io/client/commit/6a37e65e2c1a9f735d966c6db7836cfd53b24e17))
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
# [2.138.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.137.0...@awes-io/ui@2.138.0) (2025-10-17)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Features
|
|
175
|
+
|
|
176
|
+
* text contrast increased ([2f59c41](https://github.com/awes-io/client/commit/2f59c4192fe3f32b2cc288cf4ad865c2807aad6b))
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
# [2.137.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.136.0...@awes-io/ui@2.137.0) (2025-10-17)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
### Features
|
|
186
|
+
|
|
187
|
+
* change color in new error layout icon ([4ebf14a](https://github.com/awes-io/client/commit/4ebf14a7927af3829f34b8dad28a35442b244f1c))
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
# [2.136.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.135.0...@awes-io/ui@2.136.0) (2025-10-03)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Bug Fixes
|
|
197
|
+
|
|
198
|
+
* fix from review ([75ff49f](https://github.com/awes-io/client/commit/75ff49fa6a3574dd2b2a843118663759ef27ee0c))
|
|
199
|
+
* google font removed by default ([fc49569](https://github.com/awes-io/client/commit/fc49569439b5771049043f8625df7cc9265b0694))
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Features
|
|
203
|
+
|
|
204
|
+
* change cropper style ([b707f7b](https://github.com/awes-io/client/commit/b707f7b025ac159feedbe5a13de29543b7c4b0a2))
|
|
205
|
+
* change logic for image upload ([ccc794c](https://github.com/awes-io/client/commit/ccc794c8826b9fe5d80ad0d5e42a853883813321))
|
|
206
|
+
* create layout error and some fix style ([1a5eaf3](https://github.com/awes-io/client/commit/1a5eaf3859aa90bbaee1b036a3f4da65118e709e))
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
# [2.135.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.134.0...@awes-io/ui@2.135.0) (2025-08-27)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### Features
|
|
216
|
+
|
|
217
|
+
* add style for remove double scroll from fullscreen modal ([58795ae](https://github.com/awes-io/client/commit/58795ae254d186b34871b4be2b7123aa62a8e037))
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
# [2.134.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.133.0...@awes-io/ui@2.134.0) (2025-08-15)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Bug Fixes
|
|
227
|
+
|
|
228
|
+
* fix modal disable scroll ([9f11732](https://github.com/awes-io/client/commit/9f11732545b531e6cbf4b3f929a0621d84d96324))
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Features
|
|
232
|
+
|
|
233
|
+
* change logic for get element in scroll for modal ([b37acff](https://github.com/awes-io/client/commit/b37acff563b1a593ce411fa3c8153380b8cc0633))
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
# [2.133.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.132.2...@awes-io/ui@2.133.0) (2025-08-12)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Features
|
|
243
|
+
|
|
244
|
+
* update component style ([2a43c73](https://github.com/awes-io/client/commit/2a43c73ece1cbb3b3becaa77e1d80dd61d5cd305))
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
## [2.132.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.132.1...@awes-io/ui@2.132.2) (2025-07-30)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Bug Fixes
|
|
254
|
+
|
|
255
|
+
* **aw-address:** filter unused address components ([8aaf228](https://github.com/awes-io/client/commit/8aaf22813877f4f241ebae55f98309c4c0ff2429))
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
## [2.132.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.132.0...@awes-io/ui@2.132.1) (2025-06-24)
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Bug Fixes
|
|
265
|
+
|
|
266
|
+
* animate all buttons on action ([dc76915](https://github.com/awes-io/client/commit/dc76915a1701f68d263857efff3c0568bc427142))
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
# [2.132.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.131.0...@awes-io/ui@2.132.0) (2025-06-24)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Features
|
|
276
|
+
|
|
277
|
+
* chart version support added ([17456f0](https://github.com/awes-io/client/commit/17456f041d22ee28a5c5fcc186b0226ddc5aaabc))
|
|
278
|
+
* non-searchable selects expands dropdown on mobile ([9f8fdf9](https://github.com/awes-io/client/commit/9f8fdf9f7eabfe091771424faeafb36029214b6d))
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
# [2.131.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.130.1...@awes-io/ui@2.131.0) (2025-06-20)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Features
|
|
288
|
+
|
|
289
|
+
* change title in cards ([c78f36f](https://github.com/awes-io/client/commit/c78f36f4dcc405dc8cfe14baadf8765b133077ea))
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
## [2.130.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.130.0...@awes-io/ui@2.130.1) (2025-06-02)
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
### Bug Fixes
|
|
299
|
+
|
|
300
|
+
* fix show placeholder with label ([3b62947](https://github.com/awes-io/client/commit/3b62947839527cca4e765a62485e637247936db3))
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
# [2.130.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.129.0...@awes-io/ui@2.130.0) (2025-05-14)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Features
|
|
310
|
+
|
|
311
|
+
* some change in single page ([aa17540](https://github.com/awes-io/client/commit/aa1754038747215016198660aa61f98f5f5a2cb2))
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
# [2.129.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.128.0...@awes-io/ui@2.129.0) (2025-05-08)
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
### Bug Fixes
|
|
321
|
+
|
|
322
|
+
* **aw-code:** disabled state added ([46f71fe](https://github.com/awes-io/client/commit/46f71fe14c4e2325641650ff6f83e799e206d206))
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
### Features
|
|
326
|
+
|
|
327
|
+
* **aw-user-menu:** after profile slot added ([1f60871](https://github.com/awes-io/client/commit/1f608714335367d301610d812eca37a48f53fc58))
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
# [2.128.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.127.3...@awes-io/ui@2.128.0) (2025-03-27)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Features
|
|
337
|
+
|
|
338
|
+
* change modal overlay opacity ([d43a164](https://github.com/awes-io/client/commit/d43a164528c7277a250a3dfa66fe073068c06a95))
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
## [2.127.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.127.2...@awes-io/ui@2.127.3) (2025-03-20)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Bug Fixes
|
|
348
|
+
|
|
349
|
+
* **auth:** refresh token expiration update on token update ([6240e08](https://github.com/awes-io/client/commit/6240e08b318a424764c6bb9ed2e82eded0bfcbf4))
|
|
350
|
+
* console log removed ([cc4ed18](https://github.com/awes-io/client/commit/cc4ed18d70ed2674671e1f7e04e0180fc12c32cd))
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
## [2.127.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.127.1...@awes-io/ui@2.127.2) (2025-02-06)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Bug Fixes
|
|
360
|
+
|
|
361
|
+
* clear body scroll locks on route change ([51eef40](https://github.com/awes-io/client/commit/51eef403262cfa902a618eca9be18344f4c97294))
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
## [2.127.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.127.0...@awes-io/ui@2.127.1) (2025-01-30)
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Bug Fixes
|
|
371
|
+
|
|
372
|
+
* **aw-dock:** leave scroll on content ([b6d239e](https://github.com/awes-io/client/commit/b6d239e10795e63331dc1eb720c84cd42cfe6083))
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
# [2.127.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.126.1...@awes-io/ui@2.127.0) (2025-01-16)
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
### Features
|
|
382
|
+
|
|
383
|
+
* add emit empty string for aw money ([2e24b8b](https://github.com/awes-io/client/commit/2e24b8bc34d72f3c815ff8e910bc799324be6245))
|
|
384
|
+
* retry translations fetch on error ([1cee386](https://github.com/awes-io/client/commit/1cee386051a35e728c7d488ce207c0c4f685d393))
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
## [2.126.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.126.0...@awes-io/ui@2.126.1) (2025-01-14)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Bug Fixes
|
|
394
|
+
|
|
395
|
+
* fix page single header ([0868d6e](https://github.com/awes-io/client/commit/0868d6e15eb18e9d13fd26826651c784ce6092b8))
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
# [2.126.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.125.0...@awes-io/ui@2.126.0) (2025-01-10)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Bug Fixes
|
|
405
|
+
|
|
406
|
+
* fix style in aw card component ([b69c5e7](https://github.com/awes-io/client/commit/b69c5e7bc1507b0b4c248f1e96de4f63c64f7b2f))
|
|
407
|
+
* overlay improved ([9012a4f](https://github.com/awes-io/client/commit/9012a4f024c0067149121c05b9d503fdd0b84f64))
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
### Features
|
|
411
|
+
|
|
412
|
+
* add new style for aw card ([37b7444](https://github.com/awes-io/client/commit/37b7444040e69b1b9e922dc429917ef8f736d30b))
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
# [2.125.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.124.1...@awes-io/ui@2.125.0) (2024-12-24)
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
### Bug Fixes
|
|
422
|
+
|
|
423
|
+
* fix file uploader ([9ff10ec](https://github.com/awes-io/client/commit/9ff10ec81012b2bd143f176d6251ce36abdb5076))
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Features
|
|
427
|
+
|
|
428
|
+
* icon color changed ([1f3cc8c](https://github.com/awes-io/client/commit/1f3cc8cde1e74fc143f9053708f687d088667519))
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
## [2.124.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.124.0...@awes-io/ui@2.124.1) (2024-12-18)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
### Bug Fixes
|
|
438
|
+
|
|
439
|
+
* fix page header style ([7733119](https://github.com/awes-io/client/commit/77331192886622bd9477910c72ab54d6722f1496))
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
# [2.124.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.123.0...@awes-io/ui@2.124.0) (2024-12-17)
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
### Features
|
|
449
|
+
|
|
450
|
+
* change style for page and layout ([d89ce87](https://github.com/awes-io/client/commit/d89ce87602251d10c7979145ddf4495de23a523a))
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
# [2.123.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.122.0...@awes-io/ui@2.123.0) (2024-12-16)
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Bug Fixes
|
|
460
|
+
|
|
461
|
+
* fix file uploader ([cd87010](https://github.com/awes-io/client/commit/cd8701010d7955cf8363b6273ca0f919115380ca))
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
### Features
|
|
465
|
+
|
|
466
|
+
* change style for header notification ([0e47a49](https://github.com/awes-io/client/commit/0e47a49b62e2a17de432a4aeb076d82596dbbef2))
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
# [2.122.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.121.0...@awes-io/ui@2.122.0) (2024-12-13)
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
### Features
|
|
476
|
+
|
|
477
|
+
* some change in avatar and header ([79b6dca](https://github.com/awes-io/client/commit/79b6dca7f61c8ff4877c7ccac10a0170d3cc38bf))
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
# [2.121.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.120.0...@awes-io/ui@2.121.0) (2024-12-09)
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
### Bug Fixes
|
|
487
|
+
|
|
488
|
+
* fix lint in page header style ([bf9c866](https://github.com/awes-io/client/commit/bf9c866a37e01398812f94c19deb9f6e6f20272a))
|
|
489
|
+
* fix style in dropdown ([83e3bd7](https://github.com/awes-io/client/commit/83e3bd74b46c0dfcffe6b22d9bd7fd3532810985))
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
### Features
|
|
493
|
+
|
|
494
|
+
* change style for dropdown ([44cda8d](https://github.com/awes-io/client/commit/44cda8dc492630af310f0fdf25a6c49965931222))
|
|
495
|
+
* change style in header and mob menu ([3d4ae6f](https://github.com/awes-io/client/commit/3d4ae6f8ac3b988c28b6bb934910ad91f9b8ceea))
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
# [2.120.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.119.0...@awes-io/ui@2.120.0) (2024-12-06)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
### Features
|
|
505
|
+
|
|
506
|
+
* change style for header and header notification ([d9ba150](https://github.com/awes-io/client/commit/d9ba150a719410cb26e2fcd8a70a47f4b8b65a3c))
|
|
507
|
+
* change style place in header notification ([e56664e](https://github.com/awes-io/client/commit/e56664e735fcdeb0dc90e11341c1ad63e9c97c8b))
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
# [2.119.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.118.1...@awes-io/ui@2.119.0) (2024-12-03)
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
### Bug Fixes
|
|
517
|
+
|
|
518
|
+
* typo ([0950dc7](https://github.com/awes-io/client/commit/0950dc75e1e88f838831bc744e2964493cfd1475))
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
### Features
|
|
522
|
+
|
|
523
|
+
* add ignore refrhes props for refresh wrapper ([ae5cc60](https://github.com/awes-io/client/commit/ae5cc60cf1fe6aeac2c1591d0cb348d1a177b08e))
|
|
524
|
+
* change style for page header ([6751e08](https://github.com/awes-io/client/commit/6751e0835d54018b98e59dcf522a111bc68efdbd))
|
|
525
|
+
* change style for search ([44318f0](https://github.com/awes-io/client/commit/44318f02455649715b7cc1f73087f74486b4bd12))
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
## [2.118.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.118.0...@awes-io/ui@2.118.1) (2024-11-29)
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Bug Fixes
|
|
535
|
+
|
|
536
|
+
* fix aw uploader loading max files ([288e57b](https://github.com/awes-io/client/commit/288e57b64ea69187488f3b121c06388737607e47))
|
|
537
|
+
* fix z-index in tooltip ([297f4d4](https://github.com/awes-io/client/commit/297f4d489e25c6768105db73745836d44af9a8ce))
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
# [2.118.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.117.0...@awes-io/ui@2.118.0) (2024-11-29)
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
### Features
|
|
547
|
+
|
|
548
|
+
* add switcher in mobile menu ([338e4de](https://github.com/awes-io/client/commit/338e4de3c4ba952e7234f781f7447cbfc0ac428a))
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
# [2.117.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.116.0...@awes-io/ui@2.117.0) (2024-11-28)
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
### Features
|
|
558
|
+
|
|
559
|
+
* **table-builder:** props to disable fetching ([c617fde](https://github.com/awes-io/client/commit/c617fde1833a50c775446cd5e3a95eb94a5593c2))
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
# [2.116.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.115.0...@awes-io/ui@2.116.0) (2024-11-21)
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Bug Fixes
|
|
569
|
+
|
|
570
|
+
* fix props name in uploader ([d219631](https://github.com/awes-io/client/commit/d21963105f821ce97f935851d2b4e1337020005d))
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
### Features
|
|
574
|
+
|
|
575
|
+
* add file type in aw uploader ([b037bd9](https://github.com/awes-io/client/commit/b037bd977e2f76d21be4adf3041073e4ca6e5e58))
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
# [2.115.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.114.2...@awes-io/ui@2.115.0) (2024-11-14)
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
### Features
|
|
585
|
+
|
|
586
|
+
* add max files for upload in uploader ([53a2237](https://github.com/awes-io/client/commit/53a2237eaaaadf48ae976e6452d7115f593c3138))
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
## [2.114.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.114.1...@awes-io/ui@2.114.2) (2024-11-01)
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
### Bug Fixes
|
|
596
|
+
|
|
597
|
+
* layout menu safe offsets added ([ffa0110](https://github.com/awes-io/client/commit/ffa011090dad734e465b869ea50dae413d66c443))
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
## [2.114.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.114.0...@awes-io/ui@2.114.1) (2024-10-30)
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
### Bug Fixes
|
|
607
|
+
|
|
608
|
+
* dynamic max height in modal ([e510e0f](https://github.com/awes-io/client/commit/e510e0fc5b491347d6904d9aa2675d42ccea9584))
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
# [2.114.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.113.0...@awes-io/ui@2.114.0) (2024-10-25)
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
### Features
|
|
618
|
+
|
|
619
|
+
* add z-index for select mobile input ([582cbb1](https://github.com/awes-io/client/commit/582cbb1c2c3b771ff36602dbd7e8acaaa741b554))
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
# [2.113.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.112.1...@awes-io/ui@2.113.0) (2024-10-15)
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
### Bug Fixes
|
|
629
|
+
|
|
630
|
+
* **aw-page-header:** hide breadcrumb wrapper if empty ([c7d1781](https://github.com/awes-io/client/commit/c7d17817d0807fdffc441734dfc7c0b052b6a7e1))
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
### Features
|
|
634
|
+
|
|
635
|
+
* change logic for show active mobile menu childer ([d1d1e08](https://github.com/awes-io/client/commit/d1d1e08d31802cbe50ac3a941f408b9f8167b343))
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
## [2.112.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.112.0...@awes-io/ui@2.112.1) (2024-10-04)
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
### Bug Fixes
|
|
645
|
+
|
|
646
|
+
* aw-dock z-index increased ([d552d36](https://github.com/awes-io/client/commit/d552d36487ff48115c94e61e39e8fad629d95283))
|
|
647
|
+
* z-indexes fix ([ee4a1ec](https://github.com/awes-io/client/commit/ee4a1ecdd99828391360159bafa7d10db834e6c1))
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
# [2.112.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.111.0...@awes-io/ui@2.112.0) (2024-10-03)
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
### Features
|
|
657
|
+
|
|
658
|
+
* ui styles updated ([a702ef3](https://github.com/awes-io/client/commit/a702ef35671a0fbd173ee826c84faed802037560))
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
# [2.111.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.110.0...@awes-io/ui@2.111.0) (2024-09-30)
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
### Features
|
|
668
|
+
|
|
669
|
+
* disabled buttons style updated ([e16b2c9](https://github.com/awes-io/client/commit/e16b2c901332fdf8ceca853b8883a1dc29bfc325))
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
# [2.110.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.109.0...@awes-io/ui@2.110.0) (2024-09-20)
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
### Features
|
|
679
|
+
|
|
680
|
+
* aw-dock events + bottom bar scroll top ([5bc3b32](https://github.com/awes-io/client/commit/5bc3b322a0460f9ea9fa0323eb4e006886b1fa39))
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
# [2.109.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.108.2...@awes-io/ui@2.109.0) (2024-09-13)
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
### Features
|
|
690
|
+
|
|
691
|
+
* add description for AwAlert ([874b900](https://github.com/awes-io/client/commit/874b900675b484fc1ba3d63c3925f9e1f01418f0))
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
## [2.108.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.108.1...@awes-io/ui@2.108.2) (2024-08-23)
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
### Bug Fixes
|
|
701
|
+
|
|
702
|
+
* viewport check infinity loop removed ([5db5844](https://github.com/awes-io/client/commit/5db5844cb383dec764af89da7e6766972ecd26e0))
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
## [2.108.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.108.0...@awes-io/ui@2.108.1) (2024-08-07)
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
### Bug Fixes
|
|
712
|
+
|
|
713
|
+
* **aw-code:** auto suggestion pastes all digits ([0032b66](https://github.com/awes-io/client/commit/0032b6643f4075839132e2c7c9847520ba8611fe))
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
# [2.108.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.107.0...@awes-io/ui@2.108.0) (2024-07-30)
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
### Features
|
|
723
|
+
|
|
724
|
+
* **aw-code:** component style updated ([dbd8ce2](https://github.com/awes-io/client/commit/dbd8ce2b3e8d6a8b6b3755cf2172b89433e810df))
|
|
725
|
+
* update menu layout ([89ee43f](https://github.com/awes-io/client/commit/89ee43ffe8bd9f23118a1f57220665c2c898c823))
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
# [2.107.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.106.2...@awes-io/ui@2.107.0) (2024-07-12)
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
### Bug Fixes
|
|
735
|
+
|
|
736
|
+
* aw-switcher icon fix ([f7e2ecc](https://github.com/awes-io/client/commit/f7e2eccac106a57aede82414fb585924507f913e))
|
|
737
|
+
* fix z-index in modal buttons ([337685a](https://github.com/awes-io/client/commit/337685ad88961d93ed1acc2f0610c9c18be90ea7))
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
### Features
|
|
741
|
+
|
|
742
|
+
* aw-money input uses text and inputmode ([6bf5f9a](https://github.com/awes-io/client/commit/6bf5f9aede9bbc8f8b3fae065f2cbc0f6ea07406))
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
## [2.106.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.106.1...@awes-io/ui@2.106.2) (2024-07-04)
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
### Bug Fixes
|
|
752
|
+
|
|
753
|
+
* **action-card:** header styles collision resolved ([0611bff](https://github.com/awes-io/client/commit/0611bff2f0ee3dac7be12f8b208718d4ceaf8bcd))
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
## [2.106.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.106.0...@awes-io/ui@2.106.1) (2024-06-25)
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
### Bug Fixes
|
|
763
|
+
|
|
764
|
+
* release fix ([eca0996](https://github.com/awes-io/client/commit/eca0996771eef7d2485f49547a4702412960d149))
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
# [2.106.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.105.0...@awes-io/ui@2.106.0) (2024-06-25)
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
### Features
|
|
774
|
+
|
|
775
|
+
* release fix ([8e65368](https://github.com/awes-io/client/commit/8e65368607baadd1fb9b18f86050c9715ab059d1))
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
# [2.105.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.104.0...@awes-io/ui@2.105.0) (2024-06-25)
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
### Features
|
|
785
|
+
|
|
786
|
+
* release fix ([7b2983f](https://github.com/awes-io/client/commit/7b2983f7bb52f7a89c826c5be58cd2197531a10d))
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
# [2.104.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.103.0...@awes-io/ui@2.104.0) (2024-06-25)
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
### Features
|
|
796
|
+
|
|
797
|
+
* change style for switcher ([fc3d772](https://github.com/awes-io/client/commit/fc3d772943889dbd28a750ba59006fbe1b13a190))
|
|
798
|
+
* refactoring style for aw alert ([7d16355](https://github.com/awes-io/client/commit/7d1635537803558800ab1741ce997d9a463d7146))
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
# [2.103.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.102.2...@awes-io/ui@2.103.0) (2024-05-22)
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
### Bug Fixes
|
|
808
|
+
|
|
809
|
+
* **aw-cropper:** refresh cropper after modal opened ([6621aab](https://github.com/awes-io/client/commit/6621aab2525a40c8b7e976aa06947033bedabdd8))
|
|
810
|
+
* fix component logic and style ([34acd24](https://github.com/awes-io/client/commit/34acd2404529a5a6fe63e342438996c8877cf080))
|
|
811
|
+
* fix padding bottom in page content ([c975edd](https://github.com/awes-io/client/commit/c975edd37d199ad546ab254714f115405d88e1af))
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
### Features
|
|
815
|
+
|
|
816
|
+
* change padding for content modal with buttons ([b0220f6](https://github.com/awes-io/client/commit/b0220f6f4d6a86f17dfa846d5db761c9c890c9bc))
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
## [2.102.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.102.1...@awes-io/ui@2.102.2) (2024-04-26)
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
### Bug Fixes
|
|
826
|
+
|
|
827
|
+
* visual fixes ([12624d4](https://github.com/awes-io/client/commit/12624d44058e6f4273b5647c3a333dafb7f0e36b))
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
## [2.102.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.102.0...@awes-io/ui@2.102.1) (2024-04-25)
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
### Bug Fixes
|
|
837
|
+
|
|
838
|
+
* double tap ios fixed ([7c0ba39](https://github.com/awes-io/client/commit/7c0ba39140cf6751be691893261152fc986d8abb))
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
# [2.102.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.101.0...@awes-io/ui@2.102.0) (2024-04-24)
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
### Features
|
|
848
|
+
|
|
849
|
+
* **aw-select-object:** pass close function to slots ([ade33a0](https://github.com/awes-io/client/commit/ade33a0dfae9aaef4cd228557b21b5290c35909a))
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
# [2.101.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.100.1...@awes-io/ui@2.101.0) (2024-04-19)
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
### Bug Fixes
|
|
859
|
+
|
|
860
|
+
* tel updated ([808bb10](https://github.com/awes-io/client/commit/808bb104783bd7a98a417cf0aeff9fa0cd8e71c0))
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
### Features
|
|
864
|
+
|
|
865
|
+
* add description for aw card ([2961740](https://github.com/awes-io/client/commit/2961740faae3ebb93c2cf7a5efe74bef93f03522))
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
## [2.100.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.100.0...@awes-io/ui@2.100.1) (2024-04-05)
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
### Bug Fixes
|
|
875
|
+
|
|
876
|
+
* styles fixes ([baf58ba](https://github.com/awes-io/client/commit/baf58ba2e65709e5faed5203246c07c609c945f8))
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
# [2.100.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.99.0...@awes-io/ui@2.100.0) (2024-04-04)
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
### Bug Fixes
|
|
886
|
+
|
|
887
|
+
* **nuxt-auth:** remove auth interceptor fixed ([389b092](https://github.com/awes-io/client/commit/389b092e4d95771104c747b29e8324689624f6d5))
|
|
888
|
+
* fix style in page single ([bb63361](https://github.com/awes-io/client/commit/bb633613ec304753bc9af4336590cfcdbb2d1cca))
|
|
889
|
+
* select native caret properly named ([87cfef9](https://github.com/awes-io/client/commit/87cfef93f6b5c0cba9b84d20bab721705481d791))
|
|
890
|
+
* toggle show aside z-index increeased ([6d6aeb9](https://github.com/awes-io/client/commit/6d6aeb961d7ab6a9185c2b8303d35163dc0c6bc2))
|
|
891
|
+
* typography styles updated ([f998b63](https://github.com/awes-io/client/commit/f998b63107374516647ad31ba799bcddaf152094))
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
### Features
|
|
895
|
+
|
|
896
|
+
* add new header for aw page ([a2d895a](https://github.com/awes-io/client/commit/a2d895a84182f849db86c0c8a5cee0df077bc428))
|
|
897
|
+
* page headers unified ([00afeb8](https://github.com/awes-io/client/commit/00afeb8655c8c76e8cd96a80734ed77af229bdb0))
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
# [2.99.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.98.2...@awes-io/ui@2.99.0) (2024-03-25)
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
### Bug Fixes
|
|
907
|
+
|
|
908
|
+
* toggle show aside moved to organisms ([9783aa1](https://github.com/awes-io/client/commit/9783aa11c288235b1e40f9e08b44ddb4e77b8eb2))
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
### Features
|
|
912
|
+
|
|
913
|
+
* aside controls from config ([eb4bd0a](https://github.com/awes-io/client/commit/eb4bd0af6369d4034b727c9ce41f3079e3fdbee9))
|
|
914
|
+
* change prefix style in select ([0b5600a](https://github.com/awes-io/client/commit/0b5600a37599682d3bc82589d0cda4318f4d07ef))
|
|
915
|
+
* create new component for toggle aside ([d5fcb35](https://github.com/awes-io/client/commit/d5fcb35b16f3a0d1e47d8bbf478faa4453db4ae5))
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
## [2.98.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.98.1...@awes-io/ui@2.98.2) (2024-02-27)
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
### Bug Fixes
|
|
925
|
+
|
|
926
|
+
* mobile menu item styles updated ([e8d7c53](https://github.com/awes-io/client/commit/e8d7c5317c6d7be8bd2b9d6a095060f33f07abc3))
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
## [2.98.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.98.0...@awes-io/ui@2.98.1) (2024-02-21)
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
### Bug Fixes
|
|
936
|
+
|
|
937
|
+
* default subnav style added ([ec689f0](https://github.com/awes-io/client/commit/ec689f0b8520226d4c26ffc25fc582a61c1674ca))
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
# [2.98.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.97.2...@awes-io/ui@2.98.0) (2024-02-20)
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
### Features
|
|
947
|
+
|
|
948
|
+
* layout upgrades ([560ac43](https://github.com/awes-io/client/commit/560ac43c1db36029d532ec5c5b33b0d7e5b74b5f))
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
## [2.97.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.97.1...@awes-io/ui@2.97.2) (2024-02-19)
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
### Bug Fixes
|
|
958
|
+
|
|
959
|
+
* hotfix app language detection ([7267884](https://github.com/awes-io/client/commit/7267884cddd4ded7831e5fc6653f860158df0eb2))
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
## [2.97.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.97.0...@awes-io/ui@2.97.1) (2024-02-19)
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
### Bug Fixes
|
|
969
|
+
|
|
970
|
+
* **aw-bottom-bar:** safe padding restored ([8b3fd2a](https://github.com/awes-io/client/commit/8b3fd2ac75f506178c9c07f6f1ec40fa2d6e34c1))
|
|
971
|
+
* **aw-bottom-bar:** safe padding restored ([8db3d3f](https://github.com/awes-io/client/commit/8db3d3fbf14481dee734900dd7ff104b79554831))
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
# [2.97.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.96.1...@awes-io/ui@2.97.0) (2024-02-19)
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
### Bug Fixes
|
|
981
|
+
|
|
982
|
+
* fix border style in table ([e548132](https://github.com/awes-io/client/commit/e548132e8ab938d5600df672174eb5f0878d1774))
|
|
983
|
+
* fix max-width in mobile menu items ([874d0e4](https://github.com/awes-io/client/commit/874d0e4ad84c8d501debd088262a2705dc4a4d54))
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
### Features
|
|
987
|
+
|
|
988
|
+
* change mono and surface colors ([79b060b](https://github.com/awes-io/client/commit/79b060b52f4999ef53458955e8561c6c87cf3e2c))
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
## [2.96.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.96.0...@awes-io/ui@2.96.1) (2024-02-17)
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
### Bug Fixes
|
|
998
|
+
|
|
999
|
+
* updated versions ([72b7aef](https://github.com/awes-io/client/commit/72b7aeffccb6789009703d4008569d4b079be9c8))
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
# [2.96.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.95.0...@awes-io/ui@2.96.0) (2024-02-17)
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
### Features
|
|
1009
|
+
|
|
1010
|
+
* some changes in style and logic in mobile menu ([0153aed](https://github.com/awes-io/client/commit/0153aed8c1d68593210f965c532d48581f03a0f2))
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
# [2.95.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.94.1...@awes-io/ui@2.95.0) (2024-02-15)
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
### Features
|
|
1020
|
+
|
|
1021
|
+
* add border radius for mobile modal ([23f00cc](https://github.com/awes-io/client/commit/23f00ccaf6970f601b60e57dbc3fd0a54d97cb01))
|
|
1022
|
+
* add border radius for more page and new design for bottom bar ([1d236fd](https://github.com/awes-io/client/commit/1d236fd98863837ad879317ec69f1a8bdf924352))
|
|
1023
|
+
* add new mono color for dark mobile ([2dcb05c](https://github.com/awes-io/client/commit/2dcb05c40263aabcf808207b08472d4c7103ba61))
|
|
1024
|
+
* add width for mobile menu icon ([58268e7](https://github.com/awes-io/client/commit/58268e74230e4e801703d205960460c071dcfe52))
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
## [2.94.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.94.0...@awes-io/ui@2.94.1) (2024-02-12)
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
### Bug Fixes
|
|
1034
|
+
|
|
1035
|
+
* **aw-calendar-weekdays:** support long and short locales in translation ([d9e5b08](https://github.com/awes-io/client/commit/d9e5b088e2ae95858c1fedca1cd05613a4bdafea))
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
|
|
1041
|
+
# [2.94.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.93.1...@awes-io/ui@2.94.0) (2024-02-07)
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
### Bug Fixes
|
|
1045
|
+
|
|
1046
|
+
* **aw-image-upload:** call to method fixed ([220647b](https://github.com/awes-io/client/commit/220647b9e5a8fe1ce91e5b0b8ab7d8996db9b865))
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
### Features
|
|
1050
|
+
|
|
1051
|
+
* **action-icon:** xxs size added ([7057713](https://github.com/awes-io/client/commit/70577138238e906679094df73ca622b6155163a6))
|
|
1052
|
+
* change btn color and radius in mob select close btn ([add50f4](https://github.com/awes-io/client/commit/add50f47d76124af0c0ef7fde44307b2447aa090))
|
|
1053
|
+
* change style in mobile menu page ([6f5c7b7](https://github.com/awes-io/client/commit/6f5c7b7cd49a2d873ace9b1907f2854ca930e6bb))
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
## [2.93.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.93.0...@awes-io/ui@2.93.1) (2024-02-02)
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
### Bug Fixes
|
|
1063
|
+
|
|
1064
|
+
* fix href in mobile menu item ([6c869e8](https://github.com/awes-io/client/commit/6c869e8d17f2650fb69cf25ee8019c9ab965636f))
|
|
1065
|
+
* mobile menu items count fixed ([ff4fd20](https://github.com/awes-io/client/commit/ff4fd20c8608b4af27eb288e8e320d9fef323e90))
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
# [2.93.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.92.0...@awes-io/ui@2.93.0) (2024-02-01)
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
### Bug Fixes
|
|
1075
|
+
|
|
1076
|
+
* release fixes ([fae62d8](https://github.com/awes-io/client/commit/fae62d8883f56900794dfe54d1c433b10700cb74))
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
### Features
|
|
1080
|
+
|
|
1081
|
+
* add header slot for modal ([65b06f9](https://github.com/awes-io/client/commit/65b06f95372628dac9e8a39523219297550f4eed))
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
# [2.92.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.91.1...@awes-io/ui@2.92.0) (2024-01-29)
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
### Bug Fixes
|
|
1091
|
+
|
|
1092
|
+
* **aw-modal:** remove get param if non closable ([3a591b5](https://github.com/awes-io/client/commit/3a591b502a12fda867c22e60e5c12e1464716207))
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
### Features
|
|
1096
|
+
|
|
1097
|
+
* add btn for close mobile select ([b590540](https://github.com/awes-io/client/commit/b590540cc235075dfd9071ba0be42e57bd610a65))
|
|
1098
|
+
* add props for not closing modal ([00bd65c](https://github.com/awes-io/client/commit/00bd65c7741ec12b1314c15158cbd3d57c40e7b9))
|
|
1099
|
+
* create page for mobile menu ([9b9b80a](https://github.com/awes-io/client/commit/9b9b80a67f97b6126e6196ffbcb862d4629df0a3))
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
## [2.91.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.91.0...@awes-io/ui@2.91.1) (2024-01-25)
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
### Bug Fixes
|
|
1109
|
+
|
|
1110
|
+
* conditional chainig removed ([9c2cd3e](https://github.com/awes-io/client/commit/9c2cd3ea940c809a615435edc5d219495ee0e9a7))
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
|
|
1116
|
+
# [2.91.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.90.0...@awes-io/ui@2.91.0) (2024-01-19)
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
### Features
|
|
1120
|
+
|
|
1121
|
+
* **aw-dropdown:** button styles updated ([e9dcb81](https://github.com/awes-io/client/commit/e9dcb8166888e29285b326b36a2f5cf04609cc8f))
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
# [2.90.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.89.1...@awes-io/ui@2.90.0) (2024-01-16)
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
### Bug Fixes
|
|
1131
|
+
|
|
1132
|
+
* release fixes ([30bc285](https://github.com/awes-io/client/commit/30bc2859d60c3b764a891ad08d91fa541faa5c74))
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
### Features
|
|
1136
|
+
|
|
1137
|
+
* change label in switcher padding top by size ([7f7191b](https://github.com/awes-io/client/commit/7f7191bf03c50a1a65c88677e45bb063d9b3fdac))
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
## [2.89.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.89.0...@awes-io/ui@2.89.1) (2024-01-12)
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
### Bug Fixes
|
|
1147
|
+
|
|
1148
|
+
* typo fixed ([db3bfd1](https://github.com/awes-io/client/commit/db3bfd13f8d0c731ba1cc4403ad3ccf1ea64177e))
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
# [2.89.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.88.0...@awes-io/ui@2.89.0) (2023-12-27)
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
### Bug Fixes
|
|
1158
|
+
|
|
1159
|
+
* **aw-action-button:** empty first icon allowed ([4d17819](https://github.com/awes-io/client/commit/4d17819000fe2e90d2b848d5d97cd34d499b9627))
|
|
1160
|
+
* label markup updated ([77e3250](https://github.com/awes-io/client/commit/77e32501fe429efb61880c8790bc67ca07d50cba))
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
### Features
|
|
1164
|
+
|
|
1165
|
+
* **aw-image-upload:** component added ([d801ab4](https://github.com/awes-io/client/commit/d801ab40fe6b8023aee66e3a1396686ae5ec26a2))
|
|
1166
|
+
* change padding in label ([f37d82d](https://github.com/awes-io/client/commit/f37d82dba7da4c52e1347885ad9c7e43faea6f49))
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
# [2.88.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.87.0...@awes-io/ui@2.88.0) (2023-12-26)
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
### Features
|
|
1176
|
+
|
|
1177
|
+
* buttons components refactored ([6a94a81](https://github.com/awes-io/client/commit/6a94a81e5fa78b56222f10cca3e02ffe5e734320))
|
|
1178
|
+
* change style in menu items ([1bad6e8](https://github.com/awes-io/client/commit/1bad6e845bf637c18774e29c44093129a212190f))
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
# [2.87.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.86.0...@awes-io/ui@2.87.0) (2023-12-13)
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
### Features
|
|
1188
|
+
|
|
1189
|
+
* change style for btn and create square btn ([60619d5](https://github.com/awes-io/client/commit/60619d563eec0b38279790b5b24277b512a4c735))
|
|
1190
|
+
* **aw-button-nav:** togglers grows to full width on mobile ([47f0f3a](https://github.com/awes-io/client/commit/47f0f3af89fcea75e0fb7ee2685923866840cb99))
|
|
1191
|
+
* change dark color ([00d26bf](https://github.com/awes-io/client/commit/00d26bfbb75145af849681700fde13ece788c9bf))
|
|
1192
|
+
* change style for desktop user menu ([a59f5be](https://github.com/awes-io/client/commit/a59f5be0fe9fc5727a53a52cd88a6c1a34880a66))
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
# [2.86.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.85.0...@awes-io/ui@2.86.0) (2023-12-05)
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
### Features
|
|
1202
|
+
|
|
1203
|
+
* update ([f03eef5](https://github.com/awes-io/client/commit/f03eef533592981c75d59551b466c790ecaed0ab))
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
# [2.85.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.84.0...@awes-io/ui@2.85.0) (2023-12-05)
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
### Features
|
|
1213
|
+
|
|
1214
|
+
* add new action component ([34ac283](https://github.com/awes-io/client/commit/34ac283c6ef86e4453df13bcf1a0a84e54edfd43))
|
|
1215
|
+
* **aw-action-card:** component added ([9c5b320](https://github.com/awes-io/client/commit/9c5b3200c9b9e4303ddaee7dc820e3e45b559942))
|
|
1216
|
+
* add disable color for select object and fix style in aside modal ([f360510](https://github.com/awes-io/client/commit/f3605102099c8b354c0b6543f21f7a02c8abef8b))
|
|
1217
|
+
* add min width for tab button without min width ([8bcd67d](https://github.com/awes-io/client/commit/8bcd67d78c305cb38e6c7220ceaf154480792b59))
|
|
1218
|
+
* change basic style logic for aw label ([2f4bd5a](https://github.com/awes-io/client/commit/2f4bd5a08778e18156b7a87acfb7537c14b11ab7))
|
|
1219
|
+
* change style for mobile menu ([d9c636e](https://github.com/awes-io/client/commit/d9c636ea479e90be2e3e1240e56fd08d8d053835))
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
# [2.84.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.83.0...@awes-io/ui@2.84.0) (2023-11-23)
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
### Features
|
|
1229
|
+
|
|
1230
|
+
* **vue-mc:** injectable system added ([98a6cb6](https://github.com/awes-io/client/commit/98a6cb6542122e4404817d63fa198e160dcc99b1))
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
# [2.83.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.82.0...@awes-io/ui@2.83.0) (2023-11-15)
|
|
1237
|
+
|
|
1238
|
+
|
|
1239
|
+
### Features
|
|
1240
|
+
|
|
1241
|
+
* address block sends formatted address ([fd5c456](https://github.com/awes-io/client/commit/fd5c45646187c2ce5167303c35acb70a1d1f6f17))
|
|
1242
|
+
* change hove and focus color for inputs ([087787a](https://github.com/awes-io/client/commit/087787a665c170f9b79abba22bc4b0d6a56c8bc4))
|
|
1243
|
+
* change style for dropdown btn ([31916a6](https://github.com/awes-io/client/commit/31916a61f049a4c7d3d8354e97419d27ce03a992))
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
|
|
1249
|
+
# [2.82.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.81.0...@awes-io/ui@2.82.0) (2023-11-08)
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
### Features
|
|
1253
|
+
|
|
1254
|
+
* mobile nav special behaviour added ([0c37293](https://github.com/awes-io/client/commit/0c37293ebc3b3d73a5d39c4a5a4d376d612e7013))
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
|
|
1260
|
+
# [2.81.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.80.0...@awes-io/ui@2.81.0) (2023-11-08)
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
### Features
|
|
1264
|
+
|
|
1265
|
+
* change hover state in switch component and links ([0fb0378](https://github.com/awes-io/client/commit/0fb0378f3d905ce6f9ab7989f6d6b191a7b4f247))
|
|
1266
|
+
* **aw-user-menu:** add hover state on profile link ([27cb4a8](https://github.com/awes-io/client/commit/27cb4a869d3f397106d395e17c5dc0f1096ef908))
|
|
1267
|
+
* change color in icon in dropdown btn ([b1c3b91](https://github.com/awes-io/client/commit/b1c3b91758c2b3b3589fecde8bbdaa008553c6c8))
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
|
|
1273
|
+
# [2.80.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.79.0...@awes-io/ui@2.80.0) (2023-11-07)
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
### Features
|
|
1277
|
+
|
|
1278
|
+
* change dark colors ([778849d](https://github.com/awes-io/client/commit/778849d643154a47a587126c09647f9459dcc492))
|
|
1279
|
+
* change style for tooltip and menu item ([7d37a3f](https://github.com/awes-io/client/commit/7d37a3f7b98c02b735a0bceb394bb586a5b4ae96))
|
|
1280
|
+
* change style in layot, dd btn and button nav ([c00a414](https://github.com/awes-io/client/commit/c00a414cb403de539e2a69b3e01b3449467edec7))
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
# [2.79.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.78.0...@awes-io/ui@2.79.0) (2023-11-03)
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
### Features
|
|
1290
|
+
|
|
1291
|
+
* add modifiers for button nav ([80c10dc](https://github.com/awes-io/client/commit/80c10dc39254387a82069b117cf71ce2c5134618))
|
|
1292
|
+
* change logic for create page in pagination ([428c07c](https://github.com/awes-io/client/commit/428c07c3a79d741d7e28fe368361d60162195a41))
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
# [2.78.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.77.0...@awes-io/ui@2.78.0) (2023-11-02)
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
### Bug Fixes
|
|
1302
|
+
|
|
1303
|
+
* **aw-page-single:** progress hidden on mobile ([4b749c5](https://github.com/awes-io/client/commit/4b749c523669194629d05962f722e87a2764fe61))
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
### Features
|
|
1307
|
+
|
|
1308
|
+
* change style for desktop menu ([3b41640](https://github.com/awes-io/client/commit/3b41640e555afa5a46b69ecc53437ad818ae4081))
|
|
1309
|
+
* change style for menu ([cc041e7](https://github.com/awes-io/client/commit/cc041e7c8e3f0cbdfc7ec27ba9705b3f7d9afd0c))
|
|
1310
|
+
* change style in menu ([de4f03d](https://github.com/awes-io/client/commit/de4f03d8818589f48844ba825ec3469910cedc8f))
|
|
1311
|
+
* change style in menu ([616a726](https://github.com/awes-io/client/commit/616a726884356b878b070ccc15fc40f7247613ab))
|
|
1312
|
+
* remove custom dark theme for desktop menu ([52f109e](https://github.com/awes-io/client/commit/52f109e187af884741fed932de8e638dae23ac7b))
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
|
|
1318
|
+
# [2.77.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.76.0...@awes-io/ui@2.77.0) (2023-11-02)
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
### Bug Fixes
|
|
1322
|
+
|
|
1323
|
+
* styles updated ([a8eaf37](https://github.com/awes-io/client/commit/a8eaf371af18a017ba3aac73a49684ca4ae15120))
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
### Features
|
|
1327
|
+
|
|
1328
|
+
* add square for cropper if is square island avatar ([38cf594](https://github.com/awes-io/client/commit/38cf594435db8bce9eb738426b54fd65fee0bf5d))
|
|
1329
|
+
* change style for button nav ([5ec3806](https://github.com/awes-io/client/commit/5ec3806326b6edb777a6e9248cfc57c3fb7812dd))
|
|
1330
|
+
* change style for button nav ([5c1a0a3](https://github.com/awes-io/client/commit/5c1a0a34d9bfe2023cdbf1c8e141ccf551c5a720))
|
|
1331
|
+
* change style for pagination ([0ca8d07](https://github.com/awes-io/client/commit/0ca8d075e79935d0c1dd02eedf935320930b3383))
|
|
1332
|
+
* change style for tab nav and pagination ([b5ecc29](https://github.com/awes-io/client/commit/b5ecc293477ca8aa4dca1778dcb74ee142cca2b7))
|
|
1333
|
+
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
# [2.76.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.75.0...@awes-io/ui@2.76.0) (2023-10-25)
|
|
1339
|
+
|
|
1340
|
+
|
|
1341
|
+
### Features
|
|
1342
|
+
|
|
1343
|
+
* add square classes for cropper and avatar ([ed653b7](https://github.com/awes-io/client/commit/ed653b722f898234636cac914b26f6b40a10e240))
|
|
1344
|
+
* aw-page-single component added ([10f90ee](https://github.com/awes-io/client/commit/10f90eecfe17e2942dd1562c32f3c90626cfb0c3))
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
# [2.75.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.74.1...@awes-io/ui@2.75.0) (2023-10-12)
|
|
1351
|
+
|
|
1352
|
+
|
|
1353
|
+
### Features
|
|
1354
|
+
|
|
1355
|
+
* change style for alert, button nav and change menu logic ([62f96d8](https://github.com/awes-io/client/commit/62f96d84af39dee2bd1e5569451cb57901d262fa))
|
|
1356
|
+
* partial dark theme support ([b3d1a9b](https://github.com/awes-io/client/commit/b3d1a9bbb009bf6a447f6ee748d9165450f33dbe))
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
## [2.74.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.74.0...@awes-io/ui@2.74.1) (2023-10-11)
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
### Bug Fixes
|
|
1366
|
+
|
|
1367
|
+
* dark colors tuned ([cfbbe41](https://github.com/awes-io/client/commit/cfbbe41edcb1fdfd91a78cbdca645f451cceb38f))
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
# [2.74.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.73.1...@awes-io/ui@2.74.0) (2023-10-10)
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
### Bug Fixes
|
|
1377
|
+
|
|
1378
|
+
* fix style in component ([3b2dbb4](https://github.com/awes-io/client/commit/3b2dbb485ccbeab0aa96941e2f7f53ccb4e7ddaa))
|
|
1379
|
+
* some fix style in menu and form components ([e64a877](https://github.com/awes-io/client/commit/e64a877ce0e4d8803a7c8b1edb59dac53bcf5aed))
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
### Features
|
|
1383
|
+
|
|
1384
|
+
* add check external link in user profile ([95e1f52](https://github.com/awes-io/client/commit/95e1f5253097847b06fbdcab808ea0e53a9513c3))
|
|
1385
|
+
* change border radius in button nav ([9bb4252](https://github.com/awes-io/client/commit/9bb4252bdf7d4f1dc8744f025aa74f3ed3f8f89d))
|
|
1386
|
+
* change search icon ([70553be](https://github.com/awes-io/client/commit/70553be865e11e8ddd7a9461cbffef5f129aed5d))
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
## [2.73.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.73.0...@awes-io/ui@2.73.1) (2023-10-06)
|
|
1393
|
+
|
|
1394
|
+
|
|
1395
|
+
### Bug Fixes
|
|
1396
|
+
|
|
1397
|
+
* colors from design system ([1ba4cc0](https://github.com/awes-io/client/commit/1ba4cc0204d34bd63a453b9942e81724b388e240))
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
# [2.73.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.72.0...@awes-io/ui@2.73.0) (2023-09-29)
|
|
1404
|
+
|
|
1405
|
+
|
|
1406
|
+
### Features
|
|
1407
|
+
|
|
1408
|
+
* change styles in components ([603d7a8](https://github.com/awes-io/client/commit/603d7a8ed86e548446afe5b656821ed0e34c528c))
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
# [2.72.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.71.1...@awes-io/ui@2.72.0) (2023-09-19)
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
### Bug Fixes
|
|
1418
|
+
|
|
1419
|
+
* **aw-file:** bind all attrs to input ([7cb6690](https://github.com/awes-io/client/commit/7cb66900c5fe33305f89f9b86a27c4b7e23baaef))
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
### Features
|
|
1423
|
+
|
|
1424
|
+
* change styles and logic in components ([9888bed](https://github.com/awes-io/client/commit/9888bed0290beb06b656bfd12f9493a72c149428))
|
|
1425
|
+
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
## [2.71.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.71.0...@awes-io/ui@2.71.1) (2023-09-11)
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
### Bug Fixes
|
|
1434
|
+
|
|
1435
|
+
* menu styles updated ([febfcaf](https://github.com/awes-io/client/commit/febfcaf2c93d0ecbf17501faed24b277013163b0))
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
# [2.71.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.70.0...@awes-io/ui@2.71.0) (2023-09-08)
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
### Features
|
|
1445
|
+
|
|
1446
|
+
* replace style and components from easyweek ([72b829c](https://github.com/awes-io/client/commit/72b829c6fbc0b57e0ed275fd7858ab1e9817e448))
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
# [2.70.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.69.0...@awes-io/ui@2.70.0) (2023-09-04)
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
### Features
|
|
1456
|
+
|
|
1457
|
+
* create new styles for layout ([0406558](https://github.com/awes-io/client/commit/04065588301b26f2941e01a2b72f3ff6890a9840))
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
|
|
1463
|
+
# [2.69.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.68.1...@awes-io/ui@2.69.0) (2023-09-04)
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
### Bug Fixes
|
|
1467
|
+
|
|
1468
|
+
* pkg ([3a0fb7b](https://github.com/awes-io/client/commit/3a0fb7bac1c9f2b41abbeebc866458ac9d6a06d9))
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
### Features
|
|
1472
|
+
|
|
1473
|
+
* update ([ba17580](https://github.com/awes-io/client/commit/ba1758017437b2cb18109807ab4465f6be4a0ba1))
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
## [2.68.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.68.0...@awes-io/ui@2.68.1) (2023-09-04)
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
### Bug Fixes
|
|
1483
|
+
|
|
1484
|
+
* change styles and code in some components ([1d998fb](https://github.com/awes-io/client/commit/1d998fb7d07587feead975fafc9dd9205e4372c4))
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
# [2.68.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.67.0...@awes-io/ui@2.68.0) (2023-08-25)
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
### Bug Fixes
|
|
1494
|
+
|
|
1495
|
+
* checkbox value prop fixed ([783ff5a](https://github.com/awes-io/client/commit/783ff5ae3ccaa675910365eee1c134188465e556))
|
|
1496
|
+
|
|
1497
|
+
|
|
1498
|
+
### Features
|
|
1499
|
+
|
|
1500
|
+
* change partical props in checkbox and add object to value ([62e62d8](https://github.com/awes-io/client/commit/62e62d860a1b1ce5f818ade4750bf5440c4c328f))
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
# [2.67.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.66.0...@awes-io/ui@2.67.0) (2023-08-24)
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
### Features
|
|
1510
|
+
|
|
1511
|
+
* add new props and page for aw alert ([be268b2](https://github.com/awes-io/client/commit/be268b219ee68c726092cd63458048b1b958fa5e))
|
|
1512
|
+
* add partical for checkbox and new type for value ([77b77ef](https://github.com/awes-io/client/commit/77b77effc25faf8e3663df475fe1f08af932db3e))
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
# [2.66.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.65.1...@awes-io/ui@2.66.0) (2023-08-22)
|
|
1519
|
+
|
|
1520
|
+
|
|
1521
|
+
### Features
|
|
1522
|
+
|
|
1523
|
+
* add group and disable for select object ([756348a](https://github.com/awes-io/client/commit/756348a0a3f49e4a60cec7e112046ebccea29682))
|
|
1524
|
+
* add group and disable for select object ([e252ddb](https://github.com/awes-io/client/commit/e252ddb6b29f366eec82ffd0631e2ebd69453bee))
|
|
1525
|
+
* add refresh wrapper in table builder ([2727c01](https://github.com/awes-io/client/commit/2727c017b6d3ce0d05bd469181fa6bbc256f44d6))
|
|
1526
|
+
* add refresh wrapper in table builder ([5e2d058](https://github.com/awes-io/client/commit/5e2d058e6f1adb80c469bb75be70e1bf1ce1d49f))
|
|
1527
|
+
* change din on template for select object items ([bb7ba13](https://github.com/awes-io/client/commit/bb7ba130aebc2c27d0aa9f61de3b9f9c9db16266))
|
|
1528
|
+
* change logic for clear events in refresh wrapper ([67f6c4c](https://github.com/awes-io/client/commit/67f6c4c1f4f552e25a21d717ff3fb4b2e8ebb64d))
|
|
1529
|
+
* change styles and add arrow for tooltip ([6e4f495](https://github.com/awes-io/client/commit/6e4f495ecf6331e894bb600182487daf64a71e7a))
|
|
1530
|
+
* remove all place with postcss-color-function ([a53bd65](https://github.com/awes-io/client/commit/a53bd6572d6ac4f2fc8ebfb55522e642a78bf494))
|
|
1531
|
+
* remove plugins for update nuxt ([b230f4b](https://github.com/awes-io/client/commit/b230f4becab4af6befbb9a92a7dd8dcdf5872961))
|
|
1532
|
+
* replace method for remove refresh wrapper events ([e63d9df](https://github.com/awes-io/client/commit/e63d9dfd58108668ac324dce32cfb52e37fbdfbe))
|
|
1533
|
+
* replace style for fake input disable in text field css ([29f3d5f](https://github.com/awes-io/client/commit/29f3d5f8c4cf66e56beee686dd6d94b332cfffdd))
|
|
1534
|
+
* unused modules removed ([09334f1](https://github.com/awes-io/client/commit/09334f1677a837df5eac8c4063e4a55941fde40e))
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
|
|
1540
|
+
## [2.65.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.65.0...@awes-io/ui@2.65.1) (2023-07-06)
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
### Bug Fixes
|
|
1544
|
+
|
|
1545
|
+
* **aw-tab-nav:** else key fixed ([fac9f72](https://github.com/awes-io/client/commit/fac9f7214606540f95fa8aa5e57782b7ad837a10))
|
|
1546
|
+
|
|
1547
|
+
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
|
|
1551
|
+
# [2.65.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.64.0...@awes-io/ui@2.65.0) (2023-07-06)
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
### Bug Fixes
|
|
1555
|
+
|
|
1556
|
+
* tooltip shown on pointer events ([a1827a1](https://github.com/awes-io/client/commit/a1827a142e5b823ba526bce0e90ccf7a5a36dc20))
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
### Features
|
|
1560
|
+
|
|
1561
|
+
* **aw-tab-nav:** icons added ([eb1c876](https://github.com/awes-io/client/commit/eb1c87634e47f7ca15593fd82fb5d685ffa4e9b6))
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
# [2.64.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.63.6...@awes-io/ui@2.64.0) (2023-06-27)
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
### Features
|
|
1571
|
+
|
|
1572
|
+
* tertiary menu added ([3c0d425](https://github.com/awes-io/client/commit/3c0d42598a9b628eeb5b347d76a8538902623e0f))
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
## [2.63.6](https://github.com/awes-io/client/compare/@awes-io/ui@2.63.5...@awes-io/ui@2.63.6) (2023-06-27)
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
### Bug Fixes
|
|
1582
|
+
|
|
1583
|
+
* **google-maps:** set protocol in url to work in capacitor ([d928ec7](https://github.com/awes-io/client/commit/d928ec7346186a6fe4d8fe980bc5f3ba02e2ab5b))
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
## [2.63.5](https://github.com/awes-io/client/compare/@awes-io/ui@2.63.4...@awes-io/ui@2.63.5) (2023-06-23)
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
### Bug Fixes
|
|
1593
|
+
|
|
1594
|
+
* **aw-money:** convert to number when comparing values ([e41d833](https://github.com/awes-io/client/commit/e41d833c082b50a03d0e9795de4fe9291928e782))
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
## [2.63.4](https://github.com/awes-io/client/compare/@awes-io/ui@2.63.3...@awes-io/ui@2.63.4) (2023-06-22)
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
### Bug Fixes
|
|
1604
|
+
|
|
1605
|
+
* **aw-money:** money formatting fixed ([b0555d2](https://github.com/awes-io/client/commit/b0555d2a69ea67641cd926616ba5b5eb3b8d403f))
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
## [2.63.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.63.2...@awes-io/ui@2.63.3) (2023-06-22)
|
|
1612
|
+
|
|
1613
|
+
|
|
1614
|
+
### Bug Fixes
|
|
1615
|
+
|
|
1616
|
+
* **aw-money:** always get and set value in coins ([297435e](https://github.com/awes-io/client/commit/297435e8560a9892729270fbb8746ca0c56d963b))
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
## [2.63.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.63.1...@awes-io/ui@2.63.2) (2023-04-25)
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
### Bug Fixes
|
|
1626
|
+
|
|
1627
|
+
* **ui:** dayjs locales mapped to i18n locales ([2b9ddd2](https://github.com/awes-io/client/commit/2b9ddd2e86a30a2fe56f85e72eb6e17e8eb8ad36))
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
## [2.63.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.63.0...@awes-io/ui@2.63.1) (2023-04-25)
|
|
1634
|
+
|
|
1635
|
+
|
|
1636
|
+
### Bug Fixes
|
|
1637
|
+
|
|
1638
|
+
* **ui:** dayjs locales autoload checks locale availability ([270a388](https://github.com/awes-io/client/commit/270a388ff2535d61bcbd91460432e46e4cd9b7f4))
|
|
1639
|
+
|
|
1640
|
+
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
|
|
1644
|
+
# [2.63.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.62.0...@awes-io/ui@2.63.0) (2023-04-07)
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
### Features
|
|
1648
|
+
|
|
1649
|
+
* **aw-table-builder:** css classes added ([a94c2a6](https://github.com/awes-io/client/commit/a94c2a6088541beabe88306980bf93644d718429))
|
|
1650
|
+
|
|
1651
|
+
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
|
+
# [2.62.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.61.1...@awes-io/ui@2.62.0) (2023-01-11)
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
### Bug Fixes
|
|
1659
|
+
|
|
1660
|
+
* translations keys updated ([57e8dcc](https://github.com/awes-io/client/commit/57e8dcc44208fb567bc6196b2dac131095030e8e))
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
### Features
|
|
1664
|
+
|
|
1665
|
+
* translation keys replaced with values ([90e58da](https://github.com/awes-io/client/commit/90e58dabb389c9c47a33115965f8724845f3ad75))
|
|
1666
|
+
* translation keys replaced with values ([f4bcf3a](https://github.com/awes-io/client/commit/f4bcf3aa43231b8a12b39a68cef94059205162d4))
|
|
1667
|
+
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
## [2.61.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.61.0...@awes-io/ui@2.61.1) (2023-01-11)
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
### Bug Fixes
|
|
1676
|
+
|
|
1677
|
+
* **aw-bottom-bar:** action button listeners application fixed ([bfa4057](https://github.com/awes-io/client/commit/bfa4057da6f7c9a5c3393b0a2483ba2bd6c5f97b))
|
|
1678
|
+
|
|
1679
|
+
|
|
1680
|
+
|
|
1681
|
+
|
|
1682
|
+
|
|
1683
|
+
# [2.61.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.60.0...@awes-io/ui@2.61.0) (2022-12-29)
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
### Bug Fixes
|
|
1687
|
+
|
|
1688
|
+
* useless component removed ([b69fe35](https://github.com/awes-io/client/commit/b69fe35d2df567d3d79cb2cc5d8e80fb64ee9ec6))
|
|
1689
|
+
|
|
1690
|
+
|
|
1691
|
+
### Features
|
|
1692
|
+
|
|
1693
|
+
* aw-select tuning ([a2d55ea](https://github.com/awes-io/client/commit/a2d55ea1ccc409232c61b95ad642e2f90669e830))
|
|
1694
|
+
|
|
1695
|
+
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
|
|
1699
|
+
# [2.60.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.59.2...@awes-io/ui@2.60.0) (2022-12-19)
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
### Features
|
|
1703
|
+
|
|
1704
|
+
* **aw-calendar:** allow to select single day range ([c787bf7](https://github.com/awes-io/client/commit/c787bf79d81f5c1738a069e46cb650a9002a0de8))
|
|
1705
|
+
|
|
1706
|
+
|
|
1707
|
+
|
|
1708
|
+
|
|
1709
|
+
|
|
1710
|
+
## [2.59.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.59.1...@awes-io/ui@2.59.2) (2022-11-14)
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
### Bug Fixes
|
|
1714
|
+
|
|
1715
|
+
* **aw-select-object:** mobile overflow fixed ([2a76f28](https://github.com/awes-io/client/commit/2a76f2870368fd10675aadba30104e9fae84ecd7))
|
|
1716
|
+
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
## [2.59.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.59.0...@awes-io/ui@2.59.1) (2022-10-20)
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
### Bug Fixes
|
|
1725
|
+
|
|
1726
|
+
* **aw-table-builder:** skip onfetch hook if table unmounted ([284fafd](https://github.com/awes-io/client/commit/284fafdad291c2a976871859f4964c520e23ed89))
|
|
1727
|
+
|
|
1728
|
+
|
|
1729
|
+
|
|
1730
|
+
|
|
1731
|
+
|
|
1732
|
+
# [2.59.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.58.0...@awes-io/ui@2.59.0) (2022-09-08)
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
### Features
|
|
1736
|
+
|
|
1737
|
+
* uploader and test attrs improvements ([b3ef891](https://github.com/awes-io/client/commit/b3ef8914adcb9f2ea63999d1d82345ae7b98002b))
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
# [2.58.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.57.0...@awes-io/ui@2.58.0) (2022-08-08)
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
### Features
|
|
1747
|
+
|
|
1748
|
+
* update ([e56f315](https://github.com/awes-io/client/commit/e56f31548de6895d0dc6dfc4175914860a0c8e53))
|
|
1749
|
+
|
|
1750
|
+
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
# [2.57.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.56.7...@awes-io/ui@2.57.0) (2022-08-08)
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
### Features
|
|
1758
|
+
|
|
1759
|
+
* **aw-bottom-bar:** action button added ([0071a22](https://github.com/awes-io/client/commit/0071a22e28e3dc92976d05f5d36bd5b9f671fa46))
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
## [2.56.7](https://github.com/awes-io/client/compare/@awes-io/ui@2.56.6...@awes-io/ui@2.56.7) (2022-07-20)
|
|
1766
|
+
|
|
1767
|
+
|
|
1768
|
+
### Bug Fixes
|
|
1769
|
+
|
|
1770
|
+
* **aw-select-fake-input:** styles fixed ([7a1a984](https://github.com/awes-io/client/commit/7a1a9846873a37c725b48286cc3120a2b2b8dbb4))
|
|
1771
|
+
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
## [2.56.6](https://github.com/awes-io/client/compare/@awes-io/ui@2.56.5...@awes-io/ui@2.56.6) (2022-07-20)
|
|
1777
|
+
|
|
1778
|
+
|
|
1779
|
+
### Bug Fixes
|
|
1780
|
+
|
|
1781
|
+
* updated yarn ([d51cfd8](https://github.com/awes-io/client/commit/d51cfd8835d872dbdcf950f108abcf57e86bef24))
|
|
1782
|
+
|
|
1783
|
+
|
|
1784
|
+
|
|
1785
|
+
|
|
1786
|
+
|
|
1787
|
+
## [2.56.5](https://github.com/awes-io/client/compare/@awes-io/ui@2.56.4...@awes-io/ui@2.56.5) (2022-07-20)
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
### Bug Fixes
|
|
1791
|
+
|
|
1792
|
+
* **aw-select-object:** ios focus lags fixed ([f0cc05d](https://github.com/awes-io/client/commit/f0cc05db37f69cd9d39bb58443060f49854116c7))
|
|
1793
|
+
|
|
1794
|
+
|
|
1795
|
+
|
|
1796
|
+
|
|
1797
|
+
|
|
1798
|
+
## [2.56.4](https://github.com/awes-io/client/compare/@awes-io/ui@2.56.3...@awes-io/ui@2.56.4) (2022-07-18)
|
|
1799
|
+
|
|
1800
|
+
|
|
1801
|
+
### Bug Fixes
|
|
1802
|
+
|
|
1803
|
+
* added full logo into config ([b15b3a8](https://github.com/awes-io/client/commit/b15b3a8fd52e4f1ed401ea28bdfcd5e269ca3152))
|
|
1804
|
+
|
|
1805
|
+
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
|
|
1809
|
+
## [2.56.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.56.2...@awes-io/ui@2.56.3) (2022-07-18)
|
|
1810
|
+
|
|
1811
|
+
|
|
1812
|
+
### Bug Fixes
|
|
1813
|
+
|
|
1814
|
+
* added full logo into config ([7f38422](https://github.com/awes-io/client/commit/7f384223484d5bc989278fa2311cd3eff2143523))
|
|
1815
|
+
|
|
1816
|
+
|
|
1817
|
+
|
|
1818
|
+
|
|
1819
|
+
|
|
1820
|
+
## [2.56.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.56.1...@awes-io/ui@2.56.2) (2022-07-18)
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
### Bug Fixes
|
|
1824
|
+
|
|
1825
|
+
* added full logo into config ([74d1719](https://github.com/awes-io/client/commit/74d171941c0892f426a8ec35462f408c9fe1481c))
|
|
1826
|
+
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
|
|
1830
|
+
|
|
1831
|
+
## [2.56.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.56.0...@awes-io/ui@2.56.1) (2022-07-18)
|
|
1832
|
+
|
|
1833
|
+
|
|
1834
|
+
### Bug Fixes
|
|
1835
|
+
|
|
1836
|
+
* bump ([025f696](https://github.com/awes-io/client/commit/025f696bad25ea30ae7eba6997bdecc6aca58b39))
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
# [2.56.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.55.1...@awes-io/ui@2.56.0) (2022-07-18)
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
### Features
|
|
1846
|
+
|
|
1847
|
+
* added slot for center layout ([65b31c2](https://github.com/awes-io/client/commit/65b31c26c5a405cad2bd28a162a5f6c800270399))
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
|
|
1853
|
+
## [2.55.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.55.0...@awes-io/ui@2.55.1) (2022-07-13)
|
|
1854
|
+
|
|
1855
|
+
|
|
1856
|
+
### Bug Fixes
|
|
1857
|
+
|
|
1858
|
+
* app cookies expiration added ([395ace4](https://github.com/awes-io/client/commit/395ace4780ef7a23cc0b6b38df58be188fcbac87))
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
# [2.55.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.54.0...@awes-io/ui@2.55.0) (2022-07-11)
|
|
1865
|
+
|
|
1866
|
+
|
|
1867
|
+
### Features
|
|
1868
|
+
|
|
1869
|
+
* **aw-calendar:** translations from dayjs ([c6f50fa](https://github.com/awes-io/client/commit/c6f50fa1134932894ffe691391c41290c490ad51))
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
|
|
1873
|
+
|
|
1874
|
+
|
|
1875
|
+
# [2.54.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.53.0...@awes-io/ui@2.54.0) (2022-07-05)
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
### Features
|
|
1879
|
+
|
|
1880
|
+
* optional menu items translation and tooltip ([8a24879](https://github.com/awes-io/client/commit/8a24879ee5d0b1ff60165567e2b70201b4cfe518))
|
|
1881
|
+
|
|
1882
|
+
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
|
|
1886
|
+
# [2.53.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.52.0...@awes-io/ui@2.53.0) (2022-06-29)
|
|
1887
|
+
|
|
1888
|
+
|
|
1889
|
+
### Features
|
|
1890
|
+
|
|
1891
|
+
* new version ([c64a7a1](https://github.com/awes-io/client/commit/c64a7a10bb55e8f5e5196912f8d70bf8350fd831))
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
# [2.52.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.51.0...@awes-io/ui@2.52.0) (2022-06-29)
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
### Bug Fixes
|
|
1901
|
+
|
|
1902
|
+
* **aw-table:** falsy clicks fixed ([ff1004b](https://github.com/awes-io/client/commit/ff1004b47ea527bb71a6d99e44df307be3df4223))
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
### Features
|
|
1906
|
+
|
|
1907
|
+
* set dropdown max height by viewport ([4ec3589](https://github.com/awes-io/client/commit/4ec3589eb6691fad198ff83a99333724e9ae3900))
|
|
1908
|
+
* table press event added ([b8bf19a](https://github.com/awes-io/client/commit/b8bf19a4e1262d9e3a0e7044490081020009e3af))
|
|
1909
|
+
|
|
1910
|
+
|
|
1911
|
+
|
|
1912
|
+
|
|
1913
|
+
|
|
1914
|
+
# [2.51.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.50.0...@awes-io/ui@2.51.0) (2022-06-14)
|
|
1915
|
+
|
|
1916
|
+
|
|
1917
|
+
### Features
|
|
1918
|
+
|
|
1919
|
+
* **aw-bottom-bar:** fixed position to prevent jumps on ios ([c9b32bb](https://github.com/awes-io/client/commit/c9b32bbbb7c109a9f5c3abede7a2aeb7a7c543b9))
|
|
1920
|
+
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
# [2.50.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.49.1...@awes-io/ui@2.50.0) (2022-06-13)
|
|
1926
|
+
|
|
1927
|
+
|
|
1928
|
+
### Features
|
|
1929
|
+
|
|
1930
|
+
* calendar day slots added ([b9b0897](https://github.com/awes-io/client/commit/b9b0897806fe2f86aa51bc1b472482fab017ce91))
|
|
1931
|
+
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
|
|
1935
|
+
|
|
1936
|
+
## [2.49.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.49.0...@awes-io/ui@2.49.1) (2022-05-31)
|
|
1937
|
+
|
|
1938
|
+
|
|
1939
|
+
### Bug Fixes
|
|
1940
|
+
|
|
1941
|
+
* multiline translations updated ([3b072f8](https://github.com/awes-io/client/commit/3b072f84be4bfb4327cfa80d23531b80c73e1eda))
|
|
1942
|
+
|
|
1943
|
+
|
|
1944
|
+
|
|
1945
|
+
|
|
1946
|
+
|
|
1947
|
+
# [2.49.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.48.0...@awes-io/ui@2.49.0) (2022-05-26)
|
|
1948
|
+
|
|
1949
|
+
|
|
1950
|
+
### Features
|
|
1951
|
+
|
|
1952
|
+
* translation system updated ([2827c0e](https://github.com/awes-io/client/commit/2827c0e6108523aa26e3f5af10478be23cace54f))
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
# [2.48.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.47.3...@awes-io/ui@2.48.0) (2022-05-16)
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
### Features
|
|
1962
|
+
|
|
1963
|
+
* **aw-address-block:** region added ([018a113](https://github.com/awes-io/client/commit/018a113f7bd397df33042e87619e5e9b7f0f08df))
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
## [2.47.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.47.2...@awes-io/ui@2.47.3) (2022-04-26)
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
### Bug Fixes
|
|
1973
|
+
|
|
1974
|
+
* close dropdown on overlay click on mobile ([aef2d98](https://github.com/awes-io/client/commit/aef2d982e1f1824ea8a1ac43037ccc56d457767b))
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
|
|
1980
|
+
## [2.47.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.47.1...@awes-io/ui@2.47.2) (2022-04-06)
|
|
1981
|
+
|
|
1982
|
+
|
|
1983
|
+
### Bug Fixes
|
|
1984
|
+
|
|
1985
|
+
* **aw-tel:** missing flags added ([c11de3c](https://github.com/awes-io/client/commit/c11de3c9f2eff94bbb8aa8348c479999623bcc5d))
|
|
1986
|
+
|
|
1987
|
+
|
|
1988
|
+
|
|
1989
|
+
|
|
1990
|
+
|
|
1991
|
+
## [2.47.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.47.0...@awes-io/ui@2.47.1) (2022-04-01)
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
### Bug Fixes
|
|
1995
|
+
|
|
1996
|
+
* **aw-tel:** disallow input before plus sign ([c8649af](https://github.com/awes-io/client/commit/c8649af7d5310ac3e2384054e4d7cd1d53333351))
|
|
1997
|
+
|
|
1998
|
+
|
|
1999
|
+
|
|
2000
|
+
|
|
2001
|
+
|
|
2002
|
+
# [2.47.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.46.0...@awes-io/ui@2.47.0) (2022-03-31)
|
|
2003
|
+
|
|
2004
|
+
|
|
2005
|
+
### Features
|
|
2006
|
+
|
|
2007
|
+
* **aw-tel:** placeholder replaced with mask ([e54e324](https://github.com/awes-io/client/commit/e54e324cb9ec576f583070a74a06349c23270685))
|
|
2008
|
+
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
|
|
2013
|
+
# [2.46.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.45.0...@awes-io/ui@2.46.0) (2022-03-17)
|
|
2014
|
+
|
|
2015
|
+
|
|
2016
|
+
### Features
|
|
2017
|
+
|
|
2018
|
+
* **store:** user name preformatting added ([36de390](https://github.com/awes-io/client/commit/36de3908308dde463a93198974cca2e79f5945a2))
|
|
2019
|
+
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
|
|
2023
|
+
|
|
2024
|
+
# [2.45.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.44.0...@awes-io/ui@2.45.0) (2022-03-17)
|
|
2025
|
+
|
|
2026
|
+
|
|
2027
|
+
### Features
|
|
2028
|
+
|
|
2029
|
+
* birthday-picker updated ([4b7bedc](https://github.com/awes-io/client/commit/4b7bedc64c5358673540120fb8a7b647d8444e90))
|
|
2030
|
+
|
|
2031
|
+
|
|
2032
|
+
|
|
2033
|
+
|
|
2034
|
+
|
|
2035
|
+
# [2.44.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.43.0...@awes-io/ui@2.44.0) (2022-03-10)
|
|
2036
|
+
|
|
2037
|
+
|
|
2038
|
+
### Bug Fixes
|
|
2039
|
+
|
|
2040
|
+
* remove mask import ([5fd53f3](https://github.com/awes-io/client/commit/5fd53f3e5204dd25fdbcbb727111c9d490c74788))
|
|
2041
|
+
|
|
2042
|
+
|
|
2043
|
+
### Features
|
|
2044
|
+
|
|
2045
|
+
* replace vue-the-mask with pattern ([a9af187](https://github.com/awes-io/client/commit/a9af18764acee563ca6ec242b9b18dbba95f4542))
|
|
2046
|
+
* ui updates ([a2d34b7](https://github.com/awes-io/client/commit/a2d34b77c8a0e0a680066a0a81382b3dc2d7d243))
|
|
2047
|
+
* **aw-birthday-picker:** refactor ([79f3459](https://github.com/awes-io/client/commit/79f345921520f91488d5b3c1feafc10c3897ac54))
|
|
2048
|
+
|
|
2049
|
+
|
|
2050
|
+
|
|
2051
|
+
|
|
2052
|
+
|
|
2053
|
+
# [2.43.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.42.1...@awes-io/ui@2.43.0) (2022-02-28)
|
|
2054
|
+
|
|
2055
|
+
|
|
2056
|
+
### Features
|
|
2057
|
+
|
|
2058
|
+
* blocked twofactor auth ([dbef9a3](https://github.com/awes-io/client/commit/dbef9a3d9989d8a33ba276a73c3a32ec184b5e5e))
|
|
2059
|
+
|
|
2060
|
+
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
|
|
2064
|
+
## [2.42.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.42.0...@awes-io/ui@2.42.1) (2022-02-10)
|
|
2065
|
+
|
|
2066
|
+
|
|
2067
|
+
### Bug Fixes
|
|
2068
|
+
|
|
2069
|
+
* locked prop for fixed button ([9e2067a](https://github.com/awes-io/client/commit/9e2067ae0abbbfe766f6ea63d9c2cc26940c90b1))
|
|
2070
|
+
|
|
2071
|
+
|
|
2072
|
+
|
|
2073
|
+
|
|
2074
|
+
|
|
2075
|
+
# [2.42.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.41.0...@awes-io/ui@2.42.0) (2022-02-01)
|
|
2076
|
+
|
|
2077
|
+
|
|
2078
|
+
### Features
|
|
2079
|
+
|
|
2080
|
+
* modal appear fixed ([4838c87](https://github.com/awes-io/client/commit/4838c87fadc1b9303fa3c9a5e4ccee678c5bbcb6))
|
|
2081
|
+
|
|
2082
|
+
|
|
2083
|
+
|
|
2084
|
+
|
|
2085
|
+
|
|
2086
|
+
# [2.41.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.40.1...@awes-io/ui@2.41.0) (2022-01-26)
|
|
2087
|
+
|
|
2088
|
+
|
|
2089
|
+
### Features
|
|
2090
|
+
|
|
2091
|
+
* **aw-tel:** use max metadata for phone validation ([8f5020b](https://github.com/awes-io/client/commit/8f5020bae4204c9acc710c7d97364757fab2b7bd))
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
|
|
2095
|
+
|
|
2096
|
+
|
|
2097
|
+
## [2.40.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.40.0...@awes-io/ui@2.40.1) (2022-01-21)
|
|
2098
|
+
|
|
2099
|
+
|
|
2100
|
+
### Bug Fixes
|
|
2101
|
+
|
|
2102
|
+
* **aw-mobile-menu:** use correct heading for submenu ([62a3210](https://github.com/awes-io/client/commit/62a321084a295620802e7bc0fbb92e948400f19a))
|
|
2103
|
+
|
|
2104
|
+
|
|
2105
|
+
|
|
2106
|
+
|
|
2107
|
+
|
|
2108
|
+
# [2.40.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.39.1...@awes-io/ui@2.40.0) (2022-01-21)
|
|
2109
|
+
|
|
2110
|
+
|
|
2111
|
+
### Features
|
|
2112
|
+
|
|
2113
|
+
* user menu updated ([b4006e8](https://github.com/awes-io/client/commit/b4006e8fac3a84b646acab6693f1950234ceb950))
|
|
2114
|
+
|
|
2115
|
+
|
|
2116
|
+
|
|
2117
|
+
|
|
2118
|
+
|
|
2119
|
+
## [2.39.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.39.0...@awes-io/ui@2.39.1) (2022-01-17)
|
|
2120
|
+
|
|
2121
|
+
|
|
2122
|
+
### Bug Fixes
|
|
2123
|
+
|
|
2124
|
+
* **aw-address:** inherit passed attrs in select ([0dbf456](https://github.com/awes-io/client/commit/0dbf4566bcc8aaf5e84113977299b8115afbf2f1))
|
|
2125
|
+
|
|
2126
|
+
|
|
2127
|
+
|
|
2128
|
+
|
|
2129
|
+
|
|
2130
|
+
# [2.39.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.38.0...@awes-io/ui@2.39.0) (2022-01-17)
|
|
2131
|
+
|
|
2132
|
+
|
|
2133
|
+
### Features
|
|
2134
|
+
|
|
2135
|
+
* aw-address uses select internally ([d8a71f0](https://github.com/awes-io/client/commit/d8a71f0b42f22853ca69d1b61cfdb3d9d91aed40))
|
|
2136
|
+
|
|
2137
|
+
|
|
2138
|
+
|
|
2139
|
+
|
|
2140
|
+
|
|
2141
|
+
# [2.38.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.37.0...@awes-io/ui@2.38.0) (2021-12-30)
|
|
2142
|
+
|
|
2143
|
+
|
|
2144
|
+
### Features
|
|
2145
|
+
|
|
2146
|
+
* default button color replaced to accent ([980a96d](https://github.com/awes-io/client/commit/980a96d5a23c5025a618a53ddf630934440eda91))
|
|
2147
|
+
|
|
2148
|
+
|
|
2149
|
+
|
|
2150
|
+
|
|
2151
|
+
|
|
2152
|
+
# [2.37.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.36.0...@awes-io/ui@2.37.0) (2021-12-28)
|
|
2153
|
+
|
|
2154
|
+
|
|
2155
|
+
### Bug Fixes
|
|
2156
|
+
|
|
2157
|
+
* **aw-birthday-picker:** global dayjs with leap year plugin used instead of custom ([047890f](https://github.com/awes-io/client/commit/047890ff1eb26923f455a64dfd12b5a6c5c972c8))
|
|
2158
|
+
|
|
2159
|
+
|
|
2160
|
+
### Features
|
|
2161
|
+
|
|
2162
|
+
* scroll buttons collabsing added ([b773080](https://github.com/awes-io/client/commit/b77308027776ca4c2aba94753ec0826819d090c3))
|
|
2163
|
+
|
|
2164
|
+
|
|
2165
|
+
|
|
2166
|
+
|
|
2167
|
+
|
|
2168
|
+
# [2.36.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.35.0...@awes-io/ui@2.36.0) (2021-12-10)
|
|
2169
|
+
|
|
2170
|
+
|
|
2171
|
+
### Features
|
|
2172
|
+
|
|
2173
|
+
* logo switching added ([e5e7328](https://github.com/awes-io/client/commit/e5e732812e9acb5c3a6c810d9a7346affa422988))
|
|
2174
|
+
|
|
2175
|
+
|
|
2176
|
+
|
|
2177
|
+
|
|
2178
|
+
|
|
2179
|
+
# [2.35.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.34.2...@awes-io/ui@2.35.0) (2021-12-04)
|
|
2180
|
+
|
|
2181
|
+
|
|
2182
|
+
### Bug Fixes
|
|
2183
|
+
|
|
2184
|
+
* default date format ([3435466](https://github.com/awes-io/client/commit/3435466e8ff789d64682ba99e5125eaa5dabf723))
|
|
2185
|
+
|
|
2186
|
+
|
|
2187
|
+
### Features
|
|
2188
|
+
|
|
2189
|
+
* **aw-birthday-picker:** leap year support ([43805c3](https://github.com/awes-io/client/commit/43805c3cecacec61340f512fe8e9dfcfae4ba1fb))
|
|
2190
|
+
* **aw-date:** editable format validation added ([307ec9e](https://github.com/awes-io/client/commit/307ec9e662f32839178cab4d3c14e506b2abbc97))
|
|
2191
|
+
* **aw-date:** editable input ([f6f7237](https://github.com/awes-io/client/commit/f6f723755f3cc9ca1c09d33860ea38c403c023ff))
|
|
2192
|
+
|
|
2193
|
+
|
|
2194
|
+
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
## [2.34.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.34.1...@awes-io/ui@2.34.2) (2021-11-26)
|
|
2198
|
+
|
|
2199
|
+
|
|
2200
|
+
### Bug Fixes
|
|
2201
|
+
|
|
2202
|
+
* **aw-tel:** type button added to dropdown button ([c1369cd](https://github.com/awes-io/client/commit/c1369cd16efb9b569f5a41a94da2eee746a8e40d))
|
|
2203
|
+
|
|
2204
|
+
|
|
2205
|
+
|
|
2206
|
+
|
|
2207
|
+
|
|
2208
|
+
## [2.34.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.34.0...@awes-io/ui@2.34.1) (2021-11-25)
|
|
2209
|
+
|
|
2210
|
+
|
|
2211
|
+
### Bug Fixes
|
|
2212
|
+
|
|
2213
|
+
* **aw-tel:** check if given value is string before parsing ([4161fb6](https://github.com/awes-io/client/commit/4161fb67b57ccea772a390769dab200baee15a44))
|
|
2214
|
+
|
|
2215
|
+
|
|
2216
|
+
|
|
2217
|
+
|
|
2218
|
+
|
|
2219
|
+
# [2.34.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.33.0...@awes-io/ui@2.34.0) (2021-11-25)
|
|
2220
|
+
|
|
2221
|
+
|
|
2222
|
+
### Features
|
|
2223
|
+
|
|
2224
|
+
* aw-tel component rewrited ([a072dda](https://github.com/awes-io/client/commit/a072dda44254d783b6445416bede84459639ce8d))
|
|
2225
|
+
|
|
2226
|
+
|
|
2227
|
+
|
|
2228
|
+
|
|
2229
|
+
|
|
2230
|
+
# [2.33.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.32.5...@awes-io/ui@2.33.0) (2021-11-15)
|
|
2231
|
+
|
|
2232
|
+
|
|
2233
|
+
### Bug Fixes
|
|
2234
|
+
|
|
2235
|
+
* mask works only in allowed inputs ([3dcc47e](https://github.com/awes-io/client/commit/3dcc47e1c58e4dac1763aaeb7f50d879c34799db))
|
|
2236
|
+
|
|
2237
|
+
|
|
2238
|
+
### Features
|
|
2239
|
+
|
|
2240
|
+
* dayjs upgraded ([b1aa822](https://github.com/awes-io/client/commit/b1aa8228f2b7541acc180cad5bcb477a2d2a37d6))
|
|
2241
|
+
|
|
2242
|
+
|
|
2243
|
+
|
|
2244
|
+
|
|
2245
|
+
|
|
2246
|
+
## [2.32.5](https://github.com/awes-io/client/compare/@awes-io/ui@2.32.4...@awes-io/ui@2.32.5) (2021-11-13)
|
|
2247
|
+
|
|
2248
|
+
|
|
2249
|
+
### Bug Fixes
|
|
2250
|
+
|
|
2251
|
+
* **text-fields:** restore caret position respecting masked signs ([3fe927d](https://github.com/awes-io/client/commit/3fe927d7d2918e860c2104977fee570348754c21))
|
|
2252
|
+
|
|
2253
|
+
|
|
2254
|
+
|
|
2255
|
+
|
|
2256
|
+
|
|
2257
|
+
## [2.32.4](https://github.com/awes-io/client/compare/@awes-io/ui@2.32.3...@awes-io/ui@2.32.4) (2021-11-13)
|
|
2258
|
+
|
|
2259
|
+
|
|
2260
|
+
### Bug Fixes
|
|
2261
|
+
|
|
2262
|
+
* input position fixed ([2ae72e6](https://github.com/awes-io/client/commit/2ae72e6e42178eaf33e9f4921b0b6c82a4cc9b62))
|
|
2263
|
+
|
|
2264
|
+
|
|
2265
|
+
|
|
2266
|
+
|
|
2267
|
+
|
|
2268
|
+
## [2.32.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.32.2...@awes-io/ui@2.32.3) (2021-10-28)
|
|
2269
|
+
|
|
2270
|
+
|
|
2271
|
+
### Bug Fixes
|
|
2272
|
+
|
|
2273
|
+
* added missed listeners ([e95fd78](https://github.com/awes-io/client/commit/e95fd785de33f3a6bea2e14cdc92ee9271aeb215))
|
|
2274
|
+
|
|
2275
|
+
|
|
2276
|
+
|
|
2277
|
+
|
|
2278
|
+
|
|
2279
|
+
## [2.32.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.32.1...@awes-io/ui@2.32.2) (2021-10-27)
|
|
2280
|
+
|
|
2281
|
+
|
|
2282
|
+
### Bug Fixes
|
|
2283
|
+
|
|
2284
|
+
* **select-object:** check if select option is disaabled ([0167952](https://github.com/awes-io/client/commit/0167952f0c1a0a52c7c734361bf605a979d94aa8))
|
|
2285
|
+
|
|
2286
|
+
|
|
2287
|
+
|
|
2288
|
+
|
|
2289
|
+
|
|
2290
|
+
## [2.32.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.32.0...@awes-io/ui@2.32.1) (2021-10-22)
|
|
2291
|
+
|
|
2292
|
+
|
|
2293
|
+
### Bug Fixes
|
|
2294
|
+
|
|
2295
|
+
* styles fixed ([ad1cf62](https://github.com/awes-io/client/commit/ad1cf624093574f9f3058595fa3e52bdf2c08f8e))
|
|
2296
|
+
|
|
2297
|
+
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
|
|
2301
|
+
# [2.32.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.31.0...@awes-io/ui@2.32.0) (2021-10-21)
|
|
2302
|
+
|
|
2303
|
+
|
|
2304
|
+
### Features
|
|
2305
|
+
|
|
2306
|
+
* **aw-select-object:** slot defore dropdown added ([2b02130](https://github.com/awes-io/client/commit/2b02130ece8db24887a1128bbc23092dd2f26447))
|
|
2307
|
+
|
|
2308
|
+
|
|
2309
|
+
|
|
2310
|
+
|
|
2311
|
+
|
|
2312
|
+
# [2.31.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.30.0...@awes-io/ui@2.31.0) (2021-10-21)
|
|
2313
|
+
|
|
2314
|
+
|
|
2315
|
+
### Bug Fixes
|
|
2316
|
+
|
|
2317
|
+
* bump version ([ed4612a](https://github.com/awes-io/client/commit/ed4612ad6f81c698a06590c91356c0a47be87f81))
|
|
2318
|
+
|
|
2319
|
+
|
|
2320
|
+
### Features
|
|
2321
|
+
|
|
2322
|
+
* bump version ([dc0250d](https://github.com/awes-io/client/commit/dc0250d3b671a7df341ea5e6bb8d752577011c0f))
|
|
2323
|
+
|
|
2324
|
+
|
|
2325
|
+
|
|
2326
|
+
|
|
2327
|
+
|
|
2328
|
+
# [2.30.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.29.3...@awes-io/ui@2.30.0) (2021-10-21)
|
|
2329
|
+
|
|
2330
|
+
|
|
2331
|
+
### Bug Fixes
|
|
2332
|
+
|
|
2333
|
+
* **aw-modal:** overlay-aside animation fixed ([cd4e960](https://github.com/awes-io/client/commit/cd4e960f377af53df9f20492c857667baf636ba0))
|
|
2334
|
+
* **aw-select-object:** do not encode search param ([4141879](https://github.com/awes-io/client/commit/41418793d0e3f3dd732155867b35ec9b98753333))
|
|
2335
|
+
* sanitize v-html ([95ecf78](https://github.com/awes-io/client/commit/95ecf78cd95e9e8cab96d81e9fa0697a1e86e3bc))
|
|
2336
|
+
|
|
2337
|
+
|
|
2338
|
+
### Features
|
|
2339
|
+
|
|
2340
|
+
* **aw-select:** disabling options added ([a83da1a](https://github.com/awes-io/client/commit/a83da1a0986d081f036ac4ce92ed7d9cc528105b))
|
|
2341
|
+
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
|
|
2345
|
+
|
|
2346
|
+
## [2.29.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.29.2...@awes-io/ui@2.29.3) (2021-10-18)
|
|
2347
|
+
|
|
2348
|
+
|
|
2349
|
+
### Bug Fixes
|
|
2350
|
+
|
|
2351
|
+
* updated aw-search ([ac88aca](https://github.com/awes-io/client/commit/ac88acaa0e003e36c67ae5ac94450795dda7bf00))
|
|
2352
|
+
|
|
2353
|
+
|
|
2354
|
+
|
|
2355
|
+
|
|
2356
|
+
|
|
2357
|
+
## [2.29.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.29.1...@awes-io/ui@2.29.2) (2021-10-18)
|
|
2358
|
+
|
|
2359
|
+
|
|
2360
|
+
### Bug Fixes
|
|
2361
|
+
|
|
2362
|
+
* updated field for the search ([22d1a98](https://github.com/awes-io/client/commit/22d1a98d27ecee9070e709112242930eff3223c0))
|
|
2363
|
+
|
|
2364
|
+
|
|
2365
|
+
|
|
2366
|
+
|
|
2367
|
+
|
|
2368
|
+
## [2.29.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.29.0...@awes-io/ui@2.29.1) (2021-10-14)
|
|
2369
|
+
|
|
2370
|
+
|
|
2371
|
+
### Bug Fixes
|
|
2372
|
+
|
|
2373
|
+
* **aw-description:** tag is span by default ([3441b5a](https://github.com/awes-io/client/commit/3441b5ac609224cb3ea5963915c9868f48c2317a))
|
|
2374
|
+
|
|
2375
|
+
|
|
2376
|
+
|
|
2377
|
+
|
|
2378
|
+
|
|
2379
|
+
# [2.29.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.28.2...@awes-io/ui@2.29.0) (2021-10-04)
|
|
2380
|
+
|
|
2381
|
+
|
|
2382
|
+
### Features
|
|
2383
|
+
|
|
2384
|
+
* get square image from cropper ([f236282](https://github.com/awes-io/client/commit/f236282d225b8f30927f14a0e817f0cd6e7c7374))
|
|
2385
|
+
|
|
2386
|
+
|
|
2387
|
+
|
|
2388
|
+
|
|
2389
|
+
|
|
2390
|
+
## [2.28.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.28.1...@awes-io/ui@2.28.2) (2021-09-28)
|
|
2391
|
+
|
|
2392
|
+
|
|
2393
|
+
### Bug Fixes
|
|
2394
|
+
|
|
2395
|
+
* components starting with underscore removed from global ([32d5b0d](https://github.com/awes-io/client/commit/32d5b0d0f5d9b04c48c36dba15993da0dc8a6c9b))
|
|
2396
|
+
|
|
2397
|
+
|
|
2398
|
+
|
|
2399
|
+
|
|
2400
|
+
|
|
2401
|
+
## [2.28.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.28.0...@awes-io/ui@2.28.1) (2021-09-23)
|
|
2402
|
+
|
|
2403
|
+
|
|
2404
|
+
### Bug Fixes
|
|
2405
|
+
|
|
2406
|
+
* de translations for map ([3a49b24](https://github.com/awes-io/client/commit/3a49b248b4c701ae9a1a733ba87dbdd836d94416))
|
|
2407
|
+
|
|
2408
|
+
|
|
2409
|
+
|
|
2410
|
+
|
|
2411
|
+
|
|
2412
|
+
# [2.28.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.27.0...@awes-io/ui@2.28.0) (2021-09-21)
|
|
2413
|
+
|
|
2414
|
+
|
|
2415
|
+
### Features
|
|
2416
|
+
|
|
2417
|
+
* **aw-select-object:** infinity scroll added ([a2cb125](https://github.com/awes-io/client/commit/a2cb125a1b09211b458d9311648699a82b56acfe))
|
|
2418
|
+
|
|
2419
|
+
|
|
2420
|
+
|
|
2421
|
+
|
|
2422
|
+
|
|
2423
|
+
# [2.27.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.26.0...@awes-io/ui@2.27.0) (2021-09-18)
|
|
2424
|
+
|
|
2425
|
+
|
|
2426
|
+
### Features
|
|
2427
|
+
|
|
2428
|
+
* test component aw-select-object ([bc1f381](https://github.com/awes-io/client/commit/bc1f381968aedd8280703bd238bc0042a446ee57))
|
|
2429
|
+
|
|
2430
|
+
|
|
2431
|
+
|
|
2432
|
+
|
|
2433
|
+
|
|
2434
|
+
# [2.26.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.25.1...@awes-io/ui@2.26.0) (2021-09-08)
|
|
2435
|
+
|
|
2436
|
+
|
|
2437
|
+
### Features
|
|
2438
|
+
|
|
2439
|
+
* **aw-address-block:** error handling added ([68f5ce1](https://github.com/awes-io/client/commit/68f5ce1ac60ae4ad39687217ce6e124a5134d893))
|
|
2440
|
+
|
|
2441
|
+
|
|
2442
|
+
|
|
2443
|
+
|
|
2444
|
+
|
|
2445
|
+
## [2.25.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.25.0...@awes-io/ui@2.25.1) (2021-09-06)
|
|
2446
|
+
|
|
2447
|
+
|
|
2448
|
+
### Bug Fixes
|
|
2449
|
+
|
|
2450
|
+
* country migrated to meta field ([6d9de3a](https://github.com/awes-io/client/commit/6d9de3a969a5bcb8f8e67811ad80fb48babf63c1))
|
|
2451
|
+
|
|
2452
|
+
|
|
2453
|
+
|
|
2454
|
+
|
|
2455
|
+
|
|
2456
|
+
# [2.25.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.24.0...@awes-io/ui@2.25.0) (2021-09-03)
|
|
2457
|
+
|
|
2458
|
+
|
|
2459
|
+
### Features
|
|
2460
|
+
|
|
2461
|
+
* **dayjs:** custom parse format disabled ([08176d0](https://github.com/awes-io/client/commit/08176d0b4104c3c30782ab2fe2b0e2e8663b8626))
|
|
2462
|
+
|
|
2463
|
+
|
|
2464
|
+
|
|
2465
|
+
|
|
2466
|
+
|
|
2467
|
+
# [2.24.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.23.1...@awes-io/ui@2.24.0) (2021-08-28)
|
|
2468
|
+
|
|
2469
|
+
|
|
2470
|
+
### Bug Fixes
|
|
2471
|
+
|
|
2472
|
+
* translations for address ([267077e](https://github.com/awes-io/client/commit/267077e8570243261a7397f539410d33c8eebc75))
|
|
2473
|
+
|
|
2474
|
+
|
|
2475
|
+
### Features
|
|
2476
|
+
|
|
2477
|
+
* **aw-address-map:** country added to address object ([ee1b83c](https://github.com/awes-io/client/commit/ee1b83ce660e49d6b44d94f9db32eda97116083c))
|
|
2478
|
+
|
|
2479
|
+
|
|
2480
|
+
|
|
2481
|
+
|
|
2482
|
+
|
|
2483
|
+
## [2.23.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.23.0...@awes-io/ui@2.23.1) (2021-08-27)
|
|
2484
|
+
|
|
2485
|
+
|
|
2486
|
+
### Bug Fixes
|
|
2487
|
+
|
|
2488
|
+
* **aw-address:** pass timezone to model if props is present ([d26207e](https://github.com/awes-io/client/commit/d26207e18283f45b64b7a6876d28c8c6c2629323))
|
|
2489
|
+
|
|
2490
|
+
|
|
2491
|
+
|
|
2492
|
+
|
|
2493
|
+
|
|
2494
|
+
# [2.23.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.22.1...@awes-io/ui@2.23.0) (2021-08-26)
|
|
2495
|
+
|
|
2496
|
+
|
|
2497
|
+
### Bug Fixes
|
|
2498
|
+
|
|
2499
|
+
* remove icons file ([eee7f5f](https://github.com/awes-io/client/commit/eee7f5f594fa89db57ea223bf8d9b5138aa0616b))
|
|
2500
|
+
|
|
2501
|
+
|
|
2502
|
+
### Features
|
|
2503
|
+
|
|
2504
|
+
* add AddressBlock translations ([cb7ba63](https://github.com/awes-io/client/commit/cb7ba63173c7fadd0b250793870cbea7c0d20fe1))
|
|
2505
|
+
* add gmap, address block ([cd35d63](https://github.com/awes-io/client/commit/cd35d63ac5fed56776f1ab93882305aa929c373a))
|
|
2506
|
+
|
|
2507
|
+
|
|
2508
|
+
|
|
2509
|
+
|
|
2510
|
+
|
|
2511
|
+
## [2.22.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.22.0...@awes-io/ui@2.22.1) (2021-08-18)
|
|
2512
|
+
|
|
2513
|
+
|
|
2514
|
+
### Bug Fixes
|
|
2515
|
+
|
|
2516
|
+
* **ui:** detect language logic fixed ([45d9c33](https://github.com/awes-io/client/commit/45d9c339a33a21afa19e6e8af7d75e8e58bcee91))
|
|
2517
|
+
|
|
2518
|
+
|
|
2519
|
+
|
|
2520
|
+
|
|
2521
|
+
|
|
2522
|
+
# [2.22.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.21.0...@awes-io/ui@2.22.0) (2021-08-17)
|
|
2523
|
+
|
|
2524
|
+
|
|
2525
|
+
### Features
|
|
2526
|
+
|
|
2527
|
+
* **aw-radio:** boolean is accepted as value ([dfc994b](https://github.com/awes-io/client/commit/dfc994bdabee6f7aafa29ca3649ea9e85969a660))
|
|
2528
|
+
* configure week start in calendar ([8996363](https://github.com/awes-io/client/commit/899636356292c5554f121ac5c34885bb429bcca8))
|
|
2529
|
+
|
|
2530
|
+
|
|
2531
|
+
|
|
2532
|
+
|
|
2533
|
+
|
|
2534
|
+
# [2.21.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.20.3...@awes-io/ui@2.21.0) (2021-08-11)
|
|
2535
|
+
|
|
2536
|
+
|
|
2537
|
+
### Bug Fixes
|
|
2538
|
+
|
|
2539
|
+
* **aw-table:** do not emit click on non-data column ([b3a4087](https://github.com/awes-io/client/commit/b3a4087ce96c73b9701032229dddc9fa12d8b757))
|
|
2540
|
+
|
|
2541
|
+
|
|
2542
|
+
### Features
|
|
2543
|
+
|
|
2544
|
+
* configure week start in calendar ([db9b889](https://github.com/awes-io/client/commit/db9b8899f01573552147a4f83e31604a69719191))
|
|
2545
|
+
|
|
2546
|
+
|
|
2547
|
+
|
|
2548
|
+
|
|
2549
|
+
|
|
2550
|
+
## [2.20.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.20.2...@awes-io/ui@2.20.3) (2021-07-18)
|
|
2551
|
+
|
|
2552
|
+
|
|
2553
|
+
### Bug Fixes
|
|
2554
|
+
|
|
2555
|
+
* **lang:** requset without auth headers ([d100828](https://github.com/awes-io/client/commit/d100828ee1f9f68a80b3e88c45ac6a81da24c670))
|
|
2556
|
+
|
|
2557
|
+
|
|
2558
|
+
|
|
2559
|
+
|
|
2560
|
+
|
|
2561
|
+
## [2.20.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.20.1...@awes-io/ui@2.20.2) (2021-06-29)
|
|
2562
|
+
|
|
2563
|
+
|
|
2564
|
+
### Bug Fixes
|
|
2565
|
+
|
|
2566
|
+
* set cookies with same site lax policy ([c1e0baa](https://github.com/awes-io/client/commit/c1e0baad42c21e1ccc7aed23072c9026ae4a9eeb))
|
|
2567
|
+
|
|
2568
|
+
|
|
2569
|
+
|
|
2570
|
+
|
|
2571
|
+
|
|
2572
|
+
## [2.20.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.20.0...@awes-io/ui@2.20.1) (2021-06-21)
|
|
2573
|
+
|
|
2574
|
+
|
|
2575
|
+
### Bug Fixes
|
|
2576
|
+
|
|
2577
|
+
* vue-tel-input stable varsion fixed ([bf6709c](https://github.com/awes-io/client/commit/bf6709c9207042ad78e5661c4920dbb73dc23623))
|
|
2578
|
+
|
|
2579
|
+
|
|
2580
|
+
|
|
2581
|
+
|
|
2582
|
+
|
|
2583
|
+
# [2.20.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.19.1...@awes-io/ui@2.20.0) (2021-06-21)
|
|
2584
|
+
|
|
2585
|
+
|
|
2586
|
+
### Features
|
|
2587
|
+
|
|
2588
|
+
* **modal:** modal overlay styles ([9d12cfc](https://github.com/awes-io/client/commit/9d12cfce4958c4764738a546f89b5baafd5bb35d))
|
|
2589
|
+
|
|
2590
|
+
|
|
2591
|
+
|
|
2592
|
+
|
|
2593
|
+
|
|
2594
|
+
## [2.19.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.19.0...@awes-io/ui@2.19.1) (2021-05-25)
|
|
2595
|
+
|
|
2596
|
+
|
|
2597
|
+
### Bug Fixes
|
|
2598
|
+
|
|
2599
|
+
* load atoms and molecules as global components ([7a1006d](https://github.com/awes-io/client/commit/7a1006d3478b9cdfc5a9c7cc90b23a8f6961ac0a))
|
|
2600
|
+
|
|
2601
|
+
|
|
2602
|
+
|
|
2603
|
+
|
|
2604
|
+
|
|
2605
|
+
# [2.19.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.18.2...@awes-io/ui@2.19.0) (2021-05-21)
|
|
2606
|
+
|
|
2607
|
+
|
|
2608
|
+
### Bug Fixes
|
|
2609
|
+
|
|
2610
|
+
* **aw-select:** do not remove space as special character from search and match regexes ([20414cc](https://github.com/awes-io/client/commit/20414cc64497a983a20aad8092945d89495e2edf))
|
|
2611
|
+
|
|
2612
|
+
|
|
2613
|
+
### Features
|
|
2614
|
+
|
|
2615
|
+
* show asterisk on required field labels ([1d34535](https://github.com/awes-io/client/commit/1d34535728a0a37cbc1e0bbe5cedb6aafd0fc3f2))
|
|
2616
|
+
* **aw-model-edit:** component added ([203af39](https://github.com/awes-io/client/commit/203af39538eff50b4787f6e4f82ff4caf51a0901))
|
|
2617
|
+
* **aw-user-menu:** highlight active menu item ([c0c6748](https://github.com/awes-io/client/commit/c0c67488c372287072e3a16e752255bcea04ad39))
|
|
2618
|
+
* **vue-mc:** vue-mc module added to recieve context from nuxt ([394bccb](https://github.com/awes-io/client/commit/394bccb8f105b2dba45fdb759ba7ab7187fa02ed))
|
|
2619
|
+
|
|
2620
|
+
|
|
2621
|
+
|
|
2622
|
+
|
|
2623
|
+
|
|
2624
|
+
## [2.18.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.18.1...@awes-io/ui@2.18.2) (2021-05-12)
|
|
2625
|
+
|
|
2626
|
+
|
|
2627
|
+
### Bug Fixes
|
|
2628
|
+
|
|
2629
|
+
* auth ui fixes ([a002850](https://github.com/awes-io/client/commit/a0028501cef57ae40783a4800d7b605569896ef5))
|
|
2630
|
+
* **aw-select:** add type to inner buttons ([47916d2](https://github.com/awes-io/client/commit/47916d22bb3871385526c61d777aa5e9854a5a68))
|
|
2631
|
+
|
|
2632
|
+
|
|
2633
|
+
|
|
2634
|
+
|
|
2635
|
+
|
|
2636
|
+
## [2.18.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.18.0...@awes-io/ui@2.18.1) (2021-05-07)
|
|
2637
|
+
|
|
2638
|
+
|
|
2639
|
+
### Bug Fixes
|
|
2640
|
+
|
|
2641
|
+
* type=button by default to prevent form submit ([e079bd8](https://github.com/awes-io/client/commit/e079bd89866d99f329dc75989fa1d6f046786633))
|
|
2642
|
+
|
|
2643
|
+
|
|
2644
|
+
|
|
2645
|
+
|
|
2646
|
+
|
|
2647
|
+
# [2.18.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.17.1...@awes-io/ui@2.18.0) (2021-04-22)
|
|
2648
|
+
|
|
2649
|
+
|
|
2650
|
+
### Bug Fixes
|
|
2651
|
+
|
|
2652
|
+
* **aw-user-menu:** max size is set to prevent stretching ([233e6e7](https://github.com/awes-io/client/commit/233e6e7336dea2f659ef17e3612573eb9b11e781))
|
|
2653
|
+
|
|
2654
|
+
|
|
2655
|
+
### Features
|
|
2656
|
+
|
|
2657
|
+
* **nuxt-admin:** package refactored to match new ui ([eec75ae](https://github.com/awes-io/client/commit/eec75aec2cb8142d9bd9f94f65e96fd567d77d39))
|
|
2658
|
+
|
|
2659
|
+
|
|
2660
|
+
|
|
2661
|
+
|
|
2662
|
+
|
|
2663
|
+
## [2.17.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.17.0...@awes-io/ui@2.17.1) (2021-04-13)
|
|
2664
|
+
|
|
2665
|
+
|
|
2666
|
+
### Bug Fixes
|
|
2667
|
+
|
|
2668
|
+
* **aw-page:** breadcrumb offset fixed ([31f2197](https://github.com/awes-io/client/commit/31f2197d837b1bf584a7ef5e3c4717551bc0df20))
|
|
2669
|
+
|
|
2670
|
+
|
|
2671
|
+
|
|
2672
|
+
|
|
2673
|
+
|
|
2674
|
+
# [2.17.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.16.1...@awes-io/ui@2.17.0) (2021-04-12)
|
|
2675
|
+
|
|
2676
|
+
|
|
2677
|
+
### Features
|
|
2678
|
+
|
|
2679
|
+
* **aw-select:** test attributes added ([5bb6f22](https://github.com/awes-io/client/commit/5bb6f223d44c4ec5e385deaa0be3d7465910c8c4))
|
|
2680
|
+
|
|
2681
|
+
|
|
2682
|
+
|
|
2683
|
+
|
|
2684
|
+
|
|
2685
|
+
## [2.16.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.16.0...@awes-io/ui@2.16.1) (2021-04-08)
|
|
2686
|
+
|
|
2687
|
+
|
|
2688
|
+
### Bug Fixes
|
|
2689
|
+
|
|
2690
|
+
* markup fixes ([b7cd03d](https://github.com/awes-io/client/commit/b7cd03d6c4a1a02a73b41f90735f32cbe8ce2843))
|
|
2691
|
+
|
|
2692
|
+
|
|
2693
|
+
|
|
2694
|
+
|
|
2695
|
+
|
|
2696
|
+
# [2.16.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.15.5...@awes-io/ui@2.16.0) (2021-04-06)
|
|
2697
|
+
|
|
2698
|
+
|
|
2699
|
+
### Features
|
|
2700
|
+
|
|
2701
|
+
* **aw-button:** locked state added ([85b32d6](https://github.com/awes-io/client/commit/85b32d6e67b910992e1afa6a0300343c50daa85c))
|
|
2702
|
+
|
|
2703
|
+
|
|
2704
|
+
|
|
2705
|
+
|
|
2706
|
+
|
|
2707
|
+
## [2.15.5](https://github.com/awes-io/client/compare/@awes-io/ui@2.15.4...@awes-io/ui@2.15.5) (2021-04-05)
|
|
2708
|
+
|
|
2709
|
+
|
|
2710
|
+
### Bug Fixes
|
|
2711
|
+
|
|
2712
|
+
* **aw-page-headline:** back button position fixed ([340a9dd](https://github.com/awes-io/client/commit/340a9dd41d34cee9ca6500166b348d03ca0c5cad))
|
|
2713
|
+
|
|
2714
|
+
|
|
2715
|
+
|
|
2716
|
+
|
|
2717
|
+
|
|
2718
|
+
## [2.15.4](https://github.com/awes-io/client/compare/@awes-io/ui@2.15.3...@awes-io/ui@2.15.4) (2021-04-05)
|
|
2719
|
+
|
|
2720
|
+
|
|
2721
|
+
### Bug Fixes
|
|
2722
|
+
|
|
2723
|
+
* markup fixes ([34ca3e8](https://github.com/awes-io/client/commit/34ca3e8fd66afdef0a2cf94728823fe2beac0a8f))
|
|
2724
|
+
|
|
2725
|
+
|
|
2726
|
+
|
|
2727
|
+
|
|
2728
|
+
|
|
2729
|
+
## [2.15.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.15.2...@awes-io/ui@2.15.3) (2021-04-05)
|
|
2730
|
+
|
|
2731
|
+
|
|
2732
|
+
### Bug Fixes
|
|
2733
|
+
|
|
2734
|
+
* flex gap fixed with new component aw-flow ([51fb504](https://github.com/awes-io/client/commit/51fb5047539525e192c8e8d596fe910ad1907421))
|
|
2735
|
+
|
|
2736
|
+
|
|
2737
|
+
|
|
2738
|
+
|
|
2739
|
+
|
|
2740
|
+
## [2.15.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.15.1...@awes-io/ui@2.15.2) (2021-04-02)
|
|
2741
|
+
|
|
2742
|
+
**Note:** Version bump only for package @awes-io/ui
|
|
2743
|
+
|
|
2744
|
+
|
|
2745
|
+
|
|
2746
|
+
|
|
2747
|
+
|
|
2748
|
+
## [2.15.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.15.0...@awes-io/ui@2.15.1) (2021-04-01)
|
|
2749
|
+
|
|
2750
|
+
**Note:** Version bump only for package @awes-io/ui
|
|
2751
|
+
|
|
2752
|
+
|
|
2753
|
+
|
|
2754
|
+
|
|
2755
|
+
|
|
2756
|
+
# [2.15.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.14.1...@awes-io/ui@2.15.0) (2021-03-31)
|
|
2757
|
+
|
|
2758
|
+
|
|
2759
|
+
### Bug Fixes
|
|
2760
|
+
|
|
2761
|
+
* **aw-layout:** hotfix - menu overflow added ([c3abd67](https://github.com/awes-io/client/commit/c3abd6796041f0b027245a9724d1c511eae747e9))
|
|
2762
|
+
|
|
2763
|
+
|
|
2764
|
+
### Features
|
|
2765
|
+
|
|
2766
|
+
* **aw-island:** component added ([b929516](https://github.com/awes-io/client/commit/b9295163d060fb16e6f9108a9b5f83dc6744c1fd))
|
|
2767
|
+
* **aw-user-menu:** theme-switcher modified ([5197bc4](https://github.com/awes-io/client/commit/5197bc4a4182798ff382e35d8ee22e802af80d33))
|
|
2768
|
+
|
|
2769
|
+
|
|
2770
|
+
|
|
2771
|
+
|
|
2772
|
+
|
|
2773
|
+
## [2.14.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.14.0...@awes-io/ui@2.14.1) (2021-03-26)
|
|
2774
|
+
|
|
2775
|
+
|
|
2776
|
+
### Bug Fixes
|
|
2777
|
+
|
|
2778
|
+
* back-left as a default true value ([273e96d](https://github.com/awes-io/client/commit/273e96d2eb1222446b02f4ced055ebb2957a0cdd))
|
|
2779
|
+
* typo ([99a993e](https://github.com/awes-io/client/commit/99a993ec77cc6c75a7d404300744fbb07848642c))
|
|
2780
|
+
|
|
2781
|
+
|
|
2782
|
+
|
|
2783
|
+
|
|
2784
|
+
|
|
2785
|
+
# [2.14.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.13.0...@awes-io/ui@2.14.0) (2021-03-25)
|
|
2786
|
+
|
|
2787
|
+
|
|
2788
|
+
### Features
|
|
2789
|
+
|
|
2790
|
+
* **aw-select:** create button ([d466af4](https://github.com/awes-io/client/commit/d466af42411c8c2885a4f6c06ca3a74ce1d04841))
|
|
2791
|
+
|
|
2792
|
+
|
|
2793
|
+
|
|
2794
|
+
|
|
2795
|
+
|
|
2796
|
+
# [2.13.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.12.0...@awes-io/ui@2.13.0) (2021-03-24)
|
|
2797
|
+
|
|
2798
|
+
|
|
2799
|
+
### Bug Fixes
|
|
2800
|
+
|
|
2801
|
+
* back-button ([72e6a6f](https://github.com/awes-io/client/commit/72e6a6f9798af1e6cff7220cd7b33707f293c300))
|
|
2802
|
+
* container classes ([9b26189](https://github.com/awes-io/client/commit/9b2618909a00f183ebb783bcf68220aaaa06f327))
|
|
2803
|
+
* **aw-page-user:** back link mobile ([3ccae82](https://github.com/awes-io/client/commit/3ccae82682bf4b52eee4c43e52bc462d36f1aa93))
|
|
2804
|
+
* new layout styles ([600c243](https://github.com/awes-io/client/commit/600c24357980ac95ec6bc4f331cd9030ed370141))
|
|
2805
|
+
|
|
2806
|
+
|
|
2807
|
+
### Features
|
|
2808
|
+
|
|
2809
|
+
* **aw-page:** add new props ([0e5cd65](https://github.com/awes-io/client/commit/0e5cd652399c69d80f16d75f75f781a0965de35c))
|
|
2810
|
+
* **aw-page-user:** new design ([b23641d](https://github.com/awes-io/client/commit/b23641d9d3991d3f1c4e2d47508304f916a6b92c))
|
|
2811
|
+
* **aw-search:** delete other query params on search ([ee28076](https://github.com/awes-io/client/commit/ee280766c5f432d0f98e95a7fb9f6a165e98c613))
|
|
2812
|
+
* **aw-switcher:** new design ([14f5b42](https://github.com/awes-io/client/commit/14f5b42607ebc3429339997dc92f4d4f44156156))
|
|
2813
|
+
* add aw-label ([e943c7c](https://github.com/awes-io/client/commit/e943c7c8cb382723148853930c785ef8ecdc2d3a))
|
|
2814
|
+
|
|
2815
|
+
|
|
2816
|
+
|
|
2817
|
+
|
|
2818
|
+
|
|
2819
|
+
# [2.12.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.11.4...@awes-io/ui@2.12.0) (2021-03-17)
|
|
2820
|
+
|
|
2821
|
+
|
|
2822
|
+
### Features
|
|
2823
|
+
|
|
2824
|
+
* **aw-userpic:** truncate name and description ([e697d6d](https://github.com/awes-io/client/commit/e697d6dd4ab6cd6df856d905296c44b4ddbe3582))
|
|
2825
|
+
|
|
2826
|
+
|
|
2827
|
+
|
|
2828
|
+
|
|
2829
|
+
|
|
2830
|
+
## [2.11.4](https://github.com/awes-io/client/compare/@awes-io/ui@2.11.3...@awes-io/ui@2.11.4) (2021-03-10)
|
|
2831
|
+
|
|
2832
|
+
**Note:** Version bump only for package @awes-io/ui
|
|
2833
|
+
|
|
2834
|
+
|
|
2835
|
+
|
|
2836
|
+
|
|
2837
|
+
|
|
2838
|
+
## [2.11.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.11.2...@awes-io/ui@2.11.3) (2021-03-09)
|
|
2839
|
+
|
|
2840
|
+
|
|
2841
|
+
### Bug Fixes
|
|
2842
|
+
|
|
2843
|
+
* **aw-dwonload-link:** show proper loader icon component ([51bec67](https://github.com/awes-io/client/commit/51bec67cbf24e8e44a40121d4fa26f98819b1582))
|
|
2844
|
+
* **aw-select:** prevent form sending on enter key press to fire custom events ([b09fb01](https://github.com/awes-io/client/commit/b09fb0175f8fffb9d0bd68c4cd7196098491c830))
|
|
2845
|
+
|
|
2846
|
+
|
|
2847
|
+
|
|
2848
|
+
|
|
2849
|
+
|
|
2850
|
+
## [2.11.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.11.1...@awes-io/ui@2.11.2) (2021-03-05)
|
|
2851
|
+
|
|
2852
|
+
|
|
2853
|
+
### Bug Fixes
|
|
2854
|
+
|
|
2855
|
+
* **aw-table:** omit custom scroll on touch action ([e4a6b3f](https://github.com/awes-io/client/commit/e4a6b3fc24740c9691fc82fc0007e673cfb5c37e))
|
|
2856
|
+
|
|
2857
|
+
|
|
2858
|
+
|
|
2859
|
+
|
|
2860
|
+
|
|
2861
|
+
## [2.11.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.11.0...@awes-io/ui@2.11.1) (2021-03-03)
|
|
2862
|
+
|
|
2863
|
+
|
|
2864
|
+
### Bug Fixes
|
|
2865
|
+
|
|
2866
|
+
* typo fixes ([1493d98](https://github.com/awes-io/client/commit/1493d9828ec30c8a054e2ae93a1268518d357ac6))
|
|
2867
|
+
|
|
2868
|
+
|
|
2869
|
+
|
|
2870
|
+
|
|
2871
|
+
|
|
2872
|
+
# [2.11.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.10.3...@awes-io/ui@2.11.0) (2021-03-03)
|
|
2873
|
+
|
|
2874
|
+
|
|
2875
|
+
### Bug Fixes
|
|
2876
|
+
|
|
2877
|
+
* **aw-select:** do not reset empty indexes on enter click ([17e51d5](https://github.com/awes-io/client/commit/17e51d50e16cafe695df87cf73e88cfa542fc1f7))
|
|
2878
|
+
|
|
2879
|
+
|
|
2880
|
+
### Features
|
|
2881
|
+
|
|
2882
|
+
* **aw-table:** scroll added ([160ffee](https://github.com/awes-io/client/commit/160ffeebb0e45a3d46ec8374c35211e53fab082c))
|
|
2883
|
+
|
|
2884
|
+
|
|
2885
|
+
|
|
2886
|
+
|
|
2887
|
+
|
|
2888
|
+
## [2.10.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.10.2...@awes-io/ui@2.10.3) (2021-03-03)
|
|
2889
|
+
|
|
2890
|
+
|
|
2891
|
+
### Bug Fixes
|
|
2892
|
+
|
|
2893
|
+
* table-dropdown ([ad80521](https://github.com/awes-io/client/commit/ad805215b37381ac3b6f83761ee1109265e1c8f4))
|
|
2894
|
+
|
|
2895
|
+
|
|
2896
|
+
|
|
2897
|
+
|
|
2898
|
+
|
|
2899
|
+
## [2.10.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.10.1...@awes-io/ui@2.10.2) (2021-03-02)
|
|
2900
|
+
|
|
2901
|
+
|
|
2902
|
+
### Bug Fixes
|
|
2903
|
+
|
|
2904
|
+
* social login fixed ([b8a4dc6](https://github.com/awes-io/client/commit/b8a4dc6c0ee54d2f2c18b61b81561348c06b48a7))
|
|
2905
|
+
|
|
2906
|
+
|
|
2907
|
+
|
|
2908
|
+
|
|
2909
|
+
|
|
2910
|
+
## [2.10.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.10.0...@awes-io/ui@2.10.1) (2021-03-01)
|
|
2911
|
+
|
|
2912
|
+
|
|
2913
|
+
### Bug Fixes
|
|
2914
|
+
|
|
2915
|
+
* styling fixes ([21c8b33](https://github.com/awes-io/client/commit/21c8b334aac0739440a979b86edc04a4da14f484))
|
|
2916
|
+
|
|
2917
|
+
|
|
2918
|
+
|
|
2919
|
+
|
|
2920
|
+
|
|
2921
|
+
# [2.10.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.9.5...@awes-io/ui@2.10.0) (2021-02-27)
|
|
2922
|
+
|
|
2923
|
+
|
|
2924
|
+
### Features
|
|
2925
|
+
|
|
2926
|
+
* menu modification ([9d35456](https://github.com/awes-io/client/commit/9d354563ada800b68d9ebf8f807503155fb3a27e))
|
|
2927
|
+
|
|
2928
|
+
|
|
2929
|
+
|
|
2930
|
+
|
|
2931
|
+
|
|
2932
|
+
## [2.9.5](https://github.com/awes-io/client/compare/@awes-io/ui@2.9.4...@awes-io/ui@2.9.5) (2021-02-26)
|
|
2933
|
+
|
|
2934
|
+
|
|
2935
|
+
### Bug Fixes
|
|
2936
|
+
|
|
2937
|
+
* prerelease ([3e30cb2](https://github.com/awes-io/client/commit/3e30cb210536659bfdd98d1e0cadeb3b25863699))
|
|
2938
|
+
|
|
2939
|
+
|
|
2940
|
+
|
|
2941
|
+
|
|
2942
|
+
|
|
2943
|
+
## [2.9.4](https://github.com/awes-io/client/compare/@awes-io/ui@2.9.3...@awes-io/ui@2.9.4) (2021-02-25)
|
|
2944
|
+
|
|
2945
|
+
|
|
2946
|
+
### Bug Fixes
|
|
2947
|
+
|
|
2948
|
+
* hide-mobile + page buttons ([8484c3b](https://github.com/awes-io/client/commit/8484c3b5e3204f082f0fc6f7c17e247e298d7bd8))
|
|
2949
|
+
|
|
2950
|
+
|
|
2951
|
+
|
|
2952
|
+
|
|
2953
|
+
|
|
2954
|
+
## [2.9.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.9.2...@awes-io/ui@2.9.3) (2021-02-25)
|
|
2955
|
+
|
|
2956
|
+
|
|
2957
|
+
### Bug Fixes
|
|
2958
|
+
|
|
2959
|
+
* final ([d51be75](https://github.com/awes-io/client/commit/d51be7567ac41f0c0deaa6c9d0274e936376e77f))
|
|
2960
|
+
|
|
2961
|
+
|
|
2962
|
+
|
|
2963
|
+
|
|
2964
|
+
|
|
2965
|
+
## [2.9.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.9.1...@awes-io/ui@2.9.2) (2021-02-17)
|
|
2966
|
+
|
|
2967
|
+
|
|
2968
|
+
### Bug Fixes
|
|
2969
|
+
|
|
2970
|
+
* **aw-select:** mobile version fix ([52499da](https://github.com/awes-io/client/commit/52499da6241e309fa680cef33f2b42fa211a700f))
|
|
2971
|
+
|
|
2972
|
+
|
|
2973
|
+
|
|
2974
|
+
|
|
2975
|
+
|
|
2976
|
+
## [2.9.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.9.0...@awes-io/ui@2.9.1) (2021-02-16)
|
|
2977
|
+
|
|
2978
|
+
|
|
2979
|
+
### Bug Fixes
|
|
2980
|
+
|
|
2981
|
+
* **aw-select:** dropdown and select issues fix ([02160b5](https://github.com/awes-io/client/commit/02160b5962cd20a9f59f9df6e35690380e55914c))
|
|
2982
|
+
|
|
2983
|
+
|
|
2984
|
+
|
|
2985
|
+
|
|
2986
|
+
|
|
2987
|
+
# [2.9.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.8.0...@awes-io/ui@2.9.0) (2021-02-11)
|
|
2988
|
+
|
|
2989
|
+
|
|
2990
|
+
### Features
|
|
2991
|
+
|
|
2992
|
+
* select dropdown update ([7c6c95d](https://github.com/awes-io/client/commit/7c6c95dcc97914a6aa6e7c94b649816784e5ed62))
|
|
2993
|
+
|
|
2994
|
+
|
|
2995
|
+
|
|
2996
|
+
|
|
2997
|
+
|
|
2998
|
+
# [2.8.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.7.0...@awes-io/ui@2.8.0) (2021-02-10)
|
|
2999
|
+
|
|
3000
|
+
|
|
3001
|
+
### Bug Fixes
|
|
3002
|
+
|
|
3003
|
+
* **toggler:** toggler crash after destroy fixed ([0fbad2c](https://github.com/awes-io/client/commit/0fbad2ccf33c397149158ef0159cfc941a747da2))
|
|
3004
|
+
|
|
3005
|
+
|
|
3006
|
+
### Features
|
|
3007
|
+
|
|
3008
|
+
* new mobile dropdown ([a97d3fc](https://github.com/awes-io/client/commit/a97d3fcc32a4a4b91d16341f74aeb27bf8b824a8))
|
|
3009
|
+
* **aw-select:** fix special characters search ([2ace638](https://github.com/awes-io/client/commit/2ace638b648c194b59c097a27791a2952c60e2f8))
|
|
3010
|
+
|
|
3011
|
+
|
|
3012
|
+
|
|
3013
|
+
|
|
3014
|
+
|
|
3015
|
+
# [2.7.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.6.0...@awes-io/ui@2.7.0) (2021-02-05)
|
|
3016
|
+
|
|
3017
|
+
|
|
3018
|
+
### Bug Fixes
|
|
3019
|
+
|
|
3020
|
+
* **aw-subnav:** make children raay unnecessary ([5d6c177](https://github.com/awes-io/client/commit/5d6c177d7ad5c751f60a769c7baf4b554206765b))
|
|
3021
|
+
|
|
3022
|
+
|
|
3023
|
+
### Features
|
|
3024
|
+
|
|
3025
|
+
* **aw-page-menu-buttons:** component added ([418c3ba](https://github.com/awes-io/client/commit/418c3ba6c8770292623a27f91d461087e220b7a5))
|
|
3026
|
+
|
|
3027
|
+
|
|
3028
|
+
|
|
3029
|
+
|
|
3030
|
+
|
|
3031
|
+
# [2.6.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.5.0...@awes-io/ui@2.6.0) (2021-02-04)
|
|
3032
|
+
|
|
3033
|
+
|
|
3034
|
+
### Bug Fixes
|
|
3035
|
+
|
|
3036
|
+
* update de.js ([4603127](https://github.com/awes-io/client/commit/460312728fc6468f8baaec73d4674790d535bc95))
|
|
3037
|
+
* update en.js ([37af6fb](https://github.com/awes-io/client/commit/37af6fbb51357773e4f6b7cc9eb80da9b27e439e))
|
|
3038
|
+
* update ru.js ([b69dffd](https://github.com/awes-io/client/commit/b69dffde181a5cbf55be99abb5067b2a8750d8bb))
|
|
3039
|
+
* update uk.js ([a807114](https://github.com/awes-io/client/commit/a807114ebc510c030a5fd0247083fd06ba62ead6))
|
|
3040
|
+
|
|
3041
|
+
|
|
3042
|
+
### Features
|
|
3043
|
+
|
|
3044
|
+
* mobile menu updates ([37c6969](https://github.com/awes-io/client/commit/37c69690ad61f5e3a430ef891a128c525351a10b))
|
|
3045
|
+
* **pages:** pages components updated ([6ccb5a2](https://github.com/awes-io/client/commit/6ccb5a2945154310fec0696db71e0a5afa04204e))
|
|
3046
|
+
|
|
3047
|
+
|
|
3048
|
+
|
|
3049
|
+
|
|
3050
|
+
|
|
3051
|
+
# [2.5.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.4.6...@awes-io/ui@2.5.0) (2021-02-02)
|
|
3052
|
+
|
|
3053
|
+
|
|
3054
|
+
### Bug Fixes
|
|
3055
|
+
|
|
3056
|
+
* **aw-page:** heading bottom paddings removed ([8cdbefd](https://github.com/awes-io/client/commit/8cdbefd64b09ed29ef55ea6fa8c3995dd8bf9bb5))
|
|
3057
|
+
|
|
3058
|
+
|
|
3059
|
+
### Features
|
|
3060
|
+
|
|
3061
|
+
* **aw-headline:** component added ([9616ba8](https://github.com/awes-io/client/commit/9616ba8f8dede3c13500c96801362dd703165d7f))
|
|
3062
|
+
* **aw-mobile-menu:** menu update ([3788445](https://github.com/awes-io/client/commit/378844530ac73a64f7547f5801862f14e8fe26c7))
|
|
3063
|
+
|
|
3064
|
+
|
|
3065
|
+
|
|
3066
|
+
|
|
3067
|
+
|
|
3068
|
+
## [2.4.6](https://github.com/awes-io/client/compare/@awes-io/ui@2.4.5...@awes-io/ui@2.4.6) (2021-01-27)
|
|
3069
|
+
|
|
3070
|
+
|
|
3071
|
+
### Bug Fixes
|
|
3072
|
+
|
|
3073
|
+
* bump version ([f507d04](https://github.com/awes-io/client/commit/f507d0441c1ac86e0614e5f44216c2952d12a6cf))
|
|
3074
|
+
|
|
3075
|
+
|
|
3076
|
+
|
|
3077
|
+
|
|
3078
|
+
|
|
3079
|
+
## [2.4.5](https://github.com/awes-io/client/compare/@awes-io/ui@2.4.4...@awes-io/ui@2.4.5) (2021-01-27)
|
|
3080
|
+
|
|
3081
|
+
|
|
3082
|
+
### Bug Fixes
|
|
3083
|
+
|
|
3084
|
+
* updated version of packages ([c02a49b](https://github.com/awes-io/client/commit/c02a49bd65c595843ef975f739a2a2e2393e87bc))
|
|
3085
|
+
|
|
3086
|
+
|
|
3087
|
+
|
|
3088
|
+
|
|
3089
|
+
|
|
3090
|
+
## [2.4.4](https://github.com/awes-io/client/compare/@awes-io/ui@2.4.3...@awes-io/ui@2.4.4) (2021-01-27)
|
|
3091
|
+
|
|
3092
|
+
|
|
3093
|
+
### Bug Fixes
|
|
3094
|
+
|
|
3095
|
+
* changed version ([fc1e622](https://github.com/awes-io/client/commit/fc1e62241976c75027e72bf17e7f3e49d58e6f3a))
|
|
3096
|
+
|
|
3097
|
+
|
|
3098
|
+
|
|
3099
|
+
|
|
3100
|
+
|
|
3101
|
+
## [2.4.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.4.2...@awes-io/ui@2.4.3) (2021-01-27)
|
|
3102
|
+
|
|
3103
|
+
### Bug Fixes
|
|
3104
|
+
|
|
3105
|
+
- **aw-select:** catch errors while creating search regexp ([3f7c675](https://github.com/awes-io/client/commit/3f7c67581ac919973c7727bdb80689e2d90cd034))
|
|
3106
|
+
- changed default accent color ([b3b3f46](https://github.com/awes-io/client/commit/b3b3f46fb124416310a77b6242b7bb61a87735a3))
|
|
3107
|
+
|
|
3108
|
+
## [2.4.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.4.1...@awes-io/ui@2.4.2) (2021-01-22)
|
|
3109
|
+
|
|
3110
|
+
### Bug Fixes
|
|
3111
|
+
|
|
3112
|
+
- **aw-layout-provider:** menu reactivity fix ([b7adc7b](https://github.com/awes-io/client/commit/b7adc7b56026f51432af7c6a0879b234d75053eb))
|
|
3113
|
+
|
|
3114
|
+
## [2.4.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.4.0...@awes-io/ui@2.4.1) (2021-01-22)
|
|
3115
|
+
|
|
3116
|
+
### Bug Fixes
|
|
3117
|
+
|
|
3118
|
+
- fixes and updates ([3dc760b](https://github.com/awes-io/client/commit/3dc760beb49afa8a553e96455915686c002d975a))
|
|
3119
|
+
|
|
3120
|
+
# [2.4.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.3.1...@awes-io/ui@2.4.0) (2021-01-21)
|
|
3121
|
+
|
|
3122
|
+
### Features
|
|
3123
|
+
|
|
3124
|
+
- active icon in menu ([04ce90e](https://github.com/awes-io/client/commit/04ce90ee12e4bbb1917c5a40ab48b12f4a75e443))
|
|
3125
|
+
|
|
3126
|
+
## [2.3.1](https://github.com/awes-io/client/compare/@awes-io/ui@2.3.0...@awes-io/ui@2.3.1) (2021-01-20)
|
|
3127
|
+
|
|
3128
|
+
### Bug Fixes
|
|
3129
|
+
|
|
3130
|
+
- layout fixes ([9b60b19](https://github.com/awes-io/client/commit/9b60b19fada45eb50fac4aa11549f1bf689a72ac))
|
|
3131
|
+
|
|
3132
|
+
# [2.3.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.2.0...@awes-io/ui@2.3.0) (2021-01-14)
|
|
3133
|
+
|
|
3134
|
+
### Features
|
|
3135
|
+
|
|
3136
|
+
- layout update ([d70d011](https://github.com/awes-io/client/commit/d70d011ff2f6d052bf2ee57ad1c4bae1aa58f605))
|
|
3137
|
+
|
|
3138
|
+
# [2.2.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.1.0...@awes-io/ui@2.2.0) (2021-01-13)
|
|
3139
|
+
|
|
3140
|
+
### Bug Fixes
|
|
3141
|
+
|
|
3142
|
+
- refactoring ([6ff9f08](https://github.com/awes-io/client/commit/6ff9f08bb7e45387b6736a9b253cdb6eabb95236))
|
|
3143
|
+
|
|
3144
|
+
### Features
|
|
3145
|
+
|
|
3146
|
+
- refactoring: icons, basic-ui ([bff25e0](https://github.com/awes-io/client/commit/bff25e01e7dfc62985f3306fceeee9faf7246d04))
|
|
3147
|
+
|
|
3148
|
+
# [2.1.0](https://github.com/awes-io/client/compare/@awes-io/ui@2.0.6...@awes-io/ui@2.1.0) (2021-01-12)
|
|
3149
|
+
|
|
3150
|
+
### Features
|
|
3151
|
+
|
|
3152
|
+
- menu updated ([1ceb099](https://github.com/awes-io/client/commit/1ceb0991477c417716262441054e16d741366d5d))
|
|
3153
|
+
|
|
3154
|
+
## [2.0.6](https://github.com/awes-io/client/compare/@awes-io/ui@2.0.5...@awes-io/ui@2.0.6) (2021-01-08)
|
|
3155
|
+
|
|
3156
|
+
### Bug Fixes
|
|
3157
|
+
|
|
3158
|
+
- vertical align for buttons ([5daf459](https://github.com/awes-io/client/commit/5daf4599aafd78d231fc27be8f88caaced763224))
|
|
3159
|
+
|
|
3160
|
+
## [2.0.5](https://github.com/awes-io/client/compare/@awes-io/ui@2.0.4...@awes-io/ui@2.0.5) (2021-01-08)
|
|
3161
|
+
|
|
3162
|
+
### Bug Fixes
|
|
3163
|
+
|
|
3164
|
+
- **i18n:** async translation fetching fixed ([f6aeef2](https://github.com/awes-io/client/commit/f6aeef2da643a1daf1bfcbfe30cc41cc20bb2353))
|
|
3165
|
+
|
|
3166
|
+
## [2.0.4](https://github.com/awes-io/client/compare/@awes-io/ui@2.0.3...@awes-io/ui@2.0.4) (2021-01-08)
|
|
3167
|
+
|
|
3168
|
+
### Bug Fixes
|
|
3169
|
+
|
|
3170
|
+
- rambdax included ([cc6ba02](https://github.com/awes-io/client/commit/cc6ba0282c6e64a492a68f7142c8ae0c3d886529))
|
|
3171
|
+
|
|
3172
|
+
## [2.0.3](https://github.com/awes-io/client/compare/@awes-io/ui@2.0.2...@awes-io/ui@2.0.3) (2021-01-08)
|
|
3173
|
+
|
|
3174
|
+
### Bug Fixes
|
|
3175
|
+
|
|
3176
|
+
- merge issues ([2d7ab6e](https://github.com/awes-io/client/commit/2d7ab6e2bfbc66b7038c03ba85ba08de2502bd53))
|
|
3177
|
+
|
|
3178
|
+
## [2.0.2](https://github.com/awes-io/client/compare/@awes-io/ui@2.0.0...@awes-io/ui@2.0.2) (2021-01-08)
|
|
3179
|
+
|
|
3180
|
+
### Bug Fixes
|
|
3181
|
+
|
|
3182
|
+
- bump version ([8141e69](https://github.com/awes-io/client/commit/8141e6921bdd7eba794193558c7b0f73dd8e2768))
|
|
3183
|
+
|
|
3184
|
+
# [2.0.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.111.1...@awes-io/ui@2.0.0) (2021-01-08)
|
|
3185
|
+
|
|
3186
|
+
- refactor!: design and system update ([1cb4b02](https://github.com/awes-io/client/commit/1cb4b02cbca10b02f500c6bd392eb98c7758470c))
|
|
3187
|
+
|
|
3188
|
+
### BREAKING CHANGES
|
|
3189
|
+
|
|
3190
|
+
- migration to awes.io v3
|
|
3191
|
+
|
|
3192
|
+
## [1.111.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.111.0...@awes-io/ui@1.111.1) (2020-12-23)
|
|
3193
|
+
|
|
3194
|
+
### Bug Fixes
|
|
3195
|
+
|
|
3196
|
+
- **aw-filter-month:** take local dayjs ([8ce2ff1](https://github.com/awes-io/client/commit/8ce2ff1ef2a0cf4418b303da45bf1e524e9026cb))
|
|
3197
|
+
|
|
3198
|
+
# [1.111.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.110.0...@awes-io/ui@1.111.0) (2020-12-22)
|
|
3199
|
+
|
|
3200
|
+
### Bug Fixes
|
|
3201
|
+
|
|
3202
|
+
- changed url to https ([058bca6](https://github.com/awes-io/client/commit/058bca6d77c4a909f6c88bd8f1deefe1971eb144))
|
|
3203
|
+
- test url ([210cea3](https://github.com/awes-io/client/commit/210cea34b2b64e88566d51b1e80451b309cab453))
|
|
3204
|
+
|
|
3205
|
+
### Features
|
|
3206
|
+
|
|
3207
|
+
- **aw-filter-month:** check for local dayjs instance ([73c9473](https://github.com/awes-io/client/commit/73c947368e5e991db8a4c784ebae7e554cbd0993))
|
|
3208
|
+
|
|
3209
|
+
# [1.110.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.109.0...@awes-io/ui@1.110.0) (2020-12-21)
|
|
3210
|
+
|
|
3211
|
+
### Bug Fixes
|
|
3212
|
+
|
|
3213
|
+
- css ios width flickering ([fb03b1c](https://github.com/awes-io/client/commit/fb03b1cf8853c9ef76d75a6e9d868f2faa7e9854))
|
|
3214
|
+
- css naming ([bc1c7b3](https://github.com/awes-io/client/commit/bc1c7b31afd5d817e43e3feffeb5f57ae08f5e50))
|
|
3215
|
+
- date min width ([8a0d9ef](https://github.com/awes-io/client/commit/8a0d9efeffeba62b418e54350a31b97794427a20))
|
|
3216
|
+
- filter month default width ([443280c](https://github.com/awes-io/client/commit/443280c69aa97d4e2080b2451aec97800b00e111))
|
|
3217
|
+
- ios css fix ([ce213ad](https://github.com/awes-io/client/commit/ce213ad3c94c090fc4dd4fc241a7082b0fc4304c))
|
|
3218
|
+
|
|
3219
|
+
### Features
|
|
3220
|
+
|
|
3221
|
+
- add aw-filter-month component ([2aac92e](https://github.com/awes-io/client/commit/2aac92e2946c850a8ce0c15a063e8c761545962d))
|
|
3222
|
+
|
|
3223
|
+
# [1.109.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.108.0...@awes-io/ui@1.109.0) (2020-12-16)
|
|
3224
|
+
|
|
3225
|
+
### Bug Fixes
|
|
3226
|
+
|
|
3227
|
+
- removed comment ([5762552](https://github.com/awes-io/client/commit/576255202def8b7f260ff647699e04d3021c820c))
|
|
3228
|
+
|
|
3229
|
+
### Features
|
|
3230
|
+
|
|
3231
|
+
- add icons, select add not-equal listener ([426da60](https://github.com/awes-io/client/commit/426da60b34fda4be2d22d0f7305eec074e1ce66e))
|
|
3232
|
+
|
|
3233
|
+
# [1.108.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.107.1...@awes-io/ui@1.108.0) (2020-12-16)
|
|
3234
|
+
|
|
3235
|
+
### Bug Fixes
|
|
3236
|
+
|
|
3237
|
+
- AwInfo modal, AwDownloadLink ([83a01b6](https://github.com/awes-io/client/commit/83a01b6a00f9401b6b010f5442dd7e33a99a8179))
|
|
3238
|
+
- ios hidden /icon files ([ad6d6a2](https://github.com/awes-io/client/commit/ad6d6a27c7cbfe03bb3b72c16c343234e02b353e))
|
|
3239
|
+
- **AwButton:** loading icon ([def6f2c](https://github.com/awes-io/client/commit/def6f2cf32959c66903bafce83aa6edc79d31747))
|
|
3240
|
+
- refactor ([a325d8a](https://github.com/awes-io/client/commit/a325d8aaf23f8a0443bfc6c1e461e1fdf0403f79))
|
|
3241
|
+
- rename AwDisplayDate ([2e5b201](https://github.com/awes-io/client/commit/2e5b201adeba390f76a0b24d12ea8e557b98e33c))
|
|
3242
|
+
- **AwDownloadLink:** styles ([0e306b7](https://github.com/awes-io/client/commit/0e306b79e76f3942dbb2d0c8746b68dee5d353f7))
|
|
3243
|
+
|
|
3244
|
+
### Features
|
|
3245
|
+
|
|
3246
|
+
- add AwBirthdayDate component ([5742b2c](https://github.com/awes-io/client/commit/5742b2cba77f2bfb18a251121e8a0f2267da9462))
|
|
3247
|
+
- css improvements, awDisplayDate ([5ab2ea0](https://github.com/awes-io/client/commit/5ab2ea03086d15be310e1fc31c23d2e2be1a953b))
|
|
3248
|
+
- **AwButton:** add mobile-text-hidden props ([c05a37e](https://github.com/awes-io/client/commit/c05a37e28cbe0924c32c45a437ed3265cc04c672))
|
|
3249
|
+
- **AwDownloadLink:** add supported formats ([6a51afc](https://github.com/awes-io/client/commit/6a51afc743ed1cdc6af9fe48bd047e1d9b1760ba))
|
|
3250
|
+
- **AwDownloadLink:** docs, icons ([2bdca7d](https://github.com/awes-io/client/commit/2bdca7d8dc2a34790cdaf6ae02ddc6abba892382))
|
|
3251
|
+
- change button, add AwDownloadLink ([a4a72d9](https://github.com/awes-io/client/commit/a4a72d990a8827d62964e2db0d9247548af819c5))
|
|
3252
|
+
|
|
3253
|
+
## [1.107.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.107.0...@awes-io/ui@1.107.1) (2020-12-11)
|
|
3254
|
+
|
|
3255
|
+
### Bug Fixes
|
|
3256
|
+
|
|
3257
|
+
- dropdown, tel input ([01b8c65](https://github.com/awes-io/client/commit/01b8c65743ee68e4d1a11b95f035d7a724d5b819))
|
|
3258
|
+
- notifications ([cb5699c](https://github.com/awes-io/client/commit/cb5699c1fe07a934c2ba09996e9d31a01b746f72))
|
|
3259
|
+
|
|
3260
|
+
# [1.107.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.106.0...@awes-io/ui@1.107.0) (2020-12-11)
|
|
3261
|
+
|
|
3262
|
+
### Bug Fixes
|
|
3263
|
+
|
|
3264
|
+
- improvements/fixes ([35cbe83](https://github.com/awes-io/client/commit/35cbe837a06cc85c73c99ee52644723da7bcde3b))
|
|
3265
|
+
|
|
3266
|
+
### Features
|
|
3267
|
+
|
|
3268
|
+
- change styles dropdown, notyfication, birthdaypicker ([dff9f53](https://github.com/awes-io/client/commit/dff9f534a27681a54d9ab3da460a6a35d351b4b1))
|
|
3269
|
+
- **aw-page-user:** component recieved loading logic ([81fdcd4](https://github.com/awes-io/client/commit/81fdcd464830b63484308892040cf59c6e39b554))
|
|
3270
|
+
- **aw-uploader:** drop area expands to full screen in single uploader ([2310768](https://github.com/awes-io/client/commit/23107688eae2d151d96616dcff68180fcce78461))
|
|
3271
|
+
|
|
3272
|
+
# [1.106.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.105.2...@awes-io/ui@1.106.0) (2020-12-08)
|
|
3273
|
+
|
|
3274
|
+
### Features
|
|
3275
|
+
|
|
3276
|
+
- add AwBirthdayPicker component ([456a2d9](https://github.com/awes-io/client/commit/456a2d9d919ed7038adf449d140a3461eb67d5f1))
|
|
3277
|
+
- awselect new option creation ([54b0eec](https://github.com/awes-io/client/commit/54b0eeccaf44b921613b30034957250be494617f))
|
|
3278
|
+
|
|
3279
|
+
## [1.105.2](https://github.com/awes-io/client/compare/@awes-io/ui@1.105.1...@awes-io/ui@1.105.2) (2020-12-07)
|
|
3280
|
+
|
|
3281
|
+
### Bug Fixes
|
|
3282
|
+
|
|
3283
|
+
- **aw-page-user:** styles moved to css bundle ([7bc8a56](https://github.com/awes-io/client/commit/7bc8a56ce030d3d06cc81f91aa61930386dace49))
|
|
3284
|
+
|
|
3285
|
+
## [1.105.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.105.0...@awes-io/ui@1.105.1) (2020-12-07)
|
|
3286
|
+
|
|
3287
|
+
### Bug Fixes
|
|
3288
|
+
|
|
3289
|
+
- **icons:** regenerate iconic font every time on bundle build ([5199489](https://github.com/awes-io/client/commit/519948920870fb2f0d1a1db8c93d9d5c8571b35f))
|
|
3290
|
+
|
|
3291
|
+
# [1.105.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.104.0...@awes-io/ui@1.105.0) (2020-12-06)
|
|
3292
|
+
|
|
3293
|
+
### Features
|
|
3294
|
+
|
|
3295
|
+
- **aw-page-user:** cusom aw-page with avatar added ([8135df8](https://github.com/awes-io/client/commit/8135df875a80c2869793a672627382c27149aef2))
|
|
3296
|
+
|
|
3297
|
+
# [1.104.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.103.0...@awes-io/ui@1.104.0) (2020-12-04)
|
|
3298
|
+
|
|
3299
|
+
### Features
|
|
3300
|
+
|
|
3301
|
+
- **tooltip:** tooltip styles updated ([ded84f6](https://github.com/awes-io/client/commit/ded84f680918d4c36dbd9b0725f4396649e6deb6))
|
|
3302
|
+
|
|
3303
|
+
# [1.103.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.102.0...@awes-io/ui@1.103.0) (2020-12-01)
|
|
3304
|
+
|
|
3305
|
+
### Bug Fixes
|
|
3306
|
+
|
|
3307
|
+
- awselect element slot ([3d458b8](https://github.com/awes-io/client/commit/3d458b8664116c393601a9671799ef112c81791e))
|
|
3308
|
+
|
|
3309
|
+
### Features
|
|
3310
|
+
|
|
3311
|
+
- add settings for icon menu as object ([2e7ad57](https://github.com/awes-io/client/commit/2e7ad57f7001e29dcbd9bfe6a12be9c9f125759e))
|
|
3312
|
+
- use old fetch query ([bb56167](https://github.com/awes-io/client/commit/bb56167d0e5205602d0bf86903f3a042ce5699e1))
|
|
3313
|
+
|
|
3314
|
+
# [1.102.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.101.0...@awes-io/ui@1.102.0) (2020-11-30)
|
|
3315
|
+
|
|
3316
|
+
### Bug Fixes
|
|
3317
|
+
|
|
3318
|
+
- aw calendar days classes ([d36bad2](https://github.com/awes-io/client/commit/d36bad26d8cb0e4851046f26c6cdc48f458518c7))
|
|
3319
|
+
- calendar date logic ([827cdde](https://github.com/awes-io/client/commit/827cdde6f07c7a7ce3a7637c2ae82553cdbed7b5))
|
|
3320
|
+
- enable show today by default ([225b274](https://github.com/awes-io/client/commit/225b274d2b71439b0603d46c088d6f5b07110a21))
|
|
3321
|
+
|
|
3322
|
+
### Features
|
|
3323
|
+
|
|
3324
|
+
- calendar, date add show-today prop ([71e720a](https://github.com/awes-io/client/commit/71e720aa4de356b78011d5e833d662e04a1d4aee))
|
|
3325
|
+
- emit full response on tablebuilder data fetch ([017cdf8](https://github.com/awes-io/client/commit/017cdf8af2d19e9dc1459d8f0f641084ac881fa9))
|
|
3326
|
+
|
|
3327
|
+
# [1.101.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.100.0...@awes-io/ui@1.101.0) (2020-11-30)
|
|
3328
|
+
|
|
3329
|
+
### Features
|
|
3330
|
+
|
|
3331
|
+
- aw-money added ([01a96dd](https://github.com/awes-io/client/commit/01a96dd345e7a198b0e225238f4d9464dfe87780))
|
|
3332
|
+
|
|
3333
|
+
# [1.100.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.99.0...@awes-io/ui@1.100.0) (2020-11-25)
|
|
3334
|
+
|
|
3335
|
+
### Features
|
|
3336
|
+
|
|
3337
|
+
- before open modal events added ([ed75e36](https://github.com/awes-io/client/commit/ed75e36a89e4443ce7a81d386e29ccf145794895))
|
|
3338
|
+
- no-fetch prop added for table-builder ([ffdb22c](https://github.com/awes-io/client/commit/ffdb22ca02598ec2b03936fa677ff35973305356))
|
|
3339
|
+
|
|
3340
|
+
# [1.99.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.98.2...@awes-io/ui@1.99.0) (2020-11-19)
|
|
3341
|
+
|
|
3342
|
+
### Features
|
|
3343
|
+
|
|
3344
|
+
- add select inverted prop, fix input border ([908d83b](https://github.com/awes-io/client/commit/908d83bb169599ccefe78d9f2db95731312a4138))
|
|
3345
|
+
|
|
3346
|
+
## [1.98.2](https://github.com/awes-io/client/compare/@awes-io/ui@1.98.1...@awes-io/ui@1.98.2) (2020-11-12)
|
|
3347
|
+
|
|
3348
|
+
**Note:** Version bump only for package @awes-io/ui
|
|
3349
|
+
|
|
3350
|
+
## [1.98.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.98.0...@awes-io/ui@1.98.1) (2020-11-12)
|
|
3351
|
+
|
|
3352
|
+
### Bug Fixes
|
|
3353
|
+
|
|
3354
|
+
- password emits input event on paste ([a4d66b0](https://github.com/awes-io/client/commit/a4d66b01111d4b162e0e04c4634423754d83147e))
|
|
3355
|
+
- password emits input event on paste ([b7126fb](https://github.com/awes-io/client/commit/b7126fbffafdcff944e80487ec5c5747e1614338))
|
|
3356
|
+
|
|
3357
|
+
# [1.98.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.97.1...@awes-io/ui@1.98.0) (2020-10-15)
|
|
3358
|
+
|
|
3359
|
+
### Features
|
|
3360
|
+
|
|
3361
|
+
- show default layout for 404 error ([1c1ed33](https://github.com/awes-io/client/commit/1c1ed332dbdeeb4b01f17e4af5f4d11306e3fcdb))
|
|
3362
|
+
|
|
3363
|
+
## [1.97.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.97.0...@awes-io/ui@1.97.1) (2020-10-12)
|
|
3364
|
+
|
|
3365
|
+
### Bug Fixes
|
|
3366
|
+
|
|
3367
|
+
- **aw-dashboard-legend:** show zero if value is nan of infinity ([9a04e2e](https://github.com/awes-io/client/commit/9a04e2e15e556efcb389b75c003ca5eaab97c83d))
|
|
3368
|
+
|
|
3369
|
+
# [1.97.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.96.1...@awes-io/ui@1.97.0) (2020-10-09)
|
|
3370
|
+
|
|
3371
|
+
### Features
|
|
3372
|
+
|
|
3373
|
+
- updated version ([6b271c1](https://github.com/awes-io/client/commit/6b271c1c04ec3bcc6a96989537fa80166c99181c))
|
|
3374
|
+
|
|
3375
|
+
## [1.96.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.96.0...@awes-io/ui@1.96.1) (2020-10-09)
|
|
3376
|
+
|
|
3377
|
+
### Bug Fixes
|
|
3378
|
+
|
|
3379
|
+
- **aw-layout-default:** header-notification styles updated ([0ca671a](https://github.com/awes-io/client/commit/0ca671ac47d489987b3563b3c12f1a6f9cf9ff83))
|
|
3380
|
+
|
|
3381
|
+
# [1.96.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.95.0...@awes-io/ui@1.96.0) (2020-10-06)
|
|
3382
|
+
|
|
3383
|
+
### Features
|
|
3384
|
+
|
|
3385
|
+
- **aw-address:** more information from places api + timezone prop ([35bf2e2](https://github.com/awes-io/client/commit/35bf2e2f89deb90ac96d6c8edb9563d5276807a2))
|
|
3386
|
+
|
|
3387
|
+
# [1.95.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.94.0...@awes-io/ui@1.95.0) (2020-09-30)
|
|
3388
|
+
|
|
3389
|
+
### Bug Fixes
|
|
3390
|
+
|
|
3391
|
+
- AwChipSelect add loading animation ([4f9bac8](https://github.com/awes-io/client/commit/4f9bac8c9c7480adee602d998f6fbfd6607b368e))
|
|
3392
|
+
- fix AwInfo reactivity ([2cc209b](https://github.com/awes-io/client/commit/2cc209b7ce991baa78a83a279553a610d6c7b959))
|
|
3393
|
+
- fullscreen modal body overflow ([589079c](https://github.com/awes-io/client/commit/589079cde91b26a9afbedb4275c4c2cfa87d9836))
|
|
3394
|
+
|
|
3395
|
+
### Features
|
|
3396
|
+
|
|
3397
|
+
- header notification improvements ([2470a26](https://github.com/awes-io/client/commit/2470a262028c12721db21ef8c6a69ced67c42ca4))
|
|
3398
|
+
- hide select arrow icon if no options ([25ba58d](https://github.com/awes-io/client/commit/25ba58dc902565f59894ccb502cea3d05a9cfb72))
|
|
3399
|
+
|
|
3400
|
+
# [1.94.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.93.2...@awes-io/ui@1.94.0) (2020-09-21)
|
|
3401
|
+
|
|
3402
|
+
### Bug Fixes
|
|
3403
|
+
|
|
3404
|
+
- font generator fix ([cca9060](https://github.com/awes-io/client/commit/cca90608d5efe35bfc35d2d62d187e106dabd52e))
|
|
3405
|
+
|
|
3406
|
+
### Features
|
|
3407
|
+
|
|
3408
|
+
- dashboard charts update ([f0deac1](https://github.com/awes-io/client/commit/f0deac1d331c2c44200f4468774b6fe8fbe8431c))
|
|
3409
|
+
|
|
3410
|
+
## [1.93.2](https://github.com/awes-io/client/compare/@awes-io/ui@1.93.1...@awes-io/ui@1.93.2) (2020-08-26)
|
|
3411
|
+
|
|
3412
|
+
### Bug Fixes
|
|
3413
|
+
|
|
3414
|
+
- **aw-dropdown:** capture outside clicks ([9067cee](https://github.com/awes-io/client/commit/9067cee8bb549b10d6c75a3a24187dbf5bb17e90))
|
|
3415
|
+
|
|
3416
|
+
## [1.93.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.93.0...@awes-io/ui@1.93.1) (2020-08-26)
|
|
3417
|
+
|
|
3418
|
+
### Bug Fixes
|
|
3419
|
+
|
|
3420
|
+
- kbd style improving ([41e86f3](https://github.com/awes-io/client/commit/41e86f302221aca21d724d608ca3a6ed1a3afd35))
|
|
3421
|
+
- reomove AwChipSelect options validation ([e9f3142](https://github.com/awes-io/client/commit/e9f31427d7fc74c4c1133b5c84ef449b62e5220f))
|
|
3422
|
+
|
|
3423
|
+
# [1.93.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.92.0...@awes-io/ui@1.93.0) (2020-08-25)
|
|
3424
|
+
|
|
3425
|
+
### Bug Fixes
|
|
3426
|
+
|
|
3427
|
+
- AwTableBuilder change orderable default logic ([2569e02](https://github.com/awes-io/client/commit/2569e02d4e027ca5396e46aa36096675b9cbea15))
|
|
3428
|
+
|
|
3429
|
+
### Features
|
|
3430
|
+
|
|
3431
|
+
- change get default AwTableCol logic ([5f6e7cd](https://github.com/awes-io/client/commit/5f6e7cd0d900ad7a314e25f47b42297a2e2aff27))
|
|
3432
|
+
|
|
3433
|
+
# [1.92.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.91.0...@awes-io/ui@1.92.0) (2020-08-24)
|
|
3434
|
+
|
|
3435
|
+
### Bug Fixes
|
|
3436
|
+
|
|
3437
|
+
- change kbd styles location ([b246e54](https://github.com/awes-io/client/commit/b246e54977fbb581ddafaa818e00c9a0dd7161a2))
|
|
3438
|
+
- kbd change shadow color ([294f945](https://github.com/awes-io/client/commit/294f945962ed8b60084dbb32bb9bdd2fc1b9d88e))
|
|
3439
|
+
- uncomment breadcrumb title ([17d8911](https://github.com/awes-io/client/commit/17d891164a6c804dfa2376ecbdfb3018c73f25be))
|
|
3440
|
+
|
|
3441
|
+
### Features
|
|
3442
|
+
|
|
3443
|
+
- always show breacrubs back button ([b747561](https://github.com/awes-io/client/commit/b74756184a12e39aa885dd2a67901b2167bfd50a))
|
|
3444
|
+
|
|
3445
|
+
# [1.91.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.90.1...@awes-io/ui@1.91.0) (2020-08-10)
|
|
3446
|
+
|
|
3447
|
+
### Bug Fixes
|
|
3448
|
+
|
|
3449
|
+
- AwCard overflow fix ([9561304](https://github.com/awes-io/client/commit/956130425d50f0b1057409189120bed3b3864db9))
|
|
3450
|
+
- change kbd color ([a2b5d59](https://github.com/awes-io/client/commit/a2b5d595cdaf754b73fa354ba8700cd00e8dbbc5))
|
|
3451
|
+
- use awes colors ([b9f4bb7](https://github.com/awes-io/client/commit/b9f4bb7547a1d25541a4d6f3df86a885cf4bd07b))
|
|
3452
|
+
|
|
3453
|
+
### Features
|
|
3454
|
+
|
|
3455
|
+
- add kbd styles ([66fdb80](https://github.com/awes-io/client/commit/66fdb8019aa2b0d2badab18abf3201f771fa540b))
|
|
3456
|
+
|
|
3457
|
+
## [1.90.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.90.0...@awes-io/ui@1.90.1) (2020-07-13)
|
|
3458
|
+
|
|
3459
|
+
### Bug Fixes
|
|
3460
|
+
|
|
3461
|
+
- typo in aw address ([3e24084](https://github.com/awes-io/client/commit/3e2408479ed14103cee835e1911fedf9e4a0334b))
|
|
3462
|
+
|
|
3463
|
+
# [1.90.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.89.0...@awes-io/ui@1.90.0) (2020-07-13)
|
|
3464
|
+
|
|
3465
|
+
### Features
|
|
3466
|
+
|
|
3467
|
+
- added region to address; removed oveflow hidden for aw-page ([0697694](https://github.com/awes-io/client/commit/06976949c57eddce731ef2670f77e682ffe17ea6))
|
|
3468
|
+
|
|
3469
|
+
# [1.89.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.88.1...@awes-io/ui@1.89.0) (2020-07-02)
|
|
3470
|
+
|
|
3471
|
+
### Features
|
|
3472
|
+
|
|
3473
|
+
- removed white background in empty table block ([1beba06](https://github.com/awes-io/client/commit/1beba065b782f93c7603dfda75c6cc56fea4a639))
|
|
3474
|
+
|
|
3475
|
+
## [1.88.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.88.0...@awes-io/ui@1.88.1) (2020-06-29)
|
|
3476
|
+
|
|
3477
|
+
### Bug Fixes
|
|
3478
|
+
|
|
3479
|
+
- **aw-calendar:** calendar defaults fallback added ([0d3954f](https://github.com/awes-io/client/commit/0d3954f9c5db76582a0f2fff86675dc3463554af))
|
|
3480
|
+
- **aw-menu-item:** markup fix + active state detection update ([3d2681a](https://github.com/awes-io/client/commit/3d2681ac785a59cfcf93f0a4bb2128dee89af176))
|
|
3481
|
+
|
|
3482
|
+
# [1.88.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.87.1...@awes-io/ui@1.88.0) (2020-06-26)
|
|
3483
|
+
|
|
3484
|
+
### Bug Fixes
|
|
3485
|
+
|
|
3486
|
+
- **aw-input:** autoset ids only in mounted hook to prevent difference in input and label ([1629792](https://github.com/awes-io/client/commit/16297927dc3d9693e77b05a206b2d11efc92a918))
|
|
3487
|
+
- **aw-select:** ui improvements ([10eb16a](https://github.com/awes-io/client/commit/10eb16a5bc52ab9e01f73ca24db7117f2d77959f))
|
|
3488
|
+
|
|
3489
|
+
### Features
|
|
3490
|
+
|
|
3491
|
+
- **aw-modal:** after-close event added ([07c89e6](https://github.com/awes-io/client/commit/07c89e63f6e8b786369ac7e34c6713de9c155831))
|
|
3492
|
+
|
|
3493
|
+
## [1.87.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.87.0...@awes-io/ui@1.87.1) (2020-06-22)
|
|
3494
|
+
|
|
3495
|
+
### Bug Fixes
|
|
3496
|
+
|
|
3497
|
+
- menu fixes ([7ef9b05](https://github.com/awes-io/client/commit/7ef9b057d5138dd66431e5fbc44e725c0cba3674))
|
|
3498
|
+
|
|
3499
|
+
# [1.87.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.86.0...@awes-io/ui@1.87.0) (2020-06-19)
|
|
3500
|
+
|
|
3501
|
+
### Features
|
|
3502
|
+
|
|
3503
|
+
- updated json ([c3f6d95](https://github.com/awes-io/client/commit/c3f6d952b7a7b01957cb97f148da1795dfc6f43c))
|
|
3504
|
+
|
|
3505
|
+
# [1.86.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.85.2...@awes-io/ui@1.86.0) (2020-06-19)
|
|
3506
|
+
|
|
3507
|
+
### Features
|
|
3508
|
+
|
|
3509
|
+
- add prefix, postfix, clearable to AwDate ([736ec6b](https://github.com/awes-io/client/commit/736ec6b9d31dc8a2488ec831c00c672fd70fcd80))
|
|
3510
|
+
- menu improvements and fixes ([1469cbc](https://github.com/awes-io/client/commit/1469cbc01e0e9d749219646b25cc8e640fe3cbde))
|
|
3511
|
+
|
|
3512
|
+
## [1.85.2](https://github.com/awes-io/client/compare/@awes-io/ui@1.85.1...@awes-io/ui@1.85.2) (2020-05-28)
|
|
3513
|
+
|
|
3514
|
+
**Note:** Version bump only for package @awes-io/ui
|
|
3515
|
+
|
|
3516
|
+
## [1.85.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.85.0...@awes-io/ui@1.85.1) (2020-05-27)
|
|
3517
|
+
|
|
3518
|
+
### Bug Fixes
|
|
3519
|
+
|
|
3520
|
+
- **aw-user-menu:** acept function as link url ([06f6977](https://github.com/awes-io/client/commit/06f6977a129fe10a3e49f7e5a2259d7484e1cb24))
|
|
3521
|
+
|
|
3522
|
+
# [1.85.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.84.0...@awes-io/ui@1.85.0) (2020-05-27)
|
|
3523
|
+
|
|
3524
|
+
### Bug Fixes
|
|
3525
|
+
|
|
3526
|
+
- **aw-slider:** fix junky native scroll ([4e56959](https://github.com/awes-io/client/commit/4e569596423eb2a0464b99af2e6027476da25302))
|
|
3527
|
+
- AwSwitcher bind disabled ([1a624ad](https://github.com/awes-io/client/commit/1a624addba1a0b9676523cc71d07da75479838c2))
|
|
3528
|
+
|
|
3529
|
+
### Features
|
|
3530
|
+
|
|
3531
|
+
- **aw-page:** fullscreen mode added ([6aa0edc](https://github.com/awes-io/client/commit/6aa0edc60d3a4123a59c3e1aae743678d1b36017))
|
|
3532
|
+
|
|
3533
|
+
# [1.84.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.83.1...@awes-io/ui@1.84.0) (2020-05-20)
|
|
3534
|
+
|
|
3535
|
+
### Bug Fixes
|
|
3536
|
+
|
|
3537
|
+
- docs updated ([924508a](https://github.com/awes-io/client/commit/924508afaf0a20b3383d97e8ed09290468338415))
|
|
3538
|
+
- **avatar:** update avatar path for all components ([890b2ab](https://github.com/awes-io/client/commit/890b2aba1911f18474be06ac23380d7813538bfe))
|
|
3539
|
+
- layout center dark bg fix ([982d912](https://github.com/awes-io/client/commit/982d91214ef2d580a488e2334b99ef3a957b6847))
|
|
3540
|
+
|
|
3541
|
+
### Features
|
|
3542
|
+
|
|
3543
|
+
- add icon color for nav menu ([40df40a](https://github.com/awes-io/client/commit/40df40a1bf8ef162d972400c7b713a9709f8d3f3))
|
|
3544
|
+
|
|
3545
|
+
## [1.83.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.83.0...@awes-io/ui@1.83.1) (2020-05-20)
|
|
3546
|
+
|
|
3547
|
+
### Bug Fixes
|
|
3548
|
+
|
|
3549
|
+
- migrate text in for ([5e74c94](https://github.com/awes-io/client/commit/5e74c9487505fff1131a988a01c1a7c3eb74f898))
|
|
3550
|
+
|
|
3551
|
+
# [1.83.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.82.2...@awes-io/ui@1.83.0) (2020-05-19)
|
|
3552
|
+
|
|
3553
|
+
### Bug Fixes
|
|
3554
|
+
|
|
3555
|
+
- AwSelect search error ([3b3ef1b](https://github.com/awes-io/client/commit/3b3ef1b32004c1b5e2029416ee216a05f8e61e18))
|
|
3556
|
+
- change hidden row value display logic ([89f7e49](https://github.com/awes-io/client/commit/89f7e4975cbe155dd487a18d8e381da27741c616))
|
|
3557
|
+
- display table props value on mobile ([b13246c](https://github.com/awes-io/client/commit/b13246ca126eee41ccedc98442cd8dd6078283e1))
|
|
3558
|
+
- update table hidden row value display logic ([8fa245a](https://github.com/awes-io/client/commit/8fa245ac9952e4a1ae2c6210d5e8ebf6c386b74e))
|
|
3559
|
+
|
|
3560
|
+
### Features
|
|
3561
|
+
|
|
3562
|
+
- @awes-io/ui/nuxt add dark background config ([ed3f030](https://github.com/awes-io/client/commit/ed3f0306190de3e5cd64824d494cdeb83bce5dd7))
|
|
3563
|
+
- add AwDashboardCard ([f310957](https://github.com/awes-io/client/commit/f31095798d22c23f5dc2173c9b2e89aa5d576d2f))
|
|
3564
|
+
- add description to userpic ([a7d71b9](https://github.com/awes-io/client/commit/a7d71b9e993c7f10e4f24ad16d58da772b3b097f))
|
|
3565
|
+
|
|
3566
|
+
## [1.82.2](https://github.com/awes-io/client/compare/@awes-io/ui@1.82.1...@awes-io/ui@1.82.2) (2020-05-15)
|
|
3567
|
+
|
|
3568
|
+
### Bug Fixes
|
|
3569
|
+
|
|
3570
|
+
- image logo height ([8c46d0d](https://github.com/awes-io/client/commit/8c46d0d94d7e59f70e9562d536867514977c6b42))
|
|
3571
|
+
|
|
3572
|
+
## [1.82.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.82.0...@awes-io/ui@1.82.1) (2020-05-15)
|
|
3573
|
+
|
|
3574
|
+
### Bug Fixes
|
|
3575
|
+
|
|
3576
|
+
- awpassword keypress fix ([87fcc32](https://github.com/awes-io/client/commit/87fcc32a482966e7edbedcf1678310756b45dd18))
|
|
3577
|
+
|
|
3578
|
+
# [1.82.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.81.1...@awes-io/ui@1.82.0) (2020-05-15)
|
|
3579
|
+
|
|
3580
|
+
### Bug Fixes
|
|
3581
|
+
|
|
3582
|
+
- update AwPassword paste logic ([f73a847](https://github.com/awes-io/client/commit/f73a8473da6638c1a3cee1121b0f4cc3698e5356))
|
|
3583
|
+
|
|
3584
|
+
### Features
|
|
3585
|
+
|
|
3586
|
+
- add prefix and postfix slots ([6de7289](https://github.com/awes-io/client/commit/6de7289446928867f5746da23ed9339f9d4ee8e1))
|
|
3587
|
+
- add prefix, postfix ([8144b85](https://github.com/awes-io/client/commit/8144b85d63115c50107507910af99cbea5323b90))
|
|
3588
|
+
- move logo var to store index ([a346567](https://github.com/awes-io/client/commit/a346567b525679f0c48045cf56d50ed70473c4e1))
|
|
3589
|
+
- remove spaces from AwPassword ([f66864e](https://github.com/awes-io/client/commit/f66864e530665b80e2ee315ae02fbca38dd1d020))
|
|
3590
|
+
|
|
3591
|
+
## [1.81.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.81.0...@awes-io/ui@1.81.1) (2020-05-15)
|
|
3592
|
+
|
|
3593
|
+
### Bug Fixes
|
|
3594
|
+
|
|
3595
|
+
- example ([9fce3ee](https://github.com/awes-io/client/commit/9fce3eeaca28004ad48c0bddde0fd7270bb0c46f))
|
|
3596
|
+
|
|
3597
|
+
# [1.81.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.80.0...@awes-io/ui@1.81.0) (2020-05-15)
|
|
3598
|
+
|
|
3599
|
+
### Features
|
|
3600
|
+
|
|
3601
|
+
- add AwDashboardSection ([369e433](https://github.com/awes-io/client/commit/369e433f6afff6568840411f144d2dbf812e2d60))
|
|
3602
|
+
- add AwDashboardSpeed ([f19d55d](https://github.com/awes-io/client/commit/f19d55d8b63c02fd2c7a84e60b62d8de98479f6f))
|
|
3603
|
+
- add example layout - simple ([67a6a1b](https://github.com/awes-io/client/commit/67a6a1bbff8316f8a2f2da6ca616d3d119be2984))
|
|
3604
|
+
- change AwLayoutSimple ([945c0dc](https://github.com/awes-io/client/commit/945c0dc9b7e0abf79d2da3aacd8029099b2dbff6))
|
|
3605
|
+
- layout improvements ([466dab8](https://github.com/awes-io/client/commit/466dab83425738459823bc1eecac8a9092952186))
|
|
3606
|
+
- take logo from store ([9226e35](https://github.com/awes-io/client/commit/9226e357a9c231549cdbd112797d4bfa843f79d7))
|
|
3607
|
+
|
|
3608
|
+
# [1.80.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.79.0...@awes-io/ui@1.80.0) (2020-05-11)
|
|
3609
|
+
|
|
3610
|
+
### Bug Fixes
|
|
3611
|
+
|
|
3612
|
+
- **dayjs:** upgrade default custom string plugin to new api ([b1141a9](https://github.com/awes-io/client/commit/b1141a9ca76ba85593660f79023a19cbf44f2ff5))
|
|
3613
|
+
- name fix ([eacccd7](https://github.com/awes-io/client/commit/eacccd746f53656eb5e5460cd511ff2e61a1f431))
|
|
3614
|
+
|
|
3615
|
+
### Features
|
|
3616
|
+
|
|
3617
|
+
- add AwDashboardDoughnut component ([68a894f](https://github.com/awes-io/client/commit/68a894fefcf0f359acf090449996dd898189d026))
|
|
3618
|
+
- add AwDashboardProgress ([75ac8e0](https://github.com/awes-io/client/commit/75ac8e0a3f2158274efb6b621790fa66c631bbbe))
|
|
3619
|
+
- add base component for DashboardDonut ([c8fd78f](https://github.com/awes-io/client/commit/c8fd78f8d42d899185f5f6abf8c2556d15b5da56))
|
|
3620
|
+
- applying connection tester on axios network error ([64cb2fc](https://github.com/awes-io/client/commit/64cb2fc7558e3e2709151ced317b85041a06cf17))
|
|
3621
|
+
- finish AwDashboardDoughnut ([65fce97](https://github.com/awes-io/client/commit/65fce97f71201d6fcde071738cda782bc7869c04))
|
|
3622
|
+
- improve AwDashboardDoughnut ([7391a58](https://github.com/awes-io/client/commit/7391a5800fd92609605abfbf62994d3c11a251ce))
|
|
3623
|
+
|
|
3624
|
+
# [1.79.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.78.3...@awes-io/ui@1.79.0) (2020-05-06)
|
|
3625
|
+
|
|
3626
|
+
### Features
|
|
3627
|
+
|
|
3628
|
+
- added mdash for empty value ([bd3d5ae](https://github.com/awes-io/client/commit/bd3d5ae755d3b67f1bb97bdf08b12a3d54a6fa20))
|
|
3629
|
+
|
|
3630
|
+
## [1.78.3](https://github.com/awes-io/client/compare/@awes-io/ui@1.78.2...@awes-io/ui@1.78.3) (2020-05-05)
|
|
3631
|
+
|
|
3632
|
+
### Bug Fixes
|
|
3633
|
+
|
|
3634
|
+
- removed icon for offline ([5a71f36](https://github.com/awes-io/client/commit/5a71f36f5ac9259f12edf45c3bfcb8b650b67839))
|
|
3635
|
+
|
|
3636
|
+
## [1.78.2](https://github.com/awes-io/client/compare/@awes-io/ui@1.78.1...@awes-io/ui@1.78.2) (2020-05-05)
|
|
3637
|
+
|
|
3638
|
+
### Bug Fixes
|
|
3639
|
+
|
|
3640
|
+
- added icon for notify ([357f5d9](https://github.com/awes-io/client/commit/357f5d9865dadfbcdb49d760c89240977989f8fd))
|
|
3641
|
+
|
|
3642
|
+
## [1.78.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.78.0...@awes-io/ui@1.78.1) (2020-05-05)
|
|
3643
|
+
|
|
3644
|
+
### Bug Fixes
|
|
3645
|
+
|
|
3646
|
+
- added translation for off mode ([207c7ef](https://github.com/awes-io/client/commit/207c7ef0eb3b276830ea15cce505b9a058e60754))
|
|
3647
|
+
|
|
3648
|
+
# [1.78.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.77.3...@awes-io/ui@1.78.0) (2020-05-05)
|
|
3649
|
+
|
|
3650
|
+
### Features
|
|
3651
|
+
|
|
3652
|
+
- **offline:** show offline notification ([a4c6986](https://github.com/awes-io/client/commit/a4c69863b542c5ed0e571c8e4ceaba13b7674c39))
|
|
3653
|
+
|
|
3654
|
+
## [1.77.3](https://github.com/awes-io/client/compare/@awes-io/ui@1.77.2...@awes-io/ui@1.77.3) (2020-05-05)
|
|
3655
|
+
|
|
3656
|
+
### Bug Fixes
|
|
3657
|
+
|
|
3658
|
+
- updated brand color ([1fb5d15](https://github.com/awes-io/client/commit/1fb5d1574b9027a1b3f9c9cdea8fd7bd97f989ff))
|
|
3659
|
+
|
|
3660
|
+
## [1.77.2](https://github.com/awes-io/client/compare/@awes-io/ui@1.77.1...@awes-io/ui@1.77.2) (2020-05-05)
|
|
3661
|
+
|
|
3662
|
+
### Bug Fixes
|
|
3663
|
+
|
|
3664
|
+
- changed brancd color ([b55734f](https://github.com/awes-io/client/commit/b55734f046d0216444261a6a1ba5bceea083cb14))
|
|
3665
|
+
|
|
3666
|
+
## [1.77.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.77.0...@awes-io/ui@1.77.1) (2020-05-05)
|
|
3667
|
+
|
|
3668
|
+
### Bug Fixes
|
|
3669
|
+
|
|
3670
|
+
- AwSelect improvements ([840c551](https://github.com/awes-io/client/commit/840c5517d9d072c9902165d8abff963d1f4f22f3))
|
|
3671
|
+
|
|
3672
|
+
# [1.77.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.76.0...@awes-io/ui@1.77.0) (2020-05-05)
|
|
3673
|
+
|
|
3674
|
+
### Bug Fixes
|
|
3675
|
+
|
|
3676
|
+
- **aw-slider:** allow scroll on touchpad ([8648101](https://github.com/awes-io/client/commit/86481014e600dfdabc04f6303da860e88cfc2307))
|
|
3677
|
+
- AwDropdown z-index fix ([68c6689](https://github.com/awes-io/client/commit/68c6689d4157e8b1cda943ef1cc8f0e58f29a790))
|
|
3678
|
+
- AwToggler overflow bug ([f268787](https://github.com/awes-io/client/commit/f2687870c169edb90896e8dbc1a5814bb0181e44))
|
|
3679
|
+
- fix AwButtonNav styles ([dbecca9](https://github.com/awes-io/client/commit/dbecca943115dc8aa496817a1517a8332005fd31))
|
|
3680
|
+
- update AwPagination ([7ea4abb](https://github.com/awes-io/client/commit/7ea4abb4463e45b5f3db16acb39675fbc7cc1b49))
|
|
3681
|
+
|
|
3682
|
+
### Features
|
|
3683
|
+
|
|
3684
|
+
- **nuxt-auth:** casl added globally to manage permissions ([58b0175](https://github.com/awes-io/client/commit/58b0175c5809b37d2669d425a3702eb8840603ea))
|
|
3685
|
+
|
|
3686
|
+
# [1.76.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.75.0...@awes-io/ui@1.76.0) (2020-04-29)
|
|
3687
|
+
|
|
3688
|
+
### Bug Fixes
|
|
3689
|
+
|
|
3690
|
+
- **aw-calendar:** allow multiple dates in calendar ([0c7b486](https://github.com/awes-io/client/commit/0c7b486697b962302ff9e6ac07ff58e5ce2527e5))
|
|
3691
|
+
- **aw-tel:** allow multiple vue-tel-input loaders ([d61bfbc](https://github.com/awes-io/client/commit/d61bfbcf937f696f5d9fff44dcb0c87c8fa4902c))
|
|
3692
|
+
- **aw-uploader:** allow uppercase file extensions, clear errors before new upload ([edc4e49](https://github.com/awes-io/client/commit/edc4e499124981bc273d03fbc159b62e22a74f5a))
|
|
3693
|
+
- autofill styles ([2df26e3](https://github.com/awes-io/client/commit/2df26e3555d49d9745d1a3d3a6fc0ad8dabb3590))
|
|
3694
|
+
- AwTableRowHidden - do not show cell data if no field ([3b0271f](https://github.com/awes-io/client/commit/3b0271fb4ec5cc377aa2582678ff22eb0c24d2f1))
|
|
3695
|
+
- change address button component ([0843482](https://github.com/awes-io/client/commit/0843482804254826c236182f9943b1dc6b416aa6))
|
|
3696
|
+
- tab nav padding, focus ([4a5caf9](https://github.com/awes-io/client/commit/4a5caf9d8e153e5ef8e5a3c9547b80eab5a47486))
|
|
3697
|
+
|
|
3698
|
+
### Features
|
|
3699
|
+
|
|
3700
|
+
- add resize listeners ([7804087](https://github.com/awes-io/client/commit/780408753d136ebec519b0836bbff9ebae0a4699))
|
|
3701
|
+
|
|
3702
|
+
# [1.75.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.74.0...@awes-io/ui@1.75.0) (2020-04-16)
|
|
3703
|
+
|
|
3704
|
+
### Features
|
|
3705
|
+
|
|
3706
|
+
- **aw-uploader:** media gallery example ([6306bd0](https://github.com/awes-io/client/commit/6306bd040f074999eb7e4d1928a5f0398c11fea3))
|
|
3707
|
+
|
|
3708
|
+
# [1.74.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.73.0...@awes-io/ui@1.74.0) (2020-04-15)
|
|
3709
|
+
|
|
3710
|
+
### Features
|
|
3711
|
+
|
|
3712
|
+
- add filled chip styles ([11200a9](https://github.com/awes-io/client/commit/11200a92e186c2635cdce81692a1637e920dbd34))
|
|
3713
|
+
- added tooltip for awinfo ([12e062f](https://github.com/awes-io/client/commit/12e062f9c34cffefc23026c8ad127b55782e4e95))
|
|
3714
|
+
- move icon options to config ([4ed0d87](https://github.com/awes-io/client/commit/4ed0d8797cbbe48845817372530a480efede74db))
|
|
3715
|
+
- new styles for chipSelect ([8dedd3b](https://github.com/awes-io/client/commit/8dedd3b65918aac98138c7b5398f8083f26b13da))
|
|
3716
|
+
|
|
3717
|
+
# [1.73.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.72.2...@awes-io/ui@1.73.0) (2020-04-10)
|
|
3718
|
+
|
|
3719
|
+
### Bug Fixes
|
|
3720
|
+
|
|
3721
|
+
- change toggler to v-if ([61602b3](https://github.com/awes-io/client/commit/61602b39a285f111d73d7f3401375c27abf814ae))
|
|
3722
|
+
|
|
3723
|
+
### Features
|
|
3724
|
+
|
|
3725
|
+
- add navbar menu ([b436cb2](https://github.com/awes-io/client/commit/b436cb27b464f7267117650f29aaa9ebe7ac3a31))
|
|
3726
|
+
- add navbar menu ([869ba29](https://github.com/awes-io/client/commit/869ba292977f3d3e0e97dcc4e31597c5c458a3e6))
|
|
3727
|
+
- fix navbar display ([b2cda27](https://github.com/awes-io/client/commit/b2cda276e498295c0edb21f6a5f5e9326d20fa6f))
|
|
3728
|
+
|
|
3729
|
+
## [1.72.2](https://github.com/awes-io/client/compare/@awes-io/ui@1.72.1...@awes-io/ui@1.72.2) (2020-04-06)
|
|
3730
|
+
|
|
3731
|
+
### Bug Fixes
|
|
3732
|
+
|
|
3733
|
+
- calendar docs ([e5716f2](https://github.com/awes-io/client/commit/e5716f2b2feb936deaae4d52d8f8ec0e0a5f8697))
|
|
3734
|
+
- translation ([8476069](https://github.com/awes-io/client/commit/84760693aca842dc7f4cebb000d1f3ee90def34f))
|
|
3735
|
+
|
|
3736
|
+
## [1.72.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.72.0...@awes-io/ui@1.72.1) (2020-04-06)
|
|
3737
|
+
|
|
3738
|
+
### Bug Fixes
|
|
3739
|
+
|
|
3740
|
+
- add textarea overflow ([28cf654](https://github.com/awes-io/client/commit/28cf654f641ba191d2c2001ad065ab2c0ffcf192))
|
|
3741
|
+
- do not submit form if last element is textarea ([9b9403a](https://github.com/awes-io/client/commit/9b9403a99f117041d7e922e5e5485b5b4c58a081))
|
|
3742
|
+
|
|
3743
|
+
# [1.72.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.71.0...@awes-io/ui@1.72.0) (2020-03-31)
|
|
3744
|
+
|
|
3745
|
+
### Bug Fixes
|
|
3746
|
+
|
|
3747
|
+
- firefox scroll bug ([a2325f2](https://github.com/awes-io/client/commit/a2325f2cc9d35af102ff81778f169fe1c8e8f9d9))
|
|
3748
|
+
|
|
3749
|
+
### Features
|
|
3750
|
+
|
|
3751
|
+
- add AwDashboardLine component ([0937399](https://github.com/awes-io/client/commit/09373996e30139df227463e2526078a06ea10041))
|
|
3752
|
+
- add AwDashboardLine component ([75047bc](https://github.com/awes-io/client/commit/75047bc63c9d5ebbacdf43d378210703ee0317ef))
|
|
3753
|
+
- add AwFetchData component ([28eddbd](https://github.com/awes-io/client/commit/28eddbd921f519a6622b5b17d2cdc5c47eb1510a))
|
|
3754
|
+
- add new icons ([0276d26](https://github.com/awes-io/client/commit/0276d266f1deef9e6183c12b0d94460dca397a51))
|
|
3755
|
+
- change watch-params mixin ([13620d1](https://github.com/awes-io/client/commit/13620d1f307069a05c58732329d2b8cf4ffb7ce5))
|
|
3756
|
+
- push legend to bottom of card ([94743aa](https://github.com/awes-io/client/commit/94743aaebd22eb611dc5430e967372c38d9aec5e))
|
|
3757
|
+
- remove reload interval prop ([b008a8e](https://github.com/awes-io/client/commit/b008a8e73bf11c3d7f0ada0de88618f6501e8764))
|
|
3758
|
+
- update AwTableBuilder component ([879d1b9](https://github.com/awes-io/client/commit/879d1b93f0314dfdfd1c095192b56ed1f5658aa9))
|
|
3759
|
+
|
|
3760
|
+
# [1.71.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.70.0...@awes-io/ui@1.71.0) (2020-03-16)
|
|
3761
|
+
|
|
3762
|
+
### Features
|
|
3763
|
+
|
|
3764
|
+
- **calendar:** range selection added ([9eb81e8](https://github.com/awes-io/client/commit/9eb81e822bf6c26f0eafbc2a88c0264f7e1f3916))
|
|
3765
|
+
|
|
3766
|
+
# [1.70.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.69.0...@awes-io/ui@1.70.0) (2020-03-13)
|
|
3767
|
+
|
|
3768
|
+
### Bug Fixes
|
|
3769
|
+
|
|
3770
|
+
- **aw-button:** solid background on disabled buttons only for solid theme ([d532f98](https://github.com/awes-io/client/commit/d532f9851f67bbb7c9597e84f9e1abe46f1a5cb8))
|
|
3771
|
+
- **aw-checkbox:** styles update ([6ed8a95](https://github.com/awes-io/client/commit/6ed8a95289a8e137c1c502fc8de72a34d98f0719))
|
|
3772
|
+
- **aw-input:** consider field is empty if value is null ([5fa03b8](https://github.com/awes-io/client/commit/5fa03b822a647b16b41a5bbfcdd73a75c49b84c2))
|
|
3773
|
+
- **aw-tab-nav, aw-button-nav:** active status check improved ([4fba0b7](https://github.com/awes-io/client/commit/4fba0b7c2bc7445abf1f43581662d461852bb2f9))
|
|
3774
|
+
- **aw-tel:** update styles for dark mode ([1b0fea0](https://github.com/awes-io/client/commit/1b0fea0a768ef9eb886407ffd2479dd09ce91c49))
|
|
3775
|
+
- **build:** explicitly export body-scroll-lock from es6 build ([f327ead](https://github.com/awes-io/client/commit/f327ead727f3d97201835832f9bb501bc6d8dac4))
|
|
3776
|
+
|
|
3777
|
+
### Features
|
|
3778
|
+
|
|
3779
|
+
- AwTableBuilder add list slot ([f9cca42](https://github.com/awes-io/client/commit/f9cca42e0a05ccd2f0ead53b9653f9f7d4e6640b))
|
|
3780
|
+
- **aw-modal:** body-scroll-lock integration ([40296ed](https://github.com/awes-io/client/commit/40296edf9c92759a7eaee58a0eefa3f2996f343d))
|
|
3781
|
+
- update tooltip without destroying if possible ([038b704](https://github.com/awes-io/client/commit/038b7041cdd9069823a4c6f1c3015ad3bf4f06e3))
|
|
3782
|
+
|
|
3783
|
+
# [1.69.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.68.1...@awes-io/ui@1.69.0) (2020-03-12)
|
|
3784
|
+
|
|
3785
|
+
### Bug Fixes
|
|
3786
|
+
|
|
3787
|
+
- aw-select dropdown update in the next tick ([75addf7](https://github.com/awes-io/client/commit/75addf7c944cd28b87716ec36bd14cf4bca24340))
|
|
3788
|
+
- header notification - center close button ([c476835](https://github.com/awes-io/client/commit/c476835467162b756c08c0f2999cbf78d00c535c))
|
|
3789
|
+
- modal close button spacing fix ([3953c30](https://github.com/awes-io/client/commit/3953c301abd5ba586040f8daaf760ece1c2f694a))
|
|
3790
|
+
- reduce timeout to 0 in async dropdown update on aw-select search ([c740f97](https://github.com/awes-io/client/commit/c740f9752e4355578de65df91c1bb2b418ee95d5))
|
|
3791
|
+
|
|
3792
|
+
### Features
|
|
3793
|
+
|
|
3794
|
+
- **aw-select:** simple multiple select proposal ([524bcfd](https://github.com/awes-io/client/commit/524bcfd10a12a69a76bf23e0579231fd2330a074))
|
|
3795
|
+
- change header notification min-height ([707a07e](https://github.com/awes-io/client/commit/707a07e8c11a56d4bd9a4b5e19811ffa3b1720e1))
|
|
3796
|
+
- change modal content max-width ([ac0bc2f](https://github.com/awes-io/client/commit/ac0bc2fcac897465d5563c7b6ecb561abe59e1cf))
|
|
3797
|
+
|
|
3798
|
+
## [1.68.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.68.0...@awes-io/ui@1.68.1) (2020-03-11)
|
|
3799
|
+
|
|
3800
|
+
### Bug Fixes
|
|
3801
|
+
|
|
3802
|
+
- **aw-select:** update dropdown on search ([3c138ac](https://github.com/awes-io/client/commit/3c138ac33493357bc2368f60dbb22108174abb28))
|
|
3803
|
+
|
|
3804
|
+
# [1.68.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.67.0...@awes-io/ui@1.68.0) (2020-03-10)
|
|
3805
|
+
|
|
3806
|
+
### Bug Fixes
|
|
3807
|
+
|
|
3808
|
+
- change modal title mobile padding ([35ee6ac](https://github.com/awes-io/client/commit/35ee6ac3efa70279fd6ec22c1acc8c11b622e9a6))
|
|
3809
|
+
- improved paddings for radio buttons and toggle ([374b780](https://github.com/awes-io/client/commit/374b78003e68443cd61a266b169716d3c8e27bd1))
|
|
3810
|
+
- modal mobile title truncate fix ([e116702](https://github.com/awes-io/client/commit/e116702a11d237c06c2c2a99ab0d6e2a1db5e055))
|
|
3811
|
+
|
|
3812
|
+
### Features
|
|
3813
|
+
|
|
3814
|
+
- change mobile notification ([c302cc0](https://github.com/awes-io/client/commit/c302cc0369d2db06799b31a0cff417afae6e4a06))
|
|
3815
|
+
- change modal styles ([a5c691a](https://github.com/awes-io/client/commit/a5c691a5d17d5ed870e17ffb1a1fc96880fd1a27))
|
|
3816
|
+
|
|
3817
|
+
# [1.67.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.66.0...@awes-io/ui@1.67.0) (2020-03-09)
|
|
3818
|
+
|
|
3819
|
+
### Bug Fixes
|
|
3820
|
+
|
|
3821
|
+
- remove unused code ([ab07ebc](https://github.com/awes-io/client/commit/ab07ebc3fb5c8b6bdd52cd4411d7f1f06cf1efca))
|
|
3822
|
+
- surface color changed to lighter one ([bf23a63](https://github.com/awes-io/client/commit/bf23a63e108c0ac340cd4ed39a0910385652db5b))
|
|
3823
|
+
|
|
3824
|
+
### Features
|
|
3825
|
+
|
|
3826
|
+
- add AwModal buttons slot ([3dbde2b](https://github.com/awes-io/client/commit/3dbde2bc9caca47801f3b0f15a115c126ed7af31))
|
|
3827
|
+
- add default prop to orderable config ([176c135](https://github.com/awes-io/client/commit/176c135f851bc77130ddd77deb1d1801ea37970d))
|
|
3828
|
+
- add meta info from nuxt-i18n-seo to layouts ([4bcae27](https://github.com/awes-io/client/commit/4bcae27040e8187846692e7367a0318577676128))
|
|
3829
|
+
- add table column ordering ([5f62b6b](https://github.com/awes-io/client/commit/5f62b6bf436b6905fa07a2a94a02fadb159bd82a))
|
|
3830
|
+
- arrow navigation for aw-context-menu and aw-chip-select ([12b12f6](https://github.com/awes-io/client/commit/12b12f6e2704f2a66e40af9bb1649478f9821cfa))
|
|
3831
|
+
- change modal styles ([fcec5df](https://github.com/awes-io/client/commit/fcec5df16e09a58e7e69bbe756ddcd7f4db08410))
|
|
3832
|
+
- dark theme switcher added ([014d817](https://github.com/awes-io/client/commit/014d81716bc668409279c3aac0418d547e0aa95f))
|
|
3833
|
+
|
|
3834
|
+
# [1.66.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.65.0...@awes-io/ui@1.66.0) (2020-03-06)
|
|
3835
|
+
|
|
3836
|
+
### Bug Fixes
|
|
3837
|
+
|
|
3838
|
+
- focus improvement fixes ([60e0eec](https://github.com/awes-io/client/commit/60e0eec34b6b3ded0250d5caf8991bf9df9d48ac))
|
|
3839
|
+
- include footer height in aw-tel dropdown height ([69411fe](https://github.com/awes-io/client/commit/69411fe53c37915ed5600ff99489676ba0d91a42))
|
|
3840
|
+
- reset aw-select error on value change ([0277739](https://github.com/awes-io/client/commit/0277739542fca2e64cf1228e2af89620eb715a3b))
|
|
3841
|
+
|
|
3842
|
+
### Features
|
|
3843
|
+
|
|
3844
|
+
- add meta info from nuxt-i18n-seo to layouts ([d753964](https://github.com/awes-io/client/commit/d75396441dcb126a3aa557caf79793ed670e9fd1))
|
|
3845
|
+
|
|
3846
|
+
# [1.65.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.64.0...@awes-io/ui@1.65.0) (2020-03-04)
|
|
3847
|
+
|
|
3848
|
+
### Features
|
|
3849
|
+
|
|
3850
|
+
- new focus for button elements ([b3267a9](https://github.com/awes-io/client/commit/b3267a9d7854b81694d7f3ec6c137bd867178930))
|
|
3851
|
+
|
|
3852
|
+
# [1.64.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.63.0...@awes-io/ui@1.64.0) (2020-03-04)
|
|
3853
|
+
|
|
3854
|
+
### Bug Fixes
|
|
3855
|
+
|
|
3856
|
+
- aw-menu toggler arrow in right direction + do not open aw-menu-item without children ([998f2a9](https://github.com/awes-io/client/commit/998f2a9de998b838d86de02b3729139bacc69c38))
|
|
3857
|
+
- aw-select improvements ([5277578](https://github.com/awes-io/client/commit/5277578854891d9c2d8e06bbe9a6d281c809f360))
|
|
3858
|
+
- change modal desktop min-height ([f30eaa7](https://github.com/awes-io/client/commit/f30eaa7707413333f96eb369cc519cbc985e4da4))
|
|
3859
|
+
- components markup finetuning ([b9274c3](https://github.com/awes-io/client/commit/b9274c329535b32c7a54da95be0ac762f5a1d107))
|
|
3860
|
+
- consistent aw-tel styles ([e647c30](https://github.com/awes-io/client/commit/e647c30917ce35a9bf5ce4fc8afd9224e488e6cf))
|
|
3861
|
+
- correct aw-menu min-height on mobile ([aa6bd78](https://github.com/awes-io/client/commit/aa6bd78659dfe7abea09cd12689d628c49fbf8eb))
|
|
3862
|
+
- focus aw-select on error tooltip click ([6e568a2](https://github.com/awes-io/client/commit/6e568a2db69db3f6bf7745f0f272c405cef6ec55))
|
|
3863
|
+
- modal remove subtitle prop ([5b5aa3f](https://github.com/awes-io/client/commit/5b5aa3f38f69cb51bfa3cf4e09d3fadceb904eb2))
|
|
3864
|
+
|
|
3865
|
+
### Features
|
|
3866
|
+
|
|
3867
|
+
- add AwModal mobile styles ([26ff5ea](https://github.com/awes-io/client/commit/26ff5ea7d056b7e1ea3b0d2488a88a3a61a38390))
|
|
3868
|
+
- add header notifications to AwLAyoutDefault ([b5b894a](https://github.com/awes-io/client/commit/b5b894a23f415f7c81818b463a6fb97af490eb19))
|
|
3869
|
+
- change modal styles ([f1cfaae](https://github.com/awes-io/client/commit/f1cfaaebfa23ed8cf1120fd880a73d9ec47d2ece))
|
|
3870
|
+
- update modal styles ([cff78db](https://github.com/awes-io/client/commit/cff78db01146dcb9dca526237ec551024f4ee03a))
|
|
3871
|
+
|
|
3872
|
+
# [1.63.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.62.0...@awes-io/ui@1.63.0) (2020-03-02)
|
|
3873
|
+
|
|
3874
|
+
### Bug Fixes
|
|
3875
|
+
|
|
3876
|
+
- cursor pointer for error tooltip and prevent switch in aw-shitcher ([f6ac099](https://github.com/awes-io/client/commit/f6ac099d2cb5db64f5071ece37f0483bc878ae08))
|
|
3877
|
+
- fixed positioning calculations in aw-slider ([cc89b6a](https://github.com/awes-io/client/commit/cc89b6a26bf0ad9c2ed9012167a649c7353a47d1))
|
|
3878
|
+
|
|
3879
|
+
### Features
|
|
3880
|
+
|
|
3881
|
+
- change dropdown button padding ([65f7b46](https://github.com/awes-io/client/commit/65f7b46f0486e4cd91b88d99de742e85244e66c1))
|
|
3882
|
+
|
|
3883
|
+
# [1.62.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.61.1...@awes-io/ui@1.62.0) (2020-02-29)
|
|
3884
|
+
|
|
3885
|
+
### Features
|
|
3886
|
+
|
|
3887
|
+
- aw-menu collapse behavior reworked ([506fe16](https://github.com/awes-io/client/commit/506fe1674696e487f88e9693089de370da121609))
|
|
3888
|
+
|
|
3889
|
+
## [1.61.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.61.0...@awes-io/ui@1.61.1) (2020-02-27)
|
|
3890
|
+
|
|
3891
|
+
### Bug Fixes
|
|
3892
|
+
|
|
3893
|
+
- added git head in package json ([32c1725](https://github.com/awes-io/client/commit/32c1725093074da1851efdc373222a660d8da0a6))
|
|
3894
|
+
|
|
3895
|
+
# [1.61.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.59.0...@awes-io/ui@1.61.0) (2020-02-27)
|
|
3896
|
+
|
|
3897
|
+
### Bug Fixes
|
|
3898
|
+
|
|
3899
|
+
- nuxt config ([186ae9e](https://github.com/awes-io/client/commit/186ae9e319be2290e97868cb0686ee0d171e8a41))
|
|
3900
|
+
- propper positioning of error tooltip ([875d161](https://github.com/awes-io/client/commit/875d161e63086571673547cd467862fbd88ea0c7))
|
|
3901
|
+
|
|
3902
|
+
### Features
|
|
3903
|
+
|
|
3904
|
+
- add light color ([8d28bed](https://github.com/awes-io/client/commit/8d28bedd6c398a197fe65aa25a11d5d9c2b08ae5))
|
|
3905
|
+
- add new styles to AwDropdown ([0237c4a](https://github.com/awes-io/client/commit/0237c4a8962d7a00ca8e863fecbdbe938ea02d60))
|
|
3906
|
+
- add nuxt-profile ([346c4a2](https://github.com/awes-io/client/commit/346c4a29096685af4b4da2de23c0fcb1f8cb92f7))
|
|
3907
|
+
- change AwDropdown, AwChip styles ([d645228](https://github.com/awes-io/client/commit/d6452281ba00e4000d236ec030b83a226223646e))
|
|
3908
|
+
- change user menu design ([2a47b40](https://github.com/awes-io/client/commit/2a47b4002824c6dbe88f90820e8d08aefa6db24d))
|
|
3909
|
+
- expanded prop for menu item ([3180047](https://github.com/awes-io/client/commit/3180047f627177fb3a9b6dec59d3a2729d703c06))
|
|
3910
|
+
- **ui:** aw-button-nav styles upgraded, same comonent as aw-tab-nav ([2400501](https://github.com/awes-io/client/commit/2400501fae59eb3bb00e27322eeede2ec5a6ebbf))
|
|
3911
|
+
|
|
3912
|
+
# [1.60.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.59.0...@awes-io/ui@1.60.0) (2020-02-27)
|
|
3913
|
+
|
|
3914
|
+
### Bug Fixes
|
|
3915
|
+
|
|
3916
|
+
- nuxt config ([67b5bfa](https://github.com/awes-io/client/commit/67b5bfae287ab0bb7cff61fb97b92738d99e52f6))
|
|
3917
|
+
- propper positioning of error tooltip ([875d161](https://github.com/awes-io/client/commit/875d161e63086571673547cd467862fbd88ea0c7))
|
|
3918
|
+
|
|
3919
|
+
### Features
|
|
3920
|
+
|
|
3921
|
+
- add new styles to AwDropdown ([0237c4a](https://github.com/awes-io/client/commit/0237c4a8962d7a00ca8e863fecbdbe938ea02d60))
|
|
3922
|
+
- add nuxt-profile ([346c4a2](https://github.com/awes-io/client/commit/346c4a29096685af4b4da2de23c0fcb1f8cb92f7))
|
|
3923
|
+
- change AwDropdown, AwChip styles ([d645228](https://github.com/awes-io/client/commit/d6452281ba00e4000d236ec030b83a226223646e))
|
|
3924
|
+
- change user menu design ([2a47b40](https://github.com/awes-io/client/commit/2a47b4002824c6dbe88f90820e8d08aefa6db24d))
|
|
3925
|
+
- expanded prop for menu item ([3180047](https://github.com/awes-io/client/commit/3180047f627177fb3a9b6dec59d3a2729d703c06))
|
|
3926
|
+
- **ui:** aw-button-nav styles upgraded, same comonent as aw-tab-nav ([2400501](https://github.com/awes-io/client/commit/2400501fae59eb3bb00e27322eeede2ec5a6ebbf))
|
|
3927
|
+
|
|
3928
|
+
# [1.59.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.58.0...@awes-io/ui@1.59.0) (2020-02-22)
|
|
3929
|
+
|
|
3930
|
+
### Bug Fixes
|
|
3931
|
+
|
|
3932
|
+
- **ui:** AwTable do not call click:row if clicked on button or link ([055eb91](https://github.com/awes-io/client/commit/055eb91096350366de96a821e694766f4316c59b))
|
|
3933
|
+
- **ui:** fix AwAvatar shrink in table ([615d7e8](https://github.com/awes-io/client/commit/615d7e8143fcb14851fb4ba5443af8cc8dd6613b))
|
|
3934
|
+
- **ui:** fix AwPage headline animation ([7c0245e](https://github.com/awes-io/client/commit/7c0245e54e495a2dfd664615729776d9e24ecde2))
|
|
3935
|
+
- **ui:** fix AwSearch close button focus outline ([7aee3ed](https://github.com/awes-io/client/commit/7aee3ed444d3c3cec9e52eff101df9424d6d1b28))
|
|
3936
|
+
|
|
3937
|
+
### Features
|
|
3938
|
+
|
|
3939
|
+
- **ui:** notifications added ([fe0bb05](https://github.com/awes-io/client/commit/fe0bb05e7908b53ec265f40bb4e9751bddd633ce))
|
|
3940
|
+
|
|
3941
|
+
# [1.58.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.57.1...@awes-io/ui@1.58.0) (2020-02-21)
|
|
3942
|
+
|
|
3943
|
+
### Features
|
|
3944
|
+
|
|
3945
|
+
- **nuxt-i18n:** send accept language header ([be6cef1](https://github.com/awes-io/client/commit/be6cef1f6d21b6c543b526df11dcae559d455c35))
|
|
3946
|
+
|
|
3947
|
+
## [1.57.1](https://github.com/awes-io/client/compare/@awes-io/ui@1.57.0...@awes-io/ui@1.57.1) (2020-02-21)
|
|
3948
|
+
|
|
3949
|
+
### Bug Fixes
|
|
3950
|
+
|
|
3951
|
+
- **ui:** fix slider in safari ([c51ed9e](https://github.com/awes-io/client/commit/c51ed9e3e20108e5253e071c5788631a6ce00feb))
|
|
3952
|
+
|
|
3953
|
+
# [1.57.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.56.0...@awes-io/ui@1.57.0) (2020-02-21)
|
|
3954
|
+
|
|
3955
|
+
### Bug Fixes
|
|
3956
|
+
|
|
3957
|
+
- **ui:** tooltip design upgrade ([5af14fc](https://github.com/awes-io/client/commit/5af14fc8652621e3240f68da33b8d2a152c4d0af))
|
|
3958
|
+
|
|
3959
|
+
### Features
|
|
3960
|
+
|
|
3961
|
+
- **ui:** tooltip directive for erors ([1ae459c](https://github.com/awes-io/client/commit/1ae459cf5a57d6438108deb6aeab4fd0609dbde9))
|
|
3962
|
+
|
|
3963
|
+
# [1.56.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.55.0...@awes-io/ui@1.56.0) (2020-02-20)
|
|
3964
|
+
|
|
3965
|
+
### Bug Fixes
|
|
3966
|
+
|
|
3967
|
+
- **ui:** layout styles fix for tablet ([13271e7](https://github.com/awes-io/client/commit/13271e7e7360795d8627f8514e225c69cd905aa7))
|
|
3968
|
+
- **ui:** prevent drag in slider ([0b59202](https://github.com/awes-io/client/commit/0b592026d915a577d9dd733b68d46b9d947edf0b))
|
|
3969
|
+
|
|
3970
|
+
### Features
|
|
3971
|
+
|
|
3972
|
+
- **ui:** aw-modal can optionally disable get param ([e1a18e3](https://github.com/awes-io/client/commit/e1a18e3eaa6fb6ce3c93f6170d95e6ecf602c4c7))
|
|
3973
|
+
- **ui:** scroll for tabs ([b725062](https://github.com/awes-io/client/commit/b7250624d65830a7ac8acd45056ae4e84a0001a9))
|
|
3974
|
+
- **ui:** tooltip directive added ([11271a6](https://github.com/awes-io/client/commit/11271a613f6432dc3efa68071e33c649532b2529))
|
|
3975
|
+
|
|
3976
|
+
# [1.55.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.54.0...@awes-io/ui@1.55.0) (2020-02-18)
|
|
3977
|
+
|
|
3978
|
+
### Features
|
|
3979
|
+
|
|
3980
|
+
- handle any format in aw-calendar-days ([206eaea](https://github.com/awes-io/client/commit/206eaea03c6f554d67c1f1b6f1b381cec56ec837))
|
|
3981
|
+
|
|
3982
|
+
# [1.54.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.53.0...@awes-io/ui@1.54.0) (2020-02-18)
|
|
3983
|
+
|
|
3984
|
+
### Features
|
|
3985
|
+
|
|
3986
|
+
- **ui:** close dropdown on action by defalt ([67d9723](https://github.com/awes-io/client/commit/67d972351aa4aef0230f9017a796a0306006238d))
|
|
3987
|
+
- **ui:** export aw-calendar-days as global component ([580c836](https://github.com/awes-io/client/commit/580c836d54830021e6b0e1ff7ef41c2c712cf6b3))
|
|
3988
|
+
|
|
3989
|
+
# [1.53.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.52.2...@awes-io/ui@1.53.0) (2020-02-17)
|
|
3990
|
+
|
|
3991
|
+
### Bug Fixes
|
|
3992
|
+
|
|
3993
|
+
- delete icons.css ([c2aece0](https://github.com/awes-io/client/commit/c2aece0b073ebd1385ae0427cfb49cc17891d508))
|
|
3994
|
+
- pagination dropdown upgrade ([0494d46](https://github.com/awes-io/client/commit/0494d46c37a20a0fd102035f172120112a361311))
|
|
3995
|
+
- **ui:** aw-multiblock-builder creates models snapshop on init ([7a4ba12](https://github.com/awes-io/client/commit/7a4ba12fd424e250487d17dc2e1d96024d3d6fa1))
|
|
3996
|
+
|
|
3997
|
+
### Features
|
|
3998
|
+
|
|
3999
|
+
- **ui:** add AwContextMenu component ([bce3f4e](https://github.com/awes-io/client/commit/bce3f4ee811254e6447962677674e874aa949363))
|
|
4000
|
+
- **ui:** aw-dropdown-button added ([8b6bea0](https://github.com/awes-io/client/commit/8b6bea0531ec4f33d77cfd1c338b22c8d733d49f))
|
|
4001
|
+
- **ui:** AwButton add active style ([e4e987b](https://github.com/awes-io/client/commit/e4e987b2f1010692aa5d64438d8061accb77c018))
|
|
4002
|
+
- **ui:** AwButton remove ripple effect, add loading state ([2028101](https://github.com/awes-io/client/commit/20281019119efbf233a852392fe31c458e4c49f3))
|
|
4003
|
+
- **ui:** AwTableBuilder - add dropdown slot ([730c99b](https://github.com/awes-io/client/commit/730c99bd8766f5efe37831177e165bb29ed84194))
|
|
4004
|
+
- **ui:** update popper.js ([784eefb](https://github.com/awes-io/client/commit/784eefbdfbddb858a63fd0f794ec997e4c94a596))
|
|
4005
|
+
|
|
4006
|
+
## [1.52.2](https://github.com/awes-io/client/compare/@awes-io/ui@1.52.0...@awes-io/ui@1.52.2) (2020-02-14)
|
|
4007
|
+
|
|
4008
|
+
### Bug Fixes
|
|
4009
|
+
|
|
4010
|
+
- fixed gitignore ([9825443](https://github.com/awes-io/client/commit/98254431a2d9a6aab4f80d1dafd8420d2ccb2522))
|
|
4011
|
+
- removed icon.css, fixed brancd color ([fba3e51](https://github.com/awes-io/client/commit/fba3e51fd80a128696bd6543216662a1b1e6aceb))
|
|
4012
|
+
|
|
4013
|
+
# [1.52.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.51.0...@awes-io/ui@1.52.0) (2020-02-13)
|
|
4014
|
+
|
|
4015
|
+
### Features
|
|
4016
|
+
|
|
4017
|
+
- **ui:** add new icons ([d70585b](https://github.com/awes-io/client/commit/d70585b07e1f81c543a38339035193d35a2dd42c))
|
|
4018
|
+
- **ui:** add new icons, colors ([749cdd1](https://github.com/awes-io/client/commit/749cdd1903dbb7a2d30f50dbc18edfceb03fda7f))
|
|
4019
|
+
|
|
4020
|
+
# [1.51.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.50.0...@awes-io/ui@1.51.0) (2020-02-13)
|
|
4021
|
+
|
|
4022
|
+
### Bug Fixes
|
|
4023
|
+
|
|
4024
|
+
- **ui:** remove unused code ([b9a71a8](https://github.com/awes-io/client/commit/b9a71a8e42c9a6c9430aa6ee57b25927f80d33a2))
|
|
4025
|
+
- table builder was improved ([9836f21](https://github.com/awes-io/client/commit/9836f21158a784d9b3b940046cc41f7eb4384515))
|
|
4026
|
+
|
|
4027
|
+
### Features
|
|
4028
|
+
|
|
4029
|
+
- **ui:** add AwBadge component ([2642b77](https://github.com/awes-io/client/commit/2642b7741cb6f236a006263f37501b49ea24aaec))
|
|
4030
|
+
- **ui:** add AwBadge to AwTabNav ([cddad21](https://github.com/awes-io/client/commit/cddad215ca7180d93612d8d97f0222c06bdf4c44))
|
|
4031
|
+
- **ui:** add AwSwitcher click handler ([576cac9](https://github.com/awes-io/client/commit/576cac98bb11a54e6987495bf0e1b8f2282fa68c))
|
|
4032
|
+
- **ui:** add comma class ([ffd9e47](https://github.com/awes-io/client/commit/ffd9e47435fcac5bfc787391903f04024d9d1cc5))
|
|
4033
|
+
- **ui:** AwAvatar add new colors, icon ([b23e4bd](https://github.com/awes-io/client/commit/b23e4bd0e2734ec3c3934077dfa4b97fc995cf22))
|
|
4034
|
+
- **ui:** AwAvatar make text and icons responsive ([93f4905](https://github.com/awes-io/client/commit/93f4905749b90fd7c7253bab4549736fe7de8ac3))
|
|
4035
|
+
- **ui:** AwAvatar remove color, change avatar image ([115adf4](https://github.com/awes-io/client/commit/115adf47cea6fc6ffe6ad2db8359cdbc1fec7c43))
|
|
4036
|
+
|
|
4037
|
+
# [1.50.0](https://github.com/awes-io/client/compare/@awes-io/ui@1.49.0...@awes-io/ui@1.50.0) (2020-02-07)
|
|
4038
|
+
|
|
4039
|
+
### Bug Fixes
|
|
4040
|
+
|
|
4041
|
+
- **ui:** AwTableBuilder replace empty-filter slot with empty-filter-container slot ([2f8fc42](https://github.com/awes-io/client/commit/2f8fc42d35cecee6076b84d444ddba5a99370042))
|
|
4042
|
+
|
|
4043
|
+
### Features
|
|
4044
|
+
|
|
4045
|
+
- **ui:** add empty-filter slot to AwTableBuilder ([7b02daa](https://github.com/awes-io/client/commit/7b02daa302cd824235781cc7322216591a2c35e6))
|
|
4046
|
+
|
|
4047
|
+
# [1.49.0](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.48.1...@awes-io/ui@1.49.0) (2020-02-06)
|
|
4048
|
+
|
|
4049
|
+
### Bug Fixes
|
|
4050
|
+
|
|
4051
|
+
- **datejs:** package added to repository ([f2dfcb4](https://git.awescode.com/awes-io/ui/commits/f2dfcb4e9163afde10617d4a20b58c502ba761be))
|
|
4052
|
+
- **ui:** aw-avatar fix empty name ([d2b9d5a](https://git.awescode.com/awes-io/ui/commits/d2b9d5afb5a2bb6c10d1171a90985b3290db9ca6))
|
|
4053
|
+
- **ui:** change AwToggler animation ([1b4e092](https://git.awescode.com/awes-io/ui/commits/1b4e0926e904e0c418306095c13511cef9c3ceb8))
|
|
4054
|
+
- **ui:** change AwToggler styles ([ae3ae6a](https://git.awescode.com/awes-io/ui/commits/ae3ae6a62e340e1599c4e029aa7731415a62b104))
|
|
4055
|
+
- **ui:** fix focus on enter in aw-multi-block-buider ([3e1db0d](https://git.awescode.com/awes-io/ui/commits/3e1db0dea9b67bf27afe33cd1a493dcd3b2a098d))
|
|
4056
|
+
|
|
4057
|
+
### Features
|
|
4058
|
+
|
|
4059
|
+
- **ui:** AwToggler component added ([7fde282](https://git.awescode.com/awes-io/ui/commits/7fde2821908f9123345b0b50598d5fc83f131e75))
|
|
4060
|
+
- **ui:** AwToggler emit open\close events ([730ac01](https://git.awescode.com/awes-io/ui/commits/730ac01209effd1266abc7ba32cdbde3ed4db991))
|
|
4061
|
+
|
|
4062
|
+
## [1.48.1](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.48.0...@awes-io/ui@1.48.1) (2020-02-03)
|
|
4063
|
+
|
|
4064
|
+
### Bug Fixes
|
|
4065
|
+
|
|
4066
|
+
- changed aw-userpic in profile button ([b1bbadd](https://git.awescode.com/awes-io/ui/commits/b1bbadd5bdbbf57f82d8df7f05cabab45e1095e1))
|
|
4067
|
+
|
|
4068
|
+
# [1.48.0](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.47.1...@awes-io/ui@1.48.0) (2020-02-03)
|
|
4069
|
+
|
|
4070
|
+
### Bug Fixes
|
|
4071
|
+
|
|
4072
|
+
- **ui:** fix avatar path if null ([8491197](https://git.awescode.com/awes-io/ui/commits/84911979f43e22520e8bd3e99eacd47ed130e459))
|
|
4073
|
+
|
|
4074
|
+
### Features
|
|
4075
|
+
|
|
4076
|
+
- **ui:** global key bindings for search and pagination ([f49c660](https://git.awescode.com/awes-io/ui/commits/f49c660053e822a6b2d6da1ecfefd316e9a1c831))
|
|
4077
|
+
|
|
4078
|
+
## [1.47.1](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.47.0...@awes-io/ui@1.47.1) (2020-02-03)
|
|
4079
|
+
|
|
4080
|
+
### Bug Fixes
|
|
4081
|
+
|
|
4082
|
+
- **ui:** css fixes ([23a6f20](https://git.awescode.com/awes-io/ui/commits/23a6f2015368403965f4703143d2bdeec7452c1b))
|
|
4083
|
+
- **ui:** eslint config for ui subfolder ([f3760fe](https://git.awescode.com/awes-io/ui/commits/f3760fe5092e2b185c713f0d0c86c5508fc30b8e))
|
|
4084
|
+
- **vue-mc:** path typo fix in package.json ([900d95d](https://git.awescode.com/awes-io/ui/commits/900d95d6330a87450dc7dd4ce66b6f78b1511ae7))
|
|
4085
|
+
|
|
4086
|
+
# [1.47.0](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.46.0...@awes-io/ui@1.47.0) (2020-01-31)
|
|
4087
|
+
|
|
4088
|
+
### Bug Fixes
|
|
4089
|
+
|
|
4090
|
+
- **ui:** desktop avatar is outlined on default layout ([335b3cf](https://git.awescode.com/awes-io/ui/commits/335b3cf6f64d7e88d94cf11e566aad71033bc4c5))
|
|
4091
|
+
- removed condition to check src as a undefined string ([c6570f4](https://git.awescode.com/awes-io/ui/commits/c6570f44ad37219545baeb9bbcbcc56234463fab))
|
|
4092
|
+
|
|
4093
|
+
### Features
|
|
4094
|
+
|
|
4095
|
+
- **ui:** default layout design fixes ([bc25a72](https://git.awescode.com/awes-io/ui/commits/bc25a72a07765a3ecb5d13da840b281a4509b034))
|
|
4096
|
+
- **ui:** enter click moves to next field in aw-multi-block-builder ([f64ecd7](https://git.awescode.com/awes-io/ui/commits/f64ecd723e06f795f348a9acf78f1cc33f10c648))
|
|
4097
|
+
|
|
4098
|
+
# [1.46.0](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.45.1...@awes-io/ui@1.46.0) (2020-01-30)
|
|
4099
|
+
|
|
4100
|
+
### Bug Fixes
|
|
4101
|
+
|
|
4102
|
+
- changed style for inon in aw-chip-select ([b59e781](https://git.awescode.com/awes-io/ui/commits/b59e781ff0bdf92db445e3337fc0e0d8ce50fe82))
|
|
4103
|
+
- removed deprecated package ([5690409](https://git.awescode.com/awes-io/ui/commits/56904098b874b569d17cd874df7f212224fe5ff7))
|
|
4104
|
+
|
|
4105
|
+
### Features
|
|
4106
|
+
|
|
4107
|
+
- improved userpic with different cases ([51942ef](https://git.awescode.com/awes-io/ui/commits/51942efb9a3b3f3bfef3fa16075ad2aef1c759e5))
|
|
4108
|
+
- **AWP-28:** made component AwAvatar ([931021c](https://git.awescode.com/awes-io/ui/commits/931021c4d9fb9907e24edbc5e4837dc09d18f742))
|
|
4109
|
+
|
|
4110
|
+
## [1.45.1](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.45.0...@awes-io/ui@1.45.1) (2020-01-30)
|
|
4111
|
+
|
|
4112
|
+
### Bug Fixes
|
|
4113
|
+
|
|
4114
|
+
- **ui:** aw-chip-select - no scroll, no click event bubble ([553af14](https://git.awescode.com/awes-io/ui/commits/553af14fb8f736ec51441f8954d73e9aa72347b8))
|
|
4115
|
+
- **ui:** table behavior finetuning ([b08bcc7](https://git.awescode.com/awes-io/ui/commits/b08bcc7cc0c22cbbe65a5083f66070bff47db7e9))
|
|
4116
|
+
|
|
4117
|
+
# [1.45.0](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.44.1...@awes-io/ui@1.45.0) (2020-01-30)
|
|
4118
|
+
|
|
4119
|
+
### Features
|
|
4120
|
+
|
|
4121
|
+
- **ui:** aw-chip-select component added ([ed985cb](https://git.awescode.com/awes-io/ui/commits/ed985cbabb2679bc2ab4df62f626e11cf6a912fd))
|
|
4122
|
+
|
|
4123
|
+
## [1.44.1](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.44.0...@awes-io/ui@1.44.1) (2020-01-29)
|
|
4124
|
+
|
|
4125
|
+
### Bug Fixes
|
|
4126
|
+
|
|
4127
|
+
- **ui:** send arguments to row:click listener instead of object ([0971d82](https://git.awescode.com/awes-io/ui/commits/0971d82af0ce3a8be7a2a467020ab33e66aa9e96))
|
|
4128
|
+
|
|
4129
|
+
# [1.44.0](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.43.0...@awes-io/ui@1.44.0) (2020-01-29)
|
|
4130
|
+
|
|
4131
|
+
### Features
|
|
4132
|
+
|
|
4133
|
+
- added breadcrumb for AwPage ([bca914d](https://git.awescode.com/awes-io/ui/commits/bca914dffa6bb6b0ba9aa47b2a02fec460876439))
|
|
4134
|
+
|
|
4135
|
+
# [1.43.0](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.42.3...@awes-io/ui@1.43.0) (2020-01-29)
|
|
4136
|
+
|
|
4137
|
+
### Bug Fixes
|
|
4138
|
+
|
|
4139
|
+
- added translation for empty block ([48b9676](https://git.awescode.com/awes-io/ui/commits/48b96763fc30f2230336892a6d73822fa5421792))
|
|
4140
|
+
- improvements for table ([166d3d9](https://git.awescode.com/awes-io/ui/commits/166d3d9e4f89b345fc54585bafa596791877197b))
|
|
4141
|
+
|
|
4142
|
+
### Features
|
|
4143
|
+
|
|
4144
|
+
- added empty block for table; svg icons ([161b7dc](https://git.awescode.com/awes-io/ui/commits/161b7dce4393da093bbe711cb31fcaa0e1a9240c))
|
|
4145
|
+
- added validator for defaultHeight prop ([e8b5add](https://git.awescode.com/awes-io/ui/commits/e8b5addff3cc213c6945b181f098ab251441865f))
|
|
4146
|
+
- **awp-1:** added padding in navbar avatar ([59dcf60](https://git.awescode.com/awes-io/ui/commits/59dcf602555a452f5706e1e3e589e845df7bf5b6))
|
|
4147
|
+
|
|
4148
|
+
## [1.42.3](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.42.2...@awes-io/ui@1.42.3) (2020-01-29)
|
|
4149
|
+
|
|
4150
|
+
### Bug Fixes
|
|
4151
|
+
|
|
4152
|
+
- tailwind borderRadius section ([53ae5d4](https://git.awescode.com/awes-io/ui/commits/53ae5d40bb9cb6edcae73d9daa2cb3ac4b652c94))
|
|
4153
|
+
|
|
4154
|
+
## [1.42.2](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.42.1...@awes-io/ui@1.42.2) (2020-01-29)
|
|
4155
|
+
|
|
4156
|
+
### Bug Fixes
|
|
4157
|
+
|
|
4158
|
+
- updated package.json ([e96ddea](https://git.awescode.com/awes-io/ui/commits/e96ddea2bd8a306ffcb3f2a47744e7af6ae924b0))
|
|
4159
|
+
|
|
4160
|
+
## [1.42.1](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.42.0...@awes-io/ui@1.42.1) (2020-01-29)
|
|
4161
|
+
|
|
4162
|
+
### Bug Fixes
|
|
4163
|
+
|
|
4164
|
+
- updated package.json ([374c7bf](https://git.awescode.com/awes-io/ui/commits/374c7bf218a8f7d9825de6145e3b9106a7cde3a4))
|
|
4165
|
+
|
|
4166
|
+
# [1.42.0](https://git.awescode.com/awes-io/ui/compare/@awes-io/ui@1.41.0...@awes-io/ui@1.42.0) (2020-01-29)
|
|
4167
|
+
|
|
4168
|
+
### Bug Fixes
|
|
4169
|
+
|
|
4170
|
+
- aw-multi-block-builder passed remove method in slots ([7464fbc](https://git.awescode.com/awes-io/ui/commits/7464fbc6b0f3050b8dbe6b33bd206b752a2a3ca1))
|
|
4171
|
+
- **ui:** aw-form submits on command+enter key press ([0c4a12e](https://git.awescode.com/awes-io/ui/commits/0c4a12e0e9cf7489dda1287c5a78618d0db0326a))
|
|
4172
|
+
|
|
4173
|
+
### Features
|
|
4174
|
+
|
|
4175
|
+
- **ui:** aw-multi-block-builder fetches collection only if fetch prop is true ([eac0d2f](https://git.awescode.com/awes-io/ui/commits/eac0d2fb88b431533de5460fe329c39a3da51e2b))
|
|
4176
|
+
- **vue-mc:** package added ([dc8cfe3](https://git.awescode.com/awes-io/ui/commits/dc8cfe379fc31fec9e1693bd3cc76ac896e94163))
|
|
4177
|
+
|
|
4178
|
+
# 1.41.0 (2020-01-28)
|
|
4179
|
+
|
|
4180
|
+
### Bug Fixes
|
|
4181
|
+
|
|
4182
|
+
- buttons slot ([87af7d9](https://git.awescode.com/awes-io/ui/commits/87af7d9c7e1b4c7673409faa62ce7070f2509821))
|
|
4183
|
+
- updated gitlab ([623446f](https://git.awescode.com/awes-io/ui/commits/623446ffe88da8e4efe703e1d33464c41791e4ed))
|
|
4184
|
+
|
|
4185
|
+
### Features
|
|
4186
|
+
|
|
4187
|
+
- added pkg release system ([5fa32a3](https://git.awescode.com/awes-io/ui/commits/5fa32a37309dd12601ecc9382730683db9fafbf9))
|
|
4188
|
+
|
|
4189
|
+
# 1.40.0 (2020-01-28)
|
|
4190
|
+
|
|
4191
|
+
### Bug Fixes
|
|
4192
|
+
|
|
4193
|
+
- **awp-2:** refreshed doc for AwContentWrapper ([4142031](https://git.awescode.com/awes-io/ui/commits/41420313761ca6c0e40752110ee942c4067aea0b))
|
|
4194
|
+
- **ui:** aw-calendar shows the month of provided date ([0b7d495](https://git.awescode.com/awes-io/ui/commits/0b7d495034cb2515386f27205cd9cdaf7b216b22))
|
|
4195
|
+
- **ui:** aw-form skips disabled fields on enter click and leaves select opened ([8c77f88](https://git.awescode.com/awes-io/ui/commits/8c77f888c72054868d53d199089f1975efe410bd))
|
|
4196
|
+
- removed release deploy to git command ([63cf57f](https://git.awescode.com/awes-io/ui/commits/63cf57f666f617f11d1ee0be05e69a04659c3bc1))
|
|
4197
|
+
|
|
4198
|
+
### Features
|
|
4199
|
+
|
|
4200
|
+
- **awp-1:** made minor fixes ([bdd6fd6](https://git.awescode.com/awes-io/ui/commits/bdd6fd60c7a14ef342f4478100c770a44361f689))
|
|
4201
|
+
- **ui:** calendar improvement ([b16d35f](https://git.awescode.com/awes-io/ui/commits/b16d35f5184edc964fa00c3b835fe53cef14636c))
|
|
4202
|
+
- updated docs; deploy system ([92032c5](https://git.awescode.com/awes-io/ui/commits/92032c54a5364d8b66bc477e0827f06673ab29cc))
|
|
4203
|
+
|
|
4204
|
+
# 1.38.0 (2020-01-27)
|
|
4205
|
+
|
|
4206
|
+
### Bug Fixes
|
|
4207
|
+
|
|
4208
|
+
- **awp-2:** made component AwContentWrapper ([ebea23d](https://git.awescode.com/awes-io/ui/commits/ebea23d80478a95d8e231dbe253354ba2668b64d))
|
|
4209
|
+
- **translations:** loaded langs fix ([d9f5803](https://git.awescode.com/awes-io/ui/commits/d9f5803138cd1c82321a8b28cce64babab52823c))
|
|
4210
|
+
|
|
4211
|
+
### Features
|
|
4212
|
+
|
|
4213
|
+
- **ui:** aw-form listener to switch fields and send form ([85fac02](https://git.awescode.com/awes-io/ui/commits/85fac029ddb7c98dbe2673d2dc2c1076a0ee2c8b))
|
|
4214
|
+
- **ui:** aw-multi-block-builder added ([f8a1e0d](https://git.awescode.com/awes-io/ui/commits/f8a1e0df35cfc0ac84c9a162b27a1ed39b57279a))
|
|
4215
|
+
|
|
4216
|
+
# 1.37.0 (2020-01-23)
|
|
4217
|
+
|
|
4218
|
+
### Bug Fixes
|
|
4219
|
+
|
|
4220
|
+
- updated fonts ([13392a0](https://git.awescode.com/awes-io/ui/commits/13392a02b0a37f8d8339a5ee129c04ad54c63a74))
|
|
4221
|
+
- **aws-671:** fixed padding of AwTel component ([a4a6dee](https://git.awescode.com/awes-io/ui/commits/a4a6deec6dd736ee2c9d9805503437f6a85b7f35))
|
|
4222
|
+
- **ui:** aw-table responsiveness works on ios ([82719eb](https://git.awescode.com/awes-io/ui/commits/82719eb20f853a46043c9b5d1417a1016af11291))
|
|
4223
|
+
|
|
4224
|
+
### Features
|
|
4225
|
+
|
|
4226
|
+
- added generator for documentation ([dbba524](https://git.awescode.com/awes-io/ui/commits/dbba524fdb6858bd1541997580b6635ac91a19d7))
|
|
4227
|
+
|
|
4228
|
+
## 1.36.2 (2020-01-14)
|
|
4229
|
+
|
|
4230
|
+
### Bug Fixes
|
|
4231
|
+
|
|
4232
|
+
- **aws-671:** fixed LayoutFrameCenter ([ffb6fe2](https://git.awescode.com/awes-io/ui/commits/ffb6fe2648af3a713e6970bb2b2ff3f19d78a2bf))
|
|
4233
|
+
|
|
4234
|
+
## 1.36.1 (2020-01-14)
|
|
4235
|
+
|
|
4236
|
+
# 1.36.0 (2020-01-14)
|
|
4237
|
+
|
|
4238
|
+
### Bug Fixes
|
|
4239
|
+
|
|
4240
|
+
- **aws-671:** fixed package.json files ([4270b60](https://git.awescode.com/awes-io/ui/commits/4270b605de47f7dba55e5578b67b028a2cd62b8d))
|
|
4241
|
+
|
|
4242
|
+
## 1.35.1 (2020-01-09)
|
|
4243
|
+
|
|
4244
|
+
### Bug Fixes
|
|
4245
|
+
|
|
4246
|
+
- updated fonts ([2c913e5](https://git.awescode.com/awes-io/ui/commits/2c913e5985e5c7b20b81263a52d88f25c694a272))
|
|
4247
|
+
|
|
4248
|
+
# 1.35.0 (2020-01-09)
|
|
4249
|
+
|
|
4250
|
+
### Bug Fixes
|
|
4251
|
+
|
|
4252
|
+
- add build-icons command to dev ([f340c2f](https://git.awescode.com/awes-io/ui/commits/f340c2f82cb5ac1a445518a4f8255d41edaf18f5))
|
|
4253
|
+
- fixed select autocomplete event ([576313f](https://git.awescode.com/awes-io/ui/commits/576313fd88e60c47d240b5786530bb3cf9b82d6a))
|
|
4254
|
+
- move vertical align class names to validator for purgecss ([de004f9](https://git.awescode.com/awes-io/ui/commits/de004f9147a486765364a60aed656c08770ba04d))
|
|
4255
|
+
|
|
4256
|
+
### Features
|
|
4257
|
+
|
|
4258
|
+
- **aw-table-builder:** use limit param from response ([017a758](https://git.awescode.com/awes-io/ui/commits/017a758bea1741a8e17f264256a9c1b3babc1105))
|
|
4259
|
+
- **aws-639:** made vertical align ([b26dea2](https://git.awescode.com/awes-io/ui/commits/b26dea24ff00a5f1eae9ac684ac96616633a1c9c))
|
|
4260
|
+
- **aws-671:** fixed prop method validation of AwForm ([403f3cf](https://git.awescode.com/awes-io/ui/commits/403f3cf3c9e2067d39139488af12c2c55fd450f6))
|
|
4261
|
+
- **aws-671:** refreshed AwSearch ([0140d46](https://git.awescode.com/awes-io/ui/commits/0140d46e984e5e7742833214ed493d8784098e73))
|
|
4262
|
+
- added a new component AwInfo ([1fd0998](https://git.awescode.com/awes-io/ui/commits/1fd099889f0635a375c5665429b93b408fef1075))
|
|
4263
|
+
- **aws-671:** refreshed AwSearch ([9f3a213](https://git.awescode.com/awes-io/ui/commits/9f3a2136dfa53dab519da7fbe821fbece0ee2c5c))
|
|
4264
|
+
|
|
4265
|
+
## 1.34.2 (2020-01-04)
|
|
4266
|
+
|
|
4267
|
+
### Bug Fixes
|
|
4268
|
+
|
|
4269
|
+
- removed trash from index ([11fee69](https://git.awescode.com/awes-io/ui/commits/11fee69565e80f730bb61485bf6972217d737397))
|
|
4270
|
+
|
|
4271
|
+
## 1.34.1 (2020-01-04)
|
|
4272
|
+
|
|
4273
|
+
### Bug Fixes
|
|
4274
|
+
|
|
4275
|
+
- removed prepublish tag from package.json ([1d7c983](https://git.awescode.com/awes-io/ui/commits/1d7c9834339702837633e113ca08571cba30141d))
|
|
4276
|
+
|
|
4277
|
+
# 1.34.0 (2020-01-04)
|
|
4278
|
+
|
|
4279
|
+
### Bug Fixes
|
|
4280
|
+
|
|
4281
|
+
- added hello world component ([1b34e1f](https://git.awescode.com/awes-io/ui/commits/1b34e1f35f96d51082aecbe375bead1ebbbf04ef))
|
|
4282
|
+
- added vue-mc in dependency ([9ad28da](https://git.awescode.com/awes-io/ui/commits/9ad28dae88403619edefed89750fe14cf8eb8b4e))
|
|
4283
|
+
- eslint fixes ([a793207](https://git.awescode.com/awes-io/ui/commits/a7932079a5ef1ef881ad3e6bc038b3ca296e1baa))
|
|
4284
|
+
- eslint fixes ([974c349](https://git.awescode.com/awes-io/ui/commits/974c3490362b82defeedf37b35fb4d90d8f4e1ec))
|
|
4285
|
+
- excluded CHANGELOG from gitignore ([399843b](https://git.awescode.com/awes-io/ui/commits/399843b70c71e7d14bf8da9e72bf34b45543c8a6))
|
|
4286
|
+
|
|
4287
|
+
### Features
|
|
4288
|
+
|
|
4289
|
+
- added examples for components ([323f75f](https://git.awescode.com/awes-io/ui/commits/323f75f49550cb9cba06b551ab13bbc025737ef5))
|
|
4290
|
+
- added first example and dev env ([ce6b56f](https://git.awescode.com/awes-io/ui/commits/ce6b56fe130f84539d2b7288f7ed0dec89f404c7))
|
|
4291
|
+
- alpha version of client frontend package ([ded2c50](https://git.awescode.com/awes-io/ui/commits/ded2c5089f3d6fbb39f6850def4d5f5eb8423e9e))
|
|
4292
|
+
- eslint fixed files ([3c84c10](https://git.awescode.com/awes-io/ui/commits/3c84c10e741092970e42489fb84e5afab10fd3b5))
|
|
4293
|
+
|
|
4294
|
+
# 1.40.0 (2020-01-27)
|
|
4295
|
+
|
|
4296
|
+
### Bug Fixes
|
|
4297
|
+
|
|
4298
|
+
- **awp-2:** refreshed doc for AwContentWrapper ([4142031](https://git.awescode.com/awes-io/ui/commits/41420313761ca6c0e40752110ee942c4067aea0b))
|
|
4299
|
+
|
|
4300
|
+
### Features
|
|
4301
|
+
|
|
4302
|
+
- updated docs; deploy system ([92032c5](https://git.awescode.com/awes-io/ui/commits/92032c54a5364d8b66bc477e0827f06673ab29cc))
|
|
4303
|
+
|
|
4304
|
+
# 1.38.0 (2020-01-27)
|
|
4305
|
+
|
|
4306
|
+
### Bug Fixes
|
|
4307
|
+
|
|
4308
|
+
- **awp-2:** made component AwContentWrapper ([ebea23d](https://git.awescode.com/awes-io/ui/commits/ebea23d80478a95d8e231dbe253354ba2668b64d))
|
|
4309
|
+
- **translations:** loaded langs fix ([d9f5803](https://git.awescode.com/awes-io/ui/commits/d9f5803138cd1c82321a8b28cce64babab52823c))
|
|
4310
|
+
|
|
4311
|
+
### Features
|
|
4312
|
+
|
|
4313
|
+
- **ui:** aw-form listener to switch fields and send form ([85fac02](https://git.awescode.com/awes-io/ui/commits/85fac029ddb7c98dbe2673d2dc2c1076a0ee2c8b))
|
|
4314
|
+
- **ui:** aw-multi-block-builder added ([f8a1e0d](https://git.awescode.com/awes-io/ui/commits/f8a1e0df35cfc0ac84c9a162b27a1ed39b57279a))
|
|
4315
|
+
|
|
4316
|
+
# 1.37.0 (2020-01-23)
|
|
4317
|
+
|
|
4318
|
+
### Bug Fixes
|
|
4319
|
+
|
|
4320
|
+
- updated fonts ([13392a0](https://git.awescode.com/awes-io/ui/commits/13392a02b0a37f8d8339a5ee129c04ad54c63a74))
|
|
4321
|
+
- **aws-671:** fixed padding of AwTel component ([a4a6dee](https://git.awescode.com/awes-io/ui/commits/a4a6deec6dd736ee2c9d9805503437f6a85b7f35))
|
|
4322
|
+
- **ui:** aw-table responsiveness works on ios ([82719eb](https://git.awescode.com/awes-io/ui/commits/82719eb20f853a46043c9b5d1417a1016af11291))
|
|
4323
|
+
|
|
4324
|
+
### Features
|
|
4325
|
+
|
|
4326
|
+
- added generator for documentation ([dbba524](https://git.awescode.com/awes-io/ui/commits/dbba524fdb6858bd1541997580b6635ac91a19d7))
|
|
4327
|
+
|
|
4328
|
+
## 1.36.2 (2020-01-14)
|
|
4329
|
+
|
|
4330
|
+
### Bug Fixes
|
|
4331
|
+
|
|
4332
|
+
- **aws-671:** fixed LayoutFrameCenter ([ffb6fe2](https://git.awescode.com/awes-io/ui/commits/ffb6fe2648af3a713e6970bb2b2ff3f19d78a2bf))
|
|
4333
|
+
|
|
4334
|
+
## 1.36.1 (2020-01-14)
|
|
4335
|
+
|
|
4336
|
+
# 1.36.0 (2020-01-14)
|
|
4337
|
+
|
|
4338
|
+
### Bug Fixes
|
|
4339
|
+
|
|
4340
|
+
- **aws-671:** fixed package.json files ([4270b60](https://git.awescode.com/awes-io/ui/commits/4270b605de47f7dba55e5578b67b028a2cd62b8d))
|
|
4341
|
+
|
|
4342
|
+
## 1.35.1 (2020-01-09)
|
|
4343
|
+
|
|
4344
|
+
### Bug Fixes
|
|
4345
|
+
|
|
4346
|
+
- updated fonts ([2c913e5](https://git.awescode.com/awes-io/ui/commits/2c913e5985e5c7b20b81263a52d88f25c694a272))
|
|
4347
|
+
|
|
4348
|
+
# 1.35.0 (2020-01-09)
|
|
4349
|
+
|
|
4350
|
+
### Bug Fixes
|
|
4351
|
+
|
|
4352
|
+
- add build-icons command to dev ([f340c2f](https://git.awescode.com/awes-io/ui/commits/f340c2f82cb5ac1a445518a4f8255d41edaf18f5))
|
|
4353
|
+
- fixed select autocomplete event ([576313f](https://git.awescode.com/awes-io/ui/commits/576313fd88e60c47d240b5786530bb3cf9b82d6a))
|
|
4354
|
+
- move vertical align class names to validator for purgecss ([de004f9](https://git.awescode.com/awes-io/ui/commits/de004f9147a486765364a60aed656c08770ba04d))
|
|
4355
|
+
|
|
4356
|
+
### Features
|
|
4357
|
+
|
|
4358
|
+
- **aw-table-builder:** use limit param from response ([017a758](https://git.awescode.com/awes-io/ui/commits/017a758bea1741a8e17f264256a9c1b3babc1105))
|
|
4359
|
+
- **aws-639:** made vertical align ([b26dea2](https://git.awescode.com/awes-io/ui/commits/b26dea24ff00a5f1eae9ac684ac96616633a1c9c))
|
|
4360
|
+
- **aws-671:** fixed prop method validation of AwForm ([403f3cf](https://git.awescode.com/awes-io/ui/commits/403f3cf3c9e2067d39139488af12c2c55fd450f6))
|
|
4361
|
+
- **aws-671:** refreshed AwSearch ([0140d46](https://git.awescode.com/awes-io/ui/commits/0140d46e984e5e7742833214ed493d8784098e73))
|
|
4362
|
+
- added a new component AwInfo ([1fd0998](https://git.awescode.com/awes-io/ui/commits/1fd099889f0635a375c5665429b93b408fef1075))
|
|
4363
|
+
- **aws-671:** refreshed AwSearch ([9f3a213](https://git.awescode.com/awes-io/ui/commits/9f3a2136dfa53dab519da7fbe821fbece0ee2c5c))
|
|
4364
|
+
|
|
4365
|
+
## 1.34.2 (2020-01-04)
|
|
4366
|
+
|
|
4367
|
+
### Bug Fixes
|
|
4368
|
+
|
|
4369
|
+
- removed trash from index ([11fee69](https://git.awescode.com/awes-io/ui/commits/11fee69565e80f730bb61485bf6972217d737397))
|
|
4370
|
+
|
|
4371
|
+
## 1.34.1 (2020-01-04)
|
|
4372
|
+
|
|
4373
|
+
### Bug Fixes
|
|
4374
|
+
|
|
4375
|
+
- removed prepublish tag from package.json ([1d7c983](https://git.awescode.com/awes-io/ui/commits/1d7c9834339702837633e113ca08571cba30141d))
|
|
4376
|
+
|
|
4377
|
+
# 1.34.0 (2020-01-04)
|
|
4378
|
+
|
|
4379
|
+
### Bug Fixes
|
|
4380
|
+
|
|
4381
|
+
- added hello world component ([1b34e1f](https://git.awescode.com/awes-io/ui/commits/1b34e1f35f96d51082aecbe375bead1ebbbf04ef))
|
|
4382
|
+
- added vue-mc in dependency ([9ad28da](https://git.awescode.com/awes-io/ui/commits/9ad28dae88403619edefed89750fe14cf8eb8b4e))
|
|
4383
|
+
- eslint fixes ([a793207](https://git.awescode.com/awes-io/ui/commits/a7932079a5ef1ef881ad3e6bc038b3ca296e1baa))
|
|
4384
|
+
- eslint fixes ([974c349](https://git.awescode.com/awes-io/ui/commits/974c3490362b82defeedf37b35fb4d90d8f4e1ec))
|
|
4385
|
+
- excluded CHANGELOG from gitignore ([399843b](https://git.awescode.com/awes-io/ui/commits/399843b70c71e7d14bf8da9e72bf34b45543c8a6))
|
|
4386
|
+
|
|
4387
|
+
### Features
|
|
4388
|
+
|
|
4389
|
+
- added examples for components ([323f75f](https://git.awescode.com/awes-io/ui/commits/323f75f49550cb9cba06b551ab13bbc025737ef5))
|
|
4390
|
+
- added first example and dev env ([ce6b56f](https://git.awescode.com/awes-io/ui/commits/ce6b56fe130f84539d2b7288f7ed0dec89f404c7))
|
|
4391
|
+
- alpha version of client frontend package ([ded2c50](https://git.awescode.com/awes-io/ui/commits/ded2c5089f3d6fbb39f6850def4d5f5eb8423e9e))
|
|
4392
|
+
- eslint fixed files ([3c84c10](https://git.awescode.com/awes-io/ui/commits/3c84c10e741092970e42489fb84e5afab10fd3b5))
|
|
4393
|
+
|
|
4394
|
+
# 1.39.0 (2020-01-27)
|
|
4395
|
+
|
|
4396
|
+
### Bug Fixes
|
|
4397
|
+
|
|
4398
|
+
- **awp-2:** refreshed doc for AwContentWrapper ([4142031](https://git.awescode.com/awes-io/ui/commits/41420313761ca6c0e40752110ee942c4067aea0b))
|
|
4399
|
+
|
|
4400
|
+
# 1.38.0 (2020-01-27)
|
|
4401
|
+
|
|
4402
|
+
### Bug Fixes
|
|
4403
|
+
|
|
4404
|
+
- **awp-2:** made component AwContentWrapper ([ebea23d](https://git.awescode.com/awes-io/ui/commits/ebea23d80478a95d8e231dbe253354ba2668b64d))
|
|
4405
|
+
- **translations:** loaded langs fix ([d9f5803](https://git.awescode.com/awes-io/ui/commits/d9f5803138cd1c82321a8b28cce64babab52823c))
|
|
4406
|
+
|
|
4407
|
+
### Features
|
|
4408
|
+
|
|
4409
|
+
- **ui:** aw-form listener to switch fields and send form ([85fac02](https://git.awescode.com/awes-io/ui/commits/85fac029ddb7c98dbe2673d2dc2c1076a0ee2c8b))
|
|
4410
|
+
- **ui:** aw-multi-block-builder added ([f8a1e0d](https://git.awescode.com/awes-io/ui/commits/f8a1e0df35cfc0ac84c9a162b27a1ed39b57279a))
|
|
4411
|
+
|
|
4412
|
+
# 1.37.0 (2020-01-23)
|
|
4413
|
+
|
|
4414
|
+
### Bug Fixes
|
|
4415
|
+
|
|
4416
|
+
- updated fonts ([13392a0](https://git.awescode.com/awes-io/ui/commits/13392a02b0a37f8d8339a5ee129c04ad54c63a74))
|
|
4417
|
+
- **aws-671:** fixed padding of AwTel component ([a4a6dee](https://git.awescode.com/awes-io/ui/commits/a4a6deec6dd736ee2c9d9805503437f6a85b7f35))
|
|
4418
|
+
- **ui:** aw-table responsiveness works on ios ([82719eb](https://git.awescode.com/awes-io/ui/commits/82719eb20f853a46043c9b5d1417a1016af11291))
|
|
4419
|
+
|
|
4420
|
+
### Features
|
|
4421
|
+
|
|
4422
|
+
- added generator for documentation ([dbba524](https://git.awescode.com/awes-io/ui/commits/dbba524fdb6858bd1541997580b6635ac91a19d7))
|
|
4423
|
+
|
|
4424
|
+
## 1.36.2 (2020-01-14)
|
|
4425
|
+
|
|
4426
|
+
### Bug Fixes
|
|
4427
|
+
|
|
4428
|
+
- **aws-671:** fixed LayoutFrameCenter ([ffb6fe2](https://git.awescode.com/awes-io/ui/commits/ffb6fe2648af3a713e6970bb2b2ff3f19d78a2bf))
|
|
4429
|
+
|
|
4430
|
+
## 1.36.1 (2020-01-14)
|
|
4431
|
+
|
|
4432
|
+
# 1.36.0 (2020-01-14)
|
|
4433
|
+
|
|
4434
|
+
### Bug Fixes
|
|
4435
|
+
|
|
4436
|
+
- **aws-671:** fixed package.json files ([4270b60](https://git.awescode.com/awes-io/ui/commits/4270b605de47f7dba55e5578b67b028a2cd62b8d))
|
|
4437
|
+
|
|
4438
|
+
## 1.35.1 (2020-01-09)
|
|
4439
|
+
|
|
4440
|
+
### Bug Fixes
|
|
4441
|
+
|
|
4442
|
+
- updated fonts ([2c913e5](https://git.awescode.com/awes-io/ui/commits/2c913e5985e5c7b20b81263a52d88f25c694a272))
|
|
4443
|
+
|
|
4444
|
+
# 1.35.0 (2020-01-09)
|
|
4445
|
+
|
|
4446
|
+
### Bug Fixes
|
|
4447
|
+
|
|
4448
|
+
- add build-icons command to dev ([f340c2f](https://git.awescode.com/awes-io/ui/commits/f340c2f82cb5ac1a445518a4f8255d41edaf18f5))
|
|
4449
|
+
- fixed select autocomplete event ([576313f](https://git.awescode.com/awes-io/ui/commits/576313fd88e60c47d240b5786530bb3cf9b82d6a))
|
|
4450
|
+
- move vertical align class names to validator for purgecss ([de004f9](https://git.awescode.com/awes-io/ui/commits/de004f9147a486765364a60aed656c08770ba04d))
|
|
4451
|
+
|
|
4452
|
+
### Features
|
|
4453
|
+
|
|
4454
|
+
- **aw-table-builder:** use limit param from response ([017a758](https://git.awescode.com/awes-io/ui/commits/017a758bea1741a8e17f264256a9c1b3babc1105))
|
|
4455
|
+
- **aws-639:** made vertical align ([b26dea2](https://git.awescode.com/awes-io/ui/commits/b26dea24ff00a5f1eae9ac684ac96616633a1c9c))
|
|
4456
|
+
- **aws-671:** fixed prop method validation of AwForm ([403f3cf](https://git.awescode.com/awes-io/ui/commits/403f3cf3c9e2067d39139488af12c2c55fd450f6))
|
|
4457
|
+
- **aws-671:** refreshed AwSearch ([0140d46](https://git.awescode.com/awes-io/ui/commits/0140d46e984e5e7742833214ed493d8784098e73))
|
|
4458
|
+
- added a new component AwInfo ([1fd0998](https://git.awescode.com/awes-io/ui/commits/1fd099889f0635a375c5665429b93b408fef1075))
|
|
4459
|
+
- **aws-671:** refreshed AwSearch ([9f3a213](https://git.awescode.com/awes-io/ui/commits/9f3a2136dfa53dab519da7fbe821fbece0ee2c5c))
|
|
4460
|
+
|
|
4461
|
+
## 1.34.2 (2020-01-04)
|
|
4462
|
+
|
|
4463
|
+
### Bug Fixes
|
|
4464
|
+
|
|
4465
|
+
- removed trash from index ([11fee69](https://git.awescode.com/awes-io/ui/commits/11fee69565e80f730bb61485bf6972217d737397))
|
|
4466
|
+
|
|
4467
|
+
## 1.34.1 (2020-01-04)
|
|
4468
|
+
|
|
4469
|
+
### Bug Fixes
|
|
4470
|
+
|
|
4471
|
+
- removed prepublish tag from package.json ([1d7c983](https://git.awescode.com/awes-io/ui/commits/1d7c9834339702837633e113ca08571cba30141d))
|
|
4472
|
+
|
|
4473
|
+
# 1.34.0 (2020-01-04)
|
|
4474
|
+
|
|
4475
|
+
### Bug Fixes
|
|
4476
|
+
|
|
4477
|
+
- added hello world component ([1b34e1f](https://git.awescode.com/awes-io/ui/commits/1b34e1f35f96d51082aecbe375bead1ebbbf04ef))
|
|
4478
|
+
- added vue-mc in dependency ([9ad28da](https://git.awescode.com/awes-io/ui/commits/9ad28dae88403619edefed89750fe14cf8eb8b4e))
|
|
4479
|
+
- eslint fixes ([a793207](https://git.awescode.com/awes-io/ui/commits/a7932079a5ef1ef881ad3e6bc038b3ca296e1baa))
|
|
4480
|
+
- eslint fixes ([974c349](https://git.awescode.com/awes-io/ui/commits/974c3490362b82defeedf37b35fb4d90d8f4e1ec))
|
|
4481
|
+
- excluded CHANGELOG from gitignore ([399843b](https://git.awescode.com/awes-io/ui/commits/399843b70c71e7d14bf8da9e72bf34b45543c8a6))
|
|
4482
|
+
|
|
4483
|
+
### Features
|
|
4484
|
+
|
|
4485
|
+
- added examples for components ([323f75f](https://git.awescode.com/awes-io/ui/commits/323f75f49550cb9cba06b551ab13bbc025737ef5))
|
|
4486
|
+
- added first example and dev env ([ce6b56f](https://git.awescode.com/awes-io/ui/commits/ce6b56fe130f84539d2b7288f7ed0dec89f404c7))
|
|
4487
|
+
- alpha version of client frontend package ([ded2c50](https://git.awescode.com/awes-io/ui/commits/ded2c5089f3d6fbb39f6850def4d5f5eb8423e9e))
|
|
4488
|
+
- eslint fixed files ([3c84c10](https://git.awescode.com/awes-io/ui/commits/3c84c10e741092970e42489fb84e5afab10fd3b5))
|
|
4489
|
+
|
|
4490
|
+
# [1.38.0](https://git.awescode.com/awes-io/ui/compare/v1.37.0...v1.38.0) (2020-01-27)
|
|
4491
|
+
|
|
4492
|
+
### Bug Fixes
|
|
4493
|
+
|
|
4494
|
+
- **translations:** loaded langs fix ([d9f5803](https://git.awescode.com/awes-io/ui/commits/d9f5803138cd1c82321a8b28cce64babab52823c))
|
|
4495
|
+
|
|
4496
|
+
### Features
|
|
4497
|
+
|
|
4498
|
+
- **ui:** aw-form listener to switch fields and send form ([85fac02](https://git.awescode.com/awes-io/ui/commits/85fac029ddb7c98dbe2673d2dc2c1076a0ee2c8b))
|
|
4499
|
+
- **ui:** aw-multi-block-builder added ([f8a1e0d](https://git.awescode.com/awes-io/ui/commits/f8a1e0df35cfc0ac84c9a162b27a1ed39b57279a))
|
|
4500
|
+
|
|
4501
|
+
# [1.37.0](https://git.awescode.com/awes-io/ui/compare/v1.36.2...v1.37.0) (2020-01-23)
|
|
4502
|
+
|
|
4503
|
+
### Bug Fixes
|
|
4504
|
+
|
|
4505
|
+
- updated fonts ([13392a0](https://git.awescode.com/awes-io/ui/commits/13392a02b0a37f8d8339a5ee129c04ad54c63a74))
|
|
4506
|
+
- **aws-671:** fixed padding of AwTel component ([a4a6dee](https://git.awescode.com/awes-io/ui/commits/a4a6deec6dd736ee2c9d9805503437f6a85b7f35))
|
|
4507
|
+
- **ui:** aw-table responsiveness works on ios ([82719eb](https://git.awescode.com/awes-io/ui/commits/82719eb20f853a46043c9b5d1417a1016af11291))
|
|
4508
|
+
|
|
4509
|
+
### Features
|
|
4510
|
+
|
|
4511
|
+
- added generator for documentation ([dbba524](https://git.awescode.com/awes-io/ui/commits/dbba524fdb6858bd1541997580b6635ac91a19d7))
|
|
4512
|
+
|
|
4513
|
+
## [1.36.2](https://git.awescode.com/awes-io/ui/compare/v1.36.1...v1.36.2) (2020-01-14)
|
|
4514
|
+
|
|
4515
|
+
### Bug Fixes
|
|
4516
|
+
|
|
4517
|
+
- **aws-671:** fixed LayoutFrameCenter ([ffb6fe2](https://git.awescode.com/awes-io/ui/commits/ffb6fe2648af3a713e6970bb2b2ff3f19d78a2bf))
|
|
4518
|
+
- **aws-671:** fixed package.json files ([4270b60](https://git.awescode.com/awes-io/ui/commits/4270b605de47f7dba55e5578b67b028a2cd62b8d))
|
|
4519
|
+
|
|
4520
|
+
## [1.36.1](https://git.awescode.com/awes-io/ui/compare/v1.36.0...v1.36.1) (2020-01-14)
|
|
4521
|
+
|
|
4522
|
+
**Note:** Version bump only for package @awes-io/ui
|
|
4523
|
+
|
|
4524
|
+
# [1.36.0](https://git.awescode.com/awes-io/ui/compare/v1.35.1...v1.36.0) (2020-01-14)
|
|
4525
|
+
|
|
4526
|
+
### Features
|
|
4527
|
+
|
|
4528
|
+
- **aws-671:** fixed prop method validation of AwForm ([403f3cf](https://git.awescode.com/awes-io/ui/commits/403f3cf3c9e2067d39139488af12c2c55fd450f6))
|
|
4529
|
+
- **aws-671:** refreshed AwSearch ([9f3a213](https://git.awescode.com/awes-io/ui/commits/9f3a2136dfa53dab519da7fbe821fbece0ee2c5c))
|
|
4530
|
+
|
|
4531
|
+
## [1.35.1](https://git.awescode.com/awes-io/ui/compare/v1.35.0...v1.35.1) (2020-01-09)
|
|
4532
|
+
|
|
4533
|
+
### Bug Fixes
|
|
4534
|
+
|
|
4535
|
+
- updated fonts ([2c913e5](https://git.awescode.com/awes-io/ui/commits/2c913e5985e5c7b20b81263a52d88f25c694a272))
|
|
4536
|
+
|
|
4537
|
+
# [1.35.0](https://git.awescode.com/awes-io/ui/compare/v1.34.2...v1.35.0) (2020-01-09)
|
|
4538
|
+
|
|
4539
|
+
### Bug Fixes
|
|
4540
|
+
|
|
4541
|
+
- add build-icons command to dev ([f340c2f](https://git.awescode.com/awes-io/ui/commits/f340c2f82cb5ac1a445518a4f8255d41edaf18f5))
|
|
4542
|
+
- fixed select autocomplete event ([576313f](https://git.awescode.com/awes-io/ui/commits/576313fd88e60c47d240b5786530bb3cf9b82d6a))
|
|
4543
|
+
- move vertical align class names to validator for purgecss ([de004f9](https://git.awescode.com/awes-io/ui/commits/de004f9147a486765364a60aed656c08770ba04d))
|
|
4544
|
+
|
|
4545
|
+
### Features
|
|
4546
|
+
|
|
4547
|
+
- **aw-table-builder:** use limit param from response ([017a758](https://git.awescode.com/awes-io/ui/commits/017a758bea1741a8e17f264256a9c1b3babc1105))
|
|
4548
|
+
- **aws-671:** refreshed AwSearch ([0140d46](https://git.awescode.com/awes-io/ui/commits/0140d46e984e5e7742833214ed493d8784098e73))
|
|
4549
|
+
- added a new component AwInfo ([1fd0998](https://git.awescode.com/awes-io/ui/commits/1fd099889f0635a375c5665429b93b408fef1075))
|
|
4550
|
+
- **aws-639:** made vertical align ([b26dea2](https://git.awescode.com/awes-io/ui/commits/b26dea24ff00a5f1eae9ac684ac96616633a1c9c))
|
|
4551
|
+
|
|
4552
|
+
## [1.34.2](https://git.awescode.com/awes-io/ui/compare/v1.34.1...v1.34.2) (2020-01-04)
|
|
4553
|
+
|
|
4554
|
+
### Bug Fixes
|
|
4555
|
+
|
|
4556
|
+
- removed trash from index ([11fee69](https://git.awescode.com/awes-io/ui/commits/11fee69565e80f730bb61485bf6972217d737397))
|
|
4557
|
+
|
|
4558
|
+
## [1.34.1](https://git.awescode.com/awes-io/ui/compare/v1.34.0...v1.34.1) (2020-01-04)
|
|
4559
|
+
|
|
4560
|
+
### Bug Fixes
|
|
4561
|
+
|
|
4562
|
+
- removed prepublish tag from package.json ([1d7c983](https://git.awescode.com/awes-io/ui/commits/1d7c9834339702837633e113ca08571cba30141d))
|
|
4563
|
+
|
|
4564
|
+
# 1.34.0 (2020-01-04)
|
|
4565
|
+
|
|
4566
|
+
### Bug Fixes
|
|
4567
|
+
|
|
4568
|
+
- added hello world component ([1b34e1f](https://git.awescode.com/awes-io/ui/commits/1b34e1f35f96d51082aecbe375bead1ebbbf04ef))
|
|
4569
|
+
- added vue-mc in dependency ([9ad28da](https://git.awescode.com/awes-io/ui/commits/9ad28dae88403619edefed89750fe14cf8eb8b4e))
|
|
4570
|
+
- eslint fixes ([a793207](https://git.awescode.com/awes-io/ui/commits/a7932079a5ef1ef881ad3e6bc038b3ca296e1baa))
|
|
4571
|
+
- eslint fixes ([974c349](https://git.awescode.com/awes-io/ui/commits/974c3490362b82defeedf37b35fb4d90d8f4e1ec))
|
|
4572
|
+
- excluded CHANGELOG from gitignore ([399843b](https://git.awescode.com/awes-io/ui/commits/399843b70c71e7d14bf8da9e72bf34b45543c8a6))
|
|
4573
|
+
|
|
4574
|
+
### Features
|
|
4575
|
+
|
|
4576
|
+
- added examples for components ([323f75f](https://git.awescode.com/awes-io/ui/commits/323f75f49550cb9cba06b551ab13bbc025737ef5))
|
|
4577
|
+
- added first example and dev env ([ce6b56f](https://git.awescode.com/awes-io/ui/commits/ce6b56fe130f84539d2b7288f7ed0dec89f404c7))
|
|
4578
|
+
- alpha version of client frontend package ([ded2c50](https://git.awescode.com/awes-io/ui/commits/ded2c5089f3d6fbb39f6850def4d5f5eb8423e9e))
|
|
4579
|
+
- eslint fixed files ([3c84c10](https://git.awescode.com/awes-io/ui/commits/3c84c10e741092970e42489fb84e5afab10fd3b5))
|
|
4580
|
+
|
|
4581
|
+
# 1.33.0 (2020-01-04)
|
|
4582
|
+
|
|
4583
|
+
### Bug Fixes
|
|
4584
|
+
|
|
4585
|
+
- added hello world component ([1b34e1f](https://git.awescode.com/awes-io/ui/commits/1b34e1f35f96d51082aecbe375bead1ebbbf04ef))
|
|
4586
|
+
- added vue-mc in dependency ([9ad28da](https://git.awescode.com/awes-io/ui/commits/9ad28dae88403619edefed89750fe14cf8eb8b4e))
|
|
4587
|
+
- eslint fixes ([a793207](https://git.awescode.com/awes-io/ui/commits/a7932079a5ef1ef881ad3e6bc038b3ca296e1baa))
|
|
4588
|
+
- eslint fixes ([974c349](https://git.awescode.com/awes-io/ui/commits/974c3490362b82defeedf37b35fb4d90d8f4e1ec))
|
|
4589
|
+
|
|
4590
|
+
### Features
|
|
4591
|
+
|
|
4592
|
+
- added examples for components ([323f75f](https://git.awescode.com/awes-io/ui/commits/323f75f49550cb9cba06b551ab13bbc025737ef5))
|
|
4593
|
+
- added first example and dev env ([ce6b56f](https://git.awescode.com/awes-io/ui/commits/ce6b56fe130f84539d2b7288f7ed0dec89f404c7))
|
|
4594
|
+
- alpha version of client frontend package ([ded2c50](https://git.awescode.com/awes-io/ui/commits/ded2c5089f3d6fbb39f6850def4d5f5eb8423e9e))
|
|
4595
|
+
- eslint fixed files ([3c84c10](https://git.awescode.com/awes-io/ui/commits/3c84c10e741092970e42489fb84e5afab10fd3b5))
|