Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

24 lines (16 loc) · 1.93 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.0 (2021-11-09)

Features

  • design: add site-wide dark/light mode (c91cb34)
  • design: add transition animations for page content (4e6313c)
  • initial commit (project base) (f738703)
  • layout: add footer, more responsive main page content (f3e5e2c)
  • layout: added 3d model below navbar and custom 404 page (3aa18d5)
  • pages: add projects page (wip) (a97e1e1)
  • pages: use MDX to dynamically create project cards, pages and paths (1509ef1)

Bug Fixes

  • model: loading indicator no longer disappears prematurely (2170883)
  • model: model no longer re-renders when switching themes, revert animation changes (fb59711), closes #1
  • theme: system theme pref now resolves correctly for first-time visitors (41a18bc)
  • tools: disable Yarn PnP (b1e394b)