You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# Changelog
2
2
3
3
## [unreleased]
4
-
-[BREAKING] Rename `linear_gradient!` to `linearGradient!` for consistency with the other svg macros (same with `radial_gradient!` and `mesh_gradient!`).
4
+
-[BREAKING] Rename `linear_gradient!` to `linearGradient!` for consistency with the other svg macros (same with `radial_gradient!` and `mesh_gradient!`) (#377).
5
5
- Fixed `base_path` with a trailing slash parsing / handling.
6
+
- Fixed `C` macro memory / WASM file size issue.
6
7
7
8
## v0.7.0
8
9
-[BREAKING] Custom elements are now patched in-place (#364). Use `el_key` to force reinitialize an element.
0 commit comments