Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
6201c3d
Bump version to 18.1.0-rc
lauraneto May 6, 2026
040a0d5
Document Workspace: Add CRUD and property value tests for document wo…
madsrasmussen May 7, 2026
aba8e3e
Icons: developer icon manager (#22437)
nielslyngsoe May 7, 2026
3052b57
E2E: QA: add acceptance tests for content versioning (#22702)
andr317c May 7, 2026
e4dce93
Merge branch 'main' into v18/dev
nielslyngsoe May 7, 2026
bcf9bf3
Merge branch 'release/18.0' into v18/dev
iOvergaard May 7, 2026
9b1fc50
Dictionary: Order SQL before `FetchOneToMany` to prevent duplicate it…
AndyButland May 7, 2026
1baf4e5
Merge branch 'main' into v18/dev
AndyButland May 7, 2026
2292b74
Color Picker: Refresh stored label when data type label changes (clos…
AndyButland May 7, 2026
1e59af3
Merge remote-tracking branch 'origin/main' into v18/dev
iOvergaard May 7, 2026
1c32829
chore: fixes to use correct import of api types in mock data
iOvergaard May 7, 2026
54ded68
E2E: QA: Add .prettierrc.json to acceptance tests for formatting cons…
andr317c May 8, 2026
93a1f82
Merge branch 'release/17.4.0'
nielslyngsoe May 8, 2026
ff565b9
update package-lock
nielslyngsoe May 8, 2026
39125da
Merge remote-tracking branch 'origin/main' into v18/dev
iOvergaard May 8, 2026
80cc752
Backoffice Mocks: Add missing element start node fields to documents …
iOvergaard May 8, 2026
396497a
Documents: Alias `DocumentVariantStateModel` API model for backoffice…
leekelleher May 8, 2026
1a74aa5
Published Content: Fix `Fallback.ToAncestors` with no match throwing …
AndyButland May 8, 2026
4fab629
Documents: Alias `DocumentVariantStateModel` API model for backoffice…
leekelleher May 8, 2026
7248f01
Auth: Un-deprecate getLatestToken and route per-request fetches throu…
iOvergaard May 8, 2026
072e362
Merge branch 'main' into v18/dev
leekelleher May 8, 2026
dff3941
Merge branch 'v18/dev'
leekelleher May 8, 2026
8009870
chore: ignores default log message for MSW
iOvergaard May 8, 2026
11ff2c8
Tests: Fix PublishedValueFallbackTests after ILocalizationService rem…
iOvergaard May 8, 2026
c813481
update UUI for icon manager
nielslyngsoe May 8, 2026
3142691
Update architecture.md
nielslyngsoe May 8, 2026
275a31a
transfer style to uui v2
nielslyngsoe May 8, 2026
68e2bb9
accordingly interactive state for document-links
nielslyngsoe May 8, 2026
aca3a3c
overflow clip for border radius appearance
nielslyngsoe May 8, 2026
7f38ebf
link style
nielslyngsoe May 8, 2026
dd461c1
fix block grid area configuration
nielslyngsoe May 8, 2026
f6ac750
E2E: QA: Add missing helpers for Content Versioning (#22788)
andr317c May 11, 2026
4eecad5
Merge branch 'main' into v17/feature/uui-v2-adjustments
nielslyngsoe May 11, 2026
fe526e0
Potential fix for pull request finding
nielslyngsoe May 12, 2026
553e1eb
Potential fix for pull request finding
nielslyngsoe May 12, 2026
80ff325
transfer style to uui v2
nielslyngsoe May 8, 2026
2580f00
accordingly interactive state for document-links
nielslyngsoe May 8, 2026
dad5d20
overflow clip for border radius appearance
nielslyngsoe May 8, 2026
50c5f95
link style
nielslyngsoe May 8, 2026
18b0e6b
fix block grid area configuration
nielslyngsoe May 8, 2026
23d821c
Potential fix for pull request finding
nielslyngsoe May 12, 2026
e2c3373
Potential fix for pull request finding
nielslyngsoe May 12, 2026
20bc6c7
build(deps): bumps @umbraco-ui/uui from 2.0.0-alpha.1 to 2.0.0-rc.0
iOvergaard May 13, 2026
8b71253
Merge branch 'release/18.0' into v18/feature/uui-v2-adjustments-for-v…
nielslyngsoe May 13, 2026
734e5c1
fix: updates persistent modal to override new popover API logic from …
iOvergaard May 13, 2026
ae2f389
fix: listens to and removes document event listeners
iOvergaard May 13, 2026
c44dacf
build(deps): bumps @umbraco-ui/uui from 2.0.0-rc.0 to 2.0.0-rc.1
iOvergaard May 13, 2026
7519160
trigger action re-run
nielslyngsoe May 13, 2026
14c974b
Merge branch 'v18/feature/uui-2.0-rc' into v18/feature/uui-v2-adjustm…
nielslyngsoe May 13, 2026
b04dc88
pagination style clean-up
nielslyngsoe May 18, 2026
238ebbd
multiple text string ui update
nielslyngsoe May 18, 2026
ad869ce
make root properties CTA appear full width
nielslyngsoe May 18, 2026
1c999a4
Merge branch 'release/18.0' into v18/hotfix/18-beta-ui-adjustments
nielslyngsoe May 18, 2026
9502085
Merge branch 'v18/feature/uui-v2-adjustments' into v18/hotfix/18-beta…
nielslyngsoe May 31, 2026
96d789f
Revert "Merge branch 'v18/feature/uui-v2-adjustments' into v18/hotfix…
nielslyngsoe May 31, 2026
72a89e9
Merge branch 'release/18.0' into v18/hotfix/18-beta-ui-adjustments
nielslyngsoe May 31, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ export class UmbContentTypeDesignEditorTabElement extends UmbLitElement {
uui-box.opaque {
background-color: transparent;
border-color: transparent;
--uui-box-default-padding: 0;
}

.container-list {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ export class UmbCollectionPaginationElement extends UmbLitElement {
}

uui-pagination {
display: block;
margin-top: var(--uui-size-layout-1);
margin-top: var(--uui-size-space-3);
}
`,
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export class UmbInputMultipleTextStringItemElement extends UUIFormControlWithBas
<uui-button
compact
label="${this.localize.term('general_remove')} ${this.value}"
look="outline"
?disabled=${this.disabled}
@click=${this.#onDelete}>
<uui-icon name="icon-trash"></uui-icon>
Expand All @@ -128,6 +127,7 @@ export class UmbInputMultipleTextStringItemElement extends UUIFormControlWithBas

#validation-message {
flex: 1;
margin-bottom: calc(var(--uui-size-1) * -1);
}

#input {
Expand All @@ -136,11 +136,28 @@ export class UmbInputMultipleTextStringItemElement extends UUIFormControlWithBas

.handle {
cursor: grab;
opacity: 0.6;
transition: opacity 120ms;
}

.handle:active {
cursor: grabbing;
}

uui-button {
opacity: 0;
transition: opacity 120ms;
}

:host(:hover),
:host(:focus-within) {
uui-button {
opacity: 1;
}
.handle {
opacity: 1;
}
}
Comment thread
nielslyngsoe marked this conversation as resolved.
`,
];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ export class UmbPickerSearchResultElement extends UmbLitElement {
}

uui-pagination {
display: block;
margin-top: var(--uui-size-layout-1);
margin-top: var(--uui-size-space-3);
}
`,
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,6 @@ export class UmbDashboardRedirectManagementElement extends UmbLitElement {
}
}

uui-pagination {
display: inline-block;
}

.pagination {
display: flex;
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ export class UmbDocumentHistoryWorkspaceInfoAppElement extends UmbLitElement {
}

uui-pagination {
flex: 1;
display: flex;
justify-content: center;
margin-top: var(--uui-size-layout-1);
}
`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ export class UmbLogViewerMessagesListElement extends UmbLitElement {
static override styles = [
css`
uui-pagination {
display: block;
margin-bottom: var(--uui-size-layout-1);
}
uui-box {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ export class UmbMediaHistoryWorkspaceInfoAppElement extends UmbLitElement {
}

uui-pagination {
flex: 1;
display: flex;
justify-content: center;
margin-top: var(--uui-size-layout-1);
}
`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,6 @@ export class UmbMediaPickerModalElement extends UmbPickerModalBaseElement<
}

uui-pagination {
display: block;
margin-top: var(--uui-size-layout-1);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export class UmbMemberGroupPickerModalElement extends UmbModalBaseElement<
static override styles = [
css`
uui-pagination {
display: block;
margin-top: var(--uui-size-layout-1);
}
`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ export class UmbPackagesCreatedOverviewElement extends UmbLitElement {
display: flex;
justify-content: space-around;
}
uui-pagination {
display: inline-block;
}

.container {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ export class UmbRelationTypeDetailWorkspaceViewElement extends UmbLitElement imp

uui-pagination {
margin-top: var(--uui-size-layout-1);
display: block;
}
`,
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,6 @@ export class UmbEntityReferencesWorkspaceInfoAppElement extends UmbLitElement {
justify-content: center;
margin-top: var(--uui-size-space-4);
}

uui-pagination {
flex: 1;
display: inline-block;
}
`,
];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ export class UmbCurrentUserHistoryUserProfileAppElement extends UmbLitElement {
}

uui-pagination {
display: flex;
justify-content: center;
margin-top: var(--uui-size-layout-1);
}
`,
Expand Down
Loading