bdbch
bdbch
Created a PR here #6545
Problem with `happy-dom-without-node` is that it will cause problems with Node.js internals again which is why we made the switch back. The async import was actually for happy-dom-without-node so we...
So there are a few issues with how you would like it. My goal is to not create a separate package while not breaking the client or the server. `happy-dom-without-node`...
Is it still the same with the change I merged yesterday? What exactly is causing the issues on your end? Since the HTML functions are heavily reliant on HTML it's...
The problem is that `dragStart` and `dragOver` events will currently take over the text selection behavior which is why this is resolved by disabling dragging. I looked into a way...
We could pin the prosemirror-model version in `@tiptap/pm` until the issue is resolved on `zeed-dom`'s end. cc @nperez0111 @svenadlung
Thanks @VincentDauliac! Since we did the same with lowlight (users need to implement their own lowlight version now) I think it also makes sense with tippy. I'll take a look...
With our most recent changes to prosemirror in general I think we can also move Tippy and everything non-tiptap related to peerDeps too. I'll see if I can push this...
Not planned yet. If anyone wants to pick this up I'd look over it. In general I agree that it should not be included in the bundle itself but you...
I replaced tippy with Floating UI in #5398 - but still have it as a fixed dependency for the floating-menu and bubble-menu extensions. I would be fine with moving it...