@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.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.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.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.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 )
Last updated on