Skip to content

Latest commit

 

History

History
454 lines (342 loc) · 24 KB

CHANGELOG.md

File metadata and controls

454 lines (342 loc) · 24 KB

1.6.0 (2024-10-27)

Bug Fixes

  • routing: 🐛 rebuild rss api (d7f329f)

Features

  • routing: ✨ add healthcheck api (db2a03b)

Performance Improvements

  • ⚡ remove generateStaticParams() (cca07c5)

1.5.3 (2024-05-20)

Bug Fixes

  • routing: 🐛 rebuild rss api (d7f329f)

Performance Improvements

  • ⚡ remove generateStaticParams() (cca07c5)

1.5.2 (2024-05-19)

Bug Fixes

  • 🚨 install speed check correctly (9c1fa46)
  • deps: ⬇️ downgrade remark-gfm to v3.0.1 (b271f29)
  • routing: 🐛 fix post routes (ebde2de)
  • routing: 🐛 remove baseUrl (b1ca8d3)

Performance Improvements

  • lab: ⚡ remove imports of fp-ts examples (e3c84c5)
  • routing: ⚡ don't prefetch labs (18e6371)
  • routing: ⚡ improve metadata and ogimages (2362dc4)
  • routing: ⚡ remove incrementat static regeneration (f8076be)

Reverts

  • storybook: ⏪ add back storybook (ca8e73e)

1.5.1 (2024-02-25)

Bug Fixes

  • presentation: 🐛 replace tailwind utilities in mdx.css (336e06b)

1.5.0 (2024-02-19)

Features

  • storybook: 📝 add stories for colors, padding and typefaces (eb8c830)

1.4.0 (2024-02-12)

Features

  • ✨ multi-theme and design tokens (#73) (f3b11ee)

Reverts

  • ⏪ change tag-version back (78932f4)

1.3.6 (2024-01-06)

Bug Fixes

  • deps: update dependency lucide-react to ^0.306.0 (#57) (0e3a139)

1.3.5 (2023-11-25)

Bug Fixes

  • deps: update dependency lucide-react to ^0.293.0 (#43) (a95c6af)

1.3.4 (2023-11-17)

Bug Fixes

  • deps: update dependency @react-three/drei to v9.88.16 (#32) (b8890e2)
  • deps: update dependency @react-three/fiber to v8.15.11 (#33) (ba6a551)

1.3.3 (2023-11-17)

Bug Fixes

  • deps: update visx monorepo to v3.5.0 (#38) (ac2b394)

1.3.2 (2023-11-17)

Bug Fixes

  • deps: update dependency framer-motion to v10.16.5 (#34) (bd500f8)

1.3.1 (2023-11-17)

Bug Fixes

  • deps: update dependency lucide-react to ^0.292.0 (#37) (7843ee5)

1.3.0 (2023-11-17)

Features

  • theme: ✨ add theming and ModeToggle (6bd94ae)

1.2.6 (2023-11-13)

Bug Fixes

  • lab: 🐛 using slugAsParams (858f4a2)

1.2.5 (2023-11-11)

Bug Fixes

  • dependencies: 🐛 fix visx imports (670ed24)

1.2.4 (2023-11-11)

Bug Fixes

  • occupation: 🐛 correct years of Outlier (eb7f784)

1.2.3 (2023-10-31)

Bug Fixes

  • lab: 🐛 removed p5.js sketches (efb5b23)

Reverts

  • routing: 🔥 remove intercepted routes (7c5abf9)

1.2.2 (2023-07-03)

Bug Fixes

  • occupation: 🐛 moved Timeline to TimelineDashboard (de6a972)

1.2.1 (2023-07-02)

Bug Fixes

  • portfolio: 🐛 dynamicly loading the TimelineSection (8a2d9de)

1.2.0 (2023-07-02)

Features

  • portfolio: ✨ added Timeline (ddd7238)

1.1.2 (2023-06-09)

Bug Fixes

  • lab: 🐛 make lab 028 and 029 mobile frendly [content] (d95cd55)

Performance Improvements

  • analytics: ⚡ optimize headshot image (0971996)

1.1.1 (2023-06-05)

Bug Fixes

  • 💚 fix tag version conditions (d7419a2)

1.1.0 (2023-06-05)

Bug Fixes

  • layout: 🐛 fix exported functions from pages (14a8566)
  • layout: 🐛 fixed button in button error (7f67e45)

Features

  • layout: ✨ sidebar navigation for posts (e73e410)

Performance Improvements

  • layout: ⚡ optimize image loading and sizing (d0c2321)

1.0.0 (2023-06-01)

Bug Fixes

  • 🐛 move posts to prop of client component (267bcc6)
  • ♿ added page metadata (80d26ab)
  • layout: 🐛 fix padding for projects page (3ddaca7)
  • layout: 📱 make lab pages responsive (4ed2160)

Features

  • 📝 add experiments and posts (c8b0aa9)
  • 📝 added home page with style (496bea5)
  • ✨ added contentlayer and mdx component (71c9d6e)
  • analytics: 📈 added vercel analytics (3450125)
  • layout: 📱 add responsive Navbar (0be7fbd)
  • portfolio: ✨ add filters to recent posts (5cca673)
  • portfolio: ✨ added ProjectCard and ProjectPage (96c8c8e)

0.0.0 (2022-09-01)

Bug Fixes

Features

Reverts