Skip to content

Commit

Permalink
v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Jul 21, 2024
1 parent 1762b62 commit da223c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 0.19.0

- 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.

## 0.18.8

- VectorField no longer breaks when rendering the vector `[0, 0]` ([#164](https://github.com/stevenpetryk/mafs/issues/164)).
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": "mafs",
"version": "0.18.8",
"version": "0.19.0",
"license": "MIT",
"author": "Steven Petryk (https://stevenpetryk.com)",
"homepage": "https://mafs.dev",
Expand Down

0 comments on commit da223c4

Please sign in to comment.