Commit Graph

18364 Commits

Author SHA1 Message Date
JesmoDev
ce8d6225ef cleanup 2024-09-12 15:11:21 +02:00
JesmoDev
2d6c358a98 fix update listeners 2024-09-12 15:06:27 +02:00
JesmoDev
a8c69371fc styling 2024-09-11 10:03:43 +02:00
JesmoDev
cdacf11d0e install tiptap link 2024-09-11 10:03:35 +02:00
JesmoDev
be768c4e08 styling and icons 2024-09-10 15:29:02 +02:00
JesmoDev
d54940643d install more tiptap extensions 2024-09-10 15:28:51 +02:00
JesmoDev
088b02ae8c fix import 2024-09-10 14:16:14 +02:00
JesmoDev
688b83367d read an write value 2024-09-10 14:12:05 +02:00
JesmoDev
1cb7440efe use json schema 2024-09-10 13:36:54 +02:00
JesmoDev
ebfd8159cb add editor schema 2024-09-09 21:33:09 +02:00
JesmoDev
2f5da3974b package json 2024-09-09 21:15:26 +02:00
JesmoDev
1c54cbeb5d init tiptap 2024-09-09 21:00:45 +02:00
JesmoDev
6ff93d7721 install tiptap 2024-09-09 20:43:50 +02:00
Lee Kelleher
f06567d326 Bugfix: Content Picker, gets dynamic root value from menu context (#2212)
Content Picker: refactors gathering dynamic root current and parent uniques

Uses `UmbMenuStructureWorkspaceContext.structure` to get the
top-most entity workspace's unique and parent unique values.
2024-09-09 15:59:26 +02:00
dependabot[bot]
57f10776ff Bump marked from 13.0.3 to 14.1.0
Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 to 14.1.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v13.0.3...v14.1.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 13:56:15 +02:00
Jacob Overgaard
646b71e6a5 Merge pull request #2251 from umbraco/dependabot/npm_and_yarn/hey-api/openapi-ts-0.52.11
Bump @hey-api/openapi-ts from 0.48.3 to 0.52.11
2024-09-09 12:09:10 +02:00
Jacob Overgaard
dbfc6e8d36 fix: changePassword should use new method generated by api (operationId has changed) 2024-09-09 12:02:47 +02:00
Jacob Overgaard
257eb7f85f chore: generate new types 2024-09-09 12:02:17 +02:00
Niels Lyngsø
4273a93ef3 Merge branch 'main' into v14/fix/dictionary-item-misleading-description-when-name-not-set 2024-09-09 11:51:40 +02:00
Niels Lyngsø
aebfc432ef Merge pull request #2255 from umbraco/v14/bugfix/more-than-one-area-rule
Fix: Block Grid Editor — Specified Permissions Group Rules
2024-09-09 11:41:32 +02:00
Niels Lyngsø
d514ceebd9 Merge branch 'main' into v14/feature/readonly-block-list 2024-09-09 10:42:17 +02:00
Mads Rasmussen
b7aa1450b5 Merge branch 'main' into v14/feature/save-publish-language-permissions 2024-09-09 08:17:15 +02:00
detjonmataj
96d505c3a9 Fix: Update dictionary's name fallback value when using it as a placeholder in dictionaryItem_description localization term
- Changed the fallback value from 'unnamed' to a zero-width space to avoid confusion with existing dictionary items. Using a quoted empty string is intuitive when the dictionary name is also empty.
- Note: Used the zero-width space HTML entity (`&#8203;`) instead of an empty string because `term` function from `UmbLocalizationController` short-circuits the arguments with the matching placeholder. Empty strings are considered falsy values thus  it return the original template without replacing the placeholders (`%index%` or `{index}`)
2024-09-06 05:58:37 +02:00
Niels Lyngsø
e14a1999ef TODO comment on input-rich-media.element.ts 2024-09-02 19:37:07 +02:00
Niels Lyngsø
fa68faab01 add tdo comment input-media.element.ts 2024-09-02 19:35:14 +02:00
Mads Rasmussen
92ae4dd02c Merge branch 'main' into v14/feature/readonly-content-picker 2024-09-02 18:21:26 +02:00
Niels Lyngsø
671b56e36f remove unused argument 2024-09-02 14:21:44 +02:00
Niels Lyngsø
9c84fabed3 fix rule validation 2024-09-02 14:13:48 +02:00
Niels Lyngsø
5d8e0a969d avoid removing pristine on focus, instead on blur 2024-09-02 14:13:38 +02:00
Niels Lyngsø
d8774bc495 notes for maybe future feature 2024-09-02 14:13:25 +02:00
Niels Lyngsø
b181e4f1ec move type, refactor logic 2024-09-02 13:14:06 +02:00
dependabot[bot]
0d3404c2fd Bump @hey-api/openapi-ts from 0.48.3 to 0.52.11
Bumps [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) from 0.48.3 to 0.52.11.
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.48.3...@hey-api/openapi-ts@0.52.11)

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 06:54:14 +00:00
Mads Rasmussen
6eddaf8e3b Merge pull request #2250 from umbraco/dependabot/npm_and_yarn/eslint/js-9.9.1
Bump @eslint/js from 9.9.0 to 9.9.1
2024-09-02 08:52:57 +02:00
dependabot[bot]
fed06ce0a7 Bump eslint-plugin-wc from 2.1.0 to 2.1.1
Bumps [eslint-plugin-wc](https://github.com/43081j/eslint-plugin-wc) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/43081j/eslint-plugin-wc/releases)
- [Changelog](https://github.com/43081j/eslint-plugin-wc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/43081j/eslint-plugin-wc/compare/v2.1.0...2.1.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-wc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 18:25:03 +00:00
dependabot[bot]
7f91e239dd Bump @eslint/js from 9.9.0 to 9.9.1
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.9.0 to 9.9.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.9.1/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 18:24:28 +00:00
Mads Rasmussen
a9adfdd5c7 Merge branch 'main' into v14/feature/readonly-content-picker 2024-09-01 20:23:27 +02:00
Niels Lyngsø
3de73aadff Merge branch 'main' into v14/feature/readonly-block-list 2024-08-30 21:29:23 +02:00
Niels Lyngsø
a565489e40 one prop for read only state 2024-08-30 21:27:03 +02:00
Niels Lyngsø
5370db33ce Merge branch 'main' into v14/feature/readonly-member-group-picker-property-editor 2024-08-30 21:15:33 +02:00
Niels Lyngsø
90e83607b0 Merge branch 'main' into v14/feature/readonly-member-group-picker-property-editor 2024-08-30 21:15:26 +02:00
Niels Lyngsø
2bfa613c60 Merge branch 'main' into v14/feature/readonly-markdown-property-editor 2024-08-30 21:09:01 +02:00
Mads Rasmussen
24e532b98e more explicit unique 2024-08-30 14:08:57 +02:00
Mads Rasmussen
f9aa57b3aa Merge branch 'main' into v14/feature/readonly-block-list 2024-08-30 14:05:11 +02:00
Mads Rasmussen
ba2cd1e596 Merge branch 'main' into v14/feature/save-publish-language-permissions 2024-08-30 14:02:35 +02:00
Mads Rasmussen
da73550d6a Update document-workspace.context.ts 2024-08-30 14:01:21 +02:00
Mads Rasmussen
8ca2bf7509 Merge branch 'main' into v14/feature/save-publish-language-permissions 2024-08-30 09:19:57 +02:00
Niels Lyngsø
c5434a8113 Fix: Determine when to create Blocks directly or via Block Workspace (#2242)
fix broken create block in workspace experience
2024-08-30 09:18:37 +02:00
Niels Lyngsø
14a7c6d6fc comment on test 2024-08-30 09:16:03 +02:00
Mads Rasmussen
aa25d1018f Merge branch 'main' into v14/feature/block-grid-validation 2024-08-30 08:51:28 +02:00
Mads Rasmussen
8ac191b6ef Merge branch 'main' into v14/feature/validation-message-localization 2024-08-30 08:48:10 +02:00