Skip to content

Releases: aritraroy24/astro-portfolio

v1.0.6

29 Feb 02:18
Compare
Choose a tag to compare

[v1.0.6] - 29-02-2024

Added

  • N/A

Changed

  • N/A

Fixed

  • blogs and videos' dynamic routes [...slug].astro files are moved into the pages folder and [...blog].astro and [...video].astro are created to fix the route error of /tutorial/blogs/tutorial/blogs instead of /tutorial/blogs
  • urlPrefix values updated accordingly
  • typescript for [...blog].astro fixed

v1.0.5

15 Feb 01:34
Compare
Choose a tag to compare

[v1.0.5] - 15-02-2024

Added

  • Projects Homepage button added for each type of project to go to the respective project type homepage.

Changed

  • JSON data modified

Fixed

  • Partytown can “patch” variables to the global window object and forward them to the appropriate script - added for Google Tag Manager to push the data.
export default defineConfig({
 // ...
 integrations: [
   partytown({
     // Example: Add dataLayer.push as a forwarding-event.
     config: {
       forward: ['dataLayer.push'],
     },
   }),
 ],
});

v1.0.4

12 Feb 08:51
Compare
Choose a tag to compare

[v1.0.4] - 12-02-2024

Added

  • N/A

Changed

  • Installed partytown for Google Tag Manager script (30-40% Performance increase). It is a lazy-loaded library to help relocate resource-intensive scripts into a web worker, and off of the main thread.

Fixed

  • N/A

v1.0.3

09 Feb 11:41
Compare
Choose a tag to compare

[v1.0.3] - 09-02-2024

Added

  • N/A

Changed

  • Installed sharp

Fixed

  • In VideoPlayer.tsx component, type imported
  • Social icon size issue fixed for mobiles.

v1.0.2

05 Feb 11:26
Compare
Choose a tag to compare

[v1.0.2] - 05-02-2024

Added

  • N/A

Changed

  • N/A

Fixed

  • Preloader rendering fixed using import
  • RSS feed generation fixed with GET instead of get

v1.0.1

04 Feb 10:42
Compare
Choose a tag to compare

[v1.0.1] - 04-02-2024

Added

  • N/A

Changed

  • Be2C drug adsorption research project deleted

Fixed

  • N/A

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Feb 10:36
c0991ee
Compare
Choose a tag to compare

[v1.0.0] - 04-02-2024

Added

Changed

Fixed

  • NPM Peer Dependencies problem is fixed by upgrading all packages to the latest.
  • type errors for Astro.props are fixed.

Full Changelog: https://github.com/aritraroy24/astro-portfolio/commits/v1.0.0