Skip to content

Commit 4a89b6a

Browse files
authored
Always use container relative URLs (#1942)
- Bump api-js - Remove references to containerRelativeURL
1 parent 72624a8 commit 4a89b6a

5 files changed

Lines changed: 12 additions & 15 deletions

File tree

packages/components/jest.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ module.exports = {
1717
timeFormat: "HH:mm"
1818
}
1919
},
20-
experimental: {
21-
containerRelativeURL: true,
22-
},
2320
project: {
2421
rootId: 'ROOTID'
2522
},

packages/components/package-lock.json

Lines changed: 6 additions & 6 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labkey/components",
3-
"version": "7.20.1",
3+
"version": "7.20.2",
44
"description": "Components, models, actions, and utility functions for LabKey applications and pages",
55
"sideEffects": false,
66
"files": [
@@ -50,7 +50,7 @@
5050
"homepage": "https://github.com/LabKey/labkey-ui-components#readme",
5151
"dependencies": {
5252
"@hello-pangea/dnd": "18.0.1",
53-
"@labkey/api": "1.46.1",
53+
"@labkey/api": "1.47.0",
5454
"@testing-library/dom": "~10.4.1",
5555
"@testing-library/jest-dom": "~6.9.1",
5656
"@testing-library/react": "~16.3.2",

packages/components/releaseNotes/components.md

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

4+
### version 7.20.2
5+
*Released*: 24 February 2026
6+
- Bump @labkey/api dependency
7+
48
### version 7.20.1
59
*Released*: 20 February 2026
610
- GitHub Issue 830: Assay design add transform script webdav path doesn't resolve from subfolder

packages/components/src/internal/url/AppURL.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ describe('AppURL', () => {
99
LABKEY = {
1010
...LABKEY,
1111
devMode: true,
12-
experimental: {
13-
...LABKEY.experimental,
14-
containerRelativeURL: true,
15-
},
1612
moduleContext: {
1713
...LABKEY.moduleContext,
1814
// Force isSampleManagerEnabled to be true

0 commit comments

Comments
 (0)