Niels Lyngsø
507f08fcc0
Merge pull request #2438 from umbraco/v15/hotfix/pass-workspace-pattern-to-edit-doc-type
...
Pass workspace path to document type edit path
2024-10-11 15:05:31 +02:00
Mads Rasmussen
4c371fc1d6
Merge branch 'release/15.0' into v15/hotfix/pass-workspace-pattern-to-edit-doc-type
2024-10-11 14:38:02 +02:00
Niels Lyngsø
0d61ff3411
Fix: Block Editors — use create labels and hide 'edit'-action if no properties ( #2424 )
...
use create labels and hide edit if no properties
Co-authored-by: Mads Rasmussen <madsr@hey.com >
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2024-10-11 08:33:26 +02:00
Mads Rasmussen
11f69be335
Hotfix: Expose global types ( #2442 )
...
* add script
* run script post build
* remove unused script
* add types to root import
* add util
* build to packages folder
* Update global-types.js
* only include js files in importmap
2024-10-11 08:22:51 +02:00
JesmoDev
1ecf9c5c51
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 16:17:39 +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
Mads Rasmussen
882c22d2c8
pass workspace path
2024-10-10 11:33:05 +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
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
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ø
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
Niels Lyngsø
43016a55b1
Merge branch 'release/15.0' into v15/hotfix/create-block-variant-inline
2024-10-09 08:28:12 +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
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
Niels Lyngsø
707352103a
inline create variant button
2024-10-07 13:28:28 +02:00
Niels Lyngsø
6c52f394d0
localizations
2024-10-07 13:28:16 +02:00
Niels Lyngsø
403aeed2ac
smarter observable parts
2024-10-07 13:28:09 +02:00
Niels Lyngsø
ccee7f3bc8
comments for language observable
2024-10-07 13:27:59 +02:00
Niels Lyngsø
2a64195368
expose logic
2024-10-07 13:27:46 +02:00
Mads Rasmussen
80a0dab93e
add unique to window alias
2024-10-07 12:15:37 +02:00
Mads Rasmussen
4f28896ad7
only add culture to the preview url if the document can vary
2024-10-07 12:14:02 +02:00
Mads Rasmussen
c58f654de7
update stylsheet icon
2024-10-07 11:45:17 +02:00
Mads Rasmussen
5e94c92da9
update file icons
2024-10-07 11:43:10 +02:00
Mads Rasmussen
47ada665b4
update partial view icon
2024-10-07 11:38:52 +02:00
Mads Rasmussen
4fb6f92863
Update document-type-workspace.context.ts
2024-10-07 11:37:45 +02:00
Mads Rasmussen
1c95843601
Update document-type-create-options-modal.element.ts
2024-10-07 11:37:02 +02:00
Mads Rasmussen
8bbe674f2b
update template icons
2024-10-07 11:35:31 +02:00
Mads Rasmussen
d7505fd3c3
generate icons
2024-10-07 11:24:16 +02:00
Mads Rasmussen
6470863d50
Update icon-dictionary.json
2024-10-07 11:24:03 +02:00
Mads Rasmussen
613984982a
Update icon-dictionary.json
2024-10-07 11:19:24 +02:00
Mads Rasmussen
50737a6034
Update icon-dictionary.json
2024-10-07 11:17:33 +02:00
Jacob Overgaard
19b24e266f
chore: bump version to 15.0.0-rc2
2024-10-02 12:30:00 +02:00
Niels Lyngsø
628ee6d88c
hotfix: Rename condition config map ( #2401 )
...
* adapt condition manifests
* rename types
---------
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2024-10-02 11:25:45 +02:00
Jacob Overgaard
6423007ce9
Merge pull request #2400 from umbraco/v15/hotfix/fallback-preview
...
V15 Hotfix: Media previews are not shown for anything other than images
2024-10-02 09:10:55 +02:00
Jacob Overgaard
f60b816c82
fix: add stored manifests if available
2024-10-02 08:50:15 +02:00
Jacob Overgaard
e39509649d
fix: calculate a preview alias only when the 'src' field has changed
2024-10-02 08:44:28 +02:00
Jacob Overgaard
e8b3344e0d
fix: use 'value' directly instead of saving the src into a new state
2024-10-02 08:40:35 +02:00