Skip to content

Commit fcc950f

Browse files
committed
v0.11.0
1 parent ec4cb37 commit fcc950f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.11.0
4+
5+
- Mafs now exposes a bit of its internals to allow you to use your own custom components. See the documentation on [Custom Components](https://mafs.dev/guides/custom-components/overview) for more information.
6+
37
## 0.10.1
48

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

docs/app/guides/guides.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const Guides: Section[] = [
7272
guides: [
7373
{
7474
sidebarTitle: "Overview",
75-
title: "Custom elements",
75+
title: "Custom components",
7676
icon: CustomComponentsIcon,
7777
slug: "overview",
7878
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mafs",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"license": "MIT",
55
"author": "Steven Petryk (https://stevenpetryk.com)",
66
"homepage": "https://mafs.dev",

0 commit comments

Comments
 (0)