@innovaccer/design-system 2.15.2 → 2.15.4
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 +75 -0
- package/css/dist/index.css +1 -1
- package/css/dist/index.css.map +1 -1
- package/css/src/components/divider.css +1 -1
- package/dist/.lib/tsconfig.type.tsbuildinfo +6 -5
- package/dist/core/utils/validators.d.ts +1 -0
- package/dist/index.esm.js +24 -9
- package/dist/index.js +24 -9
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.br +0 -0
- package/dist/index.umd.js.gz +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,78 @@
|
|
|
1
|
+
## 2.15.4 (2023-04-24)
|
|
2
|
+
|
|
3
|
+
### Highlights
|
|
4
|
+
|
|
5
|
+
- fix(divider): update header divider background (4ccc7de5)
|
|
6
|
+
- fix(pagination): update pagination to prevent decimal values for page (ad7cee98)
|
|
7
|
+
|
|
8
|
+
### Breaking changes
|
|
9
|
+
|
|
10
|
+
NA
|
|
11
|
+
|
|
12
|
+
### Migration guide
|
|
13
|
+
|
|
14
|
+
NA
|
|
15
|
+
|
|
16
|
+
### Deprecations
|
|
17
|
+
|
|
18
|
+
NA
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
NA
|
|
23
|
+
|
|
24
|
+
### Fixes
|
|
25
|
+
|
|
26
|
+
- fix(divider): update header divider color (4ccc7de5)
|
|
27
|
+
- fix(pagination): update pagination to prevent decimal values for page (ad7cee98)
|
|
28
|
+
|
|
29
|
+
### Improvements
|
|
30
|
+
|
|
31
|
+
NA
|
|
32
|
+
|
|
33
|
+
### Documentation
|
|
34
|
+
|
|
35
|
+
- docs(tooltip): update usage guidelines for tooltip in documentation (b90ca8e2)
|
|
36
|
+
- docs(popover): update guidelines for tooltip vs popover in documentation (851b1717)
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## 2.15.3 (2023-04-12)
|
|
41
|
+
|
|
42
|
+
### Highlights
|
|
43
|
+
|
|
44
|
+
- fix(dropdown): fix option list for all selected options in fetch function (8399f2c5)
|
|
45
|
+
|
|
46
|
+
### Breaking changes
|
|
47
|
+
|
|
48
|
+
NA
|
|
49
|
+
|
|
50
|
+
### Migration guide
|
|
51
|
+
|
|
52
|
+
NA
|
|
53
|
+
|
|
54
|
+
### Deprecations
|
|
55
|
+
|
|
56
|
+
NA
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
NA
|
|
61
|
+
|
|
62
|
+
### Fixes
|
|
63
|
+
|
|
64
|
+
- fix(dropdown): fix option list for all selected options in fetch function (8399f2c5)
|
|
65
|
+
|
|
66
|
+
### Improvements
|
|
67
|
+
|
|
68
|
+
NA
|
|
69
|
+
|
|
70
|
+
### Documentation
|
|
71
|
+
|
|
72
|
+
NA
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
1
76
|
## 2.15.2 (2023-04-03)
|
|
2
77
|
|
|
3
78
|
### Highlights
|