diff --git a/src/content/blog/assets/ui-0.2.0.png b/src/content/blog/assets/ui-0.2.0.png deleted file mode 100644 index 1bd0529..0000000 Binary files a/src/content/blog/assets/ui-0.2.0.png and /dev/null differ diff --git a/src/content/blog/studiocms-ui-0-2-0.md b/src/content/blog/studiocms-ui-0-2-0.md deleted file mode 100644 index c712487..0000000 --- a/src/content/blog/studiocms-ui-0-2-0.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "StudioCMS UI v0.2.0 - The Accessibility Update" -author: louis-escher -publishDate: 2024-12-19 -description: We're releasing @studiocms/ui v0.2.0! -hero: - image: "./assets/ui-0.2.0.png" - alt: StudioCMS UI 0.2.0 - The Accessibility Update ---- - -We're following up on our recent release of [`@studiocms/ui`](https://npmjs.com/package/@studiocms/ui) with version 0.2.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 [`` 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+)!