Commit Graph

21374 Commits

Author SHA1 Message Date
Niels Lyngsø
1f6484c500 initial work on media image component 2024-11-08 11:56:07 +01:00
Niels Lyngsø
f6c8867df0 Merge pull request #2527 from umbraco/v15/feature/block-area-component
V15/feature/block area component
2024-11-08 11:01:33 +01:00
Niels Lyngsø
69bcf846ff Merge pull request #2525 from umbraco/v15/feature/block-grid-create-button
Feature: Block Grid — make area create button hide on drag
2024-11-08 10:59:18 +01:00
Mads Rasmussen
e33500c214 Merge pull request #2526 from umbraco/v15/feature/make-extension-slot-destroy-on-disconnect
Remove attached on destroy
2024-11-08 10:58:49 +01:00
Niels Lyngsø
7cfdb23527 clean jsdocs 2024-11-08 10:36:51 +01:00
Niels Lyngsø
1fa21e1668 block area component 2024-11-08 10:35:33 +01:00
Niels Lyngsø
7856c481d8 remove attached on destroy 2024-11-08 08:58:25 +01:00
Lee Kelleher
327b5d3ea1 Bugfix: Tiptap Link Picker, fixes anchor with an empty URL (#2522)
Tiptap Link Picker, fixes anchor with an empty URL

it was previous appending the anchor to a  stringified `null`.
2024-11-08 08:54:20 +01:00
Niels Lyngsø
979b0ba11a append part attributes 2024-11-08 08:20:55 +01:00
Niels Lyngsø
c43ef54121 make area create button hide on drag 2024-11-08 07:57:07 +01:00
Niels Lyngsø
221ab62725 Merge pull request #1507 from enkelmedia/1506-custom-modal
Feature/Proposal: Added support for element factory for modal manager context
2024-11-07 22:22:43 +01:00
Niels Lyngsø
67416ab19d fix closing nested routers modals 2024-11-07 22:15:10 +01:00
Niels Lyngsø
fe1df993d5 use fillBackground prop 2024-11-07 21:51:35 +01:00
Niels Lyngsø
62a66248e9 refactor to use init method 2024-11-07 21:51:13 +01:00
Niels Lyngsø
5adcc43351 fx imports 2024-11-07 21:45:40 +01:00
Niels Lyngsø
7e7e45c8f6 Merge branch 'main' into 1506-custom-modal
# Conflicts:
#	src/packages/core/modal/component/modal.element.ts
2024-11-07 21:41:54 +01:00
Lee Kelleher
fd20f6955c Bugfix: Disables Link Picker modal submit button (#2521)
Link Picker modal, disables submit button

if URL or querystring are not set.
2024-11-07 21:31:31 +01:00
Niels Lyngsø
e356c7f278 Merge pull request #2446 from umbraco/v15/feature/folder-children-collection-workspace-view
Feature: Folder Children Collection Workspace View
2024-11-07 21:28:36 +01:00
Niels Lyngsø
e7aefbe268 remove destroy function 2024-11-07 21:21:07 +01:00
Niels Lyngsø
393f0079c4 remove [] 2024-11-07 21:13:41 +01:00
Mads Rasmussen
2b8933e94f Merge branch 'main' into v15/feature/folder-children-collection-workspace-view 2024-11-07 20:04:09 +01:00
Mads Rasmussen
54f9f7c315 fix lint errors 2024-11-07 19:57:12 +01:00
Mads Rasmussen
17e5efdbf2 add todo 2024-11-07 19:55:18 +01:00
Steve Morgan
62336e4e28 Bugfix: creating new doc type properties sort order doesn't count existing properties - puts it at top (+1) (#2523)
Bug 17457

https://github.com/umbraco/Umbraco-CMS/issues/17457

Creating new doc type properties sort order doesn't count existing properties.

Looking at this it seems that the hardwork is done to workout the sort order and assign it to preset but it's not returned undefined was (probably as a dev placeholder that's gone unnoticed!).
2024-11-07 18:06:52 +00:00
Steve Morgan
0d85b56ec2 Bugfix: Corrects "Public access" notification typo (#2524)
Spelling correction
2024-11-07 17:51:32 +00:00
Niels Lyngsø
5c7956d84e Merge pull request #2146 from enkelmedia/routed-modal-issue
Fixes with `umb-route-slot` inside routed modal
2024-11-07 17:00:03 +01:00
Niels Lyngsø
0ac646517c simplifying 2024-11-07 16:52:53 +01:00
Niels Lyngsø
287e2a54cc use match.route.path 2024-11-07 16:50:46 +01:00
Niels Lyngsø
090a74d9b9 clean up 2024-11-07 15:55:34 +01:00
Niels Lyngsø
e281c0fa2e call _updateRouterPath 2024-11-07 15:46:21 +01:00
Niels Lyngsø
0d0f22a1f9 fix firstUpdated callback in case where parent is also newly created 2024-11-07 15:46:08 +01:00
Niels Lyngsø
a26d49e5b7 clean up 2024-11-07 15:45:45 +01:00
Mads Rasmussen
bf616609fa manual merges 2024-11-07 15:35:35 +01:00
Mads Rasmussen
97455f2de4 Merge branch 'main' into v15/feature/folder-children-collection-workspace-view 2024-11-07 15:28:32 +01:00
Niels Lyngsø
4dcd2b1729 Merge branch 'main' into routed-modal-issue 2024-11-07 15:11:16 +01:00
Niels Lyngsø
ff6e0fb406 Merge branch 'release/15.0' 2024-11-07 14:58:10 +01:00
Niels Lyngsø
af37f8dc20 Merge pull request #2520 from umbraco/v15/hotfix/await-server-requerst-for-entity-workspaces-submit
Hotfix: await server-request before submit gets resolved
2024-11-07 14:39:32 +01:00
Niels Lyngsø
74fbbb08e1 await request before submit gets resolved 2024-11-07 14:31:25 +01:00
Niels Lyngsø
a64a1d4031 Merge pull request #2519 from umbraco/v15/feature/fix-block-grid-editor-circular-imports-take-1
Feature: Fix imports for circular deps
2024-11-07 14:29:58 +01:00
Niels Lyngsø
6540f3914b Merge branch 'main' into v15/feature/fix-block-grid-editor-circular-imports-take-1
# Conflicts:
#	src/packages/block/block-grid/components/block-grid-entry/block-grid-entry.element.ts
2024-11-07 14:22:56 +01:00
Niels Lyngsø
ae9c5dccc0 fix imports 2024-11-07 14:21:10 +01:00
Niels Lyngsø
c5688dda28 Merge pull request #2515 from rickbutterfield/bugfix/block-list-custom-views-fix
[v14.2+] Allow custom views to load correctly for Block List
2024-11-07 14:21:09 +01:00
Niels Lyngsø
607b596f2c Merge pull request #2513 from umbraco/v15/feature/grid-inline-editing-fixes
Feature: Block Grid inline editing + Extension Initializers change
2024-11-07 14:18:21 +01:00
Niels Lyngsø
04c9e8f4ac Merge branch 'main' into bugfix/block-list-custom-views-fix 2024-11-07 14:13:38 +01:00
Niels Lyngsø
1740816d64 Merge branch 'main' into v15/feature/grid-inline-editing-fixes
# Conflicts:
#	src/packages/core/content/property-dataset-context/element-property-dataset.context.ts
2024-11-07 14:10:58 +01:00
Niels Lyngsø
b1a054f3ed Merge pull request #2483 from umbraco/v15/feature/content-workspace-base
Feature: Content Detail Workspace Base
2024-11-07 14:09:03 +01:00
Niels Lyngsø
5f3e992ca7 fix const name 2024-11-07 14:04:32 +01:00
Niels Lyngsø
a2d449de95 move dictionary create action to top 2024-11-07 14:01:11 +01:00
Niels Lyngsø
6cc417580a update member manifests 2024-11-07 13:57:28 +01:00
Niels Lyngsø
f6bdb8dc90 sort props to align with data source 2024-11-07 13:53:06 +01:00