Releases: rocktimsaikia/github-card
Releases · rocktimsaikia/github-card
v3.0.4
What's Changed
- fix: lowercase repository URLs to match npm provenance by @rocktimsaikia in #15
- ci: deploy examples demo to GitHub Pages by @rocktimsaikia in #17
- ci: serve Pages demo at the site root instead of /examples/ by @rocktimsaikia in #18
- feat: refresh card UI and surface location/company/website meta by @rocktimsaikia in #16
- docs: in-repo demo image and unversioned unpkg example by @rocktimsaikia in #19
Full Changelog: 3.0.3...v3.0.4
v3.0.3
What's Changed
- docs: clean up README and pin unpkg example to exact version by @rocktimsaikia in #11
- build: replace ESLint with Biome for linting and formatting by @rocktimsaikia in #12
- build: replace Rollup with esbuild for bundling by @rocktimsaikia in #13
- ci: add workflow to publish to npm on GitHub release by @rocktimsaikia in #14
Full Changelog: 3.0.2...3.0.3
v3.0.2
What's Changed
- fix: prevent XSS in profile fields and repair theme/CSS/CI bugs by @rocktimsaikia in #10
Full Changelog: 3.0.1...3.0.2
v3.0.1
Style Changes (SEMVER-PATCH)
- Set the height and width of the image to be equal.
- Remove unnecessary media queries
- Remove fixed widths
v3.0.0
Notable changes (SEMVER-MAJOR)
- Instead of using
.mjsextension, replace it with a typemodule - Handle when there is no bio on the profile
- Remove the URL loaded google fonts for faster loading speed
- Abbreviate large numbers to human-readable format on all three stats (followers, following, repos)
- Lower the contrast on the text colors
- Reduce font sizes of the stats
Development changes
- Replace webpack with roll-up
- Replace xo with eslint
- Add an
examplesfolder for local demo testing - Integrate Github CI
v2.1.2
v2.1.1
Patches
- Change the color of the
@usernameto soft bright in dark theme. - Update readme.md