@osdk/react-components-styles 0.3.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13 → 0.3.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 +2 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
# @osdk/react-components-styles
|
|
2
2
|
|
|
3
|
-
## 0.3.0
|
|
3
|
+
## 0.3.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- 89def41:
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
7
|
+
- 89def41: patch bump associated with BlueprintJS upgrade
|
|
11
8
|
- 86d0bce: Add ObjectSetField component for action forms
|
|
12
9
|
- 79b001e: Add FilePickerField component for attachment and media reference form fields
|
|
13
10
|
- b2b512e: Address FilePickerField PR review comments: memoize computed values, add aria-label, rename CSS token, add keyboard interaction tests
|