Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.3.0 for no particular reason #17

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.*
Loading