@osdk/react-components 0.1.0-rc.7 → 0.1.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 +17 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @osdk/react-components
|
|
2
2
|
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 476604f: Apply table styling
|
|
8
|
+
- 9cd0b26: Add base UI component and css module
|
|
9
|
+
- 1885d58: Import blueprint tokens. Added loading and non ideal state to ObjectTable. Support interface in ObjectTable.
|
|
10
|
+
- 9c9fb9b: Row selection, column resize, filter clause
|
|
11
|
+
- cac3e9a: Add ActionFormApi
|
|
12
|
+
- 30617fa: Support sorting and column pinning. Export BaseTable
|
|
13
|
+
- 139913d: ObjectTable first impl
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 800103e: Update README
|
|
18
|
+
- d03ddbb: Add new @osdk/react-components package with FilterList and ObjectTable APIs
|
|
19
|
+
|
|
3
20
|
## 0.1.0-rc.7
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/react-components",
|
|
3
|
-
"version": "0.1.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"p-defer": "^4.0.1",
|
|
59
59
|
"react": "^18.3.1",
|
|
60
60
|
"typescript": "~5.5.4",
|
|
61
|
-
"@osdk/
|
|
62
|
-
"@osdk/monorepo.api-extractor": "~0.6.0
|
|
63
|
-
"@osdk/
|
|
64
|
-
"@osdk/react": "0.9.0
|
|
65
|
-
"@osdk/
|
|
61
|
+
"@osdk/api": "2.7.0",
|
|
62
|
+
"@osdk/monorepo.api-extractor": "~0.6.0",
|
|
63
|
+
"@osdk/client": "2.7.0",
|
|
64
|
+
"@osdk/react": "0.9.0",
|
|
65
|
+
"@osdk/monorepo.tsconfig": "~0.6.0"
|
|
66
66
|
},
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|