Skip to content
Merged
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
21 changes: 6 additions & 15 deletions src/storybook/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,12 @@ We will publish release version history and changes here. Where possible, we wil

Beta versions should be relatively stable but subject to occssional breaking changes.

### **5.0.0-beta.52 - ??/??/25**

- **feat:** Added Figma Code Connect for `Badge`, `Breadcrumbs`, `Button`, `Chip`, `ChipGroup`, `Link`, `Tag` and `TagGroup`.
- **feat!:** Added Figma Code Connect for `Accordion`, `Avatar`, and `Features`. Includes the following breaking changes:
- The colour prop for `Avatar` now accepts `'default' | 'primary'` instead of `'default' | 'purple'`;
- Renamed `FeaturesItem` to `FeatureItem`. If consumers are using `Features.Item` or the common items like `Features.Bedrooms`, this change will have no impact.
- **feat:** Added Figma Code Connect for `BottomBar`, `ButtonGroup`, `ChipSelect` and `CompactSelectNative`.
- **feat:** Added Figma Code Connect for `Divider`, `EmptyData`, `SelectNative`, and `SplitButton`.
- **feat:** Added Figma Code Connect for `FolderTabs`, `PrimaryTabs`, `SecondaryTabs`, and `Tooltip`.
- **feat:** Added Figma Code Connect for `FilterBar`, `StatusIndicator`, and `SupplementaryInfo`.
- **feat:** Added Figma Code Connect for `Dialog`, `Drawer`, and `Menu`.
- **feat:** Added Figma Code Connect for `LabelText`, `PageHeader` and `Pagination`. Includes the following breaking changes:
- Renamed `breadcrumbs` prop on `PageHeader` to `navigation` to better align with Figma component.
- **feat:** Added Figma Code Connect for `SideBar` and `TopBar`.
- **feat:** Added Figma Code Connect for `Table`.
### **5.0.0-beta.52 - 17/09/25**

- **feat:** Added Figma Code Connect for majority of core components.
- **chore!:** The colour prop for `Avatar` now accepts `'default' | 'primary'` instead of `'default' | 'purple'`;
- **chore!:** Renamed `FeaturesItem` to `FeatureItem`. If consumers are using `Features.Item` or the common items like `Features.Bedrooms`, this change will have no impact.
- **chore!:** Renamed `breadcrumbs` prop on `PageHeader` to `navigation` to better align with Figma component.
- **fix:** Fixed incorrectly defined entry points for lab and utils.

### **5.0.0-beta.51 - 12/09/25**
Expand Down
Loading