Skip to content

Commit 7d31629

Browse files
Change version to 1.1.0
1 parent a0f890e commit 7d31629

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CHANGES
22
=======
33

4-
dev
5-
---
4+
1.1.0
5+
-----
66

77
Improvements:
88
- Change the API revision to 1.2
@@ -18,10 +18,10 @@ New features:
1818
Internals:
1919
- Convert all materials to ShaderMaterial/RawShaderMaterial (#53)
2020
- Move some shaders to shader.js (#54)
21-
- Replace BoxGeometry by lower-level BufferGeometry (#56)
21+
- Replace BoxGeometry with lower-level BufferGeometry (#56)
2222

2323
Documentation:
24-
- Move the documentation to this repository and make it more interative
24+
- Move the documentation to this repository and make it more interactive
2525

2626
1.0.3
2727
-----
@@ -30,7 +30,7 @@ Improvements:
3030
- Allow non-axis-parallel coplanar polygons. Before mathics-threejs-backend could only handle coplanar polygons with all x, y, or z coordinates the same. Now it can handle all coplanar polygons without holes
3131

3232
Internals:
33-
- Replace MeshStandardMaterial by a custom ShaderMaterial in polygons
33+
- Replace MeshStandardMaterial with a custom ShaderMaterial in polygons
3434
- Allow setting the port for the server (npm start-server [port])
3535

3636
Bug fixes:
@@ -80,4 +80,4 @@ Bug fixes:
8080
Internals:
8181
- More intensive use of custom shader. Custom shaders are faster and more flexible
8282
- Split primitives.js into multiple files (#28). Thanks to @rocky for the idea
83-
- Replace `InstancedMesh` by the lower-level `InstancedBufferGeometry`
83+
- Replace `InstancedMesh` with the lower-level `InstancedBufferGeometry`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mathicsorg/mathics-threejs-backend",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"threejs_revision": 136,
55
"description": "Mathics 3D Graphics backend using three.js",
66
"source": "src/index.js",

0 commit comments

Comments
 (0)