@instructure/ui-time-select 7.13.0 → 7.16.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 +18 -0
- package/es/TimeSelect/index.js +1 -1
- package/lib/TimeSelect/index.js +1 -1
- package/package.json +13 -13
- package/src/TimeSelect/index.js +1 -1
- package/types/index.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [7.16.0](https://github.com/instructure/instructure-ui/compare/v7.15.0...v7.16.0) (2022-02-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-time-select
|
|
9
|
+
|
|
10
|
+
# [7.15.0](https://github.com/instructure/instructure-ui/compare/v7.14.1...v7.15.0) (2022-02-03)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @instructure/ui-time-select
|
|
13
|
+
|
|
14
|
+
## [7.14.1](https://github.com/instructure/instructure-ui/compare/v7.14.0...v7.14.1) (2021-12-06)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @instructure/ui-time-select
|
|
17
|
+
|
|
18
|
+
# [7.14.0](https://github.com/instructure/instructure-ui/compare/v7.13.0...v7.14.0) (2021-12-01)
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
- **ui-form-field:** make FormField messages accept `node` text, not just `string` ([d9e1a7a](https://github.com/instructure/instructure-ui/commit/d9e1a7a)), closes [PR#819](https://github.com/PR/issues/819)
|
|
23
|
+
|
|
6
24
|
# [7.13.0](https://github.com/instructure/instructure-ui/compare/v7.12.0...v7.13.0) (2021-11-18)
|
|
7
25
|
|
|
8
26
|
**Note:** Version bump only for package @instructure/ui-time-select
|
package/es/TimeSelect/index.js
CHANGED
|
@@ -594,7 +594,7 @@ var TimeSelect = (_dec = deprecated('8.0.0', {
|
|
|
594
594
|
* Displays messages and validation for the input. It should be an object
|
|
595
595
|
* with the following shape:
|
|
596
596
|
* `{
|
|
597
|
-
* text: PropTypes.
|
|
597
|
+
* text: PropTypes.node,
|
|
598
598
|
* type: PropTypes.oneOf(['error', 'hint', 'success', 'screenreader-only'])
|
|
599
599
|
* }`
|
|
600
600
|
*/
|
package/lib/TimeSelect/index.js
CHANGED
|
@@ -605,7 +605,7 @@ var TimeSelect = (_dec = (0, _deprecated.deprecated)('8.0.0', {
|
|
|
605
605
|
* Displays messages and validation for the input. It should be an object
|
|
606
606
|
* with the following shape:
|
|
607
607
|
* `{
|
|
608
|
-
* text: PropTypes.
|
|
608
|
+
* text: PropTypes.node,
|
|
609
609
|
* type: PropTypes.oneOf(['error', 'hint', 'success', 'screenreader-only'])
|
|
610
610
|
* }`
|
|
611
611
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-time-select",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.16.0",
|
|
4
4
|
"description": "A component for selecting time values.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -24,21 +24,21 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.9.2",
|
|
27
|
-
"@instructure/console": "^7.
|
|
28
|
-
"@instructure/ui-form-field": "^7.
|
|
29
|
-
"@instructure/ui-i18n": "^7.
|
|
30
|
-
"@instructure/ui-position": "^7.
|
|
31
|
-
"@instructure/ui-prop-types": "^7.
|
|
32
|
-
"@instructure/ui-react-utils": "^7.
|
|
33
|
-
"@instructure/ui-select": "^7.
|
|
34
|
-
"@instructure/ui-test-locator": "^7.
|
|
35
|
-
"@instructure/ui-testable": "^7.
|
|
36
|
-
"@instructure/uid": "^7.
|
|
27
|
+
"@instructure/console": "^7.16.0",
|
|
28
|
+
"@instructure/ui-form-field": "^7.16.0",
|
|
29
|
+
"@instructure/ui-i18n": "^7.16.0",
|
|
30
|
+
"@instructure/ui-position": "^7.16.0",
|
|
31
|
+
"@instructure/ui-prop-types": "^7.16.0",
|
|
32
|
+
"@instructure/ui-react-utils": "^7.16.0",
|
|
33
|
+
"@instructure/ui-select": "^7.16.0",
|
|
34
|
+
"@instructure/ui-test-locator": "^7.16.0",
|
|
35
|
+
"@instructure/ui-testable": "^7.16.0",
|
|
36
|
+
"@instructure/uid": "^7.16.0",
|
|
37
37
|
"prop-types": "^15"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@instructure/ui-babel-preset": "^7.
|
|
41
|
-
"@instructure/ui-test-utils": "^7.
|
|
40
|
+
"@instructure/ui-babel-preset": "^7.16.0",
|
|
41
|
+
"@instructure/ui-test-utils": "^7.16.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": "^16.8"
|
package/src/TimeSelect/index.js
CHANGED
|
@@ -121,7 +121,7 @@ class TimeSelect extends Component {
|
|
|
121
121
|
* Displays messages and validation for the input. It should be an object
|
|
122
122
|
* with the following shape:
|
|
123
123
|
* `{
|
|
124
|
-
* text: PropTypes.
|
|
124
|
+
* text: PropTypes.node,
|
|
125
125
|
* type: PropTypes.oneOf(['error', 'hint', 'success', 'screenreader-only'])
|
|
126
126
|
* }`
|
|
127
127
|
*/
|
package/types/index.d.ts
CHANGED
|
@@ -81,7 +81,7 @@ export interface TimeSelectProps {
|
|
|
81
81
|
* Displays messages and validation for the input. It should be an object
|
|
82
82
|
* with the following shape:
|
|
83
83
|
* `{
|
|
84
|
-
* text: PropTypes.
|
|
84
|
+
* text: PropTypes.node,
|
|
85
85
|
* type: PropTypes.oneOf(['error', 'hint', 'success', 'screenreader-only'])
|
|
86
86
|
* }`
|
|
87
87
|
*/
|