From 4b7b2dd44bb1724ad6d7be399df1686ec19f577e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Mon, 15 Apr 2024 15:25:03 +0200 Subject: [PATCH] [release] 1.0.0-alpha.0 (#291) Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8b1405b7..ce0a323b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,16 @@ # Versions + +## v1.0.0-alpha.0 + +_Apr 15, 2024_ + +This is an initial release of Base UI as the @base_ui/react package. +It features the Checkbox, Number Field, and Switch as the first components to be rewritten with a fresh new API. 🚀 + +### `@base_ui/react@1.0.0-alpha.0` + +- [Checkbox] Component and Hook (#159) @atomiks +- [NumberField] Component and Hook (#186) @atomiks +- [Switch] Implement the component-per-node API (#135) @michaldudak +- [core] Rename package to @base_ui/react (#287) @michaldudak +- [core] Exclude legacy components from the package (#288) @michaldudak