dependabot[bot]
fc43202e8e
Bump tar from 7.5.10 to 7.5.11 ( #946 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.10 to 7.5.11.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.10...v7.5.11 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.11
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-12 12:06:21 +04:00
Veer Shah
00f5173a45
Apply table width only on confirm ( #943 )
...
Fixes #858
Previously, changing the table width input in the Settings modal would
immediately update the global settings state on every keystroke, bypassing
the Confirm button entirely. Closing the modal without confirming still
applied the change.
This follows the same uncontrolled/controlled pattern already used for
MODAL.RENAME and MODAL.LANGUAGE:
- Add a local tempTableWidth state in Modal, initialized from current settings
- Pass it to SetTableWidth as props (tempWidth / setTempWidth)
- Apply to global settings only when the user clicks Confirm (onOk)
- Reset to the original value when the user clicks Cancel or closes the modal
2026-03-07 00:09:28 +04:00
dependabot[bot]
6f80712292
Bump tar from 7.5.9 to 7.5.10 ( #941 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.9...v7.5.10 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.10
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 23:10:56 +04:00
1ilit
394c54d5b4
Add diagram ids improve navigation ( #889 )
...
* Clean up diagram loading
* Clean up templates
2026-03-01 17:18:26 +04:00
dependabot[bot]
1229153fa1
Bump minimatch from 3.1.2 to 3.1.5 ( #887 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.1.2 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-01 15:46:33 +04:00
dependabot[bot]
cb64aa6891
Bump rollup from 4.48.0 to 4.59.0 ( #886 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.48.0 to 4.59.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.48.0...v4.59.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.59.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-01 13:53:06 +04:00
1ilit
32c130cf00
Set comment textConent instead of innerHTML to avoid self xss ( #882 )
2026-02-28 00:22:55 +04:00
dependabot[bot]
0abcf99d2c
Bump jspdf from 4.1.0 to 4.2.0 ( #877 )
...
Bumps [jspdf](https://github.com/parallax/jsPDF ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/parallax/jsPDF/releases )
- [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md )
- [Commits](https://github.com/parallax/jsPDF/compare/v4.1.0...v4.2.0 )
---
updated-dependencies:
- dependency-name: jspdf
dependency-version: 4.2.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-20 15:00:39 +04:00
dependabot[bot]
5bf078f273
Bump tar from 7.5.7 to 7.5.9 ( #876 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.7 to 7.5.9.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.7...v7.5.9 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.9
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-20 11:30:58 +04:00
XC
1c2c3a517b
Fix import JSON missing type ( #872 )
2026-02-13 12:02:08 +04:00
1ilit
d81f6ba43a
Fix editor height in import from source modal ( #870 )
2026-02-11 23:19:49 +04:00
dependabot[bot]
5388f55792
Bump axios from 1.12.0 to 1.13.5 ( #869 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.12.0 to 1.13.5.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.12.0...v1.13.5 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.13.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-11 15:11:07 +04:00
Salman Chishti
59ecf849ac
Upgrade GitHub Actions to latest versions ( #868 )
...
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com >
2026-02-11 14:02:10 +04:00
1ilit
361a47831d
Remove todos ( #863 )
2026-02-07 15:42:09 +04:00
1ilit
18ee3c9f33
Show table comments on the diagram ( #860 )
2026-02-05 21:31:55 +04:00
dependabot[bot]
95976b6ecb
Bump jspdf from 4.0.0 to 4.1.0 ( #857 )
...
Bumps [jspdf](https://github.com/parallax/jsPDF ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/parallax/jsPDF/releases )
- [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md )
- [Commits](https://github.com/parallax/jsPDF/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: jspdf
dependency-version: 4.1.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-04 11:10:20 +04:00
dependabot[bot]
ab9999f392
Bump tar from 7.5.6 to 7.5.7 ( #854 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.6 to 7.5.7.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.6...v7.5.7 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-29 18:40:32 +04:00
1ilit
19140d28d5
Fix getting the correct version to compare to ( #851 )
2026-01-27 18:05:56 +04:00
1ilit
b03b8eadc3
Generate SQL migrations from diagram versions ( #850 )
2026-01-27 17:36:53 +04:00
1ilit
becfaff2b4
Fix diagrams without types/enums not opening from a digram with ( #849 )
2026-01-25 17:15:23 +04:00
1ilit
da521d59be
Fix del/dup/paste on read only diagrams ( #848 )
2026-01-24 01:04:23 +04:00
1ilit
7d58ea2377
Upgrade sql parser version ( #847 )
2026-01-24 00:40:18 +04:00
dependabot[bot]
7ec0877688
Bump lodash from 4.17.21 to 4.17.23 ( #846 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-23 11:43:41 +04:00
dependabot[bot]
76304847c0
Bump lodash-es from 4.17.21 to 4.17.23 ( #845 )
...
Bumps [lodash-es](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash-es
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 18:08:37 +04:00
dependabot[bot]
bf7d65c142
Bump tar from 7.5.3 to 7.5.6 ( #844 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.3 to 7.5.6.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.3...v7.5.6 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 13:44:14 +04:00
dependabot[bot]
4d886f0913
Bump tar from 7.4.3 to 7.5.3 ( #841 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.4.3 to 7.5.3.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.4.3...v7.5.3 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-18 17:39:26 +04:00
Anirudh-020505
1a1adc9873
Cleanup list keys ( #817 )
...
* fix: useEffect dependency and cleanup list keys
* fix: restore index i in Templates.jsx map callback
2026-01-17 22:50:42 +04:00
Yash Kishor Mali
3428e31994
Added Finnish Language Support ( #828 )
2026-01-17 22:42:25 +04:00
dependabot[bot]
12de59f950
Bump react-router and react-router-dom ( #835 )
...
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) to 6.30.3 and updates ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ). These dependencies need to be updated together.
Updates `react-router` from 6.30.1 to 6.30.3
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router@6.30.3/packages/react-router )
Updates `react-router-dom` from 6.30.1 to 6.30.3
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.30.3/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router
dependency-version: 6.30.3
dependency-type: indirect
- dependency-name: react-router-dom
dependency-version: 6.30.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-10 00:45:18 +04:00
dependabot[bot]
66b896a730
Bump jspdf from 3.0.2 to 4.0.0 ( #833 )
...
Bumps [jspdf](https://github.com/parallax/jsPDF ) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/parallax/jsPDF/releases )
- [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md )
- [Commits](https://github.com/parallax/jsPDF/compare/v3.0.2...v4.0.0 )
---
updated-dependencies:
- dependency-name: jspdf
dependency-version: 4.0.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-05 23:12:08 +04:00
saniya Jabbar Khatik
c0c4eb52ae
Add Filipino (tl) translations and complete language support ( #771 )
...
* Add Filipino language support to i18n
* Add Filipino translations for the application
---------
Co-authored-by: 1ilit <1ilit@proton.me >
2026-01-02 14:01:04 +04:00
AdityaSinha
0d38c61788
i18n: Update Punjabi (Pakistan) translations and add missing keys ( #796 )
...
* add pakistani punjabi
* done formatting
2026-01-01 13:44:41 +04:00
Parth
576cbbba57
Add missing translations for German locale ( #797 )
...
* fix: Complete missing translations for German locale
* fixing lint error
2025-12-30 12:19:19 +04:00
Neha Sharma
bb3d98907c
Add missing uk translations ( #815 )
...
* uk.js fixed with missing translations
* fix
2025-12-27 13:23:48 +04:00
Tamás Balog
4780e1d8a8
Translate latest entries to Hungarian ( #829 )
2025-12-07 13:18:03 +04:00
Divya Pahuja
1e909dd89b
Add Bulgarian locale ( #776 )
2025-12-05 20:45:32 +04:00
yakshit savaliya
e22f7e337e
Add missing translations for Gujarati and Marathi ( #823 )
...
Co-authored-by: yaxit24 <yaxit24@example.com >
2025-12-05 10:31:35 +04:00
PRANAV KUMAR
b2b0ecf13b
Fix: Correctly handle 'null' default value for nullable fields ( #780 )
2025-12-04 10:58:38 +04:00
Shibaditya Deb
fe9debd825
lean more button pointer hover ( #802 )
2025-12-04 10:55:06 +04:00
JBR-0100
a9fe55d7f9
Update Kannada translation ( #774 )
2025-12-04 00:01:14 +04:00
Angelo Nelson
4d86fa6534
Update Urdu translations ( #791 )
2025-12-04 00:00:03 +04:00
Ansh Sharma
d7670e5f96
Update Danish locale( #784 )
2025-12-03 23:56:48 +04:00
Jay Patil
6510fef92c
Fixed Indonesian translation for menu items ( #787 )
2025-12-03 23:54:31 +04:00
Ananya Gupta
a7baf869dd
Added Swahili Support ( #786 )
2025-12-03 12:43:46 +04:00
Jeet-Srivastava
ce02f6974d
Update Czech translations ( #750 )
2025-12-03 12:27:46 +04:00
dependabot[bot]
e5db561789
Bump mdast-util-to-hast from 13.2.0 to 13.2.1 ( #788 )
...
Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast ) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases )
- [Commits](https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1 )
---
updated-dependencies:
- dependency-name: mdast-util-to-hast
dependency-version: 13.2.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 10:29:59 +04:00
vsh1h
46e852dac2
Add mongolian language support ( #747 )
...
Co-authored-by: vsh1h <vsh1h@users.noreply.github.com >
2025-11-28 11:42:09 +04:00
Rohit Nair P
6fe5c0e3ea
Updated the Kannada localization ( #735 )
2025-11-25 22:17:24 +04:00
Siddharth Shukla
034a1fadc5
Add Assamese (as) language support ( #731 )
...
* Add Assamese language support
* Remove unintended changes to package-lock.json
2025-11-25 21:25:56 +04:00
Vaibhav Singh
ba9055d5a5
Updated Tamil translation ( #732 )
2025-11-25 18:25:07 +04:00