This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
Releases: dromara/newcar
Releases · dromara/newcar
v0.15.0-alpha.0
Version 0.15.0-alpha.0
This version we basically add the event function for widgets
v0.14.2
0.14.2
Patch Changes
- fix: failed to load sources under local mode.
v0.14.1
0.14.1
Patch Changes
- fix: Failed to load sources under the node.
v0.14.0
0.14.0
Minor Changes
-
- Perfect types system
- the copy function od
Widget
- the reverse mode of animation
v0.13.1
0.13.1
Patch Changes
- fix: rect progress fails loading in local mode
v0.13.0 - Include local mode!
0.13.0
Minor Changes
- Local Mode of Newcar has been included in this version. Now you can use Newcar in Node with ncli!
v0.12.2
0.12.2
Add custom background color.
v0.12.1
release(core, mod-math): v0.12.1
v0.12.0
Bugs Fixed
- tip of arrows' direction is wrong
- getting double vector when widgets scaled.
Features
- LineJoin and LineCap
- the offset and interval of paths
- stroke animation
- Update Text to Skia(CanvasKit-WASM)'s Paragraph
- perfect diff algorithm
Breaking Changes
- the first parameters of constructor of
Text
has been changed to(text | InputItem)[]
v0.11.1
0.11.1
Patch Changes
- Fixed incorrect coordinate of
Text
and its children