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

Releases: dromara/newcar

v0.6.4

06 Jan 15:21
Compare
Choose a tag to compare

Bug Fixes

  • core: Children can't directly get animations and so on from their parents.

v0.6.3

29 Dec 12:57
Compare
Choose a tag to compare

Bug Fixes

  • newcar: compile error caused program can't run correctly.

v0.6.2

29 Dec 11:46
Compare
Choose a tag to compare

Bug Fixes

  • newcar: types import error.

v0.6.1

23 Dec 17:29
Compare
Choose a tag to compare

Bug Fixes

  • basic: Not all animations exported.

v0.6.0

23 Dec 15:01
Compare
Choose a tag to compare

v0.6.0

Warning

This version is a entirely-rewrited version and All the API has been refactored.

Feature

  • basic: Add some animations.
  • basic: Refactor all the objects.
  • recorder: Record animation to video.
  • mod-markdown: The first mod of newcar, which can draw markdown documentation in animation.

v0.5.0-alpha.1

09 Sep 13:51
Compare
Choose a tag to compare
v0.5.0-alpha.1 Pre-release
Pre-release

Bug Fixes

  • newcar: fix the undefined value of options.backgroundColor, this bug is fatal

v0.5.0-alpha.0

09 Sep 12:20
Compare
Choose a tag to compare
v0.5.0-alpha.0 Pre-release
Pre-release

Achieve

  • objects: Add rotation center for objects.
  • objects: Implement rotation center.
  • objects: number display on CoordinateSystem.
  • objects: number display on NumberAxis.
  • objects: new object Svg.
  • objects: new object Tex.
  • objects: Add utils function getAbsoluteCoordinate.
  • objects: Change the default value of Point.size.
  • objects: Change the default value of Text.size.
  • objects: Add new function beforeTranslate for Carobj.
  • animation-builder: Add animation Division, FontSize and Radius.
  • animation-builder: Add animation FadeIn, FadeOut, Grow.
  • animation-builder: Add animation RotateIn, RotateOut.
  • utils: Add Color.

Breaking Change

  • objects: Rename AngleCircle to CircleAngle.
  • objects: Rename HTMLPlugin to WebView.
  • objects: Rename ImagePlugin to Image.
  • objects: Deprecated Pen and Polygon.
  • objects: Delete parameters x_width and y_width of CoordinateSystem.
  • objects: Change the color input method(use Color).
  • objects: Change the API of CoordinateSystem and NumberAxis.
  • objects: Change the setting way of Rectangle.
  • objects: Change the default value of Text.align.
  • objects: Change the center of Rectangle.
  • objects: Change the center of Image.
  • objects: Change the center of Svg.

Bug Fixes

  • core: onSet isn't be run on children.
  • objects: Circle cannot be displayed properly.
  • objects: Two Point objects cannot connect to city lines at different levels.

v0.4.0

24 Aug 13:03
Compare
Choose a tag to compare

Please refer to Change Log for details

v0.3.4-alpha

14 Aug 05:56
Compare
Choose a tag to compare

In this version, we:

  1. Add object Pen
  2. fix some known bug.

v0.3.3-alpha

20 Jul 11:25
Compare
Choose a tag to compare

In this version, we:

  1. Add a new Object HTMLPlugin
  2. fix some fatal bugs
  3. Change the package type to esm

Past:

import { newcar } from "./node_modules/newcar/dist/newcar.js"

Now:

import * as newcar from "./node_modules/newcar/dist/newcar.js"