@janiscommerce/ui-web 1.5.0-beta.7 → 1.5.0

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 ADDED
@@ -0,0 +1,560 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased]
9
+
10
+ ### Added
11
+
12
+ ## [1.5.0] - 2025-11-27
13
+
14
+ - Added `chevron_down` and `chevron_up` icons as available options for Collapse component toggle icons
15
+
16
+ ## [1.4.0] - 2025-11-12
17
+
18
+ ### Added
19
+
20
+ - Collapser component and associated styles and stories
21
+ - react-collapsed dependency
22
+ - isFunction utility exported from utils
23
+
24
+ ### Changed
25
+
26
+ - Storybook config updated to support .mjs files
27
+ - components index updated to export Collapser
28
+
29
+ ## [1.3.0] - 2025-10-29
30
+
31
+ ### Added
32
+
33
+ - Map/InfoWindow: support `markerOptions.infoWindowOptions.position { x, y }` to set pixelOffset
34
+
35
+ ## [1.2.0] - 2025-10-16
36
+
37
+ ### Changed
38
+
39
+ - Validations for valid values in Progress bar
40
+
41
+ ## [1.1.0] - 2025-10-08
42
+
43
+ ### Added
44
+
45
+ - markerData variable passed as argument to infoWindowContent function
46
+
47
+ ## [1.0.0] - 2025-10-07
48
+
49
+ ### Added
50
+
51
+ - Story data `MarkersWithInfoWindow` example in Map stories
52
+ - `infoWindowOpen` support in `Marker` via `markerData`
53
+ - `markerOptions.onInfoWindowChange` and InfoWindow mouse enter/leave handlers
54
+
55
+ ### Changed
56
+
57
+ - Moved InfoWindow open/close logic from `Marker` to `Markers` with debounced hover behavior **BREAKING CHANGE** 🚨
58
+ - Updated `Map.stories.js` to include `WithInfoWindowTemplate` and control example
59
+
60
+ ## [0.45.0] - 2025-09-30
61
+
62
+ ### Added
63
+
64
+ - ProgressBar component with animated fill and accessibility attributes
65
+ - Storybook stories for ProgressBar
66
+
67
+ ### Removed
68
+
69
+ - maxWidth in Chip component
70
+
71
+ ## [0.44.0] - 2025-08-18
72
+
73
+ ### Changed
74
+
75
+ - Round closeButton at Drawer
76
+
77
+ ## [0.43.0] - 2025-07-28
78
+
79
+ ### Added
80
+
81
+ - icon verified
82
+
83
+ ## [0.42.0] - 2025-06-03
84
+
85
+ ### Changed
86
+
87
+ - New logos of Janis Commerce
88
+
89
+ ## [0.41.2] - 2025-05-23
90
+
91
+ ### Fixed
92
+
93
+ - main key in rollback config
94
+
95
+ ## [0.41.1] - 2025-05-23
96
+
97
+ ### Changed
98
+
99
+ - Rollback export
100
+
101
+ ### Removed
102
+
103
+ - axios library
104
+
105
+ ## [0.41.0] - 2025-05-23
106
+
107
+ ### Changed
108
+
109
+ - Updated build configuration and export setup
110
+ - Fixed dist folder configuration in rollup build
111
+ - Improved build command configuration
112
+
113
+ ### Removed
114
+
115
+ - Removed axios dependency from package.json
116
+ - Removed preinstall script functionality
117
+
118
+ ### Fixed
119
+
120
+ - Fixed export configuration in rollup build setup
121
+ - Fixed build process for better package distribution
122
+
123
+ ## [0.40.1] - 2025-05-21
124
+
125
+ ### Fixed
126
+
127
+ - stop animation fn on hover marker
128
+
129
+ ## [0.40.0] - 2025-05-13
130
+
131
+ ### Added
132
+
133
+ - startAnimation and stopAnimation functions
134
+ - zIndex prop
135
+
136
+ ### CHANGED
137
+
138
+ - onDragEnd, onMouseOver and onMouseOut event functions
139
+
140
+ ## [0.39.0] - 2025-05-13
141
+
142
+ ### Added
143
+
144
+ - Enhanced map markers with animation support, including the ability to specify animation duration for each marker. Markers now animate automatically when added to the map.
145
+
146
+ ## [0.38.0] - 2025-05-08
147
+
148
+ ### ADDED
149
+
150
+ - forwardRef, useImperativeHandle and useEffect for set bounds and zoom in Map component
151
+
152
+ ### REMOVED
153
+
154
+ - getCenterByGeolocationOrCenter, getGeolocationCoordinates map utils
155
+
156
+ ## [0.37.0] - 2025-05-02
157
+
158
+ ### Removed
159
+
160
+ - Prop iconSize to chip and format styles
161
+
162
+ ## [0.36.0] - 2025-04-30
163
+
164
+ ### Added
165
+
166
+ - Prop iconSize to chip and format styles
167
+
168
+ ## [0.35.0] - 2025-04-24
169
+
170
+ ### Added
171
+
172
+ - function to update marker in Map component
173
+
174
+ ## [0.34.0] - 2025-04-15
175
+
176
+ ### Added
177
+
178
+ - callback onDrag on Marker component
179
+
180
+ ## [0.33.0] - 2025-04-10
181
+
182
+ ### Added
183
+
184
+ - Memo for markers
185
+ - OnLoad cb on markers
186
+
187
+ ## [0.32.0] - 2025-04-03
188
+
189
+ ### Added
190
+
191
+ - markerOptions in map component
192
+
193
+ ## [0.31.0] - 2025-03-14
194
+
195
+ ### Added
196
+
197
+ - Full loader component
198
+ - Spinner loader component
199
+
200
+ ## [0.30.0] - 2025-03-06
201
+
202
+ ### Added
203
+
204
+ - Options prop to map
205
+
206
+ ## [0.29.1] - 2025-02-26
207
+
208
+ ### Fixed
209
+
210
+ - Center of map component
211
+
212
+ ## [0.29.0] - 2025-02-21
213
+
214
+ ### Removed
215
+
216
+ - Api direction from map Components
217
+
218
+ ## [0.28.7] - 2025-02-18
219
+
220
+ ### Changed
221
+
222
+ - Downgrade react version to 17
223
+
224
+ ## [0.28.6] - 2025-02-18
225
+
226
+ ### Fixed
227
+
228
+ - version of react-google-map/api to 2.7.0 to avoid error of jsx-runtime
229
+
230
+ ### Changed
231
+
232
+ - Downgrade react version to 16
233
+
234
+ ## [0.28.5] - 2025-02-13
235
+
236
+ ### Removed
237
+
238
+ - script preinstall
239
+
240
+ ## [0.28.4] - 2025-02-13
241
+
242
+ ### Fixed
243
+
244
+ - script preinstall
245
+
246
+ ## [0.28.3] - 2025-02-13
247
+
248
+ ### Fixed
249
+
250
+ - deploy storybooks
251
+ - script preinstall
252
+
253
+ ## [0.28.2] - 2025-02-13
254
+
255
+ ### Fixed
256
+
257
+ - Script preinstall copy
258
+
259
+ ## [0.28.1] - 2025-02-13
260
+
261
+ ### Fixed
262
+
263
+ - Import map component
264
+ - Script preinstall
265
+
266
+ ## [0.28.0] - 2025-02-12
267
+
268
+ ### Added
269
+
270
+ - nvm file
271
+ - script to check installation command to avoid npm install
272
+ - Map component
273
+
274
+ ## [0.27.1] - 2024-12-04
275
+
276
+ ### Fixed
277
+
278
+ - Path export for icons.json
279
+
280
+ ## [0.27.0] - 2024-12-04
281
+
282
+ ### Added
283
+
284
+ - New icon
285
+ - Export all icons
286
+
287
+ ## [0.26.0] - 2024-11-12
288
+
289
+ ### Added
290
+
291
+ - New icon for filters
292
+
293
+ ## [0.25.0] - 2024-10-14
294
+
295
+ ### Changed
296
+
297
+ - rollup config to avoid errors with new version of react
298
+
299
+ ## [0.24.0] - 2024-10-10
300
+
301
+ ### Fixed
302
+
303
+ - export skeleton component
304
+
305
+ ### Changed
306
+
307
+ - revert new docs to avoid publish error
308
+ - switch styles in components utils
309
+
310
+ ## [0.23.0] - 2024-10-04
311
+
312
+ ### Changed
313
+
314
+ - peer dependencies version of packages
315
+
316
+ ## [0.22.0] - 2024-09-25
317
+
318
+ ### Changed
319
+
320
+ - minor version of react and react dom in peer dependencies
321
+
322
+ ## [0.21.0] - 2024-09-24
323
+
324
+ ### Added
325
+
326
+ - export palette colors
327
+
328
+ ### Changed
329
+
330
+ - viewPalette to palette name
331
+
332
+ ## [0.20.0] - 2024-08-27
333
+
334
+ ### Added
335
+
336
+ - Color darkblue and magenta
337
+
338
+ ### Changed
339
+
340
+ - Styles of documentation
341
+
342
+ ## [0.19.0] - 2024-07-10
343
+
344
+ ### Added
345
+
346
+ - color lightTurquoise to palette
347
+
348
+ ## [0.18.0] - 2024-05-31
349
+
350
+ ### Added
351
+
352
+ - new color in palette
353
+
354
+ ## [0.17.0] - 2024-05-27
355
+
356
+ ### Added
357
+
358
+ - Component AvatarGroup
359
+
360
+ ## [0.16.0] - 2024-04-26
361
+
362
+ ### Added
363
+
364
+ - action to deploy storybooks
365
+ - Icon drag and drop
366
+
367
+ ## [0.15.0] - 2024-04-22
368
+
369
+ ### Added
370
+
371
+ - New colors in theme
372
+
373
+ ## [0.14.0] - 2024-04-22
374
+
375
+ ### Added
376
+
377
+ - New colors in theme
378
+
379
+ ## [0.13.0] - 2024-03-09
380
+
381
+ ### Removed
382
+
383
+ - util to get color in InitialAvatar
384
+
385
+ ### Changed
386
+
387
+ - MainColor prop, now accept hex color
388
+
389
+ ## [0.12.0] - 2024-03-08
390
+
391
+ ### Added
392
+
393
+ - Component Avatar
394
+
395
+ ## [0.11.0] - 2024-03-21
396
+
397
+ ### Added
398
+
399
+ - Props component documentation
400
+
401
+ ## [0.10.0] - 2024-03-12
402
+
403
+ ### Added
404
+
405
+ - Added Drawer component
406
+
407
+ ## [0.9.1] - 2024-02-29
408
+
409
+ ### Fixed
410
+
411
+ - Fixed fontcolor of buttons
412
+
413
+ ## [0.9.0] - 2024-02-19
414
+
415
+ ### Changed
416
+
417
+ - Changed icon in storybooks
418
+ - Changed button theme
419
+ - Changed Unified themes
420
+ - Changed Button and Icon Test
421
+
422
+ ### Removed
423
+
424
+ - Removed unused theme in favor to views actual theme
425
+
426
+ ### Added
427
+
428
+ - Added controls in storybooks
429
+
430
+ ## [0.8.0] - 2024-01-23
431
+
432
+ ### Changed
433
+
434
+ - Changed Button to use Icon component
435
+
436
+ ## [0.7.3] - 2022-12-04
437
+
438
+ ### Fixed
439
+
440
+ - Fixed postpublish script permission
441
+
442
+ ## [0.7.2] - 2022-12-04
443
+
444
+ ### Fixed
445
+
446
+ - Fixed postpublish script
447
+
448
+ ## [0.7.1] - 2022-12-04
449
+
450
+ ### Fixed
451
+
452
+ - Fixed path postpublish script
453
+
454
+ ## [0.7.0] - 2022-12-04
455
+
456
+ ### Added
457
+
458
+ - Added slack notification
459
+
460
+ ## [0.6.2] - 2022-12-04
461
+
462
+ ### Fixed
463
+
464
+ - Fixed height of component Chip
465
+
466
+ ## [0.6.1] - 2022-11-29
467
+
468
+ ### Fixed
469
+
470
+ - Fixed validation chip when has icon and not children
471
+
472
+ ## [0.6.0] - 2022-11-27
473
+
474
+ ### Removed
475
+
476
+ - Removed repeated styles in Color component
477
+
478
+ ## [0.5.0] - 2022-10-24
479
+
480
+ ### Added
481
+
482
+ - Added peer dependencies to add styled components
483
+
484
+ ### Removed
485
+
486
+ - Removed script post-install
487
+ - Removed hasText prop from Chip component
488
+
489
+ ## [0.4.0] - 2022-03-14
490
+
491
+ ### Removed
492
+
493
+ - Removed prop styles for chip component
494
+
495
+ ## [0.3.0] - 2022-09-29
496
+
497
+ ### Changed
498
+
499
+ - Remove validation for internal link
500
+
501
+ ## [0.2.1] - 2022-09-29
502
+
503
+ ### Fixed
504
+
505
+ - add export for Link component
506
+
507
+ ## [0.2.0] - 2022-09-29
508
+
509
+ ### Changed
510
+
511
+ - revert button removing link props
512
+ - revert Link removing react router link
513
+
514
+ ## [0.1.0] - 2022-09-16
515
+
516
+ ### Added
517
+
518
+ - Add link prop in chip component
519
+
520
+ ## [0.0.15] - 2022-07-26
521
+
522
+ ### Added
523
+
524
+ - Add Input and Textarea components
525
+ - Add Image component
526
+ - Add QRCode component
527
+ - Add ColorPicker component
528
+ - Add HTML component
529
+ - Add tests for global utils
530
+
531
+ ### Changed
532
+
533
+ - Changes in Chip component properties
534
+
535
+ ### Fixed
536
+
537
+ - Fix textarea error height
538
+
539
+ ## [0.0.14] - 2022-06-11
540
+
541
+ - Fix publish package to npm bugs. From 0.0.3 to 0.0.14
542
+
543
+ ## [0.0.2] - 2022-06-11
544
+
545
+ ### Fixed
546
+
547
+ - Fix github action error with storybook
548
+
549
+ ## [0.0.1] - 2022-06-11
550
+
551
+ ### Added
552
+
553
+ - Add Checkbox component
554
+ - Add Switch component
555
+ - Add Button component
556
+ - Add Icon component
557
+ - Add Color component
558
+ - Add Chip component
559
+ - Add base config for make, test and document a react components
560
+ - Add base config rollup