@osdk/react-components 0.4.0-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56 → 0.4.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 +13 -18
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @osdk/react-components
|
|
2
2
|
|
|
3
|
-
## 0.4.0
|
|
3
|
+
## 0.4.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -21,37 +21,32 @@
|
|
|
21
21
|
@import "@osdk/react-components/styles.css" layer(osdk.styles);
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
- 8e06dce: Add renderValue option to PropertyFilterDefinition for custom filter value display and search
|
|
25
|
-
- aba44b8: Add date picker cell to editable ObjectTable
|
|
26
|
-
- 5d8edf8: feat(tiff): Tiff Renderer
|
|
27
|
-
- 9996dd6: Add dropdown field to editable ObjectTable
|
|
28
|
-
- 4bce409: feat(md): markdown renderer
|
|
29
|
-
- c144b04: Add form field validation with onTouched mode, error display, and submit tooltip
|
|
30
|
-
- c9c4424: Add STATIC_VALUES filter definition type for providing fixed value lists without OSDK aggregation
|
|
31
|
-
- f9033fb: Consolidate onFilterClauseChanged into a single useEffect on whereClause, fixing missing callback when initialFilterStates is set and a stale closure bug in clearFilterState
|
|
32
|
-
|
|
33
|
-
### Patch Changes
|
|
34
|
-
|
|
35
24
|
- e572448: Set default tooltip trigger delay to 200ms in TooltipTrigger
|
|
36
25
|
- f0866c7: Pass cross-filter whereClause to DateRange and NumberRange filter inputs so histograms and null counts update when other filters are applied
|
|
26
|
+
- 8e06dce: Add renderValue option to PropertyFilterDefinition for custom filter value display and search
|
|
37
27
|
- 2bb6860: Add `showCount` option to filter definitions for hiding aggregation counts in dropdown options
|
|
38
28
|
- f01a8f4: improvements(build): significant reduction in build task graphs
|
|
29
|
+
- aba44b8: Add date picker cell to editable ObjectTable
|
|
30
|
+
- 5d8edf8: feat(tiff): Tiff Renderer
|
|
39
31
|
- 81ac0a1: Prevent committing overlapping date ranges and fix backspace after invalid input revert
|
|
32
|
+
- 9996dd6: Add dropdown field to editable ObjectTable
|
|
33
|
+
- 4bce409: feat(md): markdown renderer
|
|
40
34
|
- 51739ae: Polyfill Promise.withResolvers for pdfjs-dist Node 18 test compatibility
|
|
41
35
|
- 1a0f772: Show "No value" for empty filter values in ListogramInput and generate $isNull instead of $eq: "" in where clauses
|
|
36
|
+
- c144b04: Add form field validation with onTouched mode, error display, and submit tooltip
|
|
42
37
|
- 7f4824a: Downgrade react-markdown to ^9.0.3
|
|
43
38
|
- e5a652b: Pin TZ=UTC in vitest config to prevent locale-dependent test failures
|
|
44
39
|
- 0c04731: Add individual subpath exports for experimental component groups (filter-list, object-table, pdf-viewer, markdown-renderer, action-form)
|
|
40
|
+
- c9c4424: Add STATIC_VALUES filter definition type for providing fixed value lists without OSDK aggregation
|
|
41
|
+
- f9033fb: Consolidate onFilterClauseChanged into a single useEffect on whereClause, fixing missing callback when initialFilterStates is set and a stale closure bug in clearFilterState
|
|
45
42
|
- 6c1f444: Add date-fns and date-fns-tz dependencies
|
|
46
43
|
- 957a878: Rename/improve DateTimePickerField and introduce DateRangeInputField
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
49
47
|
- Updated dependencies [f01a8f4]
|
|
50
48
|
- Updated dependencies [f34a1ce]
|
|
51
|
-
-
|
|
52
|
-
- @osdk/client@2.9.1-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56
|
|
53
|
-
- @osdk/react@0.11.1-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56
|
|
54
|
-
- @osdk/api@2.9.1-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56
|
|
49
|
+
- @osdk/react@0.12.0
|
|
55
50
|
|
|
56
51
|
## 0.3.0
|
|
57
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/react-components",
|
|
3
|
-
"version": "0.4.0
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
"utif": "^3.1.0"
|
|
119
119
|
},
|
|
120
120
|
"peerDependencies": {
|
|
121
|
-
"@osdk/api": "
|
|
122
|
-
"@osdk/client": "
|
|
123
|
-
"@osdk/react": "
|
|
121
|
+
"@osdk/api": "^2.8.0",
|
|
122
|
+
"@osdk/client": "^2.8.0",
|
|
123
|
+
"@osdk/react": "^0.12.0",
|
|
124
124
|
"@types/react": "^17 || ^18 || ^19",
|
|
125
125
|
"classnames": "^2.0.0",
|
|
126
126
|
"react": "^17 || ^18 || ^19",
|
|
@@ -138,11 +138,11 @@
|
|
|
138
138
|
"react": "^18.3.1",
|
|
139
139
|
"react-dom": "^18.3.1",
|
|
140
140
|
"typescript": "~5.5.4",
|
|
141
|
-
"@osdk/api": "2.
|
|
142
|
-
"@osdk/client": "2.
|
|
143
|
-
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
141
|
+
"@osdk/api": "2.10.0",
|
|
142
|
+
"@osdk/client": "2.10.0",
|
|
144
143
|
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
145
|
-
"@osdk/
|
|
144
|
+
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
145
|
+
"@osdk/react": "0.12.0"
|
|
146
146
|
},
|
|
147
147
|
"publishConfig": {
|
|
148
148
|
"access": "public"
|