Skip to content

Commit

Permalink
v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Jan 13, 2023
1 parent 8e1a6ba commit 25b674d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog

# 0.9.0
## 0.10.1

- Fixes a bug where `Text` would have an ugly stroke when a custom color is set ([#85](https://github.com/stevenpetryk/mafs/issues/85)).

## 0.10.0

### Breaking changes

- `VectorField` is now `Plot.VectorField`
- `FunctionGraph` is now `Plot`
- Several props from these components have changed. See the [documentation on Plots](https://mafs.dev/guides/display/plots) for the latest guidance.

### Improvements

- Mafs' numerical function sampling algorithm has been improved.
- There is now a `Plot.OfY`. Both `Plot.OfX` and `Plot.OfY` use `Plot.Parametric` under the hood.

## 0.9.0

- Mafs now ships with the Computer Modern typeface, and makes it easy to use in your own project. It just requires a change to your CSS:

Expand All @@ -12,11 +29,11 @@

`"mafs/build/index.css"` is still included in the package to avoid breaking things. It will be removed in a future release.

# 0.8.2
## 0.8.2

- Ensures that `React.PropsWithChildren` is used for components that accept children, for React 18 compatibility reasons.

# 0.8.1
## 0.8.1

- Fixes a bug involving the ESM build.

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.10.0",
"version": "0.10.1",
"license": "MIT",
"author": "Steven Petryk (https://stevenpetryk.com)",
"homepage": "https://mafs.dev",
Expand Down

1 comment on commit 25b674d

@vercel
Copy link

@vercel vercel bot commented on 25b674d Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.