Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Jan 2, 2023
1 parent 419c581 commit b77ff39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.8.0

- Added the [`Transform` component](https://mafs.dev/guides/utility/transform)
- Added the [`viewBox` prop](https://mafs.dev/guides/display/viewbox)

### Breaking changes

- `xAxisExtent` and `yAxisExtent` have been replaced with [`viewBox`](https://mafs.dev/guides/display/viewbox).

## 0.7.2

- When `pan` is enabled on a `Mafs` view, keyboard users can now focus on the view itself and use the arrow keys to pan.
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.7.2",
"version": "0.8.0",
"license": "MIT",
"author": "Steven Petryk (https://stevenpetryk.com)",
"homepage": "https://mafs.dev",
Expand Down

1 comment on commit b77ff39

@vercel
Copy link

@vercel vercel bot commented on b77ff39 Jan 2, 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.