-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.3.0 for no particular reason (#17)
* Add new OG image & blogpost * It's fine, nothing's happening
- Loading branch information
1 parent
6c47743
commit 3882db9
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.* |