Jacob Overgaard
b781bcba8a
Merge branch 'release/beta002'
2024-03-19 16:29:19 +01:00
Jacob Overgaard
b2b25b1ad9
chrome warning: replace 'assert' with 'with'
2024-03-19 16:21:36 +01:00
Jacob Overgaard
577dad86e8
do not assign to super in a change event
2024-03-19 16:21:23 +01:00
Jacob Overgaard
e5640f44f4
bump version to beta003
2024-03-19 14:20:03 +01:00
Lee Kelleher
0d4a0bb908
Merge pull request #1449 from umbraco/bugfix/property-editor/tags
...
Bugfix: Tags property-editor UI
2024-03-19 12:42:27 +00:00
Niels Lyngsø
ce04c4ce00
Merge pull request #1438 from umbraco/bugfix/routeable-modals-controller-fix
...
fix routable modal registration, making it a proper controller
2024-03-19 13:42:01 +01:00
Lee Kelleher
987d439322
Merge pull request #1442 from umbraco/bugfix/property-editor/checkbox-list
...
Bugfix: CheckboxList data structure
2024-03-19 12:39:28 +00:00
Lee Kelleher
257e0f9980
Merge pull request #1443 from umbraco/bugfix/property-editor/color-picker
...
Bugfix: Color Picker amends
2024-03-19 12:39:04 +00:00
Lee Kelleher
cfb7e2166d
Merge pull request #1445 from umbraco/bugfix/property-editor/eye-dropper
...
Bugfix: Eye Dropper UI
2024-03-19 12:38:34 +00:00
Lee Kelleher
54d01a8f66
Merge pull request #1444 from umbraco/bugfix/property-editor/email-address
...
Bugfix: EmailAddress corrected alias
2024-03-19 12:38:07 +00:00
Lee Kelleher
8cea55dbc7
Merge pull request #1446 from umbraco/bugfix/property-editor/radio-button-list
...
Bugfix: Radio Button List data structure
2024-03-19 12:37:55 +00:00
Lee Kelleher
479331a737
Merge pull request #1447 from umbraco/bugfix/property-editor/slider
...
Bugfix: Slider value
2024-03-19 12:37:39 +00:00
Jacob Overgaard
50b7127d43
Merge branch 'main' into bugfix/property-editor/tags
2024-03-19 13:36:30 +01:00
Lee Kelleher
065f3c56ba
Merge pull request #1448 from umbraco/bugfix/property-editor/dropdown
...
Bugfix: Dropdown data structure
2024-03-19 12:36:18 +00:00
Lee Kelleher
e20834e9a6
Merge pull request #1451 from umbraco/bugfix/property-editor/user-picker
...
Bugfix: User Picker UI
2024-03-19 12:35:56 +00:00
Lee Kelleher
400b14a43e
Merge pull request #1450 from umbraco/bugfix/property-editor/textarea
...
Chore: Textarea editor UI amends
2024-03-19 12:32:01 +00:00
leekelleher
e2b56f4d9c
Bugfix: User Picker UI
...
There are still things broken with this editor,
but these amends go towards future fixes.
2024-03-19 11:11:33 +00:00
leekelleher
568baffb5f
Textarea: Updates rows description
2024-03-19 11:00:51 +00:00
leekelleher
05a8daadfc
Textarea: fixes the auto-height attribute
2024-03-19 11:00:32 +00:00
leekelleher
9afce496ed
Bugfix: Dropdown data structure
...
The property-editor value needs to support
both `string` and `string[]` value types.
2024-03-19 10:41:39 +00:00
leekelleher
ff7ad855dc
Tags input markup fixes
2024-03-19 10:16:14 +00:00
leekelleher
5e6a7d04aa
Bugfix: Tags amends
...
The config was replacing the `value` with the non-existent `items`,
meaning that the editor would always appear empty.
Added the `storageType` field, unsure if this will be used on the client yet.
2024-03-19 10:15:58 +00:00
leekelleher
31e70928bd
Removed "Umb.PropertyEditorUi.Tags.StorageType" editor
...
Since this was only being referenced in the one place, we can replace
the configuration with a Dropdown editor + "items" options.
If we find that "StorageType" could be reused elsewhere,
we can reintroduce the component.
2024-03-19 10:12:53 +00:00
leekelleher
f469870d69
Bugfix: Slider value
...
Wires up the persisted value with the UI.
Renames the component's `initVal1` and `initVal2` properties
to `valueLow` and `valueHigh` respectively.
2024-03-19 10:04:38 +00:00
leekelleher
4fbe34a972
Bugfix: RadioButtonList data structure
2024-03-19 09:59:11 +00:00
leekelleher
8dea305e95
EyeDropper: “showPalette” config fix
...
The “showPalette” configuration isn’t wired up correctly.
Also there’s a disconnect between “showPalette” and the default value for “swatches”.
I've added temporary values for the swatch colors.
(Hex values have been taken from the UUI Library example)
2024-03-19 09:39:39 +00:00
leekelleher
3f7a8b5895
Bugfix: Eye Dropper amends
...
Wires up the persisted value.
2024-03-19 09:37:27 +00:00
leekelleher
811e497b21
Bugfix: EmailAddress corrected alias
...
Aligned with the server schema alias.
2024-03-19 09:32:34 +00:00
leekelleher
3c5f48e11b
CheckboxList story amends
2024-03-19 09:29:07 +00:00
leekelleher
d177252a57
Bugfix: Color Picker amends
...
Wires up the correct value data structure.
2024-03-19 09:23:45 +00:00
Lee Kelleher
ec4ca2c9d5
Merge pull request #1441 from umbraco/chore/docs-authentication-update
...
Chore: Updated Authentication documentation
2024-03-19 09:15:32 +00:00
leekelleher
031a976ac5
Bugfix: CheckboxList data structure
2024-03-19 09:14:17 +00:00
leekelleher
77cd473966
📓 Updated Authentication doc
...
Amended paths to remove the old "New" paths.
2024-03-19 09:09:01 +00:00
Niels Lyngsø
14c44872d0
Merge pull request #1440 from umbraco/feature/context-base-fixing-missing-parts
...
Improvements: forgotten improvements from old PR
2024-03-19 09:44:13 +01:00
Niels Lyngsø
f06639351b
notes for server variables and app language
2024-03-19 09:37:37 +01:00
Niels Lyngsø
9d655dba86
Merge pull request #1439 from umbraco/bugfix/cleaning-of-input-components-getters
...
rename selectedIds + Corrections for Lit warnings
2024-03-19 09:32:44 +01:00
Niels Lyngsø
7b900936c6
UmbAppLanguageContext
2024-03-19 09:11:01 +01:00
Niels Lyngsø
ef63b28cd7
UmbRouteContext
2024-03-19 09:06:26 +01:00
Niels Lyngsø
92c7ec950a
transferred forgotten improvements
2024-03-19 09:04:59 +01:00
Niels Lyngsø
7ee1ef0d66
Merge pull request #1353 from umbraco/feature/api-docs
...
Feature POC: API Docs
2024-03-19 08:46:48 +01:00
Niels Lyngsø
a69e8577d8
Merge branch 'main' into feature/api-docs
2024-03-19 08:40:55 +01:00
Niels Lyngsø
88ccf124a7
correct media-type as well
2024-03-18 22:30:16 +01:00
Niels Lyngsø
1447a91249
correct code that hides add button
2024-03-18 22:29:26 +01:00
Niels Lyngsø
263b75a747
move a few more setters
2024-03-18 22:19:11 +01:00
Niels Lyngsø
25996a407e
a few more corrections
2024-03-18 22:12:25 +01:00
Niels Lyngsø
6372fa7e52
more + remove config reactive property decorators
2024-03-18 22:05:54 +01:00
Niels Lyngsø
ff781b9063
more selection correction
2024-03-18 21:51:03 +01:00
Niels Lyngsø
358c888864
reorder getter and setter methods to match future requirement and remove Lit complains
2024-03-18 20:57:51 +01:00
Niels Lyngsø
d8c9b16ad3
Merge pull request #1424 from umbraco/feature/create-extension-api-by-alias
...
DX: createExtensionApiByAlias one of method to create an API from extension registry
2024-03-18 18:22:07 +01:00
Mads Rasmussen
d672f3deac
Merge branch 'main' into feature/create-extension-api-by-alias
2024-03-18 18:16:22 +01:00