Skip to content

Commit

Permalink
21.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Sep 21, 2023
1 parent 45f88bc commit ec5dcc2
Show file tree
Hide file tree
Showing 34 changed files with 7,362 additions and 6,636 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
20-SEP-2023: 21.8.0

- Ports Cache servlet to AWS Lambda [TI-11]
- Fixes possible tab scrolling [drawio-desktop-1411]
- Fixes default parent after root change [drawio-3868]
- Adds inverse dark filter for iframes [drawio-3869]
- Inserts overlapping connector on top [drawio-3853]
- Fixes collapsed details viewer in FF [drawio-3292]
- Adds spacing, alignment to default style [drawio-3307]
- Fixes shape search on Android with Chromium [3321]
- Adds width and height placeholders [drawio-3327]
- Add allowed domain [DID-9475]
- Adds length placeholder for edges [drawio-3327]
- Fixes constrained collapsed resize [drawio-3274]
- Adds edge meta data in CSV import [drawio-3324]
- Adds support for same height as width in CSV import

12-SEP-2023: 21.7.5

- Adds CSS styles for Latex SVG export [drawio-3839]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ draw.io is a diagramming or whiteboarding application, depending on which theme

The application is designed to be used largely as-is. draw.io is not suitable as a framework for building other products from. For this try either [Tldraw](https://github.com/tldraw/tldraw) or [Excalidraw](https://github.com/excalidraw/excalidraw).

Note, in particular, we don't have support for collaborative editing in this project. If this is important, one of the projects above is likely a better choice.

If you are using a draw.io project/product and have issues or questions about the editor itself, the issue tracker and discussion in this GitHub project are likely a good place to look.

Running
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.7.5
21.8.0
2 changes: 1 addition & 1 deletion src/main/java/com/mxgraph/online/AbsAuth.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import com.google.gson.JsonObject;

@SuppressWarnings("serial")
abstract public class AbsAuth extends HttpServlet implements AuthComm
abstract public class AbsAuth extends HttpServlet implements AbsComm
{
private static final Logger log = Logger.getLogger(AbsAuth.class.getName());
private static final boolean DEBUG = false;
Expand Down
Loading

0 comments on commit ec5dcc2

Please sign in to comment.