From fcc950fc019857871ffa6ecad8619f0ce9881ff5 Mon Sep 17 00:00:00 2001 From: Steven Petryk Date: Sun, 15 Jan 2023 21:55:27 -0800 Subject: [PATCH] v0.11.0 --- CHANGELOG.md | 4 ++++ docs/app/guides/guides.tsx | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f15b3ce..56c148cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.11.0 + +- 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. + ## 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)). diff --git a/docs/app/guides/guides.tsx b/docs/app/guides/guides.tsx index 342c97c3..a6d5d975 100644 --- a/docs/app/guides/guides.tsx +++ b/docs/app/guides/guides.tsx @@ -72,7 +72,7 @@ export const Guides: Section[] = [ guides: [ { sidebarTitle: "Overview", - title: "Custom elements", + title: "Custom components", icon: CustomComponentsIcon, slug: "overview", }, diff --git a/package.json b/package.json index 8f21face..6c4ea84d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mafs", - "version": "0.10.1", + "version": "0.11.0", "license": "MIT", "author": "Steven Petryk (https://stevenpetryk.com)", "homepage": "https://mafs.dev",