Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/poor-banks-rescue.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/six-toys-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-mugs-kneel.md

This file was deleted.

59 changes: 45 additions & 14 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,65 @@
# @hashicorp/design-system-components

## 5.2.0

### Minor Changes

Added Floating UI `boundary` option to `hds-anchored-position` modifier

<!-- START components/popover-primitive -->

`PopoverPrimitive` - Added Floating UI `boundary` option

<!-- END -->

<!-- START components/dropdown -->

`Dropdown` - Added Floating UI `boundary` option

<!-- END -->

<!-- START components/rich-tooltip -->

`RichTooltip` - Added Floating UI `boundary` option

<!-- END -->

<small class="doc-whats-new-changelog-metadata">[#3406](https://github.com/hashicorp/design-system/pull/3406)</small>

<div class="doc-whats-new-changelog-separator"></div>

### Patch Changes

<!-- START components/table/advanced-table -->

`AdvancedTable` - Guard against accessing `hdsIntl` service after component destruction

<!-- END -->

<small class="doc-whats-new-changelog-metadata">[#3195](https://github.com/hashicorp/design-system/pull/3195)</small>

<div class="doc-whats-new-changelog-separator"></div>

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@4.1.1

## 5.1.0

[5.1.0 documentation](https://hds-website-5-1-0.vercel.app/)

### Minor Changes


`CodeEditor` - Added a new `@customExtensions` argument which allows consumers to provide their own custom CodeMirror extensions.


<small class="doc-whats-new-changelog-metadata">[#3372](https://github.com/hashicorp/design-system/pull/3372)</small>

<div class="doc-whats-new-changelog-separator"></div>

### Patch Changes


`Dropdown` - Updated component signature for `ListItemCheckbox` and `ListItemRadio` to have an optional `@id` argument.


<small class="doc-whats-new-changelog-metadata">[#3371](https://github.com/hashicorp/design-system/pull/3371)</small>

<div class="doc-whats-new-changelog-separator"></div>
Expand All @@ -30,32 +70,23 @@ Fix mixed sass declaration syntax to silence warnings

<div class="doc-whats-new-changelog-separator"></div>


`AdvancedTable` - Fixed a bug in the cleanup logic of selectable rows where data updates caused the internal selection state to be incorrectly reset.


<small class="doc-whats-new-changelog-metadata">[#3373](https://github.com/hashicorp/design-system/pull/3373)</small>

<div class="doc-whats-new-changelog-separator"></div>


`Button` - Optimized CSS used to apply dark theme styles within `AppHeader` and `SideNav`



`Dropdown` - Optimized CSS used to apply dark theme styles within `AppHeader` and `SideNav`



`SideNav`: - Made CSS updates including:

- Optimized CSS used to apply dark theme styles to Buttons & Dropdowns
- Removed deprecated ".hds-side-nav__dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles

- Removed deprecated ".hds-side-nav\_\_dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles

`AppHeader` - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns


<small class="doc-whats-new-changelog-metadata">[#3356](https://github.com/hashicorp/design-system/pull/3356)</small>

<div class="doc-whats-new-changelog-separator"></div>
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-components",
"version": "5.1.0",
"version": "5.2.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@embroider/util": "^1.13.4",
"@floating-ui/dom": "^1.6.12",
"@hashicorp/design-system-tokens": "workspace:^3.0.0",
"@hashicorp/flight-icons": "workspace:^4.1.0",
"@hashicorp/flight-icons": "workspace:^4.1.1",
"@lezer/highlight": "^1.2.1",
"@nullvoxpopuli/ember-composable-helpers": "^5.2.11",
"clipboard-polyfill": "^4.1.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hashicorp/flight-icons

## 4.1.1

### Patch Changes

Added "aap" to Ansible icon keywords for easier search.

<small class="doc-whats-new-changelog-metadata">[#3430](https://github.com/hashicorp/design-system/pull/3430)</small>

<div class="doc-whats-new-changelog-separator"></div>

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flight-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/flight-icons",
"version": "4.1.0",
"version": "4.1.1",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

117 changes: 46 additions & 71 deletions website/docs/whats-new/release-notes/partials/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,66 @@
</a>
</p>

## 5.2.0

**Minor changes**

Added Floating UI `boundary` option to `hds-anchored-position` modifier

<!-- START components/popover-primitive -->

`PopoverPrimitive` - Added Floating UI `boundary` option

<!-- END -->

<!-- START components/dropdown -->

`Dropdown` - Added Floating UI `boundary` option

<!-- END -->

<!-- START components/rich-tooltip -->

`RichTooltip` - Added Floating UI `boundary` option

<!-- END -->

<small class="doc-whats-new-changelog-metadata">[#3406](https://github.com/hashicorp/design-system/pull/3406)</small>

<div class="doc-whats-new-changelog-separator"></div>

**Patch changes**

<!-- START components/table/advanced-table -->

`AdvancedTable` - Guard against accessing `hdsIntl` service after component destruction

<!-- END -->

<small class="doc-whats-new-changelog-metadata">[#3195](https://github.com/hashicorp/design-system/pull/3195)</small>

<div class="doc-whats-new-changelog-separator"></div>

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@4.1.1

## 5.1.0

[5.1.0 documentation](https://hds-website-5-1-0.vercel.app/)

**Minor changes**


`CodeEditor` - Added a new `@customExtensions` argument which allows consumers to provide their own custom CodeMirror extensions.


<small class="doc-whats-new-changelog-metadata">[#3372](https://github.com/hashicorp/design-system/pull/3372)</small>

<div class="doc-whats-new-changelog-separator"></div>

**Patch changes**


`Dropdown` - Updated component signature for `ListItemCheckbox` and `ListItemRadio` to have an optional `@id` argument.


<small class="doc-whats-new-changelog-metadata">[#3371](https://github.com/hashicorp/design-system/pull/3371)</small>

<div class="doc-whats-new-changelog-separator"></div>
Expand All @@ -42,32 +82,23 @@ Fix mixed sass declaration syntax to silence warnings

<div class="doc-whats-new-changelog-separator"></div>


`AdvancedTable` - Fixed a bug in the cleanup logic of selectable rows where data updates caused the internal selection state to be incorrectly reset.


<small class="doc-whats-new-changelog-metadata">[#3373](https://github.com/hashicorp/design-system/pull/3373)</small>

<div class="doc-whats-new-changelog-separator"></div>


`Button` - Optimized CSS used to apply dark theme styles within `AppHeader` and `SideNav`



`Dropdown` - Optimized CSS used to apply dark theme styles within `AppHeader` and `SideNav`



`SideNav`:
`SideNav`: - Made CSS updates including:

- Optimized CSS used to apply dark theme styles to Buttons & Dropdowns
- Removed deprecated ".hds-side-nav__dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles

- Removed deprecated ".hds-side-nav\_\_dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles

`AppHeader` - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns


<small class="doc-whats-new-changelog-metadata">[#3356](https://github.com/hashicorp/design-system/pull/3356)</small>

<div class="doc-whats-new-changelog-separator"></div>
Expand Down Expand Up @@ -1414,62 +1445,6 @@ Aligned private class properties to follow a standardized notation
- @hashicorp/design-system-tokens@2.2.2
- @hashicorp/flight-icons@3.8.0

## 4.14.0

[4.14.0 documentation](https://hds-website-4-14-0.vercel.app/)

**Minor changes**

`Dropdown` - Added `@matchToggleWidth` argument

<small class="doc-whats-new-changelog-metadata">[#2530](https://github.com/hashicorp/design-system/pull/2530)</small>

<div class="doc-whats-new-changelog-separator"></div>

`hds-clipboard` - Added `clipboard-polyfill` to support product usage in non-secure environments; this impacts `Copy::Button`, `Copy::Snippet`, `CodeBlock`, and `MaskedInput`

<small class="doc-whats-new-changelog-metadata">[#2525](https://github.com/hashicorp/design-system/pull/2525)</small>

<div class="doc-whats-new-changelog-separator"></div>

**Patch changes**

`SideNav` - Made a11y related improvements including:

- Changed `List::Title` to h3 & added visually hidden h2 to AppSideNav
- Replaced aria-label for `ToggleButton` with aria-labelledby and aria-expanded

<small class="doc-whats-new-changelog-metadata">[#2536](https://github.com/hashicorp/design-system/pull/2536)</small>

<div class="doc-whats-new-changelog-separator"></div>

Fixed instances where arguments are passed into tracked properties at declaration:

- `MaskedInput`
- `TextInput`
- `Pagination::Compact`
- `Pagination::Numbered`
- `SideNav`
- `Table`
- `Table::ThSelectable`
- `Tabs`

<small class="doc-whats-new-changelog-metadata">[#2488](https://github.com/hashicorp/design-system/pull/2488)</small>

<div class="doc-whats-new-changelog-separator"></div>

`SideNav` - Fixed bug with hidden panels sometimes causing unnecessary overflow scrolling

<small class="doc-whats-new-changelog-metadata">[#2535](https://github.com/hashicorp/design-system/pull/2535)</small>

<div class="doc-whats-new-changelog-separator"></div>

`Dropdown` - Fixed the height of the chevron in `ToggleButton`

<small class="doc-whats-new-changelog-metadata">[#2522](https://github.com/hashicorp/design-system/pull/2522)</small>

<div class="doc-whats-new-changelog-separator"></div>


---

Expand Down
20 changes: 10 additions & 10 deletions website/docs/whats-new/release-notes/partials/flight-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
</a>
</p>

## 4.1.1

**Patch changes**

Added "aap" to Ansible icon keywords for easier search.

<small class="doc-whats-new-changelog-metadata">[#3430](https://github.com/hashicorp/design-system/pull/3430)</small>

<div class="doc-whats-new-changelog-separator"></div>

## 4.1.0

**Minor changes**
Expand Down Expand Up @@ -236,16 +246,6 @@ Added "category" to the icons' metadata in the `catalog.json` file.

<div class="doc-whats-new-changelog-separator"></div>

## 2.24.0

**Minor changes**

`rabbitmq`, `openid`, `jwt`, `meetup`, and `transform-data` icons added.

<small class="doc-whats-new-changelog-metadata">[#1873](https://github.com/hashicorp/design-system/pull/1873)</small>

<div class="doc-whats-new-changelog-separator"></div>


---

Expand Down