All releases
Patch Changes
-
fix: Remove TypeScript
ascasts fromclass={...}attributes inPathandGeoPointto fix unocss compat. (#449) -
fix: guard against undefined accessor in printScale (#875)
When activeGetters includes z or r scales that are not configured, the accessor is undefined, causing acc.toString() to throw. Added null check.