Commit Graph

20030 Commits

Author SHA1 Message Date
leekelleher
a7e93e82bb Tiptap extension: Table 2024-09-26 14:08:26 +02:00
Jacob Overgaard
72d7093fbf chore: rename umbImage to image 2024-09-26 14:00:03 +02:00
Jacob Overgaard
422b89c0e7 feat: adds support for figure and figcaption 2024-09-26 13:59:33 +02:00
Jacob Overgaard
6b1d80cede feat: add support for providing preconfigured altText and caption to media-caption modal 2024-09-26 13:58:47 +02:00
Jacob Overgaard
4fb029de8e feat: add highlight of blockpicker plugin 2024-09-26 09:35:09 +02:00
Jacob Overgaard
9405c67163 feat: set styling of paragraphs to emulate tiny 2024-09-26 09:32:36 +02:00
Jacob Overgaard
ab3712a605 feat: rename getGuid to getGuidFromUdi 2024-09-26 09:29:14 +02:00
Jacob Overgaard
88eea51c6a feat: move getGuid to global util 2024-09-26 09:25:35 +02:00
Jacob Overgaard
2f82ca46d2 fix: correct types after merge 2024-09-26 09:14:34 +02:00
Jacob Overgaard
48d01de5ca fix: correct import after merge 2024-09-26 09:13:09 +02:00
Jacob Overgaard
1902c9820c Merge branch 'main' into v15/feature/tiptap 2024-09-26 08:51:03 +02:00
Jacob Overgaard
7ed8b97244 Merge branch 'release/14.3' 2024-09-26 08:42:39 +02:00
Lone Iversen
aa646f2782 Bugfix: No document type allowed at root message 2024-09-25 17:35:44 +02:00
Jacob Overgaard
3e741ca492 Revert "feat: move getGuid to global util"
This reverts commit 7d19b901fc.
2024-09-25 15:04:55 +02:00
Jacob Overgaard
7d19b901fc feat: move getGuid to global util 2024-09-25 14:47:17 +02:00
Jacob Overgaard
902bcbb543 feat: move the media with caption modal from the tinymce to the media module 2024-09-25 14:41:37 +02:00
Jacob Overgaard
7ac4d154b4 feat: add maxWidth to imageSize function 2024-09-25 14:40:58 +02:00
Jacob Overgaard
c0dcce7a0f feat: add extra properties to image 2024-09-25 14:40:19 +02:00
Jacob Overgaard
5984cb5da0 feat: disable the style select extension for now 2024-09-25 11:59:08 +02:00
Jacob Overgaard
3d18464474 feat: convert to a base element 2024-09-25 11:59:08 +02:00
JesmoDev
02777daeb5 styling 2024-09-25 11:59:08 +02:00
JesmoDev
194cc2d67c styling 2024-09-25 11:59:08 +02:00
JesmoDev
55da8663ca styling 2024-09-25 11:59:08 +02:00
JesmoDev
4612c93af6 init dropdown 2024-09-25 11:59:08 +02:00
Mads Rasmussen
99e7c296ec Merge pull request #2337 from umbraco/v15/feature/discard-changes
Feature: Discard changes
2024-09-25 10:09:50 +02:00
Mads Rasmussen
0dc03dc683 add js docs 2024-09-25 09:15:43 +02:00
Mads Rasmussen
1d653b0afc fix import 2024-09-25 09:15:38 +02:00
Mads Rasmussen
e4860d03c6 clean up 2024-09-25 09:10:16 +02:00
Mads Rasmussen
8d8d860f5e move active path logic into workspace route manager 2024-09-24 22:28:09 +02:00
Mads Rasmussen
8a65a2a022 Update entity-detail-workspace-base.ts 2024-09-24 22:04:31 +02:00
Mads Rasmussen
424828e8f6 don't hard code path checks 2024-09-24 21:47:53 +02:00
Mads Rasmussen
363901ca11 don't hard code path checks 2024-09-24 21:47:40 +02:00
Mads Rasmussen
cde9e247c9 add js docs 2024-09-24 21:27:27 +02:00
Jacob Overgaard
7acf3d4b01 Feature: Tiptap blockpicker (#2335)
* fix: editor is always available

* fix: remove deprecated v14 stuff

* fix: the block manager should not care about the editor

* fix: the block manager should not care about the editor

* feat: add new tiptap blockpicker extension

* fix: save valid content

* fix: disable white-space to conform blocks inside text

* fix: set block types back to TinyMCE until migration has been completed

* feat: define block content when inserting

* feat: make `getLayouts` available on the base class

* fix: remove unused parameter

* feat: cleanup blocks on change

* feat: adds inline blocks

* feat: set docs for typings and update the interfaces to match and add setEditor to get the editor instance

* feat: set docs for typings and update the interfaces to match and add setEditor to get the editor instance

* feat: adds blocks in rte

* chore: sonarcloud fix

* feat: remove delete button as components can be stripped away directly from the DOM

* feat: allow custom views for block-rte and filter the views based on conditions

* feat: mark tiptap blocks with an outline when active

* feat: export data content udi const

* fix: add block-rte to vite's importmap so that tinymce works on the dev server

* feat(tinymce): get the value from the event target

* feat: allow tinymce to insert blocks by listening to the context

* chore: mark styles as readonly

* chore: cleanup code

* fix: remove two fixed TODO comments

* feat: used named capturing group

* chore: import correct type in testing file

* Removed extra `originData` from Block List manager context

* Fixed issues in Tiptap toolbar button

* Corrected base class for Tiptap Image extension

* Fixed up the RTE package vite config

to export the Tiptap classes (for CMS build)

---------

Co-authored-by: leekelleher <leekelleher@gmail.com>
2024-09-24 18:40:02 +01:00
Mads Rasmussen
aa494ece8b clean up 2024-09-24 19:23:30 +02:00
Mads Rasmussen
37c4ede076 simplify check 2024-09-24 19:18:39 +02:00
Mads Rasmussen
41ccbf621c localize 2024-09-24 19:03:46 +02:00
Mads Rasmussen
21eb6e5a33 Merge branch 'main' into v15/feature/discard-changes 2024-09-24 18:56:53 +02:00
Mads Rasmussen
521aba2794 revert changes in doc workspace 2024-09-24 18:52:11 +02:00
Mads Rasmussen
12cfdb5883 add local path checks 2024-09-24 18:49:55 +02:00
Mads Rasmussen
b9ab8dc4dc use path pattern to crreate path 2024-09-24 17:37:35 +02:00
Mads Rasmussen
bdd008365b use entity detail workspace base 2024-09-24 16:37:10 +02:00
Mads Rasmussen
fc6ec26786 make args object 2024-09-24 16:36:42 +02:00
Mads Rasmussen
fca09f4771 more explicit names 2024-09-24 14:52:28 +02:00
Mads Rasmussen
070e4b102e Update submittable-workspace-context-base.ts 2024-09-24 14:45:42 +02:00
Mads Rasmussen
bdda536b4c Update document-workspace.context.ts 2024-09-24 14:45:38 +02:00
Mads Rasmussen
ca9d0bbefb fix load response 2024-09-24 14:39:31 +02:00
Mads Rasmussen
737aea0239 Update entity-workspace-base.ts 2024-09-24 14:37:27 +02:00
Mads Rasmussen
d9f8074653 Update data-type-workspace.context.ts 2024-09-24 14:35:35 +02:00
Mads Rasmussen
fe4841a3c2 fix imports 2024-09-24 14:35:12 +02:00