Skip to content

Commit

Permalink
v0.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed May 14, 2024
1 parent 62aa665 commit 4b5cd02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.18.6

- The stroke width of axes on `Coordinates.Cartesian` have now been parameterized via the `--mafs-axis-stroke-width` CSS custom property. ([#160](https://github.com/stevenpetryk/mafs/pull/160))
- A bug that caused `Coordinates.Cartesian` to re-render frequently due to a changing ID has been fixed ([#159](https://github.com/stevenpetryk/mafs/pull/159)).

## 0.18.5

- The appearance of dashed lines has been unified across various components, and is now accessible via `var(----mafs-line-stroke-dash-style)`. Thanks [@jeremywiebe](https://github.com/jeremywiebe)! [#153](https://github.com/stevenpetryk/mafs/pull/153).
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.5",
"version": "0.18.6",
"license": "MIT",
"author": "Steven Petryk (https://stevenpetryk.com)",
"homepage": "https://mafs.dev",
Expand Down

0 comments on commit 4b5cd02

Please sign in to comment.