Jacob Overgaard
|
7c6fda21bd
|
load the initial language first from the 'lang' attribute, then from the document, and lastly default 'en-us'
|
2023-08-11 10:38:01 +00:00 |
|
Jacob Overgaard
|
84e9eda294
|
move lit properties to UmbLitElement
we cannot have lit properties on the UmbElementMixin since we are not guaranteed it's a Lit element
|
2023-08-11 10:38:01 +00:00 |
|
Jacob Overgaard
|
1f1f33f0bb
|
update name in README
|
2023-08-11 09:54:51 +02:00 |
|
Jacob Overgaard
|
713fd8b193
|
add story for sorter.controller
|
2023-08-11 09:47:56 +02:00 |
|
Lone Iversen
|
9e78a3163a
|
uui
|
2023-08-09 09:41:56 +00:00 |
|
Jacob Overgaard
|
cb598be00c
|
14.0.0--preview002
|
2023-08-08 15:40:33 +02:00 |
|
Jacob Overgaard
|
85e19059ca
|
wait until connectedCallback to get the index
the indexName property is not available before then
fixes #797
|
2023-08-08 15:31:31 +02:00 |
|
Jacob Overgaard
|
42c12e0f9c
|
extra test for return value of errors
|
2023-08-08 15:30:42 +02:00 |
|
Jacob Overgaard
|
f91dc604bc
|
update api models
|
2023-08-08 15:22:50 +02:00 |
|
Jacob Overgaard
|
73e2bbe415
|
update dependencies
|
2023-08-08 15:18:24 +02:00 |
|
Jacob Overgaard
|
65d8a1c70e
|
update lit to 2.8.0
|
2023-08-08 15:12:29 +02:00 |
|
Jacob Overgaard
|
520fb2d953
|
update storybook to 7.2.1
|
2023-08-08 15:11:24 +02:00 |
|
Jacob Overgaard
|
1829a0c893
|
add extra checks to "check"
|
2023-08-08 15:08:57 +02:00 |
|
Niels Lyngsø
|
8524f1e19a
|
Merge pull request #828 from umbraco/bugfix/remove-umbraco-json
|
2023-08-04 16:19:48 +02:00 |
|
Niels Lyngsø
|
be2bc98b1d
|
remove invalid data-types and their usage
|
2023-08-04 16:07:48 +02:00 |
|
Niels Lyngsø
|
ab452c1df7
|
only pick property editor UI which has Schema.
|
2023-08-04 16:07:32 +02:00 |
|
Niels Lyngsø
|
b7e3493b97
|
remove TODO comment
|
2023-08-04 15:52:12 +02:00 |
|
Niels Lyngsø
|
9a540c8353
|
Merge pull request #827 from umbraco/feature/isolate-localization-api
|
2023-08-04 15:36:32 +02:00 |
|
Niels Lyngsø
|
a5ad697f48
|
Merge remote-tracking branch 'origin/main' into feature/isolate-localization-api
|
2023-08-04 15:29:04 +02:00 |
|
Niels Lyngsø
|
99f3997ce0
|
Merge pull request #821 from umbraco/feature/extension-manager
|
2023-08-04 10:40:49 +02:00 |
|
Niels Lyngsø
|
08f9393c7a
|
fix storybook take 1
|
2023-08-04 10:16:51 +02:00 |
|
Niels Lyngsø
|
f1c35da25e
|
fix workspace entity actions dropdown
|
2023-08-04 10:10:08 +02:00 |
|
Niels Lyngsø
|
bc0b568d77
|
more JSDocs
|
2023-08-04 10:04:55 +02:00 |
|
Niels Lyngsø
|
91dd50536e
|
improve extension slot rendering lifecycle.
|
2023-08-04 09:47:17 +02:00 |
|
Niels Lyngsø
|
f6dbe1c52a
|
fix timeout type
|
2023-08-04 09:31:42 +02:00 |
|
Niels Lyngsø
|
1eb082c538
|
Merge branch 'feature/extension-manager' of https://github.com/umbraco/Umbraco.CMS.Backoffice into feature/extension-manager
|
2023-08-04 09:29:23 +02:00 |
|
Niels Lyngsø
|
9bb9e58eaa
|
suggestions from jacob
|
2023-08-04 09:29:14 +02:00 |
|
Niels Lyngsø
|
72b4551944
|
Update src/libs/controller-api/controller-host-base.mixin.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
|
2023-08-04 09:23:06 +02:00 |
|
Niels Lyngsø
|
65a63522fa
|
Update src/packages/core/extension-registry/conditions/switch.condition.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
|
2023-08-04 09:22:19 +02:00 |
|
Niels Lyngsø
|
7f477edf7f
|
Update src/libs/extension-api/registry/extension.registry.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
|
2023-08-04 09:20:26 +02:00 |
|
Niels Lyngsø
|
dcfd654c36
|
added more docs
|
2023-08-04 09:18:25 +02:00 |
|
Jacob Overgaard
|
a9745519cd
|
fix mock data
|
2023-08-03 16:23:44 +02:00 |
|
Jacob Overgaard
|
84c6a24861
|
icon picker ui should use icon picker schema
|
2023-08-03 16:23:00 +02:00 |
|
Jacob Overgaard
|
77ff8d4f58
|
disallow picking property editor uis that dont have their own schema (i.e. do not exist on the server)
|
2023-08-03 16:18:44 +02:00 |
|
Jacob Overgaard
|
8959578206
|
update import
|
2023-08-03 16:14:42 +02:00 |
|
Jacob Overgaard
|
e5d16d9f78
|
adjust data to match existing property editor schemas
|
2023-08-03 15:52:03 +02:00 |
|
Jacob Overgaard
|
780108a0bb
|
valueType should not have its own schema
|
2023-08-03 15:51:46 +02:00 |
|
Jacob Overgaard
|
c56cbb3aab
|
make propertyEditorSchemaAlias optional
|
2023-08-03 15:50:56 +02:00 |
|
Jacob Overgaard
|
140544d119
|
remove invalid Umbraco.JSON type
|
2023-08-03 15:50:42 +02:00 |
|
Niels Lyngsø
|
cfa3283050
|
add a little variant tag margin-top
|
2023-08-03 15:12:48 +02:00 |
|
Niels Lyngsø
|
4cbe73b3f4
|
todo
|
2023-08-03 15:06:40 +02:00 |
|
Niels Lyngsø
|
336c34cd24
|
correct property actions
|
2023-08-03 15:04:18 +02:00 |
|
Niels Lyngsø
|
1c8de4798b
|
correct entityActions type and implementation
|
2023-08-03 15:00:16 +02:00 |
|
Niels Lyngsø
|
df5a3bb841
|
JSDoc examples for section and workspace condition
|
2023-08-03 14:32:35 +02:00 |
|
Jacob Overgaard
|
bb9f89a015
|
add unsafeHTML to umb-localize
|
2023-08-03 14:31:30 +02:00 |
|
Niels Lyngsø
|
e141fa5c2b
|
Merge branch 'feature/extension-manager' of https://github.com/umbraco/Umbraco.CMS.Backoffice into feature/extension-manager
|
2023-08-03 14:30:06 +02:00 |
|
Niels Lyngsø
|
d8b19fa99f
|
remove console.log
|
2023-08-03 14:29:44 +02:00 |
|
Jacob Overgaard
|
c6af01624b
|
Merge branch 'feature/extension-manager' of https://github.com/umbraco/Umbraco.CMS.Backoffice into feature/extension-manager
|
2023-08-03 14:01:16 +02:00 |
|
Jacob Overgaard
|
7350491533
|
run eslint --fix
|
2023-08-03 14:01:08 +02:00 |
|
Jacob Overgaard
|
ca04804886
|
update eslint rule for '.js' imports to also include exports that reference a file
|
2023-08-03 14:01:04 +02:00 |
|