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
5 changes: 0 additions & 5 deletions .changeset/clever-lights-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eager-lamps-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/evil-things-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-plums-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-jars-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/open-poems-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/regenerate-icons-svgr.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spinner-a11y.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/sync-icons-20260827080600.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-regions-end.md

This file was deleted.

26 changes: 26 additions & 0 deletions apps/website/content/docs/releases/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ description: '@vapor-ui/core 패키지의 릴리즈 노트입니다.'

# @vapor-ui/core

## 1.6.0

### Alertdialog

- add AlertDialog.Header ([#725](https://github.com/goorm-dev/vapor-ui/pull/725)) - Thanks [@noahchoii](https://github.com/noahchoii)!

### Core

- align component backgrounds with the canvas token hierarchy and expose `bg-canvas-inverse` in sprinkles ([#698](https://github.com/goorm-dev/vapor-ui/pull/698)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)!

### Spinner

- respect `prefers-reduced-motion` and hide decorative svg from assistive technology ([#689](https://github.com/goorm-dev/vapor-ui/pull/689)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)!

### Etc.

- add data-slots for all components ([#703](https://github.com/goorm-dev/vapor-ui/pull/703)) - Thanks [@noahchoii](https://github.com/noahchoii)!

- add new `AlertDialog` components ([#704](https://github.com/goorm-dev/vapor-ui/pull/704)) - Thanks [@noahchoii](https://github.com/noahchoii)!

- apply `canvas-inverse` tokens to the tooltip/toast component. ([#696](https://github.com/goorm-dev/vapor-ui/pull/696)) - Thanks [@noahchoii](https://github.com/noahchoii)!

### Updated Dependencies

- @vapor-ui/icons@1.3.1

## 1.5.1

### Css
Expand Down
16 changes: 16 additions & 0 deletions apps/website/content/docs/releases/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ description: '@vapor-ui/icons 패키지의 릴리즈 노트입니다.'

# @vapor-ui/icons

## 1.3.1

### Icons

- regenerate icon components with the SVGR + svgo pipeline ([#722](https://github.com/goorm-dev/vapor-ui/pull/722)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)!

### Etc.

- Update icons from Figma ([#706](https://github.com/goorm-dev/vapor-ui/pull/706)) - Thanks [@github-actions](https://github.com/apps/github-actions)!

**Updated Basic Icons:** `TriangleOutlineIcon`

**Removed:**

- Basic Icons: `ProgrammingIcon`, `ProgrammingOutlineIcon`

## 1.3.0

### Icons
Expand Down
16 changes: 16 additions & 0 deletions packages/composites/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @vapor-ui/composites

## 1.0.0

### Alertdialog

- add composite `AlertDialog` component ([#725](https://github.com/goorm-dev/vapor-ui/pull/725)) - Thanks [@noahchoii](https://github.com/noahchoii)!

### Dialog

- add new `Dialog` component ([#686](https://github.com/goorm-dev/vapor-ui/pull/686)) - Thanks [@noahchoii](https://github.com/noahchoii)!

### Updated Dependencies

- @vapor-ui/core@1.6.0
- @vapor-ui/icons@1.3.1
2 changes: 1 addition & 1 deletion packages/composites/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vapor-ui/composites",
"version": "0.0.0",
"version": "1.0.0",
"description": "",
"keywords": [
"react",
Expand Down
26 changes: 26 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @vapor-ui/core

## 1.6.0

### Alertdialog

- add AlertDialog.Header ([#725](https://github.com/goorm-dev/vapor-ui/pull/725)) - Thanks [@noahchoii](https://github.com/noahchoii)!

### Core

- align component backgrounds with the canvas token hierarchy and expose `bg-canvas-inverse` in sprinkles ([#698](https://github.com/goorm-dev/vapor-ui/pull/698)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)!

### Spinner

- respect `prefers-reduced-motion` and hide decorative svg from assistive technology ([#689](https://github.com/goorm-dev/vapor-ui/pull/689)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)!

### Etc.

- add data-slots for all components ([#703](https://github.com/goorm-dev/vapor-ui/pull/703)) - Thanks [@noahchoii](https://github.com/noahchoii)!

- add new `AlertDialog` components ([#704](https://github.com/goorm-dev/vapor-ui/pull/704)) - Thanks [@noahchoii](https://github.com/noahchoii)!

- apply `canvas-inverse` tokens to the tooltip/toast component. ([#696](https://github.com/goorm-dev/vapor-ui/pull/696)) - Thanks [@noahchoii](https://github.com/noahchoii)!

### Updated Dependencies

- @vapor-ui/icons@1.3.1

## 1.5.1

### Css
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vapor-ui/core",
"version": "1.5.1",
"version": "1.6.0",
"description": "An open-source component library for building high-quality, accessible web applications. Features easy customization and AI-friendly components. Maintained by @goorm-dev.",
"keywords": [
"react",
Expand Down
16 changes: 16 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @vapor-ui/icons

## 1.3.1

### Icons

- regenerate icon components with the SVGR + svgo pipeline ([#722](https://github.com/goorm-dev/vapor-ui/pull/722)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)!

### Etc.

- Update icons from Figma ([#706](https://github.com/goorm-dev/vapor-ui/pull/706)) - Thanks [@github-actions](https://github.com/apps/github-actions)!

**Updated Basic Icons:** `TriangleOutlineIcon`

**Removed:**

- Basic Icons: `ProgrammingIcon`, `ProgrammingOutlineIcon`

## 1.3.0

### Icons
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vapor-ui/icons",
"version": "1.3.0",
"version": "1.3.1",
"description": "A set of React components for icons in the Vapor Design System.",
"keywords": [
"react",
Expand Down