Commit Graph

20672 Commits

Author SHA1 Message Date
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
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
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
Jacob Overgaard
551c9418ae chore: sort imports 2024-10-02 08:40:12 +02:00
Jacob Overgaard
43beb9ca94 fix: only calculate a new preview element when the 'value' changes 2024-10-02 08:39:54 +02:00
Jacob Overgaard
92bb606229 fix: wait for manifests to be loaded when calculating the preview element 2024-10-02 08:39:32 +02:00
Jacob Overgaard
3525dfca82 Merge branch 'main' into release/15.0 2024-10-02 07:56:28 +02:00
Jacob Overgaard
d4b84f890f Merge pull request #2399 from umbraco/v15/hotfix/dictionary-collection-action-wrong-path
V15: Hotfix: Create dictionary collection action wrong path
2024-10-02 07:56:10 +02:00
Jacob Overgaard
3b4acc9a76 build(deps): bump lit from 3.1.4 to 3.2.0 2024-10-02 07:54:39 +02:00
Lee Kelleher
fd5fbb2350 Tiptap: Validates toolbar configuration value (#2393)
Adds `isValidTiptapToolbarValue()` method

to ensure that the Tiptap toolbar value is in the correct structure.
2024-10-02 07:51:59 +02:00
Jacob Overgaard
6424ba772b Merge pull request #2394 from umbraco/dependabot/npm_and_yarn/babel-loader-9.2.1
Bump babel-loader from 9.1.3 to 9.2.1
2024-10-02 07:50:56 +02:00
Jacob Overgaard
d9efec57e1 Merge branch 'main' into release/15.0 2024-10-02 07:49:51 +02:00
Jacob Overgaard
a13f18d554 build(deps): update tiptap from 2.7.4 to 2.8.0 2024-10-02 07:48:44 +02:00
Mads Rasmussen
986fd44d5c use dictionary in menu heading 2024-10-02 07:39:16 +02:00
Mads Rasmussen
5f2e746015 fix path by using the path pattern const 2024-10-02 07:33:22 +02:00
dependabot[bot]
167d8b9458 Bump babel-loader from 9.1.3 to 9.2.1
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.3 to 9.2.1.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 18:16:02 +00:00
Jacob Overgaard
8f5391ba5c bump version to 15.1.0 2024-10-01 15:21:32 +02:00
Jacob Overgaard
3143636cf1 set version to 15.0.0-rc1 2024-10-01 15:20:43 +02:00
Niels Lyngsø
f976265f9e Merge pull request #2392 from umbraco/v15/bugfix/template-master-state
Bug: re-implement master template state
2024-10-01 15:17:39 +02:00
Niels Lyngsø
0aaa972cfa remove redirect controller on edit 2024-10-01 15:11:27 +02:00
Niels Lyngsø
759207baa2 check for data 2024-10-01 15:08:27 +02:00
Niels Lyngsø
7c8c3838e8 implement master template state based on data 2024-10-01 14:59:26 +02:00
Lee Kelleher
8cd77fdc4f Tiptap: Renamed "umb-tiptap-fixed-menu" to "umb-tiptap-toolbar" (#2391)
Renamed "umb-tiptap-fixed-menu" to "umb-tiptap-toolbar"

Since we refer to this as "toolbar" throughout the Tiptap feature.
2024-10-01 12:39:07 +00:00
Niels Lyngsø
74fde4cc60 Merge pull request #2388 from umbraco/v15/feature/split-rte-packages
Split rte/tiny-mce/tiptap packages
2024-10-01 14:18:55 +02:00
Jacob Overgaard
ff4a0c2b45 Merge branch 'main' into v15/feature/split-rte-packages 2024-10-01 14:12:33 +02:00
Lee Kelleher
851d90785b Bugfix: Tiptap toolbar, ensure component exists (#2390)
Tiptap toolbar, checks if component exists
2024-10-01 12:12:01 +00:00
Niels Lyngsø
45052774bd rename base for UmbPropertyEditorUiRteElementBase 2024-10-01 14:02:14 +02:00
Mads Rasmussen
0708e54425 Merge branch 'main' into v15/feature/split-rte-packages 2024-10-01 13:50:54 +02:00
Mads Rasmussen
896191901b include index.ts in build 2024-10-01 13:45:01 +02:00
Niels Lyngsø
c7d08d23f3 Merge pull request #2389 from umbraco/v15/feature/emm-entity-actions
Extension Manifest Map: Entity Actions
2024-10-01 13:44:52 +02:00
Mads Rasmussen
8e236d5cd9 Update package-lock.json 2024-10-01 13:44:47 +02:00
Niels Lyngsø
2353a0b843 correct package names 2024-10-01 13:35:21 +02:00
Niels Lyngsø
165c5c8cfd declare as core packages 2024-10-01 13:33:46 +02:00
Mads Rasmussen
5bb3981e50 fix imports 2024-10-01 13:32:57 +02:00
Niels Lyngsø
2d1e9589cb package config 2024-10-01 13:31:33 +02:00
Niels Lyngsø
170ebe2603 update json schema 2024-10-01 13:31:13 +02:00