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
7 changes: 0 additions & 7 deletions .changeset/empty-animals-warn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/little-games-design.md

This file was deleted.

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.

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

## 5.2.0

### Minor Changes

<!-- START components/icon -->

`Icon` - Converted component to `.gts` format

<!-- END -->

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

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

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/form/super-select -->

`SuperSelect` - Removed styling incorrectly adding a checkbox next to the "Loading options..." message for search results

<!-- END -->

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

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

<!-- 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 +90,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.

Loading