Markus Johansson
ba96750ec0
Added example of multiple server errors in single context
2024-10-10 20:57:20 +02:00
JesmoDev
0bf6f85e25
Storybook 8 Upgrade ( #2440 )
...
* upgrade storybook to 8.3.5
* remove packages no longer needed
* fix: overwrite storybooks favicon
* chore: replace deprecated `Story` with `StoryFn`
---------
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2024-10-10 14:16:24 +00:00
Jacob Overgaard
0489d879eb
Merge remote-tracking branch 'origin/release/15.0'
2024-10-10 15:45:19 +02:00
Jacob Overgaard
ba1011b2c7
Merge pull request #2437 from umbraco/v15/chore/update-uui-1101
...
build(deps): update @umbraco-ui/uui from 1.10.0 to 1.10.1
2024-10-10 15:19:10 +02:00
Niels Lyngsø
44d5610a27
Merge pull request #2423 from umbraco/v15/feature/ufm-as-text
...
UFM as text
2024-10-10 14:54:10 +02:00
leekelleher
9f9b83a9dd
Traverse the Shadow DOM children
...
to gather text content.
2024-10-10 13:45:50 +01:00
Niels Lyngsø
db54469c4a
Merge pull request #2436 from umbraco/v15/feature/collection-empty-state
...
Bugfix: Collection empty state
2024-10-10 10:24:59 +02:00
Jacob Overgaard
ab7da94789
build(deps): update @umbraco-ui/uui from 1.10.0 to 1.10.1
2024-10-10 09:43:16 +02:00
Mads Rasmussen
a81f4386e3
prevent empty state flash
2024-10-10 09:41:22 +02:00
Mads Rasmussen
9084ef3693
add todo
2024-10-10 08:48:39 +02:00
Mads Rasmussen
61385e502f
hide router instead of removing it
2024-10-09 22:18:06 +02:00
Mads Rasmussen
30371a5d87
remove custom empty state implementations
2024-10-09 20:31:34 +02:00
Mads Rasmussen
bf62b4131e
render collection empty state if there are no items
2024-10-09 20:12:47 +02:00
Jacob Overgaard
302ab14b3f
Merge branch 'release/15.0'
2024-10-09 17:40:41 +02:00
Jacob Overgaard
bc9ace9067
fix: allow <code> elements in TinyMCE ( #2434 )
...
This allows `<code>` elements to exist in the HTML used in the code snippet plugin. It has the `-` modifier to remove empty elements.
Co-authored-by: Wojciech Wróbel <wrobel_w@wp.pl >
2024-10-09 17:38:28 +02:00
Niels Lyngsø
24de66fe49
Merge pull request #2433 from umbraco/v15/hotfix/login-image
...
update login photo for v15
2024-10-09 14:29:03 +02:00
Niels Lyngsø
7f5ddc87c3
update login photo for v15
2024-10-09 14:19:05 +02:00
Lone Iversen
e5a99d423c
Feature: Temporary Manager Chunksize and Callback ( #2432 )
...
Allow to set a chunk size and batch up uploads
Co-authored-by: Nikolaj Brask-Nielsen <nikolajgive@gmail.com >
2024-10-09 12:10:52 +00:00
Jacob Overgaard
fb67d30bfb
Merge branch 'release/15.0'
2024-10-09 11:19:42 +02:00
Jacob Overgaard
a13f5cf062
Merge commit from fork
...
* fix: remove unwanted HTML from translation values
* feat: add a general sanitizeHTML function
* fix: use the `sanitizeHTML` function where values are showed in the Backoffice
2024-10-09 11:15:41 +02:00
Ibrahim Muhammad Nada
d11639fd2f
fix: Tweak Arabic translations ( #2414 )
...
* tweak translations
* commit
* fix الأطفال
2024-10-09 11:13:58 +02:00
Bjarke Berg
08b29856ec
Move to top on top due to ar being sorted before bs
2024-10-09 11:13:44 +02:00
Bjarke Berg
716b6b2a62
Added arabic language (I have no clue about the text in the file, btw)
2024-10-09 11:13:38 +02:00
Jacob Overgaard
dca6e811f8
Merge pull request #2430 from umbraco/v15/bugfix/sysinfo-for-everyone
...
Hotfix: System information should be visible to anyone
2024-10-09 11:04:29 +02:00
Niels Lyngsø
73177f0cc6
Merge pull request #2409 from umbraco/v15/feature/use-uui-ref-href-for-document-type-input
...
V15/feature/use uui ref href for document type input
2024-10-09 10:45:45 +02:00
Niels Lyngsø
3cfd091f5d
Merge pull request #2425 from umbraco/v15/feature/minor-custom-view-example-update
...
Chore: Block Custom View — update comment and example
2024-10-09 10:30:58 +02:00
Niels Lyngsø
6615c572a3
Merge pull request #2418 from umbraco/v15/hotfix/invariant-preview-url
...
Hotfix: Invariant preview url
2024-10-09 10:23:45 +02:00
Niels Lyngsø
bb088b54ef
Merge pull request #2417 from umbraco/v15/hotfix/document-file-icons
...
Hotfix: Align templating icons
2024-10-09 10:14:03 +02:00
Niels Lyngsø
bcd8e68880
Merge pull request #2421 from umbraco/v15/hotfix/create-block-variant-inline
...
Hotfix: Block inline editing — create block variant
2024-10-09 10:10:39 +02:00
Jacob Overgaard
a3511d41e6
feat: add information about the current user
2024-10-09 10:01:43 +02:00
Jacob Overgaard
2293a0e44d
chore: fix sonarcloud issues and optimise contexts
2024-10-09 09:54:24 +02:00
Jacob Overgaard
ab35b13e37
fix: the system information button should be visible to anyone
2024-10-09 09:47:57 +02:00
Lone Iversen
0e07decfd8
Bugfix: Allow/disallow multiple files for dropzone ( #2429 )
...
* Bugfix: Allow/disallow multiple files for dropzone
---------
Co-authored-by: Nikolaj Brask-Nielsen <nikolajgive@gmail.com >
2024-10-09 08:31:33 +02:00
Niels Lyngsø
43016a55b1
Merge branch 'release/15.0' into v15/hotfix/create-block-variant-inline
2024-10-09 08:28:12 +02:00
Lone Iversen
5173ff4de9
Bugfix: Uploadfield file preview shows file extension ( #2426 )
2024-10-08 15:56:53 +01:00
Lone Iversen
b65993c97a
V15: Upload folders in dropzone ( #2116 )
...
* handling of folders in dropzone
* consolelog
* load bar
* request folders, skip OS files, cleanup
* cleanup
* deprecated
* remove comments dropzone
* remove unused interface
* mime util
* setup mime and constructor
* update
* setup types and saving
* remove observe
* rename method in repo
* destroy first when total is completed
* ordering and cleanup
* comment
* move logic back to dropzone manager
* document and media type imports
* scaffold
* update util
* update types
* update progress, cleanup in dropzone manager
* from switch to if statement
* sonarcloud pratice
* css disabled
* Fixed @sonarcloud issues
* Added deprecation notices on renamed methods
* file extension
---------
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
Co-authored-by: leekelleher <leekelleher@gmail.com >
2024-10-08 12:57:06 +00:00
Niels Lyngsø
77cb1e39a5
update comment and example
2024-10-08 13:36:56 +02:00
Niels Lyngsø
e71440b4c7
rename method to toString()
2024-10-08 08:25:50 +02:00
Niels Lyngsø
2afcf96614
move light-dom declaration to base element
2024-10-08 07:53:07 +02:00
Niels Lyngsø
ab3dc36d9e
ufm as text
2024-10-07 21:31:18 +02:00
Niels Lyngsø
faa76000bb
Merge pull request #2416 from umbraco/v15/feature/improve-icon-generation
...
Feat: improve generation feedback
2024-10-07 15:38:58 +02:00
Jacob Overgaard
610383681b
fix: ensure the fallback language en.ts has all of the same variables as the other languages, namely en-us had a few new variables
2024-10-07 15:04:37 +02:00
Jacob Overgaard
d809f77661
Merge pull request #2422 from umbraco/v15/bugfix/sync-en
...
V15: Ensure all localization variables are present in the default language
2024-10-07 15:02:58 +02:00
Jacob Overgaard
f4fb118b9a
fix: ensure the fallback language en.ts has all of the same variables as the other languages, namely en-us had a few new variables
2024-10-07 14:45:47 +02:00
Jacob Overgaard
69f01c7a59
chore: eslint
2024-10-07 14:45:04 +02:00
Jacob Overgaard
90f140f543
chore: fix linting
2024-10-07 14:23:53 +02:00
Jacob Overgaard
c5edde30ee
Merge commit from fork
...
* fix: remove unwanted HTML from translation values
* feat: add a general sanitizeHTML function
* fix: use the `sanitizeHTML` function where values are showed in the Backoffice
2024-10-07 14:23:44 +02:00
Niels Lyngsø
3d3e98dc5b
expose methods without variantId
2024-10-07 14:10:01 +02:00
Lone Iversen
2a58e43216
Feature: Adds the missing dictionary to search ( #2419 )
...
* Feature: Adds the missing dictionary to search
* Tweaks import sorting
---------
Co-authored-by: leekelleher <leekelleher@gmail.com >
2024-10-07 11:56:00 +00:00
Niels Lyngsø
707352103a
inline create variant button
2024-10-07 13:28:28 +02:00