Skip to content

Releases: barbaracalderon/angular-portfolio-app

v1.1.1

20 Jan 16:35
Compare
Choose a tag to compare

🚀 Release Notes for Version 1.1.1

📅 Release Date: January 2025


✨ What's New

  • Updated content on the About Me page.

🛠️ Enhancements

  • Dependency Updates: Addressed security vulnerabilities flagged by Dependabot by updating packages in package.json. This enhances application stability and security.

📥 Installation or Update Instructions

To update your local copy:

  1. Pull the latest changes from the main branch.
  2. Run npm install to apply dependency updates.
  3. Use ng serve to start the development server.

👩‍💻 Contributors

@barbaracalderon for continuous development and maintenance.


⚠️ Known Issues

  • No significant issues reported for this version.

Enjoy the latest improvements! 🎉

v1.1.0 – Update Contents, Carousel Bug Fixes and UI Improvements

18 Jan 16:36
c18761e
Compare
Choose a tag to compare

🚀 Release Notes for Version 1.1.0

📅 Release Date: January 2025


✨ What's New

  • Updated content on the Home and About Me pages to improve clarity and add experiences.
  • Added a new recent photo to the About Me page.
  • Added MIT License for open-source use and contribution.

🐛 Bug Fixes

  • Resolved layout issues related to window resizing for improved responsiveness and better user experience across devices.
  • Corrected carousel navigation buttons (left/right) to prevent global anchor tag styling conflicts, ensuring consistent visual behavior within modals.
  • Fixed an issue where carousel indicators were not visible, enhancing navigation feedback.

🛠️ Enhancements

  • Improved style isolation to prevent unintended global CSS inheritance affecting component-specific elements.
  • Added "content" component between "header" and "footer" components to display the pages. Moved the router-outlet from "header" to "content" for better structure and maintainability.

📥 Installation or Update Instructions

To update your local copy:

  1. Pull the latest changes from the main branch.
  2. Run npm install to resolve new dependencies.
  3. Use ng serve for local development.

👩‍💻 Contributors

@barbaracalderon for continuous development and maintenance.


⚠️ Known Issues

  • No significant issues reported for this version.

Enjoy the improvements. 🎉