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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
# @labkey/components
2
2
Components, models, actions, and utility functions for LabKey applications and pages
3
3
4
+
### version 6.68.0
5
+
*Released* 2 November 2025
6
+
- Add auditing of what method was used for CRUD
7
+
- Modified api.query.insertRows/updateRows/deleteRows/saveRows and moveEntities to accept and process editMethod parameter and record request hash in 'requestSource`
8
+
4
9
### version 6.67.3
5
10
*Released*: 1 November 2025
6
11
- Issue 54160: Non US date parsing in the app
7
-
- Added `getAltNonUSParseFormats` date utility function to provide alternative parse formats for common non-US date/datetime formats
8
-
- Update DatePickerInput to use alternative parse formats when server date format is non-US
9
-
- Update parseDate utility function to use alternative non-US parse formats
12
+
- Added `getAltNonUSParseFormats` date utility function to provide alternative parse formats for common non-US date/datetime formats
13
+
- Update DatePickerInput to use alternative parse formats when server date format is non-US
14
+
- Update parseDate utility function to use alternative non-US parse formats
0 commit comments