Jacob Overgaard
|
c8bdfd2ac3
|
feat: override value property to interact with tiptap
|
2024-09-19 16:26:22 +02:00 |
|
Jacob Overgaard
|
24c098b891
|
store value in another variable
|
2024-09-19 16:26:10 +02:00 |
|
Jacob Overgaard
|
fc5c3e8dcf
|
fix: move options back to UmbImage element to ensure everything is available when the editor loads
|
2024-09-19 16:08:39 +02:00 |
|
Jacob Overgaard
|
1b2b35a94d
|
fix: assume any to avoid linting error
|
2024-09-19 15:59:17 +02:00 |
|
Jacob Overgaard
|
98ffbba68d
|
feat: only update value when changed
|
2024-09-19 15:40:43 +02:00 |
|
Jacob Overgaard
|
9860a9ad2a
|
feat: add a hasChanged checker to the value to check specifically if the markup has changed
|
2024-09-19 15:28:54 +02:00 |
|
Jacob Overgaard
|
3fa5e21cb8
|
feat: update the contents if we ever get a new value
|
2024-09-19 15:28:09 +02:00 |
|
Jacob Overgaard
|
3a007a0046
|
feat: calculate image size for files added to the editor so that we can set width and height
|
2024-09-19 14:50:18 +02:00 |
|
Jacob Overgaard
|
401f39d47c
|
feat: make the datatype configuration available to extensions
|
2024-09-19 14:49:53 +02:00 |
|
Jacob Overgaard
|
7295c6abf0
|
chore: remove debug data
|
2024-09-19 13:32:25 +02:00 |
|
Jacob Overgaard
|
57ace824b9
|
feat: add localization and correct name of data-tmpimg
|
2024-09-19 13:18:58 +02:00 |
|
Jacob Overgaard
|
d7212162e5
|
chore: add delay to file handler
|
2024-09-19 13:18:38 +02:00 |
|
Jacob Overgaard
|
95d6855341
|
chore: add mock handlers for "temporary-file"
|
2024-09-19 13:07:38 +02:00 |
|
Jacob Overgaard
|
4c79e784bc
|
feat: adds a media upload extension supporting drag and drop
|
2024-09-19 11:48:53 +02:00 |
|
Jacob Overgaard
|
54ab8491bb
|
fix: give UmbImage an extension name
|
2024-09-19 11:48:19 +02:00 |
|
Jacob Overgaard
|
7f7bc2bc39
|
chore: optimise file manager class
|
2024-09-19 11:48:06 +02:00 |
|
leekelleher
|
2d9eb20d68
|
Removed unused extensions attribute
|
2024-09-19 09:37:45 +02:00 |
|
leekelleher
|
e107dbfc8a
|
Updated umb-input-tiptap to use extensions
|
2024-09-19 09:37:45 +02:00 |
|
leekelleher
|
e015c0c7b6
|
Adds "button" kind for Tiptap toolbar
|
2024-09-19 09:37:45 +02:00 |
|
Lee Kelleher
|
79dea5961b
|
Merge pull request #2311 from umbraco/v15/feature/tiptap-image
Feature: Add images to Tiptap
|
2024-09-18 14:51:12 +01:00 |
|
Lee Kelleher
|
e13904e003
|
Merge pull request #2310 from umbraco/v15/feature/tiptap-readonly
feat: adds readonly mode to the tiptap input element
|
2024-09-18 14:40:52 +01:00 |
|
Jacob Overgaard
|
df78ab6d7a
|
feat: declare module for updated setImage function
|
2024-09-18 14:25:04 +02:00 |
|
Jacob Overgaard
|
e61f4af84c
|
feat: register UmbImage as an extension
|
2024-09-18 13:06:32 +02:00 |
|
Jacob Overgaard
|
eab3232374
|
chore: cleanup imports
|
2024-09-18 13:06:14 +02:00 |
|
Jacob Overgaard
|
1efdc3d98a
|
feat: creates and uses an extension of Image that allows more attributes
|
2024-09-18 12:55:24 +02:00 |
|
Jacob Overgaard
|
f2e70c8f63
|
chore: add more attributes to mock image data
|
2024-09-18 12:55:06 +02:00 |
|
Jacob Overgaard
|
b6c230749c
|
Merge branch 'main' into v15/feature/tiptap
|
2024-09-18 11:15:14 +02:00 |
|
Jacob Overgaard
|
48e996516f
|
Merge branch 'main' into v15/dev
|
2024-09-18 09:47:55 +02:00 |
|
Jacob Overgaard
|
0c4c33ad0c
|
fix: set inline to true for Image
|
2024-09-18 09:42:44 +02:00 |
|
dependabot[bot]
|
07dbd76150
|
build(deps-dev): bump vite from 5.4.1 to 5.4.6
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.1 to 5.4.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-18 09:21:40 +02:00 |
|
Jacob Overgaard
|
a8be2c709f
|
chore: fix a couple of sonarcloud warnings
|
2024-09-18 08:25:47 +02:00 |
|
Jacob Overgaard
|
a7a74a9bc3
|
feat: adds readonly mode to the tiptap input element
|
2024-09-18 08:23:59 +02:00 |
|
Jacob Overgaard
|
2fb32161ef
|
fix: add tree handler for ancestors to avoid api error
|
2024-09-18 08:09:05 +02:00 |
|
Niels Lyngsø
|
7b74d3eb86
|
Merge pull request #2307 from umbraco/15/bugfix/fix-current-user-edit-path
Bugfix: update current user edit path to new navigation structure
|
2024-09-17 16:25:11 +02:00 |
|
Mads Rasmussen
|
b4fa8527ad
|
update edit path
|
2024-09-17 15:08:13 +02:00 |
|
Mads Rasmussen
|
e0d13d0ff1
|
export paths
|
2024-09-17 15:08:00 +02:00 |
|
Niels Lyngsø
|
9f39895b56
|
Merge pull request #2306 from umbraco/v14/bugfix/tree-search-null-check
Bugfix: add null check before passing search config
|
2024-09-17 15:04:50 +02:00 |
|
Mads Rasmussen
|
15ddacf0d4
|
add null check
|
2024-09-17 14:57:28 +02:00 |
|
Jacob Overgaard
|
36c5ff7182
|
Merge remote-tracking branch 'origin/v15/dev' into v15/feature/tiptap
|
2024-09-17 14:27:15 +02:00 |
|
Lone Iversen
|
fa28ed3d8e
|
MultipleColorPicker: Tab behaviour and new line on enter
|
2024-09-17 13:57:38 +02:00 |
|
Niels Lyngsø
|
ce77c42eff
|
Feat: correct workspace-action padding
Feature: V14: correct workspace action padding
|
2024-09-17 12:51:43 +02:00 |
|
Niels Lyngsø
|
8ade615e4e
|
Merge pull request #2298 from umbraco/14/bugfix/only-publish-writebale-cultures
Bugfix: Prevent publishing of readonly cultures
|
2024-09-17 12:51:16 +02:00 |
|
Mads Rasmussen
|
88ca2fbb19
|
Merge branch 'main' into 14/bugfix/only-publish-writebale-cultures
|
2024-09-17 12:44:23 +02:00 |
|
Mads Rasmussen
|
e4bbbe0f81
|
update method name
|
2024-09-17 12:43:37 +02:00 |
|
Niels Lyngsø
|
4d02e58cf2
|
Merge branch 'main' into v14/feature/correct-workspace-action-padding
|
2024-09-17 12:33:28 +02:00 |
|
Niels Lyngsø
|
c005ea2039
|
adapt padding to new UUI
|
2024-09-17 12:33:19 +02:00 |
|
Jacob Overgaard
|
21c75db38b
|
Merge branch 'main' into v15/dev
|
2024-09-17 11:51:31 +02:00 |
|
Jacob Overgaard
|
cc8f1b7630
|
Merge pull request #2271 from umbraco/v14/feature/document-notifications
Feature: Document Notifications
|
2024-09-17 11:43:42 +02:00 |
|
Lone Iversen
|
6088456832
|
sonar issues
|
2024-09-17 11:42:04 +02:00 |
|
Lone Iversen
|
5931036932
|
handle string and string array
|
2024-09-17 11:42:04 +02:00 |
|