@rhc-shared-components/form-multi-select-component 0.0.8 → 0.0.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +65 -0
  2. package/package.json +5 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,65 @@
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.0.8](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/form-multi-select-component@0.0.7...@rhc-shared-components/form-multi-select-component@0.0.8) (2022-12-06)
7
+
8
+ **Note:** Version bump only for package @rhc-shared-components/form-multi-select-component
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.0.7](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/form-multi-select-component@0.0.6...@rhc-shared-components/form-multi-select-component@0.0.7) (2022-12-06)
15
+
16
+ **Note:** Version bump only for package @rhc-shared-components/form-multi-select-component
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.0.6](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/form-multi-select-component@0.0.4...@rhc-shared-components/form-multi-select-component@0.0.6) (2022-12-06)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * added additional options ([a4e49e7](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/a4e49e7a049b40583200f96cc2f7f9456e4ea99c))
28
+ * fixed bugs removed max filter, updated eg ([3fedea1](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/3fedea120e3d93de365f2c9b19202ffe7f601612))
29
+
30
+
31
+
32
+
33
+
34
+ ## [0.0.4](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/form-multi-select-component@0.0.2...@rhc-shared-components/form-multi-select-component@0.0.4) (2022-10-27)
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * added setTouched prop in multiselect component. ([3b0b6ff](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/3b0b6ff0445995129bc2b2908861768a513339d8))
40
+ * added touched handler ([82e397e](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/82e397e3c8ae90944d3110dd5d7b3d5ff98b0589))
41
+
42
+
43
+
44
+ ## 0.0.3 (2022-10-27)
45
+
46
+
47
+ ### Bug Fixes
48
+
49
+ * added meta.touched prop to the form multi select component. ([590886f](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/590886fd8eb49a2153f6d5b512c6bd61cbae205c))
50
+
51
+
52
+
53
+
54
+
55
+ ## [0.0.2](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/form-multi-select-component@0.0.1...@rhc-shared-components/form-multi-select-component@0.0.2) (2022-01-05)
56
+
57
+ **Note:** Version bump only for package @rhc-shared-components/form-multi-select-component
58
+
59
+
60
+
61
+
62
+
63
+ ## 0.0.1 (2021-12-06)
64
+
65
+ **Note:** Version bump only for package @rhc-shared-components/form-multi-select-component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhc-shared-components/form-multi-select-component",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "project description",
5
5
  "author": "shkale",
6
6
  "license": "MIT",
@@ -53,18 +53,18 @@
53
53
  "eslint-plugin-react": "^7.17.0",
54
54
  "eslint-plugin-standard": "^4.0.1",
55
55
  "microbundle": "^0.13.3",
56
- "node-sass": "^4.0.0",
57
56
  "npm-run-all": "^4.1.5",
58
57
  "prettier": "^2.0.4",
59
58
  "react": "^16.13.1",
60
59
  "react-dom": "^16.13.1",
61
60
  "react-scripts": "^3.4.1",
62
61
  "rimraf": "^3.0.2",
62
+ "sass": "^1.57.1",
63
63
  "typescript": "^3.7.5"
64
64
  },
65
65
  "dependencies": {
66
- "@patternfly/react-core": "^4.101.3",
67
- "@rhc-shared-components/form-group-container": "^0.2.9",
66
+ "@patternfly/react-core": "^4.276.6",
67
+ "@rhc-shared-components/form-group-container": "^0.3.2",
68
68
  "@types/lodash": "^4.14.177",
69
69
  "formik": "^2.1.4",
70
70
  "lodash": "^4.17.21",
@@ -76,6 +76,5 @@
76
76
  ],
77
77
  "publishConfig": {
78
78
  "access": "public"
79
- },
80
- "gitHead": "7d6f877710b011c16c52b143698bec2a7595afd5"
79
+ }
81
80
  }