Skip to content

Commit 9b752e2

Browse files
committed
v0.14.0
1 parent 79511af commit 9b752e2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.14.0
4+
5+
- `CartesianCoordinates` is now `Coordinates.Cartesian`. In addition to Cartesian coordinates, you
6+
can now also use `Coordinates.Polar` to display polar coordinates. See the [Coordinates docs](https://mafs.dev/guides/display/coordinates) for more information.
7+
38
## 0.13.1
49

510
- Fixes an issue ([#95](https://github.com/stevenpetryk/mafs/issues/95)) where arrow markers in `Vector` were transformed incorrectly and looked comically large.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mafs",
3-
"version": "0.14.0-rc.0",
3+
"version": "0.14.0",
44
"license": "MIT",
55
"author": "Steven Petryk (https://stevenpetryk.com)",
66
"homepage": "https://mafs.dev",

0 commit comments

Comments
 (0)