Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release : 2021 JUN 20 #870

Merged
merged 1 commit into from
Jun 20, 2021
Merged

Release : 2021 JUN 20 #870

merged 1 commit into from
Jun 20, 2021

Conversation

z3dev
Copy link
Member

@z3dev z3dev commented Jun 20, 2021

DO NOT SQUASH MERGE

There's a new release of JSCAD, including changes from several pull requests.

Features

modeling: added mat4.isIdentity()
regl-renderer: added new command drawLines, and adjusted demos (#863)

NOTES:

  1. For applications that use regl-renderer, please update the options for the renderer.
  drawCommands: {
    // draw commands bootstrap themselves the first time they are run
    drawAxis: drawCommands.drawAxis,
    drawGrid: drawCommands.drawGrid,
    drawLines: drawCommands.drawLines, // NEW
    drawMesh: drawCommands.drawMesh
  }

Successfully published:

  • @jscad/cli@2.2.5
  • @jscad/core@2.3.5
  • @jscad/amf-deserializer@2.1.2
  • @jscad/amf-serializer@2.0.6
  • @jscad/dxf-deserializer@2.3.2
  • @jscad/dxf-serializer@2.0.6
  • @jscad/io-utils@2.0.5
  • @jscad/io@2.0.6
  • @jscad/json-deserializer@2.0.6
  • @jscad/json-serializer@2.0.5
  • @jscad/obj-deserializer@2.0.5
  • @jscad/stl-deserializer@2.1.2
  • @jscad/stl-serializer@2.0.6
  • @jscad/svg-deserializer@2.2.4
  • @jscad/svg-serializer@2.2.3
  • @jscad/x3d-serializer@2.2.4
  • @jscad/modeling@2.5.0
  • @jscad/regl-renderer@2.2.0
  • @jscad/vtree@2.0.6
  • @jscad/web@2.4.0

 - @jscad/cli@2.2.5
 - @jscad/core@2.3.5
 - @jscad/amf-deserializer@2.1.2
 - @jscad/amf-serializer@2.0.6
 - @jscad/dxf-deserializer@2.3.2
 - @jscad/dxf-serializer@2.0.6
 - @jscad/io-utils@2.0.5
 - @jscad/io@2.0.6
 - @jscad/json-deserializer@2.0.6
 - @jscad/json-serializer@2.0.5
 - @jscad/obj-deserializer@2.0.5
 - @jscad/stl-deserializer@2.1.2
 - @jscad/stl-serializer@2.0.6
 - @jscad/svg-deserializer@2.2.4
 - @jscad/svg-serializer@2.2.3
 - @jscad/x3d-serializer@2.2.4
 - @jscad/modeling@2.5.0
 - @jscad/regl-renderer@2.2.0
 - @jscad/vtree@2.0.6
 - @jscad/web@2.4.0
@z3dev z3dev requested review from mister-jscad and SimonClark June 20, 2021 04:40
Copy link

@mister-jscad mister-jscad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes as expect for the release.

@z3dev z3dev merged commit b0fd63e into master Jun 20, 2021
@z3dev z3dev deleted the release branch September 4, 2021 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants