Skip to content

Commit

Permalink
Merge pull request #2210 from hashicorp/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
alex-ju authored Jul 9, 2024
2 parents de500b1 + 5359890 commit 88f4390
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 55 deletions.
6 changes: 0 additions & 6 deletions .changeset/giant-eagles-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-clouds-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/loud-coats-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-fireants-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-buckets-fry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-flowers-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-shrimps-flash.md

This file was deleted.

51 changes: 50 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# @hashicorp/design-system-components

## 4.6.0

### Minor Changes

`PopoverPrimitive` - Converted to TypeScript

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

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

`hds-register-event` (internal modifier) - Converted to TypeScript

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

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

`hds-anchored-position` (internal modifier) - Converted to TypeScript

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

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

`RichTooltip` - Converted to TypeScript

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

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

`Accordion` - added `@forceState`, `@onClickToggle` arguments
`Accordion` - added `close` function to `<:content>`

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

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

`Accordion` - added `@size`, `@type`, and `@isStatic` arguments

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

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

### Patch Changes

Removed `popover-polyfill` dependency and instantiating code

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

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

## 4.5.3

### Patch Changes
Expand Down Expand Up @@ -458,7 +507,7 @@ Alternatively, you can import the CSS by adding this configuration in `ember-cli

```js
app.import(
"node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css"
"node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css",
);
```

Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-components",
"version": "4.5.3",
"version": "4.6.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down
65 changes: 50 additions & 15 deletions website/docs/whats-new/release-notes/partials/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,55 @@
</a>
</p>

## 4.6.0

**Minor changes**

`PopoverPrimitive` - Converted to TypeScript

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

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

`hds-register-event` (internal modifier) - Converted to TypeScript

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

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

`hds-anchored-position` (internal modifier) - Converted to TypeScript

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

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

`RichTooltip` - Converted to TypeScript

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

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

`Accordion` - added `@forceState`, `@onClickToggle` arguments
`Accordion` - added `close` function to `<:content>`

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

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

`Accordion` - added `@size`, `@type`, and `@isStatic` arguments

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

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

**Patch changes**

Removed `popover-polyfill` dependency and instantiating code

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

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

## 4.5.3

**Patch changes**
Expand Down Expand Up @@ -470,7 +519,7 @@ Alternatively, you can import the CSS by adding this configuration in `ember-cli

```js
app.import(
"node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css"
"node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css",
);
```

Expand Down Expand Up @@ -796,20 +845,6 @@ Added `hds-` prefix to Sass variables for component styles (where missing).

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

## 3.1.1

**Patch changes**

Added `@ember/string` as a direct dependency

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

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

**🔄 Updated dependencies:**

- @hashicorp/ember-flight-icons@4.0.3


---

Expand Down

0 comments on commit 88f4390

Please sign in to comment.