Releases: aritraroy24/astro-portfolio
Releases · aritraroy24/astro-portfolio
[v1.0.8] - 13-11-2024
[v1.0.8] - 13-11-2024
Added
- New research projects
Changed
- cv updated
Fixed
- tag routes for research projects fixed
v1.0.7
v1.0.6
[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
[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
[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
[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
[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 ofget
v1.0.1
[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
[v1.0.0] - 04-02-2024
Added
- CHANGELOG.md file added to keep track of the versions.
Programming Projects
added as content. Zotero Email Notification added as a completed programming project.
Changed
- Astro version upgraded to [email protected] from v2.
- Chemistry projects are replaced with
Research Projects
. astro-iconify
is replaced with astro-icon with locally stored icons.react-reveal
is replaced with react-awesome-reveal.- Swiperjs removed.
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