Changelog
A growing log of new additions, changes, and bug fixes for this site. Some of this is a bit technical and vague. But hey, this is all I got! π
Changelog idea inspired by Jacky AlcinΓ© who was then inspired by Tatiana Mac.
Check out the source code on GitHub.
Changelog
Unreleased
1.7.0 - 2023-05-21
Added
- Cool scale animation when you hover a project.
 
Changed
- Made project section wider.
 - Rounded off some things.
 - Swapped "Hey!" with "Greetings!"
 - Changed front from Poppins to Hubot Sans.
 - Centered hero images.
 
1.6.0 - 2022-07-30
Added
- Ability to link to a particular heading in a project case study.
 
Changed
- Switched from Yarn to npm.
 
1.5.0 - 2022-06-21
Added
- Made a work page document inside Sanity Studio so that I can rearrange the order of projects. (#65)
 
Fixed
- Bug where project case study tool tips do not show up even if one the fields exist.
 - "developed my me" typo in the footer. Oops, that should have said "developed by me." Thanks, M.SAM, for pointing this out!
 
1.4.0 - 2022-06-17
Changed
- Made sure to only show case studies and blog posts that have a 
publishedAtdate. - The case study heading is now on the top for larger screens! I don't know why I had it like that before...
 - Updated dependencies.
 
Fixed
- Broken shadow showing up for Vimeo content that is not 16:9 by setting player's "transparent" parameter to false. (#63)
 
1.3.0 - 2022-05-04
Added
- Gave the hero reel video a stand-in poster for users with slow internet.
 
Changed
- Changed contact email from hello@imsety.com to greetings@imsety.com because it sounds cooler.
 - Updated about page photo with a nicer color corrected one π
 - The header is now a bit shorter.
 
Fixed
- About page content overflowing past the header on smaller screens. (#61)
 
1.2.1 - 2022-03-23
Fixed
- Incorrect Instagram icon link. It went to www.instagram.com/imse.ty instead of www.instagram.com/imse_ty. Oops... π€¦πΎββοΈ (#60)
 
1.2.0 - 2022-03-23
Added
- New about page photo :)
 
Changed
- Blog and changelog pages now open links in new tab.
 
Fixed
- Project entries not showing full Vimeo controls on mobile.
 zoom-incursor showing up on blog post images.- Project card content overflowing on smaller screens
 
1.1.0 - 2022-02-22
Added
- New lightbox functionality for project entries using Simple React Lightbox.
 - A neat 
PhotoGridcomponent that lets me quickly make photo grids inside MDX. - Going to imsety.com/rebrand redirects you to the Imsety 2022 rebrand case study.
 
Changed
- Made all of the regular paragraphs a regular 
font-weight. I realized the boldness was too distracting. - Make "Reach out" button use Sentence case instead of Title Case.
 - Change order of social media links
 
Fixed
- "Work" header item not being active when viewing a project entry.
 - Fixed project and blog header 
line-heightsbeing too close. 
Security
- Upgraded to Sanity 2.27.1.
 
1.0.0 - 2022-02-19
First stable release π₯³π₯³π
Added
- Google Analytics. (#45)
 - Changelog page for public release notes. (#47)
 - Simple SEO for all pages. (#51)
 - Proper content with real blurbs! (#52)
 
Changed
- Footer copyright notice thing has been updated from "2021" to "2022." (#49)
 - Upgraded to Next.js 12. (#53)
 - Projects on the home page are now sorted by date published. (#52)
 - Made sure project entry info such as year, timeline, tools, and summary are hidden when not in use.
 titleandslugfor project entries and blog posts are now required.- Updated default page description. (#52)
 - Updated YouTube link to www.youtube.com/imsety. (#52)
 
0.6.0 - 2022-01-29
Added
- Project entry page. (#36)
 
0.5.0 - 2022-01-22
Added
- Blog page with dynamic content from Sanity. (#34)
 - Blog post pages with content from Markdown and Sanity (#35)
 - Ability to have see a live preview of a blog post. (#35)
 
Changed
- Made default 
font-sizea little bigger (1.125rem). (#37) - Renamed the 
projectURL directory toprojects. (#42) - Changed 
projectandpostschema titles to "Projects" and "Posts" in the Sanity Studio. (#42) 
0.4.0 - 2021-06-18
Changed
- New page container with set 
max-width. (#21) - The Imsety wordmark now takes you to the Work page. (#22)
 - Redesigned Work and Info page hero sections (#26)
 - The header shadow now only shows up when you start scrolling. (#29)
 - Renamed "Info" page to "About" page. (#32)
 
Fixed
- Fixed unresponsive page behavior on smaller screens. (#27)
 
0.3.0 - 2021-06-12
Added
- Info page with basic about me bio. (#19)
 
0.2.0 - 2021-06-08
Added
Headercomponent with mobile navigation. (#12)Footercomponent with a link to the GitHub repo. (#12)- Work page with portfolio grid of my work. (#11)
 - Sanity.io CMS with basic content functionality.
 - Default container padding.
 
Changed
- Made the site wide page language English. (#14)
 
0.1.2 - 2021-05-06
Added
- Link to my email. (#9)
 
Changed
- Adjusted margin in the hero section.
 
0.1.1 - 2021-04-28
Fixed
- Incorrect casing in 
index.jsforHeader. (#5) - Incorrect syntax in 
tailwind.config.js. (#7) 
0.1.0 - 2021-04-28
Initial development.