+\`\`\``,
+ breaking: true,
+ commitSha: '243e5e7',
+ },
+ {
+ components: [],
+ version: '0.11.0',
+ prs: ['32202'],
+ description: `**BREAKING**: Updating color tokens to match the new neutral style on different surfaces.`,
+ migration: `There's no direct replacement for the old tint tokens but you can use the new neutral set of color tokens on surface 0 or 1 as a replacement.
+
+- \`--bui-bg-tint\` can be replaced by \`--bui-bg-neutral-on-surface-0\`
+- \`--bui-bg-tint-hover\` can be replaced by \`--bui-bg-neutral-on-surface-0-hover\`
+- \`--bui-bg-tint-pressed\` can be replaced by \`--bui-bg-neutral-on-surface-0-pressed\`
+- \`--bui-bg-tint-disabled\` can be replaced by \`--bui-bg-neutral-on-surface-0-disabled\``,
+ breaking: true,
+ commitSha: '95246eb',
+ },
+ {
+ components: [],
+ version: '0.11.0',
+ prs: ['32232'],
+ description: `Introduce new \`ToggleButton\` & \`ToggleButtonGroup\` components in Backstage UI`,
+ breaking: true,
+ commitSha: 'ea0c6d8',
+ },
+ {
+ components: [],
+ version: '0.11.0',
+ prs: ['32297'],
+ description: `Fixes disabled state in primary and secondary buttons in Backstage UI.`,
+
+ commitSha: '21c87cc',
+ },
+ {
+ components: [],
+ version: '0.11.0',
+ prs: ['32265'],
+ description: `Fixed \`Link\` component causing hard page refreshes for internal routes. The component now properly uses React Router's navigation instead of full page reloads.`,
+
+ commitSha: 'b3253b6',
+ },
+ {
+ components: [],
+ version: '0.11.0',
+ prs: ['32200'],
+ description: `**BREAKING**: Renamed CSS variable \`--bui-bg\` to \`--bui-bg-surface-0\` for consistency.`,
+ breaking: true,
+ commitSha: '4ea1d15',
+ },
+ {
+ components: [],
+ version: '0.11.0',
+ prs: ['32203'],
+ description: `Fixes app background color on dark mode.`,
+
+ commitSha: '1880402',
+ },
+ {
+ components: [],
+ version: '0.11.0',
+ prs: ['32185'],
+ description: `build(deps-dev): bump \`storybook\` from 10.1.9 to 10.1.10`,
+
+ commitSha: '9c76682',
+ },
+ {
+ components: ['searchfield'],
+ version: '0.11.0',
+ prs: ['32123'],
+ description: `Fixed SearchField \`startCollapsed\` prop not working correctly in Backstage UI. The field now properly starts in a collapsed state, expands when clicked and focused, and collapses back when unfocused with no input. Also fixed CSS logic to work correctly in all layout contexts (flex row, flex column, and regular containers).`,
+
+ commitSha: 'b4a4911',
+ },
+];
diff --git a/docs-ui/src/utils/changelogs/v0.2.0.ts b/docs-ui/src/utils/changelogs/v0.2.0.ts
index b90cec0309..383a16afb0 100644
--- a/docs-ui/src/utils/changelogs/v0.2.0.ts
+++ b/docs-ui/src/utils/changelogs/v0.2.0.ts
@@ -2,97 +2,115 @@ import type { ChangelogProps } from '../types';
export const changelog_0_2_0: ChangelogProps[] = [
{
- components: ['menu'],
+ components: [],
version: '0.2.0',
- description: 'New `Menu` component',
- prs: ['29151'],
- type: 'new',
+ prs: ['28961'],
+ description: `**BREAKING**: Fix CSS imports and move CSS outputs out of the dist folder.`,
+ breaking: true,
+ commitSha: '5a5db29',
},
{
- components: ['button-icon'],
+ components: [],
+ version: '0.2.0',
+ prs: ['29241'],
+ description: `**BREAKING**: Added a new Tooltip component to Canon.`,
+ breaking: true,
+ commitSha: '4557beb',
+ },
+ {
+ components: [],
version: '0.2.0',
- description: 'New `IconButton` component',
prs: ['29239'],
- type: 'new',
+ description: `**BREAKING**: We added a new IconButton component with fixed sizes showcasing a single icon.`,
+ breaking: true,
+ commitSha: '1e4dfdb',
},
{
- components: ['scrollarea'],
+ components: [],
version: '0.2.0',
- description: 'New `ScrollArea` component',
- prs: ['29240'],
- type: 'new',
- },
- {
- components: ['button', 'checkbox'],
- version: '0.2.0',
- description: 'Improve `Button` & `Checkbox` styles',
- prs: ['29127', '28789'],
- },
- {
- components: ['text'],
- version: '0.2.0',
- description: 'Improve `Text` styles',
- prs: ['29200'],
- },
- {
- components: ['icon'],
- version: '0.2.0',
- description: 'Renamed `CanonProvider` to `IconProvider`',
- prs: ['29002'],
- },
- {
- components: ['icon'],
- version: '0.2.0',
- description: 'Added about 40+ new icons',
prs: ['29264'],
+ description: `**BREAKING**: Added about 40 new icons to Canon.`,
+ breaking: true,
+ commitSha: 'e8d12f9',
},
{
components: [],
version: '0.2.0',
- description: 'Simplified styling into a unique styles.css file',
- prs: ['29199'],
+ prs: ['29002'],
+ description: `**BREAKING**: We are renaming CanonProvider to IconProvider to improve clarity on how to override icons.`,
+ breaking: true,
+ commitSha: '8689010',
},
{
components: [],
version: '0.2.0',
- description: 'Added global styles to Backstage',
- prs: ['29137'],
- type: 'new',
+ prs: ['29151'],
+ description: `**BREAKING**: Added a new Menu component to Canon.`,
+ breaking: true,
+ commitSha: 'bf319b7',
},
{
components: [],
version: '0.2.0',
- description: 'Update global CSS tokens',
- prs: ['28804'],
+ prs: ['29200'],
+ description: `**BREAKING**: Updating styles for Text and Link components as well as global surface tokens.`,
+ breaking: true,
+ commitSha: 'cb7e99d',
},
{
- components: ['flex'],
+ components: [],
version: '0.2.0',
- description: 'Merge Stack + Inline into Flex',
- prs: ['28634'],
+ prs: ['29240'],
+ description: `**BREAKING**: Added a new ScrollArea component for Canon.`,
+ breaking: true,
+ commitSha: 'bd8520d',
},
{
- components: ['button'],
+ components: [],
version: '0.2.0',
- description: 'Improve `Button` types',
prs: ['29205'],
+ description: `Fix Button types that was preventing the use of native attributes like onClick.`,
+
+ commitSha: '56850ca',
},
{
components: [],
version: '0.2.0',
- description: 'Move font weight and family back to each components',
prs: ['28972'],
+ description: `To avoid conflicts with Backstage, we removed global styles and set font-family and font-weight for each components.`,
+
+ commitSha: '89e8686',
},
{
components: [],
version: '0.2.0',
- description: 'Fix custom values in spacing props',
- prs: ['28770'],
+ prs: ['29137'],
+ description: `Introducing Canon to Backstage. Canon styling system is based on pure CSS. We are adding our styles.css at the top of your Backstage instance.`,
+
+ commitSha: '05e9d41',
},
{
components: [],
version: '0.2.0',
- description: 'Multiple updates on the docs site',
- prs: ['28760'],
+ prs: ['29002'],
+ description: `We are renaming CanonProvider to IconProvider to improve clarity on how to override icons.`,
+ breaking: true,
+ commitSha: '8689010',
+ },
+ {
+ components: [],
+ version: '0.2.0',
+ prs: ['28972'],
+ description: `To avoid conflicts with Backstage, we removed global styles and set font-family and font-weight for each components.`,
+
+ commitSha: '89e8686',
+ },
+ {
+ components: [],
+ version: '0.2.0',
+ prs: ['28961'],
+ description: `Fix CSS imports and move CSS outputs out of the dist folder.`,
+ breaking: true,
+ commitSha: '5a5db29',
},
];
diff --git a/docs-ui/src/utils/changelogs/v0.2.1.ts b/docs-ui/src/utils/changelogs/v0.2.1.ts
index cbf0f9be0f..0815a886c3 100644
--- a/docs-ui/src/utils/changelogs/v0.2.1.ts
+++ b/docs-ui/src/utils/changelogs/v0.2.1.ts
@@ -4,41 +4,41 @@ export const changelog_0_2_1: ChangelogProps[] = [
{
components: [],
version: '0.2.1',
- description: `Internal refactor and fixes to the prop extraction logic for layout components.`,
prs: ['29389'],
- type: 'fix',
+ description: `Internal refactor and fixes to the prop extraction logic for layout components.`,
+
commitSha: 'f7cb538',
},
{
components: [],
version: '0.2.1',
- description: `Fix types on the Icon component.`,
prs: ['29306'],
- type: 'fix',
+ description: `Fix types on the Icon component.`,
+
commitSha: '5e80f0b',
},
{
components: [],
version: '0.2.1',
- description: `Updated styles for the Menu component in Canon.`,
prs: ['29351'],
- type: 'fix',
+ description: `Updated styles for the Menu component in Canon.`,
+
commitSha: '6af7b16',
},
{
components: [],
version: '0.2.1',
- description: `Add global CSS reset for anchor tags.`,
prs: ['29357'],
- type: 'new',
+ description: `Add global CSS reset for anchor tags.`,
+
commitSha: '513477f',
},
{
components: [],
version: '0.2.1',
- description: `Fix the Icon component when the name is not found to return null instead of an empty SVG.`,
prs: ['29280'],
- type: 'fix',
+ description: `Fix the Icon component when the name is not found to return null instead of an empty SVG.`,
+
commitSha: '05a5003',
},
];
diff --git a/docs-ui/src/utils/changelogs/v0.3.0.ts b/docs-ui/src/utils/changelogs/v0.3.0.ts
index 750ad292cf..eec2590e91 100644
--- a/docs-ui/src/utils/changelogs/v0.3.0.ts
+++ b/docs-ui/src/utils/changelogs/v0.3.0.ts
@@ -1,139 +1,240 @@
import type { ChangelogProps } from '../types';
export const changelog_0_3_0: ChangelogProps[] = [
- {
- components: ['datatable'],
- version: '0.3.0',
- description: 'Add `DataTable` component',
- prs: ['29484', '29603'],
- type: 'new',
- },
- {
- components: ['select'],
- version: '0.3.0',
- description: 'Add `Select` component',
- prs: ['29440'],
- type: 'new',
- },
- {
- components: ['avatar'],
- version: '0.3.0',
- description: 'Add `Avatar` component',
- prs: ['29594'],
- type: 'new',
- },
- {
- components: ['collapsible'],
- version: '0.3.0',
- description: 'Add `Collapsible` component',
- prs: ['29617'],
- type: 'new',
- },
- {
- components: ['textfield'],
- version: '0.3.0',
- description: 'Add `TextField` component instead of `Field` + `Input`',
- prs: ['29364'],
- type: 'new',
- },
- {
- components: ['datatable'],
- version: '0.3.0',
- description: 'Add `TableCellProfile`',
- prs: ['29600'],
- type: 'new',
- },
{
components: [],
version: '0.3.0',
- description: 'Add breakpoint hooks - `up()` and `down()`',
- prs: ['29564'],
- type: 'new',
- },
- {
- components: [],
- version: '0.3.0',
- description: 'Add gray scale css tokens',
- prs: ['29543'],
- type: 'new',
- },
- {
- components: [],
- version: '0.3.0',
- description:
- 'Update CSS styling API using `[data-___]` instead of class names for props',
prs: ['29560'],
+ description: `**BREAKING**: Improve class name structure using data attributes instead of class names.`,
+ breaking: true,
+ commitSha: 'df4e292',
},
{
- components: ['checkbox'],
+ components: [],
version: '0.3.0',
- description: 'Update `Checkbox` dark mode',
- prs: ['29544'],
- },
- {
- components: ['container'],
- version: '0.3.0',
- description: 'Update `Container` styles',
- prs: ['29475'],
- },
- {
- components: ['menu'],
- version: '0.3.0',
- description: 'Update `Menu` styles',
- prs: ['29351'],
- },
- {
- components: ['select'],
- version: '0.3.0',
- description: 'Fix `Select` styles on small sizes + with long option names',
- prs: ['29545'],
- },
- {
- components: ['link'],
- version: '0.3.0',
- description: 'Fix render prop on `Link`',
- prs: ['29247'],
- },
- {
- components: ['textfield', 'select'],
- version: '0.3.0',
- description: 'Remove `Field` from `TextField` + `Select`',
prs: ['29482'],
- },
- {
- components: ['text', 'heading'],
- version: '0.3.0',
- description: 'Update `textDecoration` to `none` on `Text` / `Heading`',
- prs: ['29357'],
- },
- {
- components: ['text', 'heading'],
- version: '0.3.0',
- description: 'Update `textDecoration` to `none` on `Text` / `Heading`',
- prs: ['29357'],
+ description: `**BREAKING**: Updated TextField and Select component to work with React Hook Form.`,
+ breaking: true,
+ commitSha: 'f038613',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29440'],
+ description: `**BREAKING**: Add new Select component for Canon`,
+ breaking: true,
+ commitSha: '1b0cf40',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29364'],
+ description: `**BREAKING**: Added a new TextField component to replace the Field and Input component. After feedback, it became clear that we needed to build a more opinionated version to avoid any problem in the future.`,
+ breaking: true,
+ commitSha: '5074d61',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29351'],
+ description: `Updated styles for the Menu component in Canon.`,
+
+ commitSha: '6af7b16',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29544'],
+ description: `Fix Checkbox styles on dark theme in Canon.`,
+
+ commitSha: 'bcbc593',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29564'],
+ description: `Add new breakpoint helpers up(), down() and current breakpoint to help you use our breakpoints in your React components.`,
+
+ commitSha: 'e7efb7d',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29389'],
+ description: `Internal refactor and fixes to the prop extraction logic for layout components.`,
+
+ commitSha: 'f7cb538',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29617'],
+ description: `Add new Collapsible component for Canon.`,
+
+ commitSha: '35b36ec',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29499'],
+ description: `Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
+
+ https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html`,
+
+ commitSha: 'a47fd39',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29357'],
+ description: `Add global CSS reset for anchor tags.`,
+
+ commitSha: '513477f',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29475'],
+ description: `Improved Container styles, changing our max-width to 120rem and improving padding on smaller screens.`,
+
+ commitSha: '24f0e08',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29594'],
+ description: `Add new Avatar component to Canon.`,
+
+ commitSha: '851779d',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29600'],
+ description: `Add new TableCellProfile component for Table and DataTable in Canon.`,
+
+ commitSha: 'ec5ebd1',
},
{
components: [],
version: '0.3.0',
- description: 'Docs - Use stories from Storybook for all examples in Nextjs',
prs: ['29306'],
+ description: `Fix types on the Icon component.`,
+
+ commitSha: '5e80f0b',
},
{
components: [],
version: '0.3.0',
- description: 'Docs - Add release page (this one π€)',
- prs: ['29461'],
+ prs: ['29484'],
+ description: `Add new DataTable component and update Table component styles.`,
+
+ commitSha: '0e654bf',
},
{
components: [],
version: '0.3.0',
- description: 'Docs - Add docs for Menu, Link',
- prs: ['29576'],
+ prs: ['29466'],
+ description: `Move styles to the root of the TextField component.`,
+
+ commitSha: '7ae28ba',
},
{
components: [],
version: '0.3.0',
- description: 'Fix CSS watch mode',
- prs: ['29352'],
+ prs: ['29247'],
+ description: `We added a render prop to the Link component to make sure it can work with React Router.`,
+
+ commitSha: '4fe5b08',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29545'],
+ description: `Fix Select styles on small sizes + with long option names in Canon.`,
+
+ commitSha: '74d463c',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29543'],
+ description: `Added a new gray scale for Canon for both light and dark theme.`,
+
+ commitSha: 'f25a5be',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29603'],
+ description: `Add support for column sizing in DataTable.`,
+
+ commitSha: '5ee4fc2',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29280'],
+ description: `Fix the Icon component when the name is not found to return null instead of an empty SVG.`,
+
+ commitSha: '05a5003',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29482'],
+ description: `Updated TextField and Select component to work with React Hook Form.`,
+ breaking: true,
+ commitSha: 'f038613',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29440'],
+ description: `Add new Select component for Canon`,
+ breaking: true,
+ commitSha: '1b0cf40',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29364'],
+ description: `**BREAKING**: Added a new TextField component to replace the Field and Input component. After feedback, it became clear that we needed to build a more opinionated version to avoid any problem in the future.`,
+ breaking: true,
+ commitSha: '5074d61',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29499'],
+ description: `Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
+
+ https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html`,
+
+ commitSha: 'a47fd39',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29475'],
+ description: `Improved Container styles, changing our max-width to 120rem and improving padding on smaller screens.`,
+
+ commitSha: '24f0e08',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29466'],
+ description: `Move styles to the root of the TextField component.`,
+
+ commitSha: '7ae28ba',
+ },
+ {
+ components: [],
+ version: '0.3.0',
+ prs: ['29247'],
+ description: `We added a render prop to the Link component to make sure it can work with React Router.`,
+
+ commitSha: '4fe5b08',
},
];
diff --git a/docs-ui/src/utils/changelogs/v0.3.2.ts b/docs-ui/src/utils/changelogs/v0.3.2.ts
index 26dd225299..93ae7f7e63 100644
--- a/docs-ui/src/utils/changelogs/v0.3.2.ts
+++ b/docs-ui/src/utils/changelogs/v0.3.2.ts
@@ -4,9 +4,9 @@ export const changelog_0_3_2: ChangelogProps[] = [
{
components: [],
version: '0.3.2',
- description: `Fix Canon missing dependencies`,
prs: ['29642'],
- type: 'fix',
+ description: `Fix Canon missing dependencies`,
+
commitSha: 'e996368',
},
];
diff --git a/docs-ui/src/utils/changelogs/v0.4.0.ts b/docs-ui/src/utils/changelogs/v0.4.0.ts
index 91cd641f4d..014679ae33 100644
--- a/docs-ui/src/utils/changelogs/v0.4.0.ts
+++ b/docs-ui/src/utils/changelogs/v0.4.0.ts
@@ -2,86 +2,179 @@ import type { ChangelogProps } from '../types';
export const changelog_0_4_0: ChangelogProps[] = [
{
- components: ['tabs'],
+ components: [],
version: '0.4.0',
- description: 'New `Tabs` component',
- prs: ['29996'],
- type: 'new',
- },
- {
- components: ['text', 'heading'],
- version: '0.4.0',
- description: 'Add `truncate` prop to `Text` and `Heading`',
- prs: ['29988'],
- type: 'new',
- },
- {
- components: ['menu'],
- version: '0.4.0',
- description: 'Add combobox option to `Menu`',
- prs: ['29986'],
- type: 'new',
- },
- {
- components: ['textfield'],
- version: '0.4.0',
- description: 'Add icon prop on `TextField`',
- prs: ['29820'],
- type: 'new',
- },
- {
- components: ['button', 'button-icon'],
- version: '0.4.0',
- description: 'Improve icon props on `Button` and `IconButton`',
prs: ['29667'],
- },
- {
- components: ['text', 'heading'],
- version: '0.4.0',
- description:
- 'Improve the way we treat custom render on `Text` and `Heading`',
- prs: ['29989'],
- },
- {
- components: ['menu'],
- version: '0.4.0',
- description: 'Improve `Menu` styles',
- prs: ['29986'],
- },
- {
- components: ['textfield'],
- version: '0.4.0',
- description: 'Improve `TextField` styles',
- prs: ['29974'],
- },
- {
- components: ['textfield'],
- version: '0.4.0',
- description: 'Improve clear button on `TextField`',
- prs: ['29878'],
- },
- {
- components: ['flex'],
- version: '0.4.0',
- description: 'Fix spacing props on all layout components',
- prs: ['30013'],
+ description: `**BREAKING**: Icons on Button and IconButton now need to be imported and placed like this: \`} />\``,
+ breaking: true,
+ commitSha: 'ea36f74',
},
{
components: [],
version: '0.4.0',
- description: 'Fix - Pin Base UI version',
- prs: ['29782'],
+ prs: ['29989'],
+ description: `**BREAKING**: We are modifying the way we treat custom render using 'useRender()' under the hood from BaseUI.`,
+ breaking: true,
+ commitSha: 'ccb1fc6',
},
{
- components: ['select'],
+ components: [],
+ version: '0.4.0',
+ prs: ['29974'],
+ description: `**BREAKING**: The icon prop in TextField now accept a ReactNode instead of an icon name. We also updated the icon sizes for each input sizes.`,
+ breaking: true,
+ commitSha: '04a65c6',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29878'],
+ description: `Use correct colour token for TextField clear button icon, prevent layout shift whenever it is hidden or shown and properly size focus area around it. Also stop leading icon shrinking when used together with clear button.`,
+
+ commitSha: 'c8f32db',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29642'],
+ description: `Fix Canon missing dependencies`,
+
+ commitSha: 'e996368',
+ },
+ {
+ components: [],
version: '0.4.0',
- description: 'Fix - Clicking `Select` label moves focus to trigger',
prs: ['29755'],
+ description: `For improved a11y, clicking a Select component label now focuses the Select trigger element, and the TextField component's label is now styled to indicate it's interactive.`,
+
+ commitSha: '720033c',
},
{
- components: ['datatable'],
+ components: [],
+ version: '0.4.0',
+ prs: ['29820'],
+ description: `Added new icon and onClear props to the TextField to make it easier to accessorize inputs.`,
+
+ commitSha: '6189bfd',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29996'],
+ description: `Add new Tabs component to Canon`,
+
+ commitSha: '9510105',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29782'],
+ description: `Pin version of @base-ui-components/react.`,
+
+ commitSha: '97b25a1',
+ },
+ {
+ components: [],
version: '0.4.0',
- description: 'Fix `DataTable.Pagination` count issue',
prs: ['29688'],
+ description: `Fixed an issue with Canon's DataTable.Pagination component showing the wrong number for the "to" count.`,
+
+ commitSha: '206ffbe',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29665'],
+ description: `Removed various typos`,
+
+ commitSha: '72d019d',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29986'],
+ description: `Update Menu component in Canon to make the UI more condensed. We are also adding a new Combobox option for nested navigation.`,
+
+ commitSha: '4551fb7',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29826'],
+ description: `Use the Field component from Base UI within the TextField.`,
+
+ commitSha: '185d3a8',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29988'],
+ description: `Add new truncate prop to Text and Heading components in Canon.`,
+
+ commitSha: '1ea1db0',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29878'],
+ description: `Use correct colour token for TextField clear button icon, prevent layout shift whenever it is hidden or shown and properly size focus area around it. Also stop leading icon shrinking when used together with clear button.`,
+
+ commitSha: 'c8f32db',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29820'],
+ description: `Added new icon and onClear props to the TextField to make it easier to accessorize inputs.`,
+
+ commitSha: '6189bfd',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29782'],
+ description: `Pin version of @base-ui-components/react.`,
+
+ commitSha: '97b25a1',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29826'],
+ description: `Use the Field component from Base UI within the TextField.`,
+
+ commitSha: '185d3a8',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29667'],
+ description: `**BREAKING**: Icons on Button and IconButton now need to be imported and placed like this: \`} />\``,
+ breaking: true,
+ commitSha: 'ea36f74',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29755'],
+ description: `For improved a11y, clicking a Select component label now focuses the Select trigger element, and the TextField component's label is now styled to indicate it's interactive.`,
+
+ commitSha: '720033c',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29688'],
+ description: `Fixed an issue with Canon's DataTable.Pagination component showing the wrong number for the "to" count.`,
+
+ commitSha: '206ffbe',
+ },
+ {
+ components: [],
+ version: '0.4.0',
+ prs: ['29665'],
+ description: `Removed various typos`,
+
+ commitSha: '72d019d',
},
];
diff --git a/docs-ui/src/utils/changelogs/v0.5.0.ts b/docs-ui/src/utils/changelogs/v0.5.0.ts
index a48cb96dcc..a4979fc225 100644
--- a/docs-ui/src/utils/changelogs/v0.5.0.ts
+++ b/docs-ui/src/utils/changelogs/v0.5.0.ts
@@ -2,85 +2,155 @@ import type { ChangelogProps } from '../types';
export const changelog_0_5_0: ChangelogProps[] = [
{
- components: ['textfield'],
+ components: [],
version: '0.5.0',
- description: '`TextField` now has multiple label sizes.',
- prs: ['30249'],
- type: 'breaking',
+ prs: ['30085'],
+ description: `**BREAKING**: We are updating the default size of the Button component in Canon to be small instead of medium.`,
+ breaking: true,
+ commitSha: '621fac9',
},
{
- components: ['textfield'],
+ components: [],
version: '0.5.0',
- description:
- '`TextField` can now hide label and description while keeping them available for screen readers.',
- prs: ['30249'],
- type: 'breaking',
+ prs: ['30097'],
+ description: `**BREAKING**: We set the default size for IconButton in Canon to be small instead of medium.`,
+ breaking: true,
+ commitSha: 'a842554',
},
{
- components: ['textfield'],
+ components: [],
version: '0.5.0',
- description:
- 'We are removing the `render` prop in favour of the `as` prop on `Heading` and `Text`.',
- prs: ['30291'],
- type: 'breaking',
- },
- {
- components: ['textfield'],
- version: '0.5.0',
- description: 'Move `TextField` component to use react Aria under the hood.',
prs: ['30286'],
- type: 'breaking',
+ description: `**BREAKING**: Move TextField component to use react Aria under the hood. Introducing a new FieldLabel component to help build custom fields.`,
+ breaking: true,
+ commitSha: '35fd51d',
},
{
- components: ['button', 'button-link'],
+ components: [],
version: '0.5.0',
- description:
- 'Added a render prop to the `Button` component to use it as a link.',
- prs: ['30165'],
- type: 'new',
+ prs: ['30291'],
+ description: `**BREAKING**: We are adding a new as prop on the Heading and Text component to make it easier to change the component tag. We are removing the render prop in favour of the as prop.`,
+ breaking: true,
+ commitSha: '78204a2',
},
{
- components: ['heading'],
+ components: [],
version: '0.5.0',
- description: 'Fix styling for the title4 prop on the Heading component.',
- prs: ['30167'],
- type: 'fix',
+ prs: ['30249'],
+ description: `**BREAKING**: TextField in Canon now has multiple label sizes as well as the capacity to hide label and description but still make them available for screen readers.`,
+ breaking: true,
+ commitSha: 'c49e335',
},
{
- components: ['flex'],
+ components: [],
+ version: '0.5.0',
+ prs: ['30013'],
+ description: `**BREAKING**: Fixes spacing props on layout components and aligned on naming for the Grid component. You should now call the Grid root component using \`\` instead of just \`\`.`,
+ breaking: true,
+ commitSha: '24b45ef',
+ },
+ {
+ components: [],
version: '0.5.0',
- description:
- 'Add `min-width: 0;` by default on Flex components to support truncated text.',
prs: ['30168'],
- type: 'fix',
+ description: `Add min-width: 0; by default on every Flex components in Canon to help support truncated texts inside flex elements.`,
+
+ commitSha: '44df879',
},
{
- components: ['button', 'button-link', 'button-icon'],
+ components: [],
version: '0.5.0',
- description:
- '`Button`, `ButtonLink`, `ButtonIcon` now default to size `small` instead of `medium`',
- prs: ['30085', '30097'],
- type: 'breaking',
+ prs: ['30167'],
+ description: `Fix styling for the title4 prop on the Heading component in Canon.`,
+
+ commitSha: 'ee6ffe6',
},
{
- components: ['grid'],
+ components: [],
version: '0.5.0',
- description: 'Rename Grid component to ``',
- prs: ['30013'],
- type: 'breaking',
+ prs: ['30165'],
+ description: `Added a render prop to the Button component in Canon to use it as a link.`,
+
+ commitSha: 'f2f814a',
},
{
- components: ['flex', 'container', 'grid', 'box'],
+ components: [],
version: '0.5.0',
- description: 'Fixes spacing props on layout components',
- prs: ['30013'],
- type: 'fix',
- },
- {
- components: ['switch'],
- version: '0.5.0',
- description: 'New `Switch` component',
prs: ['30251'],
- type: 'new',
+ description: `Add new Switch component in Canon.`,
+
+ commitSha: '98f02a6',
+ },
+ {
+ components: [],
+ version: '0.5.0',
+ prs: ['30104'],
+ description: `The filter input in menu comboboxes should now always use the full width of the menu it's in.`,
+
+ commitSha: 'c94f8e0',
+ },
+ {
+ components: [],
+ version: '0.5.0',
+ prs: ['30040'],
+ description: `Remove leftover console.log from Container component.`,
+
+ commitSha: '269316d',
+ },
+ {
+ components: [],
+ version: '0.5.0',
+ prs: ['30168'],
+ description: `Add min-width: 0; by default on every Flex components in Canon to help support truncated texts inside flex elements.`,
+
+ commitSha: '44df879',
+ },
+ {
+ components: [],
+ version: '0.5.0',
+ prs: ['30167'],
+ description: `Fix styling for the title4 prop on the Heading component in Canon.`,
+
+ commitSha: 'ee6ffe6',
+ },
+ {
+ components: [],
+ version: '0.5.0',
+ prs: ['30165'],
+ description: `Added a render prop to the Button component in Canon to use it as a link.`,
+
+ commitSha: 'f2f814a',
+ },
+ {
+ components: [],
+ version: '0.5.0',
+ prs: ['30085'],
+ description: `We are updating the default size of the Button component in Canon to be small instead of medium.`,
+ breaking: true,
+ commitSha: '621fac9',
+ },
+ {
+ components: [],
+ version: '0.5.0',
+ prs: ['30097'],
+ description: `We set the default size for IconButton in Canon to be small instead of medium.`,
+ breaking: true,
+ commitSha: 'a842554',
+ },
+ {
+ components: [],
+ version: '0.5.0',
+ prs: ['30013'],
+ description: `Fixes spacing props on layout components and aligned on naming for the Grid component. You should now call the Grid root component using \`\` instead of just \`\`.`,
+ breaking: true,
+ commitSha: '24b45ef',
+ },
+ {
+ components: [],
+ version: '0.5.0',
+ prs: ['30040'],
+ description: `Remove leftover console.log from Container component.`,
+
+ commitSha: '269316d',
},
];
diff --git a/docs-ui/src/utils/changelogs/v0.6.0.ts b/docs-ui/src/utils/changelogs/v0.6.0.ts
index d892f2a78d..18c4b1c1ae 100644
--- a/docs-ui/src/utils/changelogs/v0.6.0.ts
+++ b/docs-ui/src/utils/changelogs/v0.6.0.ts
@@ -2,104 +2,131 @@ import type { ChangelogProps } from '../types';
export const changelog_0_6_0: ChangelogProps[] = [
{
- components: ['tooltip'],
+ components: [],
version: '0.6.0',
- description: 'New `Tooltip` component.',
- prs: ['30461'],
- type: 'new',
- },
- {
- components: ['card'],
- version: '0.6.0',
- description: 'New `Card` component.',
- prs: ['30467'],
- type: 'new',
- },
- {
- components: ['header'],
- version: '0.6.0',
- description: 'New `Header` component.',
- prs: ['30410', '30459', '30493'],
- type: 'new',
- },
- {
- components: ['button', 'button-link', 'button-icon'],
- version: '0.6.0',
- description: 'Improve `Button`, `ButtonIcon` and `ButtonLink` styling.',
- prs: ['30448'],
- type: 'fix',
- },
- {
- components: ['text', 'heading'],
- version: '0.6.0',
- description:
- 'Update return types for `Heading` & `Text` components for React 19.',
- prs: ['30440'],
- type: 'fix',
- },
- {
- components: ['button', 'button-link', 'button-icon'],
- version: '0.6.0',
- description:
- 'New `tertiary` variant to `Button`, `ButtonIcon` and `ButtonLink`.',
- prs: ['30453'],
- type: 'new',
- },
- {
- components: ['skeleton'],
- version: '0.6.0',
- description: 'New `Skeleton` component.',
- prs: ['30466'],
- type: 'new',
- },
- {
- components: ['button-icon'],
- version: '0.6.0',
- description: 'Rename `IconButton` to `ButtonIcon`.',
- prs: ['30297'],
- type: 'breaking',
- },
- {
- components: ['button-link'],
- version: '0.6.0',
- description:
- 'New `ButtonLink`, which replaces the previous render prop pattern on `Button` and `IconButton`.',
- prs: ['30297'],
- type: 'new',
- },
- {
- components: ['button', 'button-link', 'button-icon'],
- version: '0.6.0',
- description: 'Remove the `render` prop from all button-related components.',
- prs: ['30297'],
- type: 'breaking',
+ prs: ['30525'],
+ description: `**BREAKING**: Canon has been renamed to Backstage UI. This means that \`@backstage/canon\` has been deprecated and replaced by \`@backstage/ui\`.`,
+ breaking: true,
+ commitSha: 'e92bb9b',
+ },
+ {
+ components: [],
+ version: '0.6.0',
+ prs: ['30461'],
+ description: `**BREAKING**: We are moving our Tooltip component to use React Aria under the hood. In doing so, the structure of the component and its prop are changing to follow the new underlying structure.`,
+ breaking: true,
+ commitSha: '2e30459',
+ },
+ {
+ components: [],
+ version: '0.6.0',
+ prs: ['30467'],
+ description: `Add new Card component to Canon.`,
+
+ commitSha: '76255b8',
+ },
+ {
+ components: [],
+ version: '0.6.0',
+ prs: ['30410'],
+ description: `Add new Header component to Canon.`,
+
+ commitSha: 'b0a6c8e',
+ },
+ {
+ components: [],
+ version: '0.6.0',
+ prs: ['30448'],
+ description: `Improve Button, ButtonIcon and ButtonLink styling in Canon.`,
+
+ commitSha: 'be76576',
+ },
+ {
+ components: [],
+ version: '0.6.0',
+ prs: ['30440'],
+ description: `Update return types for Heading & Text components for React 19.`,
+
+ commitSha: '17beb9b',
+ },
+ {
+ components: [],
+ version: '0.6.0',
+ prs: ['30453'],
+ description: `Add new tertiary variant to Button, ButtonIcon and ButtonLink in Canon.`,
+
+ commitSha: 'eac4a4c',
+ },
+ {
+ components: [],
+ version: '0.6.0',
+ prs: ['30466'],
+ description: `Add new Skeleton component in Canon`,
+
+ commitSha: '8f2e82d',
+ },
+ {
+ components: [],
+ version: '0.6.0',
+ prs: ['30297'],
+ description: `**BREAKING**:
+
+ Weβre updating our Button component to provide better support for button links.
+
+ - Weβre introducing a new \`ButtonLink\` component, which replaces the previous render prop pattern.
+ - To maintain naming consistency across components, \`IconButton\` is being renamed to \`ButtonIcon\`.
+ - Additionally, the render prop will be removed from all button-related components.
+
+ These changes aim to simplify usage and improve clarity in our component API.`,
+ breaking: true,
+ commitSha: '4c6d891',
},
{
components: [],
version: '0.6.0',
- description: 'We are consolidating all css files into a single styles.css.',
prs: ['30325'],
- type: 'fix',
+ description: `We are consolidating all css files into a single styles.css in Canon.`,
+
+ commitSha: '140f652',
},
{
- components: ['searchfield'],
+ components: [],
version: '0.6.0',
- description: 'New `SearchField` component.',
prs: ['30357'],
- type: 'new',
+ description: `Add new SearchField component in Canon`,
+
+ commitSha: '8154fb9',
},
{
- components: ['radio-group'],
+ components: [],
version: '0.6.0',
- description: 'New `RadioGroup` + `Radio` component.',
prs: ['30327'],
- type: 'new',
+ description: `Add new \`RadioGroup\` + \`Radio\` component to Canon`,
+
+ commitSha: '6910892',
},
{
- components: ['textfield'],
+ components: [],
version: '0.6.0',
- description: 'Added placeholder prop back to `TextField` component.',
- prs: ['30286'],
- type: 'fix',
+ prs: ['30335'],
+ description: `We are transforming how we structure our class names and data attributes definitions for all components. They are now all set in the same place.`,
+
+ commitSha: 'a8a8514',
+ },
+ {
+ components: [],
+ version: '0.6.0',
+ prs: ['30342'],
+ description: `Added placeholder prop to TextField component.`,
+
+ commitSha: '667b951',
+ },
+ {
+ components: [],
+ version: '0.6.0',
+ prs: ['30334'],
+ description: `adding export for ButtonLink so it's importable`,
+
+ commitSha: 'e71333a',
},
];
diff --git a/docs-ui/src/utils/changelogs/v0.7.0.ts b/docs-ui/src/utils/changelogs/v0.7.0.ts
index be49afc931..e4b4a9f3ca 100644
--- a/docs-ui/src/utils/changelogs/v0.7.0.ts
+++ b/docs-ui/src/utils/changelogs/v0.7.0.ts
@@ -2,211 +2,211 @@ import type { ChangelogProps } from '../types';
export const changelog_0_7_0: ChangelogProps[] = [
{
- components: ['datatable', 'table'],
+ components: [],
version: '0.7.0',
- description: `We are moving our DataTable component to React Aria. We removed our DataTable to only use Table as a single and opinionated option for tables. This new structure is made possible by using React Aria under the hood.`,
prs: ['30654'],
- type: 'breaking',
+ description: `**BREAKING**: We are moving our DataTable component to React Aria. We removed our DataTable to only use Table as a single and opinionated option for tables. This new structure is made possible by using React Aria under the hood.`,
+ breaking: true,
commitSha: '0615e54',
},
{
- components: ['header-page'],
+ components: [],
version: '0.7.0',
- description: `Backstage UI - HeaderPage - We are updating the breadcrumb to be more visible and accessible.`,
prs: ['30874'],
- type: 'breaking',
+ description: `**BREAKING**: Backstage UI - HeaderPage - We are updating the breadcrumb to be more visible and accessible.`,
+ breaking: true,
commitSha: 'b245c9d',
},
{
- components: ['menu'],
+ components: [],
version: '0.7.0',
- description: `**Breaking change** We are updating the Menu component to use React Aria under the hood. The structure and all props are changing to follow React Aria's guidance.`,
prs: ['30908'],
- type: 'breaking',
+ description: `**BREAKING**: We are updating the Menu component to use React Aria under the hood. The structure and all props are changing to follow React Aria's guidance.`,
+ breaking: true,
commitSha: '800f593',
},
{
- components: ['text', 'heading', 'link'],
+ components: [],
version: '0.7.0',
- description: `**Breaking** We are upgrading our \`Text\` component to support all font sizes making the \`Heading\` component redundant. The new \`Text\` component introduces 4 sizes for title and 4 sizes for body text. All of these work in multiple colors and font weights. We improved the \`as\` prop to include all possible values. The \`Link\` component has also been updated to match the new \`Text\` component.`,
prs: ['30592'],
- type: 'breaking',
+ description: `**BREAKING**: We are upgrading our \`Text\` component to support all font sizes making the \`Heading\` component redundant. The new \`Text\` component introduces 4 sizes for title and 4 sizes for body text. All of these work in multiple colors and font weights. We improved the \`as\` prop to include all possible values. The \`Link\` component has also been updated to match the new \`Text\` component.`,
+ breaking: true,
commitSha: 'b0e47f3',
},
{
- components: ['select'],
+ components: [],
version: '0.7.0',
- description: `Fixes some styles on the Select component in BUI.`,
prs: ['30642'],
- type: 'fix',
+ description: `Fixes some styles on the Select component in BUI.`,
+
commitSha: 'de89a3d',
},
{
- components: ['card'],
+ components: [],
version: '0.7.0',
- description: `Export CardHeader, CardBody and CardFooter from Card component index`,
prs: ['30882'],
- type: 'fix',
+ description: `Export CardHeader, CardBody and CardFooter from Card component index`,
+
commitSha: 'a251b3e',
},
{
- components: ['tag-group'],
+ components: [],
version: '0.7.0',
- description: `Add new TagGroup component to Backstage UI.`,
prs: ['30919'],
- type: 'new',
+ description: `Add new TagGroup component to Backstage UI.`,
+
commitSha: 'f761306',
},
{
- components: ['header', 'header-page'],
+ components: [],
version: '0.7.0',
- description: `Fixes a couple of small bugs in BUI including setting H1 and H2 correctly on the Header and HeaderPage.`,
prs: ['30636'],
- type: 'fix',
+ description: `Fixes a couple of small bugs in BUI including setting H1 and H2 correctly on the Header and HeaderPage.`,
+
commitSha: '75fead9',
},
{
- components: ['tooltip'],
+ components: [],
version: '0.7.0',
- description: `Update styling of Tooltip element`,
prs: ['30591'],
- type: 'fix',
+ description: `Update styling of Tooltip element`,
+
commitSha: 'e7ff178',
},
{
- components: ['header-page', 'header'],
+ components: [],
version: '0.7.0',
- description: `**Breaking change** Move breadcrumb to fit in the \`HeaderPage\` instead of the \`Header\` in Backstage UI.`,
prs: ['30701'],
- type: 'fix',
+ description: `**BREAKING**: Move breadcrumb to fit in the \`HeaderPage\` instead of the \`Header\` in Backstage UI.`,
+ breaking: true,
commitSha: '230b410',
},
{
components: [],
version: '0.7.0',
- description: `We are motion away from \`motion\` to use \`gsap\` instead to make Backstage UI backward compatible with React 17.`,
prs: ['30626'],
- type: 'fix',
+ description: `We are motion away from \`motion\` to use \`gsap\` instead to make Backstage UI backward compatible with React 17.`,
+
commitSha: '2f9a084',
},
{
- components: ['menu'],
+ components: [],
version: '0.7.0',
- description: `Updated Menu component in Backstage UI to use useId() from React Aria instead of React to support React 17.`,
prs: ['30675'],
- type: 'fix',
+ description: `Updated Menu component in Backstage UI to use useId() from React Aria instead of React to support React 17.`,
+
commitSha: 'd4e603e',
},
{
- components: ['select'],
+ components: [],
version: '0.7.0',
- description: `Remove stylesheet import from Select component.`,
prs: ['30800'],
- type: 'fix',
+ description: `Remove stylesheet import from Select component.`,
+
commitSha: '8bdc491',
},
{
- components: ['searchfield'],
+ components: [],
version: '0.7.0',
- description: `Add \`startCollapsed\` prop on the \`SearchField\` component in BUI.`,
prs: ['30729'],
- type: 'new',
+ description: `Add \`startCollapsed\` prop on the \`SearchField\` component in BUI.`,
+
commitSha: '404b426',
},
{
- components: ['header'],
+ components: [],
version: '0.7.0',
- description: `Adds onTabSelectionChange to ui header component.`,
prs: ['30588'],
- type: 'fix',
+ description: `Adds onTabSelectionChange to ui header component.`,
+
commitSha: 'e0e886f',
},
{
- components: ['datatable', 'table'],
+ components: [],
version: '0.7.0',
- description: `We are moving our DataTable component to React Aria. We removed our DataTable to only use Table as a single and opinionated option for tables. This new structure is made possible by using React Aria under the hood.`,
prs: ['30654'],
- type: 'breaking',
+ description: `**BREAKING**: We are moving our DataTable component to React Aria. We removed our DataTable to only use Table as a single and opinionated option for tables. This new structure is made possible by using React Aria under the hood.`,
+ breaking: true,
commitSha: '0615e54',
},
{
- components: ['header-page', 'header'],
+ components: [],
version: '0.7.0',
- description: `**Breaking change** Move breadcrumb to fit in the \`HeaderPage\` instead of the \`Header\` in Backstage UI.`,
prs: ['30701'],
- type: 'fix',
+ description: `**BREAKING**: Move breadcrumb to fit in the \`HeaderPage\` instead of the \`Header\` in Backstage UI.`,
+ breaking: true,
commitSha: '230b410',
},
{
- components: ['select'],
+ components: [],
version: '0.7.0',
- description: `Remove stylesheet import from Select component.`,
prs: ['30800'],
- type: 'fix',
+ description: `Remove stylesheet import from Select component.`,
+
commitSha: '8bdc491',
},
{
- components: ['searchfield'],
+ components: [],
version: '0.7.0',
- description: `Add \`startCollapsed\` prop on the \`SearchField\` component in BUI.`,
prs: ['30729'],
- type: 'new',
+ description: `Add \`startCollapsed\` prop on the \`SearchField\` component in BUI.`,
+
commitSha: '404b426',
},
{
- components: ['menu'],
+ components: [],
version: '0.7.0',
- description: `Updated Menu component in Backstage UI to use useId() from React Aria instead of React to support React 17.`,
prs: ['30675'],
- type: 'fix',
+ description: `Updated Menu component in Backstage UI to use useId() from React Aria instead of React to support React 17.`,
+
commitSha: 'd4e603e',
},
{
- components: ['select'],
+ components: [],
version: '0.7.0',
- description: `Fixes some styles on the Select component in BUI.`,
prs: ['30642'],
- type: 'fix',
+ description: `Fixes some styles on the Select component in BUI.`,
+
commitSha: 'de89a3d',
},
{
- components: ['header', 'header-page'],
+ components: [],
version: '0.7.0',
- description: `Fixes a couple of small bugs in BUI including setting H1 and H2 correctly on the Header and HeaderPage.`,
prs: ['30636'],
- type: 'fix',
+ description: `Fixes a couple of small bugs in BUI including setting H1 and H2 correctly on the Header and HeaderPage.`,
+
commitSha: '75fead9',
},
{
components: [],
version: '0.7.0',
- description: `We are motion away from \`motion\` to use \`gsap\` instead to make Backstage UI backward compatible with React 17.`,
prs: ['30626'],
- type: 'fix',
+ description: `We are motion away from \`motion\` to use \`gsap\` instead to make Backstage UI backward compatible with React 17.`,
+
commitSha: '2f9a084',
},
{
- components: ['text', 'heading', 'link'],
+ components: [],
version: '0.7.0',
- description: `**Breaking** We are upgrading our \`Text\` component to support all font sizes making the \`Heading\` component redundant. The new \`Text\` component introduces 4 sizes for title and 4 sizes for body text. All of these work in multiple colors and font weights. We improved the \`as\` prop to include all possible values. The \`Link\` component has also been updated to match the new \`Text\` component.`,
prs: ['30592'],
- type: 'breaking',
+ description: `**BREAKING**: We are upgrading our \`Text\` component to support all font sizes making the \`Heading\` component redundant. The new \`Text\` component introduces 4 sizes for title and 4 sizes for body text. All of these work in multiple colors and font weights. We improved the \`as\` prop to include all possible values. The \`Link\` component has also been updated to match the new \`Text\` component.`,
+ breaking: true,
commitSha: 'b0e47f3',
},
{
- components: ['tooltip'],
+ components: [],
version: '0.7.0',
- description: `Update styling of Tooltip element`,
prs: ['30591'],
- type: 'fix',
+ description: `Update styling of Tooltip element`,
+
commitSha: 'e7ff178',
},
{
- components: ['header'],
+ components: [],
version: '0.7.0',
- description: `Adds onTabSelectionChange to ui header component.`,
prs: ['30588'],
- type: 'fix',
+ description: `Adds onTabSelectionChange to ui header component.`,
+
commitSha: 'e0e886f',
},
];
diff --git a/docs-ui/src/utils/changelogs/v0.7.1.ts b/docs-ui/src/utils/changelogs/v0.7.1.ts
index 0f9f4cec5c..819ae4ad03 100644
--- a/docs-ui/src/utils/changelogs/v0.7.1.ts
+++ b/docs-ui/src/utils/changelogs/v0.7.1.ts
@@ -2,43 +2,43 @@ import type { ChangelogProps } from '../types';
export const changelog_0_7_1: ChangelogProps[] = [
{
- components: ['flex'],
+ components: [],
version: '0.7.1',
- description: `Add missing class for flex: baseline`,
prs: ['31013'],
- type: 'new',
+ description: `Add missing class for flex: baseline`,
+
commitSha: '7307930',
},
{
- components: ['select'],
+ components: [],
version: '0.7.1',
- description: `Fix Select component to properly attach aria-label and aria-labelledby props to the rendered element for improved accessibility.`,
prs: ['31037'],
- type: 'fix',
+ description: `Fix Select component to properly attach aria-label and aria-labelledby props to the rendered element for improved accessibility.`,
+
commitSha: '89da341',
},
{
components: [],
version: '0.7.1',
- description: `Removed the need to mock \`window.matchMedia\` in tests, falling back to default breakpoint values instead.`,
prs: ['31148'],
- type: 'fix',
+ description: `Removed the need to mock \`window.matchMedia\` in tests, falling back to default breakpoint values instead.`,
+
commitSha: '0ffa4c7',
},
{
- components: ['flex'],
+ components: [],
version: '0.7.1',
- description: `Add missing class for flex: baseline`,
prs: ['31013'],
- type: 'new',
+ description: `Add missing class for flex: baseline`,
+
commitSha: '7307930',
},
{
- components: ['select'],
+ components: [],
version: '0.7.1',
- description: `Fix Select component to properly attach aria-label and aria-labelledby props to the rendered element for improved accessibility.`,
prs: ['31037'],
- type: 'fix',
+ description: `Fix Select component to properly attach aria-label and aria-labelledby props to the rendered element for improved accessibility.`,
+
commitSha: '89da341',
},
];
diff --git a/docs-ui/src/utils/changelogs/v0.7.2.ts b/docs-ui/src/utils/changelogs/v0.7.2.ts
index 4a47d3d0e9..82dc6d537a 100644
--- a/docs-ui/src/utils/changelogs/v0.7.2.ts
+++ b/docs-ui/src/utils/changelogs/v0.7.2.ts
@@ -2,67 +2,67 @@ import type { ChangelogProps } from '../types';
export const changelog_0_7_2: ChangelogProps[] = [
{
- components: ['tabs', 'header'],
+ components: [],
version: '0.7.2',
- description: `Making href mandatory in tabs that are part of a Header component`,
prs: ['31343'],
- type: 'fix',
+ description: `Making href mandatory in tabs that are part of a Header component`,
+
commitSha: '3c921c5',
},
{
- components: ['button-link'],
+ components: [],
version: '0.7.2',
- description: `Add react router for internal routing for ButtonLinks`,
prs: ['31276'],
- type: 'new',
+ description: `Add react router for internal routing for ButtonLinks`,
+
commitSha: '5c21e45',
},
{
- components: ['tabs'],
+ components: [],
version: '0.7.2',
- description: `Remove auto selection of tabs for tabs that all have href defined`,
prs: ['31281'],
- type: 'fix',
+ description: `Remove auto selection of tabs for tabs that all have href defined`,
+
commitSha: '9781815',
},
{
- components: ['menu'],
+ components: [],
version: '0.7.2',
- description: `Using react router for internal links in the Menu component`,
prs: ['31339'],
- type: 'fix',
+ description: `Using react router for internal links in the Menu component`,
+
commitSha: 'f6dff5b',
},
{
- components: ['button', 'tooltip'],
+ components: [],
version: '0.7.2',
- description: `Enable tooltips on disabled buttons with automatic wrapper`,
prs: ['31230'],
- type: 'fix',
+ description: `Enable tooltips on disabled buttons with automatic wrapper`,
+
commitSha: 'a9b88be',
},
{
components: [],
version: '0.7.2',
- description: `Avoid overriding onChange when spreading props`,
prs: ['31232'],
- type: 'fix',
+ description: `Avoid overriding onChange when spreading props`,
+
commitSha: '4adbb03',
},
{
- components: ['tabs'],
+ components: [],
version: '0.7.2',
- description: `remove default selection of tab`,
prs: ['31216'],
- type: 'fix',
+ description: `remove default selection of tab`,
+
commitSha: '827340f',
},
{
- components: ['searchfield', 'header'],
+ components: [],
version: '0.7.2',
- description: `Improved SearchField component flex layout and animations. Fixed SearchField behavior in Header components by switching from width-based transitions to flex-basis transitions for better responsive behavior. Added new Storybook stories to test SearchField integration with Header component.`,
prs: ['31158'],
- type: 'fix',
+ description: `Improved SearchField component flex layout and animations. Fixed SearchField behavior in Header components by switching from width-based transitions to flex-basis transitions for better responsive behavior. Added new Storybook stories to test SearchField integration with Header component.`,
+
commitSha: '9a47125',
},
];
diff --git a/docs-ui/src/utils/changelogs/v0.8.0.ts b/docs-ui/src/utils/changelogs/v0.8.0.ts
index 8a76937150..90a4738d9a 100644
--- a/docs-ui/src/utils/changelogs/v0.8.0.ts
+++ b/docs-ui/src/utils/changelogs/v0.8.0.ts
@@ -2,171 +2,171 @@ import type { ChangelogProps } from '../types';
export const changelog_0_8_0: ChangelogProps[] = [
{
- components: ['password-field', 'textfield'],
+ components: [],
version: '0.8.0',
- description: `**BREAKING**: Added a new \`PasswordField\` component. As part of this change, the \`password\` and \`search\` types have been removed from \`TextField\`.`,
prs: ['31238'],
- type: 'breaking',
+ description: `**BREAKING**: Added a new \`PasswordField\` component. As part of this change, the \`password\` and \`search\` types have been removed from \`TextField\`.`,
+ breaking: true,
commitSha: '9acc1d6',
},
{
components: [],
version: '0.8.0',
- description: `**BREAKING** Restructure Backstage UI component styling to use CSS Modules instead of pure CSS. We don't expect this to be an issue in practice but it is important to call out that all styles are now loaded through CSS modules with generated class names. We are still providing fixed class names for all components to allow anyone to style their Backstage instance.`,
prs: ['31399'],
- type: 'breaking',
+ description: `**BREAKING** Restructure Backstage UI component styling to use CSS Modules instead of pure CSS. We don't expect this to be an issue in practice but it is important to call out that all styles are now loaded through CSS modules with generated class names. We are still providing fixed class names for all components to allow anyone to style their Backstage instance.`,
+ breaking: true,
commitSha: 'b0d11b5',
},
{
- components: ['scrollarea'],
+ components: [],
version: '0.8.0',
- description: `**BREAKING** The ScrollArea component has been removed from Backstage UI because it did not meet our accessibility standards.`,
prs: ['31409'],
- type: 'breaking',
+ description: `**BREAKING** The ScrollArea component has been removed from Backstage UI because it did not meet our accessibility standards.`,
+ breaking: true,
commitSha: '0c53517',
},
{
- components: ['icon'],
+ components: [],
version: '0.8.0',
- description: `**BREAKING** Remove Icon component in Backstage UI. This component was creating issue for tree-shaking. It is recommended to use icons from @remixicon/react until we found a better alternative in Backstage UI.`,
prs: ['31407'],
- type: 'breaking',
+ description: `**BREAKING** Remove Icon component in Backstage UI. This component was creating issue for tree-shaking. It is recommended to use icons from @remixicon/react until we found a better alternative in Backstage UI.`,
+ breaking: true,
commitSha: '7b319c5',
},
{
- components: ['dialog'],
+ components: [],
version: '0.8.0',
- description: `Adding a new Dialog component to Backstage UI.`,
prs: ['31371'],
- type: 'fix',
+ description: `Adding a new Dialog component to Backstage UI.`,
+
commitSha: '2591b42',
},
{
- components: ['tabs'],
+ components: [],
version: '0.8.0',
- description: `remove default selection of tab`,
prs: ['31216'],
- type: 'fix',
+ description: `remove default selection of tab`,
+
commitSha: '827340f',
},
{
components: [],
version: '0.8.0',
- description: `Fix margin utility classes in Backstage UI.`,
prs: ['31389'],
- type: 'fix',
+ description: `Fix margin utility classes in Backstage UI.`,
+
commitSha: '5dc17cc',
},
{
- components: ['menu'],
+ components: [],
version: '0.8.0',
- description: `Fix scroll jumping when opening menu in Backstage UI.`,
prs: ['31394'],
- type: 'fix',
+ description: `Fix scroll jumping when opening menu in Backstage UI.`,
+
commitSha: '85faee0',
},
{
- components: ['tabs', 'header'],
+ components: [],
version: '0.8.0',
- description: `Making href mandatory in tabs that are part of a Header component`,
prs: ['31343'],
- type: 'fix',
+ description: `Making href mandatory in tabs that are part of a Header component`,
+
commitSha: '3c921c5',
},
{
components: [],
version: '0.8.0',
- description: `Update react-aria-components to version 1.13.0`,
prs: ['31367'],
- type: 'fix',
+ description: `Update react-aria-components to version 1.13.0`,
+
commitSha: 'df7d2cf',
},
{
- components: ['table'],
+ components: [],
version: '0.8.0',
- description: `Fix table sorting icon position in Backstage UI.`,
prs: ['31393'],
- type: 'fix',
+ description: `Fix table sorting icon position in Backstage UI.`,
+
commitSha: '507ee55',
},
{
- components: ['menu'],
+ components: [],
version: '0.8.0',
- description: `Add new \`virtualized\`, \`maxWidth\` and \`maxHeight\` props to \`Menu\`, \`MenuListBox\`, \`MenuAutocomplete\` and \`MenuAutocompleteListBox\` to allow for virtalization of long lists inside menus.`,
prs: ['31375'],
- type: 'new',
+ description: `Add new \`virtualized\`, \`maxWidth\` and \`maxHeight\` props to \`Menu\`, \`MenuListBox\`, \`MenuAutocomplete\` and \`MenuAutocompleteListBox\` to allow for virtalization of long lists inside menus.`,
+
commitSha: '8b7c3c9',
},
{
- components: ['box', 'container', 'flex', 'grid'],
+ components: [],
version: '0.8.0',
- description: `Added support for data attributes in \`\`, \`\`, \`\`, and \`\` components, ensuring they are correctly applied to the rendered elements.`,
prs: ['31374'],
- type: 'new',
+ description: `Added support for data attributes in \`\`, \`\`, \`\`, and \`\` components, ensuring they are correctly applied to the rendered elements.`,
+
commitSha: 'b940062',
},
{
- components: ['scrollarea', 'card'],
+ components: [],
version: '0.8.0',
- description: `Cleaning up Backstage UI props definitions as well as removing ScrollArea in Card to improve accessibility.`,
prs: ['31404'],
- type: 'fix',
+ description: `Cleaning up Backstage UI props definitions as well as removing ScrollArea in Card to improve accessibility.`,
+
commitSha: '206c801',
},
{
- components: ['button-link'],
+ components: [],
version: '0.8.0',
- description: `Add react router for internal routing for ButtonLinks`,
prs: ['31276'],
- type: 'new',
+ description: `Add react router for internal routing for ButtonLinks`,
+
commitSha: '5c21e45',
},
{
components: [],
version: '0.8.0',
- description: `Added a background color default on the body`,
prs: ['31365'],
- type: 'new',
+ description: `Added a background color default on the body`,
+
commitSha: '865bce8',
},
{
components: [],
version: '0.8.0',
- description: `We are restructuring our CSS to have a better layer structure.`,
prs: ['31362'],
- type: 'fix',
+ description: `We are restructuring our CSS to have a better layer structure.`,
+
commitSha: 'af4d9b4',
},
{
- components: ['searchfield', 'header'],
+ components: [],
version: '0.8.0',
- description: `Improved SearchField component flex layout and animations. Fixed SearchField behavior in Header components by switching from width-based transitions to flex-basis transitions for better responsive behavior. Added new Storybook stories to test SearchField integration with Header component.`,
prs: ['31158'],
- type: 'fix',
+ description: `Improved SearchField component flex layout and animations. Fixed SearchField behavior in Header components by switching from width-based transitions to flex-basis transitions for better responsive behavior. Added new Storybook stories to test SearchField integration with Header component.`,
+
commitSha: '9a47125',
},
{
- components: ['tabs'],
+ components: [],
version: '0.8.0',
- description: `Remove auto selection of tabs for tabs that all have href defined`,
prs: ['31281'],
- type: 'fix',
+ description: `Remove auto selection of tabs for tabs that all have href defined`,
+
commitSha: '9781815',
},
{
components: [],
version: '0.8.0',
- description: `Avoid overriding onChange when spreading props`,
prs: ['31232'],
- type: 'fix',
+ description: `Avoid overriding onChange when spreading props`,
+
commitSha: '4adbb03',
},
{
- components: ['menu'],
+ components: [],
version: '0.8.0',
- description: `Using react router for internal links in the Menu component`,
prs: ['31339'],
- type: 'fix',
+ description: `Using react router for internal links in the Menu component`,
+
commitSha: 'f6dff5b',
},
];
diff --git a/docs-ui/src/utils/changelogs/v0.8.2.ts b/docs-ui/src/utils/changelogs/v0.8.2.ts
index 1f78c7385b..8e4b1c2de2 100644
--- a/docs-ui/src/utils/changelogs/v0.8.2.ts
+++ b/docs-ui/src/utils/changelogs/v0.8.2.ts
@@ -2,43 +2,43 @@ import type { ChangelogProps } from '../types';
export const changelog_0_8_2: ChangelogProps[] = [
{
- components: ['text'],
+ components: [],
version: '0.8.2',
- description: `Fix default text color in Backstage UI`,
prs: ['31429'],
- type: 'fix',
+ description: `Fix default text color in Backstage UI`,
+
commitSha: '26c6a78',
},
{
- components: ['text'],
+ components: [],
version: '0.8.2',
- description: `Fix the default font size in Backstage UI.`,
prs: ['31435'],
- type: 'fix',
+ description: `Fix the default font size in Backstage UI.`,
+
commitSha: 'dac851f',
},
{
components: [],
version: '0.8.2',
- description: `Fix CSS layer ordering in Backstage UI to make sure component styles are loaded after tokens and base declarations.`,
prs: ['31448'],
- type: 'fix',
+ description: `Fix CSS layer ordering in Backstage UI to make sure component styles are loaded after tokens and base declarations.`,
+
commitSha: '3c0ea67',
},
{
components: [],
version: '0.8.2',
- description: `Fix font smoothing as default in Backstage UI.`,
prs: ['31444'],
- type: 'fix',
+ description: `Fix font smoothing as default in Backstage UI.`,
+
commitSha: '4eb455c',
},
{
- components: ['text'],
+ components: [],
version: '0.8.2',
- description: `Fix default font wight and font family in Backstage UI.`,
prs: ['31432'],
- type: 'fix',
+ description: `Fix default font wight and font family in Backstage UI.`,
+
commitSha: '00bfb83',
},
];
diff --git a/docs-ui/src/utils/changelogs/v0.9.0.ts b/docs-ui/src/utils/changelogs/v0.9.0.ts
index f5546b7ba9..24d27723e8 100644
--- a/docs-ui/src/utils/changelogs/v0.9.0.ts
+++ b/docs-ui/src/utils/changelogs/v0.9.0.ts
@@ -13,26 +13,23 @@ export const changelog_0_9_0: ChangelogProps[] = [
- \`small\` size unchanged (1.5rem / 24px)
- \`medium\` size unchanged (2rem / 32px, default)
- \`large\` size **changed from 3rem to 2.5rem** (40px)
- - New \`x-large\` size added (3rem / 48px)
+ - New \`x-large\` size added (3rem / 48px)`,
+ migration: `\`\`\`diff
+# Remove Base UI-specific props
+-
++
- Migration:
+# Update large size usage to x-large for same visual size
+-
++
+\`\`\`
- \`\`\`diff
- # Remove Base UI-specific props
- -
- +
-
- # Update large size usage to x-large for same visual size
- -
- +
- \`\`\`
-
- Added \`purpose\` prop for accessibility control (\`'informative'\` or \`'decoration'\`).`,
- type: 'breaking',
+Added \`purpose\` prop for accessibility control (\`'informative'\` or \`'decoration'\`).`,
+ breaking: true,
commitSha: '539cf26',
},
{
- components: ['checkbox'],
+ components: [],
version: '0.9.0',
prs: ['31517'],
description: `**BREAKING**: Migrated Checkbox component from Base UI to React Aria Components.
@@ -46,58 +43,55 @@ export const changelog_0_9_0: ChangelogProps[] = [
- \`label\` prop removed - use \`children\` instead
- CSS: \`bui-CheckboxLabel\` class removed
- Data attribute: \`data-checked\` β \`data-selected\`
- - Use without label is no longer supported
+ - Use without label is no longer supported`,
+ migration: `Before:
- Migration examples:
+\`\`\`tsx
+
+\`\`\`
- Before:
+After:
- \`\`\`tsx
-
- \`\`\`
+\`\`\`tsx
+
+ Accept terms
+
+\`\`\`
- After:
+Before:
- \`\`\`tsx
-
- Accept terms
-
- \`\`\`
+\`\`\`tsx
+
+\`\`\`
- Before:
+After:
- \`\`\`tsx
-
- \`\`\`
+\`\`\`tsx
+Option
+\`\`\`
- After:
+Before:
- \`\`\`tsx
- Option
- \`\`\`
+\`\`\`tsx
+
+\`\`\`
- Before:
+After:
- \`\`\`tsx
-
- \`\`\`
-
- After:
-
- \`\`\`tsx
-
- Accessible label
-
- \`\`\``,
- type: 'breaking',
+\`\`\`tsx
+
+ Accessible label
+
+\`\`\``,
+ breaking: true,
commitSha: '5c614ff',
},
{
- components: ['searchfield', 'textfield'],
+ components: [],
version: '0.9.0',
prs: ['31507'],
- description: `Fixing styles on SearchField in Backstage UI after migration to CSS modules. \`SearchField\` has now its own set of class names. We previously used class names from \`TextField\` but this approach was creating some confusion so going forward in your theme you'll be able to theme \`TextField\` and \`SearchField\` separately.`,
- type: 'breaking',
+ description: `**BREAKING**: Fixing styles on SearchField in Backstage UI after migration to CSS modules. \`SearchField\` has now its own set of class names. We previously used class names from \`TextField\` but this approach was creating some confusion so going forward in your theme you'll be able to theme \`TextField\` and \`SearchField\` separately.`,
+ breaking: true,
commitSha: '134151f',
},
{
@@ -106,77 +100,63 @@ export const changelog_0_9_0: ChangelogProps[] = [
prs: ['31744'],
description: `**BREAKING**: Removed central \`componentDefinitions\` object and related type utilities (\`ComponentDefinitionName\`, \`ComponentClassNames\`).
- Component definitions are primarily intended for documenting the CSS class API for theming purposes, not for programmatic use in JavaScript/TypeScript.
+ Component definitions are primarily intended for documenting the CSS class API for theming purposes, not for programmatic use in JavaScript/TypeScript.`,
+ migration: `If you were using component definitions or class names to build custom components, we recommend migrating to either:
- **Migration Guide:**
-
- If you were using component definitions or class names to build custom components, we recommend migrating to either:
-
- - Use Backstage UI components directly as building blocks, or
- - Duplicate the component CSS in your own stylesheets instead of relying on internal class names`,
- type: 'breaking',
+- Use Backstage UI components directly as building blocks, or
+- Duplicate the component CSS in your own stylesheets instead of relying on internal class names`,
+ breaking: true,
commitSha: 'a67670d',
},
{
- components: ['menu', 'switch', 'skeleton', 'header', 'tabs'],
+ components: ['menu', 'switch', 'skeleton', 'header', 'header-page', 'tabs'],
version: '0.9.0',
prs: ['31496'],
description: `**BREAKING**: Changed className prop behavior to augment default styles instead of being ignored or overriding them.
- Affected components:
-
- - Menu, MenuListBox, MenuAutocomplete, MenuAutocompleteListbox, MenuItem, MenuListBoxItem, MenuSection, MenuSeparator
- - Switch
- - Skeleton
- - FieldLabel
- - Header, HeaderToolbar
- - HeaderPage
- - Tabs, TabList, Tab, TabPanel
-
If you were passing custom className values to any of these components that relied on the previous behavior, you may need to adjust your styles to account for the default classes now being applied alongside your custom classes.`,
- type: 'breaking',
+ breaking: true,
commitSha: 'b78fc45',
},
{
- components: ['accordion'],
+ components: [],
version: '0.9.0',
prs: ['31493'],
- description: `**BREAKING**: Removed \`Collapsible\` component. Migrate to \`Accordion\` or use React Aria \`Disclosure\`.
+ description: `**BREAKING**: Removed \`Collapsible\` component. Migrate to \`Accordion\` or use React Aria \`Disclosure\`.`,
+ migration: `**Path 1: Accordion (Opinionated Styled Component)**
- ## Migration Path 1: Accordion (Opinionated Styled Component)
+Accordion provides preset styling with a similar component structure.
- Accordion provides preset styling with a similar component structure.
+\`\`\`diff
+- import { Collapsible } from '@backstage/ui';
++ import { Accordion, AccordionTrigger, AccordionPanel } from '@backstage/ui';
- \`\`\`diff
- - import { Collapsible } from '@backstage/ui';
- + import { Accordion, AccordionTrigger, AccordionPanel } from '@backstage/ui';
+-
+- } />
+- Content
+-
- -
- - } />
- - Content
- -
++
++
++ Content
++
+\`\`\`
- +
- +
- + Content
- +
- \`\`\`
+CSS classes: \`.bui-CollapsibleRoot\` β \`.bui-Accordion\`, \`.bui-CollapsibleTrigger\` β \`.bui-AccordionTrigger\` (now on heading element), \`.bui-CollapsiblePanel\` β \`.bui-AccordionPanel\`
- CSS classes: \`.bui-CollapsibleRoot\` β \`.bui-Accordion\`, \`.bui-CollapsibleTrigger\` β \`.bui-AccordionTrigger\` (now on heading element), \`.bui-CollapsiblePanel\` β \`.bui-AccordionPanel\`
+**Path 2: React Aria Disclosure (Full Customization)**
- ## Migration Path 2: React Aria Disclosure (Full Customization)
+For custom styling without preset styles:
- For custom styling without preset styles:
+\`\`\`tsx
+import { Disclosure, Button, DisclosurePanel } from 'react-aria-components';
- \`\`\`tsx
- import { Disclosure, Button, DisclosurePanel } from 'react-aria-components';
-
-
-
- Content
- ;
- \`\`\``,
- type: 'breaking',
+
+
+ Content
+;
+\`\`\``,
+ breaking: true,
commitSha: '83c100e',
},
{
@@ -185,10 +165,9 @@ export const changelog_0_9_0: ChangelogProps[] = [
prs: ['31649'],
description: `**BREAKING**: The \`SelectProps\` interface now accepts a generic type parameter for selection mode.
- Added searchable and multiple selection support to Select component. The component now accepts \`searchable\`, \`selectionMode\`, and \`searchPlaceholder\` props to enable filtering and multi-selection modes.
-
- Migration: If you're using \`SelectProps\` type directly, update from \`SelectProps\` to \`SelectProps<'single' | 'multiple'>\`. Component usage remains backward compatible.`,
- type: 'breaking',
+ Added searchable and multiple selection support to Select component. The component now accepts \`searchable\`, \`selectionMode\`, and \`searchPlaceholder\` props to enable filtering and multi-selection modes.`,
+ migration: `If you're using \`SelectProps\` type directly, update from \`SelectProps\` to \`SelectProps<'single' | 'multiple'>\`. Component usage remains backward compatible.`,
+ breaking: true,
commitSha: '816af0f',
},
{
@@ -196,7 +175,7 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31525'],
description: `Fix broken external links in Backstage UI Header component.`,
- type: 'fix',
+
commitSha: 'd01de00',
},
{
@@ -204,23 +183,23 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31618'],
description: `Fixed CSS issues in Select component including popover width constraints, focus outline behavior, and overflow handling.`,
- type: 'fix',
+
commitSha: '35a3614',
},
{
- components: ['password-field', 'searchfield', 'menu'],
+ components: ['password-field', 'searchfield'],
version: '0.9.0',
prs: ['31679'],
description: `Improved visual consistency of PasswordField, SearchField, and MenuAutocomplete components.`,
- type: 'fix',
+
commitSha: '01476f0',
},
{
- components: [],
+ components: ['text'],
version: '0.9.0',
prs: ['31429'],
description: `Fix default text color in Backstage UI`,
- type: 'fix',
+
commitSha: '26c6a78',
},
{
@@ -228,7 +207,7 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31615'],
description: `Fixed Text component to prevent \`truncate\` prop from being spread to the underlying DOM element.`,
- type: 'fix',
+
commitSha: 'deaa427',
},
{
@@ -236,7 +215,7 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31524'],
description: `Improved the Link component structure in Backstage UI.`,
- type: 'fix',
+
commitSha: '1059f95',
},
{
@@ -244,15 +223,15 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31673'],
description: `Fixed dialog backdrop appearance in dark mode.`,
- type: 'fix',
+
commitSha: '836b0c7',
},
{
- components: ['table', 'avatar'],
+ components: ['avatar'],
version: '0.9.0',
prs: ['31608'],
description: `Migrated CellProfile component from Base UI Avatar to Backstage UI Avatar component.`,
- type: 'fix',
+
commitSha: '6874094',
},
{
@@ -260,7 +239,7 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31623'],
description: `Avatar components in x-small and small sizes now display only one initial instead of two, improving readability at smaller dimensions.`,
- type: 'fix',
+
commitSha: '719d772',
},
{
@@ -268,7 +247,7 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31672'],
description: `Removed \`@base-ui-components/react\` dependency as all components now use React Aria Components.`,
- type: 'fix',
+
commitSha: '6d35a6b',
},
{
@@ -276,7 +255,7 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31435'],
description: `Fix the default font size in Backstage UI.`,
- type: 'fix',
+
commitSha: 'dac851f',
},
{
@@ -284,15 +263,15 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31448'],
description: `Fix CSS layer ordering in Backstage UI to make sure component styles are loaded after tokens and base declarations.`,
- type: 'fix',
+
commitSha: '3c0ea67',
},
{
- components: ['radiogroup'],
+ components: ['radio-group'],
version: '0.9.0',
prs: ['31576'],
description: `Fixed RadioGroup radio button ellipse distortion by preventing flex shrink and grow.`,
- type: 'fix',
+
commitSha: '3b18d80',
},
{
@@ -300,7 +279,7 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31444'],
description: `Fix font smoothing as default in Backstage UI.`,
- type: 'fix',
+
commitSha: '4eb455c',
},
{
@@ -308,7 +287,7 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31516'],
description: `Enable tree-shaking of imports other than \`*.css\`.`,
- type: 'fix',
+
commitSha: 'ff9f0c3',
},
{
@@ -316,7 +295,7 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31681'],
description: `Added \`loading\` prop to Button and ButtonIcon components for displaying spinner during async operations.`,
- type: 'new',
+
commitSha: '7839e7b',
},
{
@@ -324,7 +303,7 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31680'],
description: `Fixed Table Row component to properly support opening links in new tabs via right-click or Cmd+Click when using the \`href\` prop.`,
- type: 'fix',
+
commitSha: 'a00fb88',
},
{
@@ -332,7 +311,7 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31469'],
description: `Set the color-scheme property depending on theme`,
- type: 'fix',
+
commitSha: 'e16ece5',
},
{
@@ -340,7 +319,7 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31484'],
description: `Added new VisuallyHidden component for hiding content visually while keeping it accessible to screen readers.`,
- type: 'new',
+
commitSha: '1ef3ca4',
},
{
@@ -348,7 +327,282 @@ export const changelog_0_9_0: ChangelogProps[] = [
version: '0.9.0',
prs: ['31432'],
description: `Fix default font wight and font family in Backstage UI.`,
- type: 'fix',
+
commitSha: '00bfb83',
},
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31493'],
+ description: `**BREAKING**: Removed \`Collapsible\` component. Migrate to \`Accordion\` or use React Aria \`Disclosure\`.`,
+ migration: `**Path 1: Accordion (Opinionated Styled Component)**
+
+Accordion provides preset styling with a similar component structure.
+
+\`\`\`diff
+- import { Collapsible } from '@backstage/ui';
++ import { Accordion, AccordionTrigger, AccordionPanel } from '@backstage/ui';
+
+-
+- } />
+- Content
+-
+
++
++
++ Content
++
+\`\`\`
+
+CSS classes: \`.bui-CollapsibleRoot\` β \`.bui-Accordion\`, \`.bui-CollapsibleTrigger\` β \`.bui-AccordionTrigger\` (now on heading element), \`.bui-CollapsiblePanel\` β \`.bui-AccordionPanel\`
+
+**Path 2: React Aria Disclosure (Full Customization)**
+
+For custom styling without preset styles:
+
+\`\`\`tsx
+import { Disclosure, Button, DisclosurePanel } from 'react-aria-components';
+
+
+
+ Content
+;
+\`\`\``,
+ breaking: true,
+ commitSha: '83c100e',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31649'],
+ description: `**BREAKING**: The \`SelectProps\` interface now accepts a generic type parameter for selection mode.
+
+ Added searchable and multiple selection support to Select component. The component now accepts \`searchable\`, \`selectionMode\`, and \`searchPlaceholder\` props to enable filtering and multi-selection modes.`,
+ migration: `If you're using \`SelectProps\` type directly, update from \`SelectProps\` to \`SelectProps<'single' | 'multiple'>\`. Component usage remains backward compatible.`,
+ breaking: true,
+ commitSha: '816af0f',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31618'],
+ description: `Fixed CSS issues in Select component including popover width constraints, focus outline behavior, and overflow handling.`,
+
+ commitSha: '35a3614',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31679'],
+ description: `Improved visual consistency of PasswordField, SearchField, and MenuAutocomplete components.`,
+
+ commitSha: '01476f0',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31673'],
+ description: `Fixed dialog backdrop appearance in dark mode.`,
+
+ commitSha: '836b0c7',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31672'],
+ description: `Removed \`@base-ui-components/react\` dependency as all components now use React Aria Components.`,
+
+ commitSha: '6d35a6b',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31681'],
+ description: `Added \`loading\` prop to Button and ButtonIcon components for displaying spinner during async operations.`,
+
+ commitSha: '7839e7b',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31680'],
+ description: `Fixed Table Row component to properly support opening links in new tabs via right-click or Cmd+Click when using the href prop.`,
+
+ commitSha: 'a00fb88',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31566'],
+ description: `**BREAKING**: Migrated Avatar component from Base UI to custom implementation with size changes:
+
+ - Base UI-specific props are no longer supported
+ - Size values have been updated:
+ - New \`x-small\` size added (1.25rem / 20px)
+ - \`small\` size unchanged (1.5rem / 24px)
+ - \`medium\` size unchanged (2rem / 32px, default)
+ - \`large\` size **changed from 3rem to 2.5rem** (40px)
+ - New \`x-large\` size added (3rem / 48px)`,
+ migration: `\`\`\`diff
+# Remove Base UI-specific props
+-
++
+
+# Update large size usage to x-large for same visual size
+-
++
+\`\`\`
+
+Added \`purpose\` prop for accessibility control (\`'informative'\` or \`'decoration'\`).`,
+ breaking: true,
+ commitSha: '539cf26',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31507'],
+ description: `**BREAKING**: Fixing styles on SearchField in Backstage UI after migration to CSS modules. \`SearchField\` has now its own set of class names. We previously used class names from \`TextField\` but this approach was creating some confusion so going forward in your theme you'll be able to theme \`TextField\` and \`SearchField\` separately.`,
+ breaking: true,
+ commitSha: '134151f',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31525'],
+ description: `Fix broken external links in Backstage UI Header component.`,
+
+ commitSha: 'd01de00',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31615'],
+ description: `Fixed Text component to prevent \`truncate\` prop from being spread to the underlying DOM element.`,
+
+ commitSha: 'deaa427',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31524'],
+ description: `Improved the Link component structure in Backstage UI.`,
+
+ commitSha: '1059f95',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31608'],
+ description: `Migrated CellProfile component from Base UI Avatar to Backstage UI Avatar component.`,
+
+ commitSha: '6874094',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31623'],
+ description: `Avatar components in x-small and small sizes now display only one initial instead of two, improving readability at smaller dimensions.`,
+
+ commitSha: '719d772',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31576'],
+ description: `Fixed RadioGroup radio button ellipse distortion by preventing flex shrink and grow.`,
+
+ commitSha: '3b18d80',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31469'],
+ description: `Set the color-scheme property depending on theme`,
+
+ commitSha: 'e16ece5',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31517'],
+ description: `**BREAKING**: Migrated Checkbox component from Base UI to React Aria Components.
+
+ API changes required:
+
+ - \`checked\` β \`isSelected\`
+ - \`defaultChecked\` β \`defaultSelected\`
+ - \`disabled\` β \`isDisabled\`
+ - \`required\` β \`isRequired\`
+ - \`label\` prop removed - use \`children\` instead
+ - CSS: \`bui-CheckboxLabel\` class removed
+ - Data attribute: \`data-checked\` β \`data-selected\`
+ - Use without label is no longer supported`,
+ migration: `Before:
+
+\`\`\`tsx
+
+\`\`\`
+
+After:
+
+\`\`\`tsx
+
+ Accept terms
+
+\`\`\`
+
+Before:
+
+\`\`\`tsx
+
+\`\`\`
+
+After:
+
+\`\`\`tsx
+Option
+\`\`\`
+
+Before:
+
+\`\`\`tsx
+
+\`\`\`
+
+After:
+
+\`\`\`tsx
+
+ Accessible label
+
+\`\`\``,
+ breaking: true,
+ commitSha: '5c614ff',
+ },
+ {
+ components: ['menu', 'switch', 'skeleton', 'header', 'header-page', 'tabs'],
+ version: '0.9.0',
+ prs: ['31496'],
+ description: `**BREAKING**: Changed className prop behavior to augment default styles instead of being ignored or overriding them.
+
+ If you were passing custom className values to any of these components that relied on the previous behavior, you may need to adjust your styles to account for the default classes now being applied alongside your custom classes.`,
+ breaking: true,
+ commitSha: 'b78fc45',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31516'],
+ description: `Enable tree-shaking of imports other than \`*.css\`.`,
+
+ commitSha: 'ff9f0c3',
+ },
+ {
+ components: [],
+ version: '0.9.0',
+ prs: ['31484'],
+ description: `Added new VisuallyHidden component for hiding content visually while keeping it accessible to screen readers.`,
+
+ commitSha: '1ef3ca4',
+ },
];
diff --git a/docs-ui/src/utils/changelogs/v0.9.1.ts b/docs-ui/src/utils/changelogs/v0.9.1.ts
new file mode 100644
index 0000000000..c71c10a2e0
--- /dev/null
+++ b/docs-ui/src/utils/changelogs/v0.9.1.ts
@@ -0,0 +1,28 @@
+import type { ChangelogProps } from '../types';
+
+export const changelog_0_9_1: ChangelogProps[] = [
+ {
+ components: [],
+ version: '0.9.1',
+ prs: ['31843'],
+ description: `Fixed Table Row component to correctly handle cases where no \`href\` is provided, preventing unnecessary router provider wrapping and fixing the cursor incorrectly showing as a pointer despite the element not being a link.`,
+
+ commitSha: 'b3ad928',
+ },
+ {
+ components: [],
+ version: '0.9.1',
+ prs: ['31817'],
+ description: `Fixed \`useTable\` hook to prioritize \`providedRowCount\` over data length for accurate row count in server-side pagination scenarios.`,
+
+ commitSha: 'fe7c751',
+ },
+ {
+ components: [],
+ version: '0.9.1',
+ prs: ['31844'],
+ description: `Fixed Table column sorting indicator to show up arrow when no sort is active, correctly indicating that clicking will sort ascending.`,
+
+ commitSha: 'c145031',
+ },
+];
diff --git a/docs-ui/src/utils/types.ts b/docs-ui/src/utils/types.ts
index 173dcd4329..3bc4006bf6 100644
--- a/docs-ui/src/utils/types.ts
+++ b/docs-ui/src/utils/types.ts
@@ -41,7 +41,7 @@ export interface ChangelogProps {
description: string;
version: Version;
prs: string[];
- type?: 'breaking' | 'new' | 'fix';
+ breaking?: boolean;
commitSha?: string;
migration?: string;
}
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md
index ae913d5e80..76496f8a86 100644
--- a/packages/ui/CHANGELOG.md
+++ b/packages/ui/CHANGELOG.md
@@ -45,7 +45,7 @@
**Affected components:** Table, TableRoot, TablePagination
-- 95246eb: **Breaking** Updating color tokens to match the new neutral style on different surfaces.
+- 95246eb: **BREAKING**: Updating color tokens to match the new neutral style on different surfaces.
**Migration:**
@@ -56,12 +56,18 @@
- `--bui-bg-tint-pressed` can be replaced by `--bui-bg-neutral-on-surface-0-pressed`
- `--bui-bg-tint-disabled` can be replaced by `--bui-bg-neutral-on-surface-0-disabled`
-- ea0c6d8: Introduce new `ToggleButton` & `ToggleButtonGroup` components in Backstage UI
+- ea0c6d8: **BREAKING**: Introduce new `ToggleButton` & `ToggleButtonGroup` components in Backstage UI
+
+ **Affected components:** ToggleButton, ToggleButtonGroup
+
- 4ea1d15: **BREAKING**: Renamed CSS variable `--bui-bg` to `--bui-bg-surface-0` for consistency.
### Patch Changes
- 1880402: Fixes app background color on dark mode.
+
+ **Affected components:** Box
+
- d2fdded: Added indeterminate state support to the Checkbox component for handling partial selection scenarios like table header checkboxes.
**Affected components:** Checkbox
@@ -71,14 +77,26 @@
**Affected components:** Select, MenuAutocomplete, MenuAutocompleteListbox
- 21c87cc: Fixes disabled state in primary and secondary buttons in Backstage UI.
+
+ **Affected components:** Button
+
- 9c76682: build(deps-dev): bump `storybook` from 10.1.9 to 10.1.10
- de80336: Fixed disabled tertiary buttons incorrectly showing hover effects on surfaces.
+
+ **Affected components:** Button
+
- 133d5c6: Added new Popover component for Backstage UI with automatic overflow handling, and full placement support. Also introduced `--bui-shadow` token for consistent elevation styling across overlay components (Popover, Tooltip, Menu).
+
+ **Affected components:** Popover
+
- 973c839: Fixed Table sorting indicator not being visible when a column is actively sorted.
**Affected components:** Table, Column
- df40cfc: Fixed Menu component trigger button not toggling correctly. Removed custom click-outside handler that was interfering with React Aria's built-in state management, allowing the menu to properly open and close when clicking the trigger button.
+
+ **Affected components:** Menu
+
- b01ab96: Added support for column width configuration in Table component. Columns now accept `width`, `defaultWidth`, `minWidth`, and `maxWidth` props for responsive layout control.
**Affected components:** Table, Column
@@ -145,7 +163,7 @@
**Affected components:** Table, TableRoot, TablePagination
-- 95246eb: **Breaking** Updating color tokens to match the new neutral style on different surfaces.
+- 95246eb: **BREAKING**: Updating color tokens to match the new neutral style on different surfaces.
**Migration:**
@@ -181,7 +199,7 @@
### Minor Changes
-- 16543fa: **Breaking change** The `Cell` component has been refactored to be a generic wrapper component that accepts `children` for custom cell content. The text-specific functionality (previously part of `Cell`) has been moved to a new `CellText` component.
+- 16543fa: **BREAKING**: The `Cell` component has been refactored to be a generic wrapper component that accepts `children` for custom cell content. The text-specific functionality (previously part of `Cell`) has been moved to a new `CellText` component.
**Migration:**
@@ -242,7 +260,7 @@
### Minor Changes
-- 16543fa: **Breaking change** The `Cell` component has been refactored to be a generic wrapper component that accepts `children` for custom cell content. The text-specific functionality (previously part of `Cell`) has been moved to a new `CellText` component.
+- 16543fa: **BREAKING**: The `Cell` component has been refactored to be a generic wrapper component that accepts `children` for custom cell content. The text-specific functionality (previously part of `Cell`) has been moved to a new `CellText` component.
**Migration:**
@@ -331,6 +349,8 @@
Added `purpose` prop for accessibility control (`'informative'` or `'decoration'`).
+ **Affected components:** Avatar
+
- 5c614ff: **BREAKING**: Migrated Checkbox component from Base UI to React Aria Components.
API changes required:
@@ -386,12 +406,12 @@
```
-- 134151f: Fixing styles on SearchField in Backstage UI after migration to CSS modules. `SearchField` has now its own set of class names. We previously used class names from `TextField` but this approach was creating some confusion so going forward in your theme you'll be able to theme `TextField` and `SearchField` separately.
+- 134151f: **BREAKING**: Fixing styles on SearchField in Backstage UI after migration to CSS modules. `SearchField` has now its own set of class names. We previously used class names from `TextField` but this approach was creating some confusion so going forward in your theme you'll be able to theme `TextField` and `SearchField` separately.
- a67670d: **BREAKING**: Removed central `componentDefinitions` object and related type utilities (`ComponentDefinitionName`, `ComponentClassNames`).
Component definitions are primarily intended for documenting the CSS class API for theming purposes, not for programmatic use in JavaScript/TypeScript.
- **Migration Guide:**
+ **Migration:**
If you were using component definitions or class names to build custom components, we recommend migrating to either:
@@ -450,27 +470,68 @@
If you're using `SelectProps` type directly, update from `SelectProps` to `SelectProps<'single' | 'multiple'>`. Component usage remains backward compatible.
+ **Affected components:** Select
+
### Patch Changes
- d01de00: Fix broken external links in Backstage UI Header component.
+
+ **Affected components:** Header
+
- 35a3614: Fixed CSS issues in Select component including popover width constraints, focus outline behavior, and overflow handling.
+
+ **Affected components:** Select
+
- 01476f0: Improved visual consistency of PasswordField, SearchField, and MenuAutocomplete components.
+
+ **Affected components:** PasswordField, SearchField, MenuAutocomplete
+
- 26c6a78: Fix default text color in Backstage UI
+
+ **Affected components:** Text
+
- deaa427: Fixed Text component to prevent `truncate` prop from being spread to the underlying DOM element.
+
+ **Affected components:** Text
+
- 1059f95: Improved the Link component structure in Backstage UI.
+
+ **Affected components:** Link
+
- 836b0c7: Fixed dialog backdrop appearance in dark mode.
+
+ **Affected components:** Dialog
+
- 6874094: Migrated CellProfile component from Base UI Avatar to Backstage UI Avatar component.
+
+ **Affected components:** Avatar
+
- 719d772: Avatar components in x-small and small sizes now display only one initial instead of two, improving readability at smaller dimensions.
+
+ **Affected components:** Avatar
+
- 6d35a6b: Removed `@base-ui-components/react` dependency as all components now use React Aria Components.
- dac851f: Fix the default font size in Backstage UI.
- 3c0ea67: Fix CSS layer ordering in Backstage UI to make sure component styles are loaded after tokens and base declarations.
- 3b18d80: Fixed RadioGroup radio button ellipse distortion by preventing flex shrink and grow.
+
+ **Affected components:** RadioGroup
+
- 4eb455c: Fix font smoothing as default in Backstage UI.
- ff9f0c3: Enable tree-shaking of imports other than `*.css`.
- 7839e7b: Added `loading` prop to Button and ButtonIcon components for displaying spinner during async operations.
+
+ **Affected components:** Button, ButtonIcon
+
- a00fb88: Fixed Table Row component to properly support opening links in new tabs via right-click or Cmd+Click when using the `href` prop.
+
+ **Affected components:** Table
+
- e16ece5: Set the color-scheme property depending on theme
- 1ef3ca4: Added new VisuallyHidden component for hiding content visually while keeping it accessible to screen readers.
+
+ **Affected components:** VisuallyHidden
+
- 00bfb83: Fix default font wight and font family in Backstage UI.
## 0.9.0-next.3
@@ -560,7 +621,7 @@
Added `purpose` prop for accessibility control (`'informative'` or `'decoration'`).
-- 134151f: Fixing styles on SearchField in Backstage UI after migration to CSS modules. `SearchField` has now its own set of class names. We previously used class names from `TextField` but this approach was creating some confusion so going forward in your theme you'll be able to theme `TextField` and `SearchField` separately.
+- 134151f: **BREAKING**: Fixing styles on SearchField in Backstage UI after migration to CSS modules. `SearchField` has now its own set of class names. We previously used class names from `TextField` but this approach was creating some confusion so going forward in your theme you'll be able to theme `TextField` and `SearchField` separately.
### Patch Changes
@@ -723,10 +784,10 @@
### Minor Changes
-- 0615e54: We are moving our DataTable component to React Aria. We removed our DataTable to only use Table as a single and opinionated option for tables. This new structure is made possible by using React Aria under the hood.
-- b245c9d: Backstage UI - HeaderPage - We are updating the breadcrumb to be more visible and accessible.
-- 800f593: **Breaking change** We are updating the Menu component to use React Aria under the hood. The structure and all props are changing to follow React Aria's guidance.
-- b0e47f3: **Breaking** We are upgrading our `Text` component to support all font sizes making the `Heading` component redundant. The new `Text` component introduces 4 sizes for title and 4 sizes for body text. All of these work in multiple colors and font weights. We improved the `as` prop to include all possible values. The `Link` component has also been updated to match the new `Text` component.
+- 0615e54: **BREAKING**: We are moving our DataTable component to React Aria. We removed our DataTable to only use Table as a single and opinionated option for tables. This new structure is made possible by using React Aria under the hood.
+- b245c9d: **BREAKING**: Backstage UI - HeaderPage - We are updating the breadcrumb to be more visible and accessible.
+- 800f593: **BREAKING**: We are updating the Menu component to use React Aria under the hood. The structure and all props are changing to follow React Aria's guidance.
+- b0e47f3: **BREAKING**: We are upgrading our `Text` component to support all font sizes making the `Heading` component redundant. The new `Text` component introduces 4 sizes for title and 4 sizes for body text. All of these work in multiple colors and font weights. We improved the `as` prop to include all possible values. The `Link` component has also been updated to match the new `Text` component.
### Patch Changes
@@ -735,7 +796,7 @@
- f761306: Add new TagGroup component to Backstage UI.
- 75fead9: Fixes a couple of small bugs in BUI including setting H1 and H2 correctly on the Header and HeaderPage.
- e7ff178: Update styling of Tooltip element
-- 230b410: **Breaking change** Move breadcrumb to fit in the `HeaderPage` instead of the `Header` in Backstage UI.
+- 230b410: **BREAKING**: Move breadcrumb to fit in the `HeaderPage` instead of the `Header` in Backstage UI.
- 2f9a084: We are motion away from `motion` to use `gsap` instead to make Backstage UI backward compatible with React 17.
- d4e603e: Updated Menu component in Backstage UI to use useId() from React Aria instead of React to support React 17.
- 8bdc491: Remove stylesheet import from Select component.
@@ -746,11 +807,11 @@
### Minor Changes
-- 0615e54: We are moving our DataTable component to React Aria. We removed our DataTable to only use Table as a single and opinionated option for tables. This new structure is made possible by using React Aria under the hood.
+- 0615e54: **BREAKING**: We are moving our DataTable component to React Aria. We removed our DataTable to only use Table as a single and opinionated option for tables. This new structure is made possible by using React Aria under the hood.
### Patch Changes
-- 230b410: **Breaking change** Move breadcrumb to fit in the `HeaderPage` instead of the `Header` in Backstage UI.
+- 230b410: **BREAKING**: Move breadcrumb to fit in the `HeaderPage` instead of the `Header` in Backstage UI.
- 8bdc491: Remove stylesheet import from Select component.
- 404b426: Add `startCollapsed` prop on the `SearchField` component in BUI.
@@ -772,7 +833,7 @@
### Minor Changes
-- b0e47f3: **Breaking** We are upgrading our `Text` component to support all font sizes making the `Heading` component redundant. The new `Text` component introduces 4 sizes for title and 4 sizes for body text. All of these work in multiple colors and font weights. We improved the `as` prop to include all possible values. The `Link` component has also been updated to match the new `Text` component.
+- b0e47f3: **BREAKING**: We are upgrading our `Text` component to support all font sizes making the `Heading` component redundant. The new `Text` component introduces 4 sizes for title and 4 sizes for body text. All of these work in multiple colors and font weights. We improved the `as` prop to include all possible values. The `Link` component has also been updated to match the new `Text` component.
### Patch Changes
@@ -783,13 +844,13 @@
### Minor Changes
-- e92bb9b: Canon has been renamed to Backstage UI. This means that `@backstage/canon` has been deprecated and replaced by `@backstage/ui`.
+- e92bb9b: **BREAKING**: Canon has been renamed to Backstage UI. This means that `@backstage/canon` has been deprecated and replaced by `@backstage/ui`.
## 0.6.0-next.1
### Minor Changes
-- 2e30459: We are moving our Tooltip component to use React Aria under the hood. In doing so, the structure of the component and its prop are changing to follow the new underlying structure.
+- 2e30459: **BREAKING**: We are moving our Tooltip component to use React Aria under the hood. In doing so, the structure of the component and its prop are changing to follow the new underlying structure.
### Patch Changes
@@ -804,7 +865,7 @@
### Minor Changes
-- 4c6d891: **BREAKING CHANGES**
+- 4c6d891: **BREAKING**:
Weβre updating our Button component to provide better support for button links.
@@ -827,12 +888,12 @@
### Minor Changes
-- 621fac9: We are updating the default size of the Button component in Canon to be small instead of medium.
-- a842554: We set the default size for IconButton in Canon to be small instead of medium.
-- 35fd51d: Move TextField component to use react Aria under the hood. Introducing a new FieldLabel component to help build custom fields.
-- 78204a2: **Breaking** We are adding a new as prop on the Heading and Text component to make it easier to change the component tag. We are removing the render prop in favour of the as prop.
-- c49e335: TextField in Canon now has multiple label sizes as well as the capacity to hide label and description but still make them available for screen readers.
-- 24b45ef: Fixes spacing props on layout components and aligned on naming for the Grid component. You should now call the Grid root component using instead of just .
+- 621fac9: **BREAKING**: We are updating the default size of the Button component in Canon to be small instead of medium.
+- a842554: **BREAKING**: We set the default size for IconButton in Canon to be small instead of medium.
+- 35fd51d: **BREAKING**: Move TextField component to use react Aria under the hood. Introducing a new FieldLabel component to help build custom fields.
+- 78204a2: **BREAKING**: We are adding a new as prop on the Heading and Text component to make it easier to change the component tag. We are removing the render prop in favour of the as prop.
+- c49e335: **BREAKING**: TextField in Canon now has multiple label sizes as well as the capacity to hide label and description but still make them available for screen readers.
+- 24b45ef: **BREAKING**: Fixes spacing props on layout components and aligned on naming for the Grid component. You should now call the Grid root component using `` instead of just ``.
### Patch Changes
@@ -862,7 +923,7 @@
### Minor Changes
-- 24b45ef: Fixes spacing props on layout components and aligned on naming for the Grid component. You should now call the Grid root component using instead of just .
+- 24b45ef: Fixes spacing props on layout components and aligned on naming for the Grid component. You should now call the Grid root component using `` instead of just ``.
### Patch Changes
@@ -872,9 +933,9 @@
### Minor Changes
-- ea36f74: **Breaking Change** Icons on Button and IconButton now need to be imported and placed like this: } />
-- ccb1fc6: We are modifying the way we treat custom render using 'useRender()' under the hood from BaseUI.
-- 04a65c6: The icon prop in TextField now accept a ReactNode instead of an icon name. We also updated the icon sizes for each input sizes.
+- ea36f74: **BREAKING**: Icons on Button and IconButton now need to be imported and placed like this: `} />`
+- ccb1fc6: **BREAKING**: We are modifying the way we treat custom render using 'useRender()' under the hood from BaseUI.
+- 04a65c6: **BREAKING**: The icon prop in TextField now accept a ReactNode instead of an icon name. We also updated the icon sizes for each input sizes.
### Patch Changes
@@ -908,7 +969,7 @@
### Minor Changes
-- ea36f74: **Breaking Change** Icons on Button and IconButton now need to be imported and placed like this: } />
+- ea36f74: **BREAKING**: Icons on Button and IconButton now need to be imported and placed like this: `} />`
### Patch Changes
@@ -926,9 +987,9 @@
### Minor Changes
-- df4e292: Improve class name structure using data attributes instead of class names.
-- f038613: Updated TextField and Select component to work with React Hook Form.
-- 1b0cf40: Add new Select component for Canon
+- df4e292: **BREAKING**: Improve class name structure using data attributes instead of class names.
+- f038613: **BREAKING**: Updated TextField and Select component to work with React Hook Form.
+- 1b0cf40: **BREAKING**: Add new Select component for Canon
- 5074d61: **BREAKING**: Added a new TextField component to replace the Field and Input component. After feedback, it became clear that we needed to build a more opinionated version to avoid any problem in the future.
### Patch Changes
@@ -940,7 +1001,7 @@
- 35b36ec: Add new Collapsible component for Canon.
- a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
-
+ https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
- 513477f: Add global CSS reset for anchor tags.
- 24f0e08: Improved Container styles, changing our max-width to 120rem and improving padding on smaller screens.
@@ -967,7 +1028,7 @@
- a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
-
+ https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
- 24f0e08: Improved Container styles, changing our max-width to 120rem and improving padding on smaller screens.
- 7ae28ba: Move styles to the root of the TextField component.
@@ -992,14 +1053,14 @@
### Minor Changes
-- 5a5db29: Fix CSS imports and move CSS outputs out of the dist folder.
-- 4557beb: Added a new Tooltip component to Canon.
-- 1e4dfdb: We added a new IconButton component with fixed sizes showcasing a single icon.
-- e8d12f9: Added about 40 new icons to Canon.
-- 8689010: We are renaming CanonProvider to IconProvider to improve clarity on how to override icons.
-- bf319b7: Added a new Menu component to Canon.
-- cb7e99d: Updating styles for Text and Link components as well as global surface tokens.
-- bd8520d: Added a new ScrollArea component for Canon.
+- 5a5db29: **BREAKING**: Fix CSS imports and move CSS outputs out of the dist folder.
+- 4557beb: **BREAKING**: Added a new Tooltip component to Canon.
+- 1e4dfdb: **BREAKING**: We added a new IconButton component with fixed sizes showcasing a single icon.
+- e8d12f9: **BREAKING**: Added about 40 new icons to Canon.
+- 8689010: **BREAKING**: We are renaming CanonProvider to IconProvider to improve clarity on how to override icons.
+- bf319b7: **BREAKING**: Added a new Menu component to Canon.
+- cb7e99d: **BREAKING**: Updating styles for Text and Link components as well as global surface tokens.
+- bd8520d: **BREAKING**: Added a new ScrollArea component for Canon.
### Patch Changes
@@ -1028,9 +1089,9 @@
### Minor Changes
- 72c9800: **BREAKING**: Merged the Stack and Inline component into a single component called Flex.
-- 65f4acc: This is the first alpha release for Canon. As part of this release we are introducing 5 layout components and 7 components. All theming is done through CSS variables.
+- 65f4acc: **BREAKING**: This is the first alpha release for Canon. As part of this release we are introducing 5 layout components and 7 components. All theming is done through CSS variables.
- 1e4ccce: **BREAKING**: Fixing css structure and making sure that props are applying the correct styles for all responsive values.
-- 8309bdb: Updated core CSS tokens and fixing the Button component accordingly.
+- 8309bdb: **BREAKING**: Updated core CSS tokens and fixing the Button component accordingly.
### Patch Changes