@osdk/react-components 0.3.0-main-1d2e6c7f4d8258f188d2b4033ee874c0cfc7698f → 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 +10 -19
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,41 +1,32 @@
|
|
|
1
1
|
# @osdk/react-components
|
|
2
2
|
|
|
3
|
-
## 0.3.0
|
|
3
|
+
## 0.3.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
+
- bb087ce: Ship docs folder in npm package and use relative paths in AGENTS.md
|
|
7
8
|
- f8b9f12: Cache results from useOsdkFunctions
|
|
9
|
+
- 236a88b: Downgrade react-day-picker from v9 to ^8.10.0
|
|
8
10
|
- 0b349bd: Fix returned objectSet in ObjectSetQuery
|
|
9
|
-
-
|
|
11
|
+
- c4ff35c: add shared prerequisites page and storybook link to docusaurus site
|
|
12
|
+
- 8eba901: fix relative links in component docs for docusaurus compatibility
|
|
13
|
+
- 89def41: patch bump associated with BlueprintJS upgrade
|
|
10
14
|
- da7def7: align FilterList API with ObjectTable: add required `objectType` prop, make `objectSet` optional
|
|
15
|
+
- 86d0bce: Add ObjectSetField component for action forms
|
|
16
|
+
- 79b001e: Add FilePickerField component for attachment and media reference form fields
|
|
17
|
+
- b2b512e: Address FilePickerField PR review comments: memoize computed values, add aria-label, rename CSS token, add keyboard interaction tests
|
|
11
18
|
- f871d5c: Paginate objects for function queries and configure max concurrent requests to handle large dataset
|
|
12
19
|
- 3617bab: Export MultiColumnSortDialog as a building block
|
|
13
20
|
- 6786113: Add dedupeIntervalMs prop to ObjectTable to configure the dedupe interval for caching network requests
|
|
14
21
|
|
|
15
22
|
### Patch Changes
|
|
16
23
|
|
|
17
|
-
- bb087ce: Ship docs folder in npm package and use relative paths in AGENTS.md
|
|
18
|
-
- 236a88b: Downgrade react-day-picker from v9 to ^8.10.0
|
|
19
|
-
- c4ff35c: add shared prerequisites page and storybook link to docusaurus site
|
|
20
|
-
- 8eba901: fix relative links in component docs for docusaurus compatibility
|
|
21
|
-
- 86d0bce: Add ObjectSetField component for action forms
|
|
22
|
-
- 79b001e: Add FilePickerField component for attachment and media reference form fields
|
|
23
|
-
- b2b512e: Address FilePickerField PR review comments: memoize computed values, add aria-label, rename CSS token, add keyboard interaction tests
|
|
24
24
|
- Updated dependencies [f8b9f12]
|
|
25
|
-
- Updated dependencies [bcf359f]
|
|
26
|
-
- Updated dependencies [0b349bd]
|
|
27
25
|
- Updated dependencies [12f9b36]
|
|
28
|
-
- Updated dependencies [cbc8e9c]
|
|
29
|
-
- Updated dependencies [9171453]
|
|
30
|
-
- Updated dependencies [e8d14a0]
|
|
31
26
|
- Updated dependencies [51ccca8]
|
|
32
27
|
- Updated dependencies [f871d5c]
|
|
33
|
-
- Updated dependencies [fb85818]
|
|
34
28
|
- Updated dependencies [ec06b26]
|
|
35
|
-
-
|
|
36
|
-
- @osdk/client@2.9.0-main-1d2e6c7f4d8258f188d2b4033ee874c0cfc7698f
|
|
37
|
-
- @osdk/react@0.11.0-main-1d2e6c7f4d8258f188d2b4033ee874c0cfc7698f
|
|
38
|
-
- @osdk/api@2.9.0-main-1d2e6c7f4d8258f188d2b4033ee874c0cfc7698f
|
|
29
|
+
- @osdk/react@0.11.0
|
|
39
30
|
|
|
40
31
|
## 0.2.0
|
|
41
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/react-components",
|
|
3
|
-
"version": "0.3.0
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"react-hook-form": "^7.54.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@osdk/api": "
|
|
63
|
-
"@osdk/client": "
|
|
64
|
-
"@osdk/react": "
|
|
62
|
+
"@osdk/api": "^2.8.0",
|
|
63
|
+
"@osdk/client": "^2.8.0",
|
|
64
|
+
"@osdk/react": "^0.11.0",
|
|
65
65
|
"@types/react": "^17 || ^18 || ^19",
|
|
66
66
|
"classnames": "^2.0.0",
|
|
67
67
|
"react": "^17 || ^18 || ^19",
|
|
@@ -78,11 +78,11 @@
|
|
|
78
78
|
"react": "^18.3.1",
|
|
79
79
|
"react-dom": "^18.3.1",
|
|
80
80
|
"typescript": "~5.5.4",
|
|
81
|
-
"@osdk/api": "2.9.0
|
|
82
|
-
"@osdk/client": "2.9.0
|
|
81
|
+
"@osdk/api": "2.9.0",
|
|
82
|
+
"@osdk/client": "2.9.0",
|
|
83
83
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
84
|
-
"@osdk/
|
|
85
|
-
"@osdk/
|
|
84
|
+
"@osdk/react": "0.11.0",
|
|
85
|
+
"@osdk/monorepo.tsconfig": "~0.7.0"
|
|
86
86
|
},
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|