Aakansha Doshi
Aakansha Doshi
Currently, it doesn't sanitize the URL by removing script tags which can lead to XSS as well (eg in cases where content loaded from an external URL in iframe) hence...
- [x] Update utils to use workspace @excalidraw/utils in codebase - [x] fix the build workflows - [x] fix tests - [x] Split the utils package into `src` and `tests`...
There has been lot of requests to support handwritten font in different languages eg Chinese, Japanese, Arabic and more so creating this issue for linking all of theme at one...
Release notes - https://github.com/excalidraw/mermaid-to-excalidraw/blob/e378ae217d90a26ad2a8c3296629e3a65ce2a977/CHANGELOG.md
Hi @wobsoriano thanks for this package! I am trying to migrate CRA to Vite in [Excalidraw](https://github.com/excalidraw/excalidraw/pull/6441) and running into issues when migrating tests. We are using `jest-canvas-mock` and thats how...
Requested in https://discord.com/channels/723672430744174682/1234480820262142033 This would need to pass site config on initialization similar to how it happens in the mermaid live editor. Test 👇🏻 [Main_Flow_v35-0.txt](https://github.com/excalidraw/mermaid-to-excalidraw/files/15236216/Main_Flow_v35-0.txt) Throws max edge exceeded so...
## :bookmark_tabs: Summary Currently in production if for any reason an error occurs, the diagram gets stuck and isn't rendered even after error is fixed hence I have fixed that...
Add a separators prop which will have characters used for separation instead of key codes making it more user-friendly. Additionally, instead of allowing any random delimiters we will have a...
For just tags component along, we don't need really need react-dnd so it would be great if we can move to native drag and drop and this will also make...
Currently, we have an `autocomplete` prop to decide whether to add suggestions irrespective of whether they are selected. It was added in https://github.com/react-tags/react-tags/issues/39 and has the below behaviour ``` -...