Skip to content

Commit afba04a

Browse files
authored
Samples Update Page (#1811)
- SampleAliquotViewSelector, GridAliquotViewSelector: Fix props types - SampleTypeAppContext: - Remove SampleGridButtonComponent, SamplesTabbedGridPanel, getSamplesEditableGridProps, getWorkflowGridQueryConfigs, SampleStorageButtonComponent, WorkflowGridComponent - Add omitParentAliases - useLoadableState: call load function if loader changes - Remove SampleGridButtonProps - Remove SamplesTabbedGridPanelComponentProps - Remove EditableGridLoaderFromSelection - withQueryModels: resave settings when loading without filters - This prevents unexpected grid state in our apps when navigating after creating and editing rows
1 parent 0fe941f commit afba04a

29 files changed

Lines changed: 1072 additions & 1363 deletions

packages/components/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labkey/components",
3-
"version": "6.50.1",
3+
"version": "6.51.0",
44
"description": "Components, models, actions, and utility functions for LabKey applications and pages",
55
"sideEffects": false,
66
"files": [

packages/components/releaseNotes/components.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# @labkey/components
22
Components, models, actions, and utility functions for LabKey applications and pages
33

4+
### version 6.51.0
5+
*Released*: 23 June 2025
6+
- SampleAliquotViewSelector, GridAliquotViewSelector: Fix props types
7+
- SampleTypeAppContext:
8+
- Remove SampleGridButtonComponent, SamplesTabbedGridPanel, getSamplesEditableGridProps, getWorkflowGridQueryConfigs,
9+
SampleStorageButtonComponent, WorkflowGridComponent
10+
- Add omitParentAliases
11+
- useLoadableState: call load function if loader changes
12+
- Remove SampleGridButtonProps
13+
- Remove SamplesTabbedGridPanelComponentProps
14+
- Remove EditableGridLoaderFromSelection
15+
- withQueryModels: resave settings when loading without filters
16+
- This prevents unexpected grid state in our apps when navigating after creating and editing rows
17+
418
### Version 6.50.1
519
*Released*: 23 June 2025
620
- Issue 53267: Display 0 values for identifying fields

0 commit comments

Comments
 (0)