@vortex/ui-foundation Changelog
Foundation Design System의 변경사항을 기록합니다.
@vortex/ui-foundation 1.0.5 (2025-11-18)
Bug Fixes
- Downgrade pnpm to 9.15.4 for lockfile compatibility and lifecycle scripts support (d6f3a63 )
- foundation: Add missing tsx devDependency to fix deploy:registry job (df7a1aa )
- foundation: Add tsx devDependency for build-registry script (e536ca9 )
@vortex/ui-foundation 1.0.5-dev.1 (2025-11-18)
Bug Fixes
- Downgrade pnpm to 9.15.4 for lockfile compatibility and lifecycle scripts support (d6f3a63 )
- foundation: Add missing tsx devDependency to fix deploy:registry job (df7a1aa )
@vortex/ui-foundation 1.0.4 (2025-11-18)
Bug Fixes
- ci: Improve Storybook test stability in CI environment (cc81e12 )
- config: Support component files without index.ts in Registry build (9aae69f )
@vortex/ui-foundation 1.0.4-dev.2 (2025-11-17)
Bug Fixes
- config: Support component files without index.ts in Registry build (9aae69f )
@vortex/ui-foundation 1.0.4-dev.1 (2025-11-17)
Bug Fixes
- ci: Improve Storybook test stability in CI environment (cc81e12 )
@vortex/ui-foundation 1.0.3 (2025-11-10)
Bug Fixes
- lint: Replace any type with proper Window type in test-runner (e646b0b )
@vortex/ui-foundation 1.0.2 (2025-11-10)
Bug Fixes
- config: Limit test script to unit project only (1a1e165 )
- config: Separate unit and Storybook test projects in vitest config (76da230 )
@vortex/ui-foundation 1.0.2-dev.1 (2025-11-10)
Bug Fixes
- config: Limit test script to unit project only (1a1e165 )
- config: Separate unit and Storybook test projects in vitest config (76da230 )
@vortex/ui-foundation 1.0.1 (2025-11-10)
Bug Fixes
- ci: Add deps.bump=ignore to prevent workspace:* overwrite (1c752bd )
- foundation: Add active state visual feedback to Button component (2637aa5 )
- foundation: Add JSDoc comment to Button component (5ab4771 )
- foundation: Remove unnecessary comment from Button component (6c5aa7e )
- foundation: Update README for CI/CD docs deployment test (afa68ac )
- foundation: Update README for docs deployment test with pnpm filter (e4ca975 )
- foundation: Update README for docs deployment test with pnpm install (c004cc6 )
@vortex/ui-foundation 1.0.1-dev.4 (2025-11-10)
Bug Fixes
- foundation: Update README for docs deployment test with pnpm install (c004cc6 )
@vortex/ui-foundation 1.0.1-dev.3 (2025-11-10)
Bug Fixes
- foundation: Update README for docs deployment test with pnpm filter (e4ca975 )
@vortex/ui-foundation 1.0.1-dev.2 (2025-11-10)
Bug Fixes
- foundation: Update README for CI/CD docs deployment test (afa68ac )
@vortex/ui-foundation 1.0.1-dev.1 (2025-11-10)
Bug Fixes
- ci: Add deps.bump=ignore to prevent workspace:* overwrite (1c752bd )
- foundation: Add active state visual feedback to Button component (2637aa5 )
- foundation: Add JSDoc comment to Button component (5ab4771 )
- foundation: Remove unnecessary comment from Button component (6c5aa7e )
@vortex/ui-foundation 1.0.0 (2025-11-10)
⚠ BREAKING CHANGES
- workspace: None
- icignal: Renamed @vortex/storybook to @vortex/storybook-foundation
Features
- ci: Update CI/CD pipeline for ui-foundation integrated Storybook (5b300b1 )
- cli: Add 18 foundation component registries and 22 UI components for CLI (e43c2c8 )
- cli: Install lucide-react to fix TypeScript errors (eac510a )
- config: Remove PKG_VERSION from UI packages, import from package.json in CLI (eddb292 )
- Enhance all packages with improved documentation and features (592a31c )
- foundation: Add formatCurrency utility function (0edbf05 )
- foundation: Add formatNumber utility function for number formatting (b82612a )
- foundation: Add truncate utility function for string truncation (741f479 )
- foundation: Align version to 1.2.0 for package synchronization (84317fa )
- foundation: Temporarily comment out tw-animate-css import to fix build in develop (e90302f )
- foundation: Test CI_JOB_TOKEN authentication fix (90650a7 )
- foundation: Test detached HEAD fix in deploy:npm sync (3b745ef )
- foundation: Update package metadata for production release (ec98a3b )
- icignal: Create iCignal package with design tokens and AnalyticsCard (3cf74d8 )
- ui: Add Cals package with BookingCard component and infrastructure (86a4d74 )
- upgrade: Add version exports to trigger minor version upgrade (c9ddb53 )
- upgrade: Configure semantic-release for minor version upgrade (5e3c512 )
- workspace: Add getVersion and getPackageInfo utility functions to all UI packages (ee7b595 )
- workspace: Add new features to all packages for semantic-release verification (3e89db7 )
- workspace: Add package metadata exports to all packages (734d6da )
- workspace: Enable semantic-release deployment for all packages (41606fb )
Bug Fixes
- ci: Add Git authentication debugging logs (d9b4c6a )
- ci: Add semantic-release/git plugin and configure GITLAB_TOKEN for git operations (71e30fd )
- ci: Change repository URLs from SSH to HTTPS for semantic-release (2f57f21 )
- ci: Prevent duplicate pipelines from semantic-release commits (ff3ec98 )
- ci: Remove semantic-release gitlab plugin to avoid git authentication issues (25c4229 )
- ci: Rename .releaserc.js to .releaserc.cjs to fix ES module error (4b57a2c )
- ci: Restore @semantic-release/gitlab plugin with SSH URLs (fa1b862 ), closes #6936
- ci: Separate CHANGELOG sync concerns - file conversion in script, git ops in CI (133bce6 )
- ci: Switch to @anolilab/multi-semantic-release for v25 compatibility (71201b9 ), closes #3112
- ci: Use explicit URL for git push to apply url.*.insteadOf rewrite (7e1a1cd )
- ci: Use unique tag format for each package to prevent conflicts (e200a34 )
- config: Add semantic-release-monorepo for proper monorepo commit filtering (dd3a04b )
- config: Change repository URLs from SSH to HTTPS for new Runner (1e8f69f )
- config: Fix semantic-release monorepo scope filtering for ui-foundation (70aa952 )
- config: Remove [skip ci] from semantic-release to enable automatic changelog sync (64648ed )
- config: Standardize semantic-release configuration across all packages (60e5116 ), closes #7965
- dev-tools: Use git config url.*.insteadOf to override GITLAB_TOKEN with CI_JOB_TOKEN (74eb8c0 )
- foundation: Fix Storybook CSS import path to use globals.css (10420cf )
- foundation: Trigger deploy with GITLAB_TOKEN test (7e7c20d )
- foundation: Update button export comment (cffa896 )
- workspace: Add missing Git tags to resolve semantic-release E409 conflict (cd6415d )
- workspace: Add unique tagFormat to ui-foundation and cli packages (092f78a )
- workspace: Remove @semantic-release/git to prevent concurrent push conflicts (dcbc956 )
@vortex/ui-foundation-v1.0.0-dev.4 (2025-11-10)
- feat(config): Remove PKG_VERSION from UI packages, import from package.json in CLI (eddb292 )
@vortex/ui-foundation-v1.0.0-dev.3 (2025-11-08)
- feat(foundation): Align version to 1.2.0 for package synchronization (84317fa )
@vortex/ui-foundation-v1.0.0-dev.2 (2025-11-08)
- fix(foundation): Update button export comment (cffa896 )
@vortex/ui-foundation-v1.0.0-dev.1 (2025-11-07)
- docs(foundation): Update package name in README to match actual package name (3660b11 )
- docs(release): semantic-release 설정 표준화 및 문서 업데이트 (9291739 )
- ci: Fix git push failing due to husky pre-push hook (78d0f20 ), closes #3035 #3035
- fix(ci): Add Git authentication debugging logs (d9b4c6a )
- fix(ci): Add semantic-release/git plugin and configure GITLAB_TOKEN for git operations (71e30fd )
- fix(ci): Change repository URLs from SSH to HTTPS for semantic-release (2f57f21 )
- fix(ci): Prevent duplicate pipelines from semantic-release commits (ff3ec98 )
- fix(ci): Remove semantic-release gitlab plugin to avoid git authentication issues (25c4229 )
- fix(ci): Rename .releaserc.js to .releaserc.cjs to fix ES module error (4b57a2c )
- fix(ci): Restore @semantic-release/gitlab plugin with SSH URLs (fa1b862 ), closes #6936
- fix(ci): Separate CHANGELOG sync concerns - file conversion in script, git ops in CI (133bce6 )
- fix(ci): Use explicit URL for git push to apply url.*.insteadOf rewrite (7e1a1cd )
- fix(ci): Use unique tag format for each package to prevent conflicts (e200a34 )
- fix(config): Add semantic-release-monorepo for proper monorepo commit filtering (dd3a04b )
- fix(config): Change repository URLs from SSH to HTTPS for new Runner (1e8f69f )
- fix(config): Fix semantic-release monorepo scope filtering for ui-foundation (70aa952 )
- fix(config): Remove [skip ci] from semantic-release to enable automatic changelog sync (64648ed )
- fix(config): Standardize semantic-release configuration across all packages (60e5116 ), closes #7965
- fix(dev-tools): Use git config url.*.insteadOf to override GITLAB_TOKEN with CI_JOB_TOKEN (74eb8c0 )
- fix(foundation): Fix Storybook CSS import path to use globals.css (10420cf )
- fix(foundation): Trigger deploy with GITLAB_TOKEN test (7e7c20d )
- fix(workspace): Add missing Git tags to resolve semantic-release E409 conflict (cd6415d )
- fix(workspace): Add unique tagFormat to ui-foundation and cli packages (092f78a )
- fix(workspace): Remove @semantic-release/git to prevent concurrent push conflicts (dcbc956 )
- chore: initial commit with clean v0.0.0 baseline (20eca7f )
- chore: Integrate Storybook 10.0.4 into ui-icignal package (b5b1188 )
- chore: Test semantic-release sequential execution for all packages (6544f14 )
- chore: Use GITLAB_TOKEN instead of CI_JOB_TOKEN for CHANGELOG sync authentication (1167641 )
- chore: Use PAT_TOKEN (Personal Access Token) for CHANGELOG sync authentication (1ce1368 )
- chore(foundation): Test sync:changelogs job with version bump (de79ec1 )
- chore(icignal): remove foundation preset (a26bc9e )
- chore(release): 1.0.0 [skip ci] (2bf1e9e )
- chore(release): 1.0.0-dev.6 [skip ci] (4737292 )
- chore(release): 1.0.0-dev.7 [skip ci] (976943a )
- chore(ui): Prepare all UI packages for v1.0.0 production deployment (2ab8859 )
- chore(ui): release 1.0.0-dev.1 [skip ci] (76a8aed )
- chore(ui): release 1.0.0-dev.2 [skip ci] (391e962 )
- chore(ui): release 1.0.0-dev.3 [skip ci] (828976b )
- chore(ui): release 1.0.0-dev.4 [skip ci] (be62904 )
- test(foundation): Test debug logging for CI_JOB_TOKEN diagnosis (58f34bd )
- test(foundation): Trigger deploy stage with minor change (92e1a3c )
- test(workspace): Retry automatic sync:changelogs test after CI fix (1349567 )
- test(workspace): Test automatic sync:changelogs with dev-tools dependencies fix (5c9b460 )
- test(workspace): Test concurrent pipeline execution with all packages (d508e31 )
- test(workspace): Test semantic-release deployment with all fixes applied (8a7e8fa )
- test(workspace): Verify automatic sync:changelogs in all UI packages (99991d9 )
- feat: Enhance all packages with improved documentation and features (592a31c )
- feat(cals): Add cals-demo booking system example (f06e472 )
- feat(ci): Update CI/CD pipeline for ui-foundation integrated Storybook (5b300b1 )
- feat(cli): Add 18 foundation component registries and 22 UI components for CLI (e43c2c8 )
- feat(cli): Install lucide-react to fix TypeScript errors (eac510a )
- feat(foundation): Add formatCurrency utility function (0edbf05 )
- feat(foundation): Add formatNumber utility function for number formatting (b82612a )
- feat(foundation): Add truncate utility function for string truncation (741f479 )
- feat(foundation): Temporarily comment out tw-animate-css import to fix build (ca82481 )
- feat(foundation): Temporarily comment out tw-animate-css import to fix build (ddff818 )
- feat(foundation): Temporarily comment out tw-animate-css import to fix build in develop (e90302f )
- feat(foundation): Temporarily comment out tw-animate-css import to fix build in main (62266c0 )
- feat(foundation): Test CI_JOB_TOKEN authentication fix (90650a7 )
- feat(foundation): Test detached HEAD fix in deploy:npm sync (3b745ef )
- feat(foundation): Update package metadata for production release (ec98a3b )
- feat(icignal): Create iCignal package with design tokens and AnalyticsCard (3cf74d8 )
- feat(ui): Add Cals package with BookingCard component and infrastructure (86a4d74 )
- feat(upgrade): Add version exports to trigger minor version upgrade (c9ddb53 )
- feat(upgrade): Configure semantic-release for minor version upgrade (5e3c512 )
- feat(workspace): Add getVersion and getPackageInfo utility functions to all UI packages (ee7b595 )
- feat(workspace): Add new features to all packages for semantic-release verification (3e89db7 )
- feat(workspace): Add package metadata exports to all packages (734d6da )
- feat(workspace): Enable semantic-release deployment for all packages (41606fb )
BREAKING CHANGE
- None
- Renamed @vortex/storybook to @vortex/storybook-foundation
1.0.0-dev.7 (2025-11-05)
Bug Fixes
- ci: Add CloudFront distribution ID for dev docs deployment (0f541f3 )
- docs: Add force-static export for icon routes (837c8ea )
- docs: Fix ESLint errors in Banner and CodeBlock components (11b2c71 )
- docs: Fix MDX parsing errors and optimize dev server memory (3e8d48b )
- docs: Remove title attributes from code blocks (8c02a6a )
Features
- cals: Add cals-demo booking system example (f06e472 )
- ci: Update CI/CD pipeline for ui-foundation integrated Storybook (5b300b1 )
- cli: Add 18 foundation component registries and 22 UI components for CLI (e43c2c8 )
- cli: Add 5 more registry files: table, dialog, drawer, breadcrumb, navigation-menu (3e462f7 )
- cli: Install lucide-react to fix TypeScript errors (eac510a )
- docs: Add serve and preview scripts for static export (e0aa82d )
- docs: Configure menu order to match Phase 0 documentation (1678b3e )
1.0.0-dev.6 (2025-10-31)
Bug Fixes
- ci: Add Git authentication debugging logs (d9b4c6a )
- ci: Add git credential helper for semantic-release HTTPS auth (ce47024 )
- ci: Add semantic-release/git plugin and configure GITLAB_TOKEN for git operations (71e30fd )
- ci: Add SSH setup for semantic-release in new runner environment (f074f8c )
- ci: Change repository URLs from SSH to HTTPS for semantic-release (2f57f21 )
- ci: Fix semantic-release authentication using GITLAB_TOKEN (9edf49f )
- ci: Remove semantic-release gitlab plugin to avoid git authentication issues (25c4229 )
- ci: Restore @semantic-release/gitlab plugin with SSH URLs (fa1b862 ), closes #6936
- ci: Use CI_JOB_TOKEN for Git authentication to bypass new Runner IP restrictions (2d35010 )
- ci: Use Git URL rewrite for semantic-release authentication (0cc7441 )
- ci: Use GITLAB_TOKEN instead of CI_JOB_TOKEN for semantic-release (ae450df )
- config: Change repository URLs from SSH to HTTPS for new Runner (1e8f69f )
- foundation: Trigger deploy with GITLAB_TOKEN test (7e7c20d )
Features
- cli: Add multi-tenant theme support (0bfcdda )
Performance Improvements
- ci: Add node_modules caching for 60% faster semantic-release (6cb76a4 )
1.0.0-dev.4 (2025-10-31)
Features
- ci: Add CloudFront Distribution IDs for Cals Storybook (fbe8987 )
- ui: Add Cals package with BookingCard component and infrastructure (86a4d74 )
Performance Improvements
- ci: Enable parallel builds with upgraded t3.xlarge instance (941c63a )
- ci: Optimize build:apps performance (bba9a1c )
1.0.0-dev.3 (2025-10-31)
Bug Fixes
- ci: Change dev domain structure to 2-level subdomains for ACM certificate compatibility (b437187 )
- ci: Rename .releaserc.js to .releaserc.cjs to fix ES module error (4b57a2c )
Features
- ci: Add CloudFront distribution IDs for cache invalidation (a31348b )
- ci: Add CloudFront distributions and Route53 records for multi-tenant Storybook (451b973 )
1.0.0-dev.2 (2025-10-31)
Features
- ci: Add multi-tenant Storybook infrastructure (62b3678 )
- icignal: Create iCignal package with design tokens and AnalyticsCard (3cf74d8 )
BREAKING CHANGES
- icignal: Renamed @vortex/storybook to @vortex/storybook-foundation
1.0.0-dev.1 (2025-10-30)
Features
- test: add test file to trigger semantic-release (bd9dd3a )
1.0.0-dev.1 (2025-10-30)
Bug Fixes
- ci: add pnpm install to deploy:npm job (ee98991 )
- ci: fix build:apps dependency on packages dist (7b317cf )
- ci: fix dependencies/needs configuration for deploy:npm job (5875670 )
- ci: optimize artifacts strategy to avoid size limit (8f8bb53 )
- ci: remove artifacts completely, use cache-only strategy (d69fc9c )
- trigger v0.0.1-dev.1 release (7b190ef )
- ui: clean start after removing old versions from Verdaccio (5b2393b )
- ui: initialize package with clean v0.0.0 baseline (9c20820 )
- ui: reset to clean v0.0.0 baseline for proper semantic versioning (eacf86c )
Performance Improvements
- ci: optimize pipeline for 75% speed improvement (c557cdf )
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog , and this project adheres to Semantic Versioning .
[Unreleased]
Added
- Initial clean baseline v0.0.0
Last updated on