Releases: arifszn/gitprofile
v3.1.0
What's Changed
- Dockerize the application: #504
- Add section for publication: #523
- Add ResearchGate social link: #525
This version of gitprofile is focused on improving its functionality and appeal for academics. The changes included in this release aim to streamline the workflow and showcase academic achievements.
New Contributors
- @putuwahyu29 made their first contribution in #483
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Embracing TypeScript and Unleashing Features in GitProfile v3
This release marks a significant milestone in GitProfile's evolution, bringing TypeScript, a bounty of new features, and breaking changes for a more robust and feature-rich experience!
Key Highlights:
- TypeScript Adoption: The codebase has been meticulously migrated to TypeScript, ensuring enhanced type safety, improved code maintainability, and a more seamless developer experience.
- Feature Extravaganza: This release introduces a plethora of exciting additions, including:
- Visibility control of GitHub projects card
- Display only specific GitHub projects
- SEO control
- Breaking Changes: Due to the nature of these enhancements, some breaking changes have been introduced. Please carefully review the migration guide below for a smooth transition.
- Drop Support for Npm Package: Dropping support for the npm package
https://www.npmjs.com/package/@arifszn/gitprofile
. - New Themes: 3 new themes have been added.
Migration Guide:
- Pull the changes into the forked repo.
- Update
gitprofile.config.ts
file.
This release lays a solid foundation for GitProfile's continued growth and innovation. We're eager to explore even more possibilities with TypeScript and deliver an exceptional portfolio-building experience. Stay tuned for more exciting updates!
Let's make GitProfile even more awesome together! ✨
v2.6.0
v2.5.0
What's Changed
- Update actions/configure-pages by @arifszn in #329
- Removed Capitalizing githib project #351 by @hkrvikrant in #352
- Install as Progressive Web App by @arifszn in #376
- Fix hidden theme dropdown menu behind the profile card by @aashay28 in #393
New Contributors
- @hkrvikrant made their first contribution in #352
- @aashay28 made their first contribution in #393
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- Mastodon social link by @csarnataro in #266
- Skype and Telegram social link by @csarnataro in #306
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Add certifications section by @nathen418 in #234
- Update deploy action by @Ali-Fani in #259
- Showcase external projects by @arifszn in #197
- Display custom footer by @csarnataro in #272
New Contributors
- @nathen418 made their first contribution in #234
- @Ali-Fani made their first contribution in #259
- @csarnataro made their first contribution in #272
Full Changelog: v2.1.0...v2.3.0
v2.1.0
This year GitProfile participated in the Hacktoberfest
event. 🎉🎉 Thanks to all the contributors.
What's Changed
- Add Resume download feature by @joanjeremiah in #179
- Company link added in experience section by @jsvigneshkanna in #196
- Tweak background color by @arifszn in #217
- Hide project section if no public github repo is available by @Revortni in #220
- Handle empty name in meta tags by @arifszn in #223
- Upgrade GitHub action/cache to v3 #221 by @knittl in #224
- Allow CRLF+LF when linting #198 by @knittl in #228
- Allow users to link their Stack Overflow profile #226 by @knittl in #227
New Contributors
- @joanjeremiah made their first contribution in #179
- @whyang0808 made their first contribution in #189
- @jsvigneshkanna made their first contribution in #196
- @Revortni made their first contribution in #220
- @knittl made their first contribution in #224
Full Changelog: v2.0.9...v2.1.0
v2.0.9
v2.0.8
What's Changed
- Add social link - Instagram by @golles in #88
- Mentionable company link by @golles in #89
- Code Cleanup & Making code more readable by @hasinhayder in #99
- Cleanup codebase by @arifszn in #100
- Upgrade vite to
v3
by @arifszn in #106 - Add skeleton loader in footer by @arifszn in #116
- Better dark mode support by @arifszn in #118
New Contributors
- @golles made their first contribution in #88
- @hasinhayder made their first contribution in #99
Full Changelog: v2...v2.0.8
v2
🚀 GitProfile (aka EzProfile) is now available as an Npm package. The codebase is refactored and migrated to vite.js from Create React App. The overall design has been improved with the option for custom theming. 🚀
Changelog
- Migrate to vite.js in #23
- Add formatting and style guide in #28
- Create CI/CD for test deployment in #32
- Create CI/CD for automated lint and prettier checking in #35
- Update design of project and blog sections in #41
- Add ability to make custom theme in #49
- Install as Npm package in #56
- Update to react 18 in #62
Full Changelog: v1.1.1...v2