Skip to content

Commit 2268246

Browse files
committed
update changelog with rewrite stuff
1 parent d224c6a commit 2268246

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.src.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ Pull requests are most welcome!
3838

3939
### 0.6.0
4040

41-
- Complete rewrite.
42-
43-
### 0.5.9
44-
45-
- Support named edges (#16, #96).
46-
- Minor improvements too mark scaling.
41+
- *Complete rewrite;* there are many breaking changes.
42+
- Nodes and edges can now appear directly in a CeTZ canvas and use the normal coordinate system. The elastic coordinate system used in `diagram()` can also be achieved by using `flexigrid()` inside a CeTZ canvas.
43+
- Nodes and edges can be styled with `cetz.draw.set-style()`, like other CeTZ elements.
44+
- Row and column sizes of flexigrids can be set with an interface similar to `std.grid()`.
45+
- Edges can be named and support path anchors.
46+
- The `debug` option of `diagram()` has been added to `node()` and `edge()`, and allows more granular control with string arguments (e.g., `debug: "grid.cells"` or `debug: "node edge.snap"`).
4747

4848
### 0.5.8
4949

0 commit comments

Comments
 (0)