Skip to content

Commit 5459166

Browse files
committed
v0.20.0
1 parent 90282f3 commit 5459166

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3-
# 0.19.0
3+
## 0.20.0
4+
5+
- Use package entrypoints, correctly tag this package as ESM using "type": "module" ([#170](https://github.com/stevenpetryk/mafs/pull/170/)).
6+
7+
## 0.19.0
48

59
- All plots (OfX, OfY, and Parametric) now support a `domain` prop. Previously, only the `Parametric` component supported setting a domain, and the prop to do so was called `t`, but this prop has been deprecated in favor of the new `domain` prop across all three plot components. Eventually, `t` will be removed.
610

package.json

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

0 commit comments

Comments
 (0)