Skip to content

Commit

Permalink
prepare release v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherChudzicki committed Apr 14, 2022
1 parent a330591 commit 0723924
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### MathBox Changelog

### 2.1.4

Some bugfixes:

- [Fix issue with shaded surfaces being too dark](https://github.com/unconed/mathbox/pull/26) Surface shading now looks like it did in 0.0.5. Previously both sides were being shaded as the backside.
- [Fix issue with gridlines on filled surfaces](https://github.com/unconed/mathbox/pull/27) Gridlines now appear as the surface's color if surface is unfilled, and as slightly darker if surfaces are filled.
- [Remove the releases directory](https://github.com/unconed/mathbox/pull/28) Old releases, including the zipped bundles, are available at https://github.com/unconed/mathbox/releases

#### 2.1.3

Some bugfixes:
Expand Down Expand Up @@ -38,7 +46,7 @@ Some bugfixes:

#### 2.1.1

!16 applies JS-ported patches from the following open merge requests:
ported patches from the following open merge requests:

- https://gitgud.io/unconed/mathbox/-/merge_requests/11/
- https://gitgud.io/unconed/mathbox/-/merge_requests/10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathbox",
"version": "2.1.3",
"version": "2.1.4",
"description": "Presentation-quality WebGL math graphing",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import * as util from "./util";
import { Bootstrap } from "threestrap/src/bootstrap.js";
import { Context as ctx } from "./context.js";

export const version = "2.1.3";
export const version = "2.1.4";

// Just because
export const π = Math.PI;
Expand Down

0 comments on commit 0723924

Please sign in to comment.