You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/components/releaseNotes/components.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ Components, models, actions, and utility functions for LabKey applications and p
6
6
- Issue 52063: Domain designer to handle lookup to a query with a pipe character
7
7
- don't just split on '|', as the queryName could contain '|' characters
8
8
9
+
### version 6.68.0
10
+
*Released* 2 November 2025
11
+
- Add auditing of what method was used for CRUD
12
+
- Modified api.query.insertRows/updateRows/deleteRows/saveRows and moveEntities to accept and process editMethod parameter and record request hash in 'requestSource`
13
+
14
+
### version 6.67.3
15
+
*Released*: 1 November 2025
16
+
- Issue 54160: Non US date parsing in the app
17
+
- Added `getAltNonUSParseFormats` date utility function to provide alternative parse formats for common non-US date/datetime formats
18
+
- Update DatePickerInput to use alternative parse formats when server date format is non-US
19
+
- Update parseDate utility function to use alternative non-US parse formats
20
+
9
21
### version 6.67.2
10
22
*Released* 31 October 2025
11
23
- Issue 53449: resolve lineage items from container path
0 commit comments