Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Releases: dromara/newcar

v0.15.0-alpha.0

23 Apr 02:04
Compare
Choose a tag to compare
v0.15.0-alpha.0 Pre-release
Pre-release

Version 0.15.0-alpha.0

This version we basically add the event function for widgets

v0.14.2

21 Apr 11:59
Compare
Choose a tag to compare

0.14.2

Patch Changes

  • fix: failed to load sources under local mode.

v0.14.1

21 Apr 09:03
Compare
Choose a tag to compare

0.14.1

Patch Changes

  • fix: Failed to load sources under the node.

v0.14.0

19 Apr 12:44
Compare
Choose a tag to compare

0.14.0

Minor Changes

    • Perfect types system
    • the copy function od Widget
    • the reverse mode of animation

v0.13.1

15 Apr 02:43
Compare
Choose a tag to compare

0.13.1

Patch Changes

  • fix: rect progress fails loading in local mode

v0.13.0 - Include local mode!

15 Apr 02:07
Compare
Choose a tag to compare

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

14 Apr 10:02
Compare
Choose a tag to compare

0.12.2

Add custom background color.

v0.12.1

13 Apr 12:31
Compare
Choose a tag to compare
release(core, mod-math): v0.12.1

v0.12.0

13 Apr 06:42
Compare
Choose a tag to compare

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

10 Apr 02:39
Compare
Choose a tag to compare

0.11.1

Patch Changes

  • Fixed incorrect coordinate of Text and its children