Skip to content

Releases: saqibbedar/Reactfolio

Latest Release v1.9.0

15 Sep 21:28
Compare
Choose a tag to compare

Reactfolio Release Notes 🚀

Reactfolio is a customizable portfolio template designed for developers looking to showcase their work with style and simplicity. This document outlines the release history and notable changes in Reactfolio.

v1.9.0 - SEO Optimization & Documentation Update 📈

  • SEO Optimization: Enhanced the index.html file with additional meta tags for better search engine optimization. This includes Open Graph and Twitter Card meta tags to improve social media sharing previews.
  • Documentation Update: Updated the documentation to guide users on how to customize the index.html file with their own details for better search results.

Previous Releases

v1.8.0 - Discontinuation of Docker Support 🚫🐳

  • Docker Support Discontinued: As of version 1.8.0, Reactfolio no longer supports Docker deployment due to deployment issues, complexity, and privacy concerns. Users are advised to refer to the main branch for the latest updates and features.

v1.7.0 - Feature Enhancements & Bug Fixes 🛠️

  • New Features: Added new components and features to enhance the user experience.
  • Bug Fixes: Addressed various bugs and issues reported by users.

v1.6.0 - Performance Improvements 🚀

  • Optimized Performance: Improved the performance of the portfolio by optimizing the code and assets.
  • Updated Dependencies: Updated project dependencies to the latest versions for better stability and security.

v1.5.0 - Conditional Rendering & Metadata Update ✨

  • Conditional Rendering: Updated components to render only if the user has provided the necessary data. This ensures that empty sections are not displayed, enhancing the overall user experience.
  • Metadata Update: Set the og:image property for better social media sharing previews.
  • Refactor: General code improvements and optimizations.

v1.4.0 - Docker Support & Separate Branch for Docker Users 🐳

  • Docker Support: Added support for Docker, allowing users to containerize their portfolio and deploy it with ease.
  • Separate docker-deploy Branch: Created a new docker-deploy branch specifically for users who want to build and deploy their projects using Docker.
  • Automated Deployment via GitHub Actions: Implemented a separate GitHub Actions workflow for the docker-deploy branch to automate the build and deployment process.
  • CI/CD Pipelines: Maintained continuous integration and continuous deployment (CI/CD) pipelines to ensure smooth and automated deployments.
  • Updated Documentation: Revised documentation to include detailed instructions for Docker users on installation and building of the project.

v1.3.0 - GitHub Pages Deployment Fix 🛠️

  • Fixed GitHub Pages Deployment Issue: Resolved an issue where GitHub Actions failed to push the deployment to the gh-pages branch due to permission errors.
  • Workflow Update: Updated the GitHub Actions workflow to ensure GITHUB_TOKEN has correct write permissions, allowing successful deployment.
  • Improved Automation: Automated the process of updating vite.config.js with the correct repository name dynamically for easier deployment.

v1.2.0 - GitHub Actions Integration & Auto Deployment

  • GitHub Actions for Deployment: Integrated GitHub Actions for automatic build and deployment to GitHub Pages. Users no longer need to manually run the deployment command.
  • Automatic vite.config.js Update: GitHub Actions now automatically updates the base value in the vite.config.js file for proper GitHub Pages deployment based on the user's repository name.
  • Simplified User Workflow: Users can now push changes directly, and the deployment will be handled by GitHub Actions, streamlining the setup process.
  • Updated Documentation: Revised documentation to reflect the new deployment process using GitHub Actions. Removed the need for local deployments unless users want to preview locally.

v1.1.0 - SEO Optimization and Documentation Update

  • SEO Meta Tags: Added meta tags in HTML for improved search engine optimization.
  • Updated Documentation: Revised and expanded the documentation for better user guidance.
  • Minor Bug Fixes: Addressed small issues to enhance overall stability.

v1.0.0 - Initial Release

  • React and Vite Setup: Set up a modern development environment with React and Vite.
  • TailwindCSS Integration: Added TailwindCSS for streamlined styling and responsive design.
  • Basic Project Structure: Included a basic structure and configuration to kickstart your portfolio.
  • Documentation: Provided comprehensive documentation for customization and deployment. Read the full documentation here.