Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Sep 8, 2021
1 parent ffed384 commit 6ddc15e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
# Changelog

# 0.4.0
## 0.4.1

## New features
### Bug fixes

- The TypeScript types for `VectorField` no longer (erroneously) require the `xyOpacity` and `opacityStep` props.

## 0.4.0

### New features

- Added [`Line.Segment`](https://mafs.dev/guides/display/lines/)
- Added [Bezier curve example](https://mafs.dev/guides/examples/bezier-curves/)

## Bug fixes
### Bug fixes

- `FunctionGraph.Parametric` now supports decreasing values of `t`, enabling functions to be evaluated "backwards".

## Changes
### Changes

- Dashed lines are now dashier (the dash array was changed from `4,3` to `1,10`).

# 0.3.2
## 0.3.2

- Re-released as bundled by esbuild. Slightly smaller bundle with minified CSS. No behavioral changes.

# 0.3.1
## 0.3.1

- Re-released under MIT license. No code changes.

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.4.0",
"version": "0.4.1",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 6ddc15e

Please sign in to comment.