Skip to content

Commit b3ff1c8

Browse files
committed
v0.12.0
1 parent 9c144b6 commit b3ff1c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
# 0.12.0
4+
5+
- Mafs has had a mostly-internal update to correct the TypeScript types that were being exported. This is unlikely to affect existing code, unless you were importing `Vector2` or `Matrix` from Mafs. The correct way to import those types is now `import { vec } from 'mafs'` and then use `vec.Vector2` and `vec.Matrix`.
6+
37
# 0.11.4
48

59
- All exported Mafs components now have `displayName`, making the React devtools a little easier to read.

package.json

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

0 commit comments

Comments
 (0)