Changelog
All notable changes to RepoWidget are documented here.
v1.1.0
Section titled “v1.1.0”- Added
excludeoption — pass an array of repository names to hide specific repos from the output. - Improved caching: API responses are stored in
sessionStorageto reduce redundant GitHub API calls within the same browser session. - Fixed column layout not updating correctly when
columnsobject properties were partially specified.
v1.0.0
Section titled “v1.0.0”Initial public release.
createRepoWidget()function withusername,containerId,maxRepos,sortBy,columns,scaleOnHover,cardStyles, andtextStylesoptions.- Responsive CSS Grid layout with configurable breakpoints.
- Sorting by stars, forks, size, name, and last-updated date.
- CDN and npm package distribution.
- ES module build (
repoWidget.esm.js) alongside the UMD build.