Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit 7bfcd8f

Browse files
committed
21.3.3 release
1 parent f260522 commit 7bfcd8f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+10536
-21064
lines changed

ChangeLog

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
23-MAY-2023: 21.3.3
2+
3+
- Allows http and localhost in services (OAuth) [drawio-3079]
4+
- Fixes nth-check dependencies vulnerability by removing react-scripts and using vite [drawio-dev-dependabot-144]
5+
- [desktop] Fixed page-index and page-rage CLI export arguments [drawio-3597]
6+
- [desktop] Fixed svg export scale [drawio-desktop-1165]
7+
- Fixes Trello power-up repeated auth [DND-1015]
8+
- Fixes possible NPE in VSDX export [drawio-3608]
9+
- Fixes automatic dark mode in viewer [drawio-3614]
10+
- Fixes patch and in-place change of local view state
11+
- Improves AI prompt for smart template generation
12+
- Fixes timeout and adds callback in synchronizeFile
13+
- Adds plain text tooltips to SVG export [drawio-3610]
14+
- Uses noopener,noreferrer to open links in viewer
15+
16+
15-MAY-2023: 21.3.2
17+
18+
- Fixes NPE added in 21.3.1
19+
120
15-MAY-2023: 21.3.1
221

322
- Removes animation for lightbox in all viewers

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.3.1
1+
21.3.3

etc/monday/public/index.html etc/monday/index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="theme-color" content="#000000" />
7-
<script type="text/javascript" src="%PUBLIC_URL%/js/common.js"></script>
8-
<script src="/js/viewer-static.min.js" type="text/javascript"></script>
97
<title>draw.io Monday.com App</title>
108
</head>
119
<body>
1210
<noscript>You need to enable JavaScript to run this app.</noscript>
1311
<div id="root">
1412
<div style="width: 100%; text-align: center;">
15-
<img src="%PUBLIC_URL%/images/spinner.gif" alt="loading" />
13+
<img src="./images/spinner.gif" alt="loading" />
1614
</div>
1715
</div>
16+
<script type="module" src="/src/index.jsx"></script>
1817
</body>
1918
</html>

0 commit comments

Comments
 (0)