Skip to content

Commit

Permalink
Merge pull request #2238 from hashicorp/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
didoo committed Jul 24, 2024
2 parents 64d9cd0 + e8396b5 commit 464538a
Show file tree
Hide file tree
Showing 21 changed files with 199 additions and 118 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-squids-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-fireants-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-suits-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-pumas-hunt.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/pretty-timers-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-bugs-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-flies-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-ducks-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-roses-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-students-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-beds-knock.md

This file was deleted.

75 changes: 75 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,80 @@
# @hashicorp/design-system-components

## 4.7.0

### Minor Changes

`FileInput`, `MaskedInput`, `Select`, `TextInput`, `Textarea` - Converted to TypeScript

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

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

Loads the `hds-icon` sprite in the `components` package, and ensures it is only loaded once.

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

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

`Form::TextInput` - added support for `"month"`, `"week"`, and `"tel"` input types

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

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

`DialogPrimitive` - Added set of utility "dialog" sub-components to act as primitives for `Modal` and `Flyout` (and to be used as standalone subcomponents if needed)

`Modal` - Replaced internal subcomponents to use the `DialogPrimitive` components.

`Flyout` - Replaced internal subcomponents to use the `DialogPrimitive` components.

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

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

`Modal`: Converted component to TypeScript

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

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

Converted form primitives to TypeScript

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

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

`Checkbox`, `Radio`, `RadioCard`, `Toggle` - Converted components to TypeScript

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

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

`Flyout`: Converted component to TypeScript

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

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

`DialogPrimitive` - Converted component to TypeScript

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

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

### Patch Changes

`Badge`: updated `@text` argument type to include numbers.

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

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

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@3.5.0
- @hashicorp/ember-flight-icons@5.1.3

## 4.6.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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": "4.6.0",
"version": "4.7.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@embroider/addon-shim": "^1.8.7",
"@floating-ui/dom": "^1.6.3",
"@hashicorp/design-system-tokens": "^2.1.0",
"@hashicorp/ember-flight-icons": "^5.1.2",
"@hashicorp/flight-icons": "^3.4.0",
"@hashicorp/ember-flight-icons": "^5.1.3",
"@hashicorp/flight-icons": "^3.5.0",
"decorator-transforms": "^1.1.0",
"ember-a11y-refocus": "^4.1.0",
"ember-cli-sass": "^11.0.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/ember-flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hashicorp/ember-flight-icons

## 5.1.3

### Patch Changes

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@3.5.0

## 5.1.2

### Patch Changes
Expand Down Expand Up @@ -83,7 +91,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
4 changes: 2 additions & 2 deletions packages/ember-flight-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/ember-flight-icons",
"version": "5.1.2",
"version": "5.1.3",
"description": "The Ember addon for the HashiCorp Flight SVG icon set",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.7",
"@hashicorp/flight-icons": "^3.4.0",
"@hashicorp/flight-icons": "^3.5.0",
"decorator-transforms": "^1.1.0",
"ember-get-config": "^2.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

## 3.5.0

### Minor Changes

mongodb and twilio icons have been added.

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

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

## 3.4.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": "3.4.0",
"version": "3.5.0",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
Expand Down
97 changes: 75 additions & 22 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,81 @@
</a>
</p>

## 4.7.0

**Minor changes**

`FileInput`, `MaskedInput`, `Select`, `TextInput`, `Textarea` - Converted to TypeScript

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

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

Loads the `hds-icon` sprite in the `components` package, and ensures it is only loaded once.

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

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

`Form::TextInput` - added support for `"month"`, `"week"`, and `"tel"` input types

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

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

`DialogPrimitive` - Added set of utility "dialog" sub-components to act as primitives for `Modal` and `Flyout` (and to be used as standalone subcomponents if needed)

`Modal` - Replaced internal subcomponents to use the `DialogPrimitive` components.

`Flyout` - Replaced internal subcomponents to use the `DialogPrimitive` components.

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

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

`Modal`: Converted component to TypeScript

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

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

Converted form primitives to TypeScript

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

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

`Checkbox`, `Radio`, `RadioCard`, `Toggle` - Converted components to TypeScript

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

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

`Flyout`: Converted component to TypeScript

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

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

`DialogPrimitive` - Converted component to TypeScript

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

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

**Patch changes**

`Badge`: updated `@text` argument type to include numbers.

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

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

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@3.5.0
- @hashicorp/ember-flight-icons@5.1.3

## 4.6.0

**Minor changes**
Expand Down Expand Up @@ -823,28 +898,6 @@ Added `hds-` prefix to Sass variables for component styles (where missing).

- @hashicorp/ember-flight-icons@4.0.4

## 3.1.2

**Patch changes**

`AppFooter` – Fixed predefined statuses by replacing `critical` with `outage` and prevented `statusIconColor` from being overridden by `status`

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

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

`SideNav` - Fixed visible scrollbar in collapsed SideNav when scroll bar is set to be always visible

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

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

`CodeBlock` - Fixed `@hasLineWrapping` style to make long strings wrap when they overflow the container

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

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


---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
</a>
</p>

## 5.1.3

**Patch changes**

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@3.5.0

## 5.1.2

**Patch changes**
Expand Down Expand Up @@ -95,7 +103,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 @@ -239,14 +247,6 @@ Added opt in flag to allow consumers to move sprite loading out of index.html

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

## 3.0.9

**Patch changes**

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@2.17.0


---

Expand Down
Loading

0 comments on commit 464538a

Please sign in to comment.