Skip to content

Commit ba0d596

Browse files
committed
v0.21.0
1 parent 7750e9a commit ba0d596

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.21.0
4+
5+
- Adds an `Image` component for embedding images in your visualizations. ([#174](https://github.com/stevenpetryk/mafs/pull/174)).
6+
- Adds a `debug` prop to `Mafs` to make it easy to peek outside the current camera's view for debugging lazy-loaded visualizations.
7+
38
## 0.20.1
49

510
- Fixes 'overhandling' of arrow keypresses ([#169](https://github.com/stevenpetryk/mafs/pull/169))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mafs",
3-
"version": "0.20.1",
3+
"version": "0.21.0",
44
"license": "MIT",
55
"author": "Steven Petryk (https://stevenpetryk.com)",
66
"description": "React components for interactive, animated math visualizations.",

0 commit comments

Comments
 (0)