|
1 | 1 | # Versions
|
2 | 2 |
|
| 3 | +## v1.0.0-alpha.3 |
| 4 | + |
| 5 | +_Oct 7, 2024_ |
| 6 | + |
| 7 | +A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: |
| 8 | + |
| 9 | +- ⭐ We added several new components: CheckboxGroup, RadioGroup, Form, Separator |
| 10 | +- ⭐ Menu has new parts: CheckboxItem, RadioItem, and Group |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +- [AlertDialog] Move types to namespaces (#591) @michaldudak |
| 15 | +- [Checkbox] Modernize implementation (#594) @atomiks |
| 16 | +- [CheckboxGroup] Implement components and hooks (#458) @atomiks |
| 17 | +- [Collapsible] Add Collapsible components and hooks (#481) @mj12albert |
| 18 | +- [Dialog] Move types to namespaces (#697) @michaldudak |
| 19 | +- [Dialog][Collapsible] Fix style prop merging (#641) @michaldudak |
| 20 | +- [Form] Create new `Form` component (#589) @atomiks |
| 21 | +- [Menu] CheckboxItem component (#533) @michaldudak |
| 22 | +- [Menu] Do not select an item when space is pressed during typeahead (#542) @michaldudak |
| 23 | +- [Menu] Fix custom anchor positioning (#609) @michaldudak |
| 24 | +- [Menu] Group and Separator components (#535) @michaldudak |
| 25 | +- [Menu] Increase test timeout (#592) @michaldudak |
| 26 | +- [Menu] RadioItem component (#534) @michaldudak |
| 27 | +- [Menu] Remove the unused prop (#647) @michaldudak |
| 28 | +- [Menu] Remove wrong default value from docs (#549) @sai6855 |
| 29 | +- [Menu][Popover][PreviewCard][Tooltip] Add default value as `clippingAncestors` to collisionBoundary prop (#580) @sai6855 |
| 30 | +- [NumberField] Modernize implementation (#590) @atomiks |
| 31 | +- [Popover] Modernize implementation (#607) @atomiks |
| 32 | +- [PreviewCard] Modernize implementation (#626) @atomiks |
| 33 | +- [RadioGroup] Create new `RadioGroup` component (#487) @atomiks |
| 34 | +- [Slider] Fix Home / End regression (#526) @sai6855 |
| 35 | +- [Tooltip] Modernize implementation (#606) @atomiks |
| 36 | +- [useButton] Modernize implementation (#643) @michaldudak |
| 37 | +- [useScrollLock] Avoid scrollbar layout shift issues (#604) @atomiks |
| 38 | + |
| 39 | +### Docs |
| 40 | + |
| 41 | +- [docs] Fix 301 redirections in docs @oliviertassinari |
| 42 | +- [docs] Make the readme specific to @base_ui/react (#633) @michaldudak |
| 43 | +- [docs] Copy vale-action.yml from main repo @oliviertassinari |
| 44 | +- [docs] Fix 301 to chromium (#636) @oliviertassinari |
| 45 | +- [docs] Avoid dead links in demos (#610) @oliviertassinari |
| 46 | +- [docs] Fix rel attribute on edit GitHub links (#614) @oliviertassinari |
| 47 | +- [docs] Fix pnpm docs:link-check script (#552) @oliviertassinari |
| 48 | +- [docs] Fix Stack Overflow issue canned response @oliviertassinari |
| 49 | +- [docs] Fix outdated link to support page @oliviertassinari |
| 50 | +- [docs] Clarify contribution guide references @oliviertassinari |
| 51 | + |
| 52 | +### Core |
| 53 | + |
| 54 | +- [code-infra] Remove custom playwright installation steps (#646) @Janpot |
| 55 | +- [core] Fix 301 link to Next.js and git diff @oliviertassinari |
| 56 | +- [core] Fix package.json repository rule @oliviertassinari |
| 57 | +- [core] MUI X repository moved to a new location @oliviertassinari |
| 58 | +- [core] React 19 compatibility (#605) @michaldudak |
| 59 | +- [core] Reference `ownerDocument` (#660) @atomiks |
| 60 | +- [core] Remove 'use client' from index files (#331) @michaldudak |
| 61 | +- [core] Remove /.yarn (#596) @oliviertassinari |
| 62 | +- [core] Remove Material UI dependency (#585) @michaldudak |
| 63 | +- [core] Remove the legacy components from the repo (#584) @michaldudak |
| 64 | +- [core] Rename positionStrategy to positionMethod (#704) @michaldudak |
| 65 | +- [docs-infra] Fix double // (#613) @oliviertassinari |
| 66 | +- [docs-infra] Strengthen CSP (#595) @oliviertassinari |
| 67 | +- [infra] Adds reusable workflow for closing message on issues (#598) @michelengelen |
| 68 | +- [infra] Adds reusable workflow for issue cleanup (#597) @michelengelen |
| 69 | +- [infra] Fix line break in Stack Overflow message @oliviertassinari |
| 70 | +- [test] Fix tests on Safari (#546) @michaldudak |
| 71 | +- [test] Fix the test_types_next CI job (#703) @michaldudak |
| 72 | +- [test] Improve visual screenshot canva (#708) |
| 73 | +- [test] Point Istanbul to correct URL (#657) @sai6855 |
| 74 | +- [test] Run Browserstack tests on master only (#578) @michaldudak |
| 75 | +- [test] Use `waitFor` instead of fixed timeout in tests (#632) @michaldudak |
| 76 | +- [website] Improve utm_source strategy @oliviertassinari |
| 77 | +- [website] Modernize the Base UI website (#538) @michaldudak |
| 78 | + |
| 79 | +All contributors of this release in alphabetical order: @atomiks, @Janpot, @michaldudak, @michelengelen, @mj12albert, @oliviertassinari, @sai6855 |
| 80 | + |
3 | 81 | ## v1.0.0-alpha.2
|
4 | 82 |
|
5 | 83 | _Aug 19, 2024_
|
|
0 commit comments