Merged
Conversation
- Update version to 1.2.5 in package.json - Changelog generation skipped (manual update needed) This commit prepares the hotfix/v1.2.5 branch for hotfix.
- Fix route.meta.transition type assertion in App.vue - Replace $slots access with useSlots() in BaseCard.vue script setup - Add proper type annotations for variant union in CodeBlock.vue - Remove unused 't' variable in Documentation.vue
- Add route-based lazy loading with dynamic imports - Configure manual chunking for vendor libraries separation - Implement i18n locale lazy loading for better performance - Add loading spinner component with Suspense wrapper - Optimize Vite build configuration with Terser minification - Split CSS and vendor chunks for improved caching - Reduce largest chunk from >500kB to 334.87kB - Enable modern browser optimizations with esnext target
ryanaidilp
approved these changes
Sep 14, 2025
- Add @types/node dependency for Node.js type declarations - Update tsconfig.node.json to include Node.js types - Convert vite.config.ts to ES module patterns using import.meta.url - Replace __dirname with fileURLToPath for modern Node.js compatibility - Maintain all existing build optimizations and chunk splitting
chore: prepare v1.2.5 hotfix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hotfix v1.2.5 ready for merge to main branch.
Details
hotfix/v1.2.5Recent Commits
What happens after merge
v1.2.5will be created automaticallyAuto-generated
This PR was automatically created/updated when the hotfix branch was pushed.
Please review and merge when ready.