Releases: gupta-ji6/ayushgupta.tech
v3.4
v3.3
What's Changed
- feat: update uses page and link to music page in now playing widget by @gupta-ji6 in #65
- feat(home): add fun facts section by @gupta-ji6 in #68
- ⬆️ Bump moment from 2.29.1 to 2.29.4 by @dependabot in #63
- ⬆️ Bump jpeg-js from 0.4.3 to 0.4.4 by @dependabot in #62
- ⬆️ Bump simple-get from 3.1.0 to 3.1.1 by @dependabot in #59
- ⬆️ Bump prismjs from 1.25.0 to 1.27.0 by @dependabot in #54
- feat(home): add fun facts section by @gupta-ji6 in #68
- ⬆️ Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #67
- ⬆️ Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #69
Full Changelog: v3.2...v3.3
v3.2
What's Changed
- ⬆️ Bump url-parse from 1.5.1 to 1.5.3 by @dependabot in #46
- ⬆️ Bump prismjs from 1.24.0 to 1.25.0 by @dependabot in #47
- ⬆️ Bump axios from 0.21.1 to 0.21.4 by @dependabot in #48
Full Changelog: v3.1...v3.2
v3.1 - Razorpay 🚀
Added Razorpay in work experience even though I have 5 days of work experience there. haha.
Stoked to announce that I have joined the rockstar mobile engineering team at Razorpay 🚀
You can and you should read about our work here - Behind The Scenes: Crafting Razorpay’s new mobile app
v3.0 - YOLO
This version adds the following improvements:
1. 🎧 Music Page
The 'Now Playing' feature I integrated with #16 received so much love from you all 🥰. I love indie music, & some people I have shared my music love my song recommendations too.
(don't believe me 😏? read below message)
Hence, I decided to make a dedicated page to show all of my music with fully dynamic Spotify API integration.
Now you can see everything listed below on Music Page:
Listings
All of this is powered by beautifully crafted hand-written custom hooks! 🤯
Also, the listing has the favorite animation I've built to date - I'm obsessed with it.
- Top Tracks (with range customization)
- Favourite Playlist
- Recently Played Tracks
- Recently Saved Tracks
- Top Artists (with range customization)
- Recently Saved Tracks
Song Recommendation
After building above, I was happily satisfied with it. Showed it to a couple of friends and from one response, I got an idea of adding a form where you can suggest songs.
Previously there was only this section.
Now it has turned into this:
(you're free to appreciate my design skills in comments)
2. 🙃 YOLO Migration to Gatsby v3
- I don't know why I decided to do this, everything in my life was fine before. Anyways, I still did it & succeded 🚀 (after 654312 attempts). yay, YOLO! 🍻
- Also, migrated from
gastby-image
togatsby-plugin-image
- which is reaaaallllyyy good!
3. 💅🏻 YOLO Upgrade to styled-components v5
this had no breaking changes but still gave me YOLO vibes 💖
4. ♿ Reduced Animations (if preferred)
Added a usePrefersReducedAnimation
hook everywhere to reduce JS animation.
For CSS animation, add a media preference everywhere necessary.
5. 📥 Add Scriptified in Featured Projects
Moved Scriptified from other projects to featured.
6. 🍱 Updated OG Images
I can design stuff 24*7.
7. ⌨️ New Navigation & Menu Bar
- new nav bar (jo ki phat bhi raha hai shayad 😭)
- scrollbar styles
8. ♿ Focus Visible Polyfill
After adding a global focus style, I was getting styles when clicking also. :focus-visible
enters the chat! I have added it's polyfill as well because it's not fully supported by all browsers. (managing browser support sucks)
9. 🔀 Miscellaneous
- moved landing page queries to section components
- moved components to section
- added beautiful custom hooks
- used JSDoc for first time