November 2025
Browser extension v1, CLI path fixes, scroll-area refactor, and component updates.
Browser Extension v1 feat
Prepared v1 release of duck-extension with biome config, app UI, and theme data.
- Full app UI with theme support
- Removed old
duck-fonts-extensionpackage - Fixed popover focus issues in primitives
CLI Fixes fix
Fixed component write path resolution in @gentleduck/cli:
- Components now install to the correct directory relative to your project root
- Fixed path resolution when
duck-ui.configalias differs fromtsconfigpaths - Community PR merged for component path fix (PR #188)
Component Updates fix
- Enhanced scroll-area docs and refactored for more native scroll behavior
- Fixed selected item in the select component not reflecting value correctly