Skip to content

Releases: anuraghazra/Verly.js

Verly.js v1.4.0

10 Feb 14:19
Compare
Choose a tag to compare

What's Changed

  • fix: Made accessibility setup optional
  • chore: Bump acorn from 6.2.0 to 6.4.1 by @dependabot in #5
  • feat: added accessibility by @anuraghazra in #20
  • refactor: update deps, convert to pure es module, replace webpack with esbuild by @mreinstein in #29

Full Changelog: v1.3.0...v1.4.0

Verly.js v1.3.0 (13-07-2019)

13 Jul 11:49
Compare
Choose a tag to compare

Added

  • AngleStick Class - AngleStick is a angle join which will prevent points from bending at certain degrees, helpfull for making ragdolls
  • Entity.js - addAngleStick
  • Utils.js - radians, degrees
  • Vector.js - angle, angle2, rotateBy
  • Verly.js - setDPI() function which will improve the rendering in mobile devices
  • Added Basic Unit Testing

Verly.js v1.2.1 (11-07-2019)

11 Jul 14:42
Compare
Choose a tag to compare

Added

  • better landing page
  • improved examples

Fixed

  • bug in clamp function

Verly.js v1.2.0 (08-07-2019)

08 Jul 15:07
Compare
Choose a tag to compare

Added

  • Hidden Sticks with hidden parameter to Stick class
  • Setters API for easy use of Point and Stick constructors
  • Method chaining for Point and Stick
  • with setters api we can create customized Entity easily. entity.addPoint(0, 0).pin().setRadius()

Fixed

  • clamp function wrong parameter bug
  • fixed development webpack environment

Verly.js v1.1.4

05 Jul 08:57
Compare
Choose a tag to compare

Fixed

  • independent internal rendering engine
  • multiple instance of verly.js was causing global var collisions (WIDTH, HEIGHT, CTX)

Changed

  • Entity.js Class now expects two arguments (iteration, verlyInstance) because previously we used global variables to keep track of WIDTH, HEIGHT and ctx which was casing some problems
  • When extending Entity class we have to do super(iteration, verlyInstance)
  • Point.js Class's render, constrain, update methods now expects verlyInstance and ctx variables to be passed.

Verly.js v1.1.3 | production build

28 Jun 08:07
Compare
Choose a tag to compare

Verly.js v1.1.2

28 Jun 06:02
Compare
Choose a tag to compare

Initial stable release