Skip to content

Commit

Permalink
0.3.0 for no particular reason (#17)
Browse files Browse the repository at this point in the history
* Add new OG image & blogpost

* It's fine, nothing's happening
  • Loading branch information
louisescher authored Dec 19, 2024
1 parent 6c47743 commit 3882db9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Binary file added src/content/blog/assets/ui-0.3.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/content/blog/studiocms-ui-0-3-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "StudioCMS UI v0.3.0 - The Accessibility Update"
author: louis-escher
publishDate: 2024-12-19
description: We're releasing @studiocms/ui v0.3.0!
hero:
image: "./assets/ui-0.3.0.png"
alt: StudioCMS UI 0.3.0 - The Accessibility Update
---

We're following up on our recent release of [`@studiocms/ui`](https://npmjs.com/package/@studiocms/ui) with version 0.3.0,
dubbed "The Accessibility Update".

Here's a quick overview of what we've worked on for this release:

- All components have been updated to adhere to the [ARIA guidelines](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA)
- A new [`<Tabs />` component](https://ui.studiocms.dev/docs/components/tabs/) has been added, at the request of a community member
- The library has been turned into an integration to allow us to add more exciting features down the line
- All scripts are now modularized & bundled, meaning less front-end JS for you!

Check out [the documentation](https://ui.studiocms.dev) to find out how to get started, or check out the
[source code on GitHub](https://github.com/withstudiocms/UI) (and maybe give it a star)! You can also
[request new components with our issue templates](https://github.com/withstudiocms/ui/issues/new?assignees=&labels=feat&projects=&template=2-feature-request.yml&title=%5BFeature+Request%5D%3A+)!

*Don't ask what happened to 0.2.0. We don't talk about that one. I might've fumbled.*

0 comments on commit 3882db9

Please sign in to comment.