January 2026
duck-gen enhancements, duck-docs package for Next.js, CI/CD with CodeQL, and component updates.
duck-gen Enhancements feat
Major improvements to the duck-gen code generation tool:
- Switched duck-gen config from TypeScript to JSON with
outputSourcefield - Added support for multiple output paths in code generation
- Added i18next integration example with uppercase messages
- Enhanced output source documentation and type definitions
- Fixed output file extensions and improved type generation logic
- Restructured configuration handling and API route processing
duck-docs Package feat
Published @gentleduck/docs as an external package for Next.js integration.
- Install with
bun add @gentleduck/docs - Configure velite with
createDocsVeliteConfigfrom@gentleduck/docs/velite - Import and use the docs components in your Next.js app
- Fixed client package resolution for Next.js compatibility
- Updated dependency declarations for external consumption
- Added
registry-uias a dependency
Component Updates fix
- Fixed context menu type imports
- Refactored dropdown menu and select for improved functionality and accessibility
Context Menu
Input OTP
Tooltip
Combobox
CI/CD and Tooling chore
- Added CodeQL workflow for automated security scanning on every push and PR
- Set up
check-typescommand that runstsc --noEmitacross every package and app - Standardized
package.jsonfields (repository, bugs, homepage, license) across all packages - Multiple version package releases via changesets