@rhc-shared-components/packages-table 0.3.1 → 0.3.3
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 +79 -0
- package/dist/index.js +1466 -810
- package/dist/index.modern.js +1330 -774
- package/package.json +4 -4
- /package/dist/{check-ee7cdde5.js → check-293a8689.js} +0 -0
- /package/dist/{check-317f30b2.js → check-8277bc89.js} +0 -0
- /package/dist/{inline-edit-320c12ad.js → inline-edit-aba2c28a.js} +0 -0
- /package/dist/{inline-edit-b186d03c.js → inline-edit-dea85160.js} +0 -0
- /package/dist/{table-ffd0513c.js → table-68d022f9.js} +0 -0
- /package/dist/{table-817f1921.js → table-ee2a086b.js} +0 -0
- /package/dist/{table-grid-5d7f8359.js → table-grid-5f08beb3.js} +0 -0
- /package/dist/{table-grid-6f46705c.js → table-grid-be1510e7.js} +0 -0
- /package/dist/{table-scrollable-01103545.js → table-scrollable-08a401e0.js} +0 -0
- /package/dist/{table-scrollable-423d12ef.js → table-scrollable-8d506d50.js} +0 -0
- /package/dist/{table-tree-view-eec85588.js → table-tree-view-248a6705.js} +0 -0
- /package/dist/{table-tree-view-ee6ac38a.js → table-tree-view-c9374e2e.js} +0 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
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
|
+
# [0.3.0](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/packages-table@0.2.5...@rhc-shared-components/packages-table@0.3.0) (2022-08-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* added toggle and helpsection prop to package table and vuns summary resp. ([9ca76b5](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/9ca76b5f2622ab3a6502e78ce8140625feb3ef2f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [0.2.5](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/packages-table@0.2.4...@rhc-shared-components/packages-table@0.2.5) (2022-07-12)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @rhc-shared-components/packages-table
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [0.2.4](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/packages-table@0.2.0...@rhc-shared-components/packages-table@0.2.4) (2022-07-12)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* fixing bad set state on severity filter of packages table ([e48189f](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/e48189f80ade3ca15340b32d3a8823b25dc64b6d))
|
|
31
|
+
* resetting page number of change of filter in packages table ([3b44111](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/3b441115d2a1dd772df9cc3d1c32235f6dc56340))
|
|
32
|
+
* revert exclude pkg count check and remove console warnings ([0867905](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/08679056d4f38a300624cc61ac1fdbf4a064bd76))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [0.2.3](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/packages-table@0.2.0...@rhc-shared-components/packages-table@0.2.3) (2022-06-16)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Bug Fixes
|
|
42
|
+
|
|
43
|
+
* fixing bad set state on filterable table>ecoselect ([f7fa11e](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/f7fa11e250243c5341165fe5dd8d93c85ad93e71))
|
|
44
|
+
* revert exclude pkg count check and remove console warnings ([0867905](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/08679056d4f38a300624cc61ac1fdbf4a064bd76))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
# [0.2.0](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/packages-table@0.0.1...@rhc-shared-components/packages-table@0.2.0) (2022-06-14)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* replacing old pfe elements with new ones for vulnerability components ([60ca9ff](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/60ca9ffd0faf29dc571999e42e6ca961aee69c3a))
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
* add new packages table component ([baac2c0](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/baac2c056bdb91386884a1a8b8f00e31f7af1a77))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
# [0.1.0](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/packages-table@0.0.1...@rhc-shared-components/packages-table@0.1.0) (2022-06-08)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Features
|
|
70
|
+
|
|
71
|
+
* add new packages table component ([baac2c0](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/baac2c056bdb91386884a1a8b8f00e31f7af1a77))
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## 0.0.1 (2022-05-04)
|
|
78
|
+
|
|
79
|
+
**Note:** Version bump only for package @rhc-shared-components/packages-table
|