ITADN
k35o/arte-odyssey

版本发布 8

@k8o/arte-odyssey@10.2.0
? · 2026-06-14

### Minor Changes - [#536](https://github.com/k35o/arte-odyssey/pull/536) [`e44d3d3`](https://github.com/k35o/arte-odyssey/commit/e44d3d37e1db0970fd122406cce3dce5054a75e2) Thanks [@k35o](https://github.com/k35o)! - Add SquircleIcon, FlaskIcon, and PackageIcon to the icon set

@k8o/arte-odyssey@5.0.4
? · 2026-04-05

### Patch Changes - [#393](https://github.com/k35o/ArteOdyssey/pull/393) [`fa0a0d1`](https://github.com/k35o/ArteOdyssey/commit/fa0a0d1d4f658c4e9ebb7deeefaefd9398912ab7) Thanks [@k35o](https://github.com/k35o)! - AccordionButton に水平方向の padding を追加

@k8o/arte-odyssey@4.2.1
? · 2026-03-25

### Patch Changes - [#351](https://github.com/k35o/ArteOdyssey/pull/351) [`b844daa`](https://github.com/k35o/ArteOdyssey/commit/b844daa5e3555820f47c22d87a794584e1493356) Thanks [@k35o](https://github.com/k35o)! - Allow passing `name` to additional form components, including autocomplete, radio-card, checkbox-card, select, number-field, checkbox, and radio.

@k8o/arte-odyssey@4.0.0
? · 2026-03-21

### Major Changes - [#329](https://github.com/k35o/ArteOdyssey/pull/329) [`602125d`](https://github.com/k35o/ArteOdyssey/commit/602125dcd0f80a4c5b3191349155efca53b243b7) Thanks [@k35o](https://github.com/k35o)! - Remove standalone `Content` export from Dialog — use `Dialog.Content` instead. Remove `FileFieldProvider` from public exports — it was only used internally. - [#315](https://github.com/k35o/ArteOdyssey/pull/315) [`cd8edb4`](https://github.com/k35o/ArteOdyssey/commit/cd8edb4f9e1e22f46981d680688f0da4e9641083) Thanks [@k35o](https://github.com/k35o)! - Add new `CheckboxGroup` form components with docs and Storybook coverage. Allow `Checkbox` to be used directly inside `CheckboxGroup` so grouped checkboxes share the same visual API as standalone checkboxes. - [#313](https://github.com/k35o/ArteOdyssey/pull/313) [`68e9652`](https://github.com/k35o/ArteOdyssey/commit/68e9652037a48390bcd9c91e7f14e5fab667a663) Thanks [@k35o](https://github.com/k35o)! - Add new `Switch`, `Avatar`, `Badge`, `Skeleton`, `Spinner`, and `Slider` components, including docs and Storybook coverage. Remove `TextTag` and `RangeField` from the public API and docs in favor of `Badge` and `Slider`. Tighten the public props for `Avatar`, `Skeleton`, and `Spinner` to match the library's constrained component API style. - [#316](https://github.com/k35o/ArteOdyssey/pull/316) [`a97db65`](https://github.com/k35o/ArteOdyssey/commit/a97db651a1151f57c846de5acf253b34a609039f) Thanks [@k35o](https://github.com/k35o)! - Add new `Table`, `PasswordInput`, `RadioCard`, and `CheckboxCard` components, including docs and Storybook coverage. Fix `Checkbox` disabled handling and stabilize `Checkbox` and `Radio` selection behavior, including `Radio` default value handling. Remove `RadioGroup` from the public API and docs in favor of the options-based `Radio` component. - [#325](https://github.com/k35o/ArteOdyssey/pull/325) [`970d2ed`](https://github.com/k35o/ArteOdyssey/commit/970d2ed6b265ec8be9171cda90beb9dcf1ff90cf) Thanks [@k35o](https://github.com/k35o)! - Restrict the public JavaScript and TypeScript API to the root `@k8o/arte-odyssey` entrypoint. Consumers must now import components, hooks, helpers, and types from the package root instead of subpath exports. Keep `@k8o/arte-odyssey/styles.css` as the only public subpath for stylesheet loading. ### Patch Changes - [#331](https://github.com/k35o/ArteOdyssey/pull/331) [`a9ea042`](https://github.com/k35o/ArteOdyssey/commit/a9ea04278950d1851b63358eb97ed8f67b5ced2b) Thanks [@k35o](https://github.com/k35o)! - Migrate build toolchain from esbuild to Vite+ (vp pack / tsdown). Output format changes from `.js` to `.mjs` with `.d.mts` type declarations.

@k8o/arte-odyssey@1.4.2
? · 2025-12-12

### Patch Changes - [#165](https://github.com/k35o/ArteOdyssey/pull/165) [`a118369`](https://github.com/k35o/ArteOdyssey/commit/a118369846e35c21ec2cc11a64f2860650819005) Thanks [@k35o](https://github.com/k35o)! - Update React and Next.js dependencies to address security vulnerabilities (DoS and source code exposure in React Server Components)

@k8o/arte-odyssey@1.4.1
? · 2025-12-06

### Patch Changes - [#152](https://github.com/k35o/ArteOdyssey/pull/152) [`d51d977`](https://github.com/k35o/ArteOdyssey/commit/d51d9771289174eb8b9e7ffb673b3e679745fd38) Thanks [@k35o](https://github.com/k35o)! - React CVE 55182 対応

@k8o/arte-odyssey@1.4.0
? · 2025-11-30

### Minor Changes - [#150](https://github.com/k35o/ArteOdyssey/pull/150) [`b6c9066`](https://github.com/k35o/ArteOdyssey/commit/b6c9066d7f28f388f54be0f02a5ee3dd35cc6c5c) Thanks [@k35o](https://github.com/k35o)! - ScrollLinked コンポーネントに container prop を追加 ScrollLinked コンポーネントにオプショナルな container prop を追加しました。 主な機能: - container prop で特定のコンテナ要素のスクロール進捗を追跡可能 - RefObject<HTMLElement | null>型で TypeScript の型安全性を確保 - Storybook に新しい WithContainer ストーリーを追加してデモを提供 - デフォルトでは window のスクロールを追跡(既存の動作を維持)

@k8o/arte-odyssey@1.0.0
? · 2025-09-10

### Major Changes - [#57](https://github.com/k35o/ArteOdyssey/pull/57) [`df367e3`](https://github.com/k35o/ArteOdyssey/commit/df367e3040785ee177191a7769b8aea5d5197dc9) Thanks [@k35o](https://github.com/k35o)! - Rename ComponentProvider to ArteOdysseyProvider BREAKING CHANGE: ComponentProvider has been renamed to ArteOdysseyProvider. Update your imports from `import { ComponentProvider }` to `import { ArteOdysseyProvider }`.