Skip to content

Latest commit

 

History

History
150 lines (93 loc) · 9.34 KB

CHANGELOG.md

File metadata and controls

150 lines (93 loc) · 9.34 KB

Changelog

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

0.2.9 (2024-06-10)

Features

  • add divider component (f06a595)
  • add wantedly profile to socials (7edf833)

0.2.8 (2024-05-27)

Features

  • add wevnal to work history (726ed7c)

0.2.7 (2024-03-03)

Features

  • className attribute on about sub sections (967e824)

0.2.6 (2024-02-22)

Features

  • add link to the public findy profile (1299392)

0.2.5 (2024-02-09)

Bug Fixes

  • header component use on about (68ed50a)

0.2.4 (2024-02-08)

Features

  • add section sub header component (61184a8)

0.2.3 (2024-02-08)

Bug Fixes

  • English cv file size on canva export (a25755a)
  • typo on japanese cv (538e817)

0.2.2 (2024-02-06)

0.2.1 (2024-02-06)

Features

Bug Fixes

  • missing locale on education card date format (023f7d2)
  • remove server action directives for static export (c71bd34)
  • scroll to top on locale switch (ac852d8)

0.2.0 (2024-02-04)

⚠ BREAKING CHANGES

  • moves all paths into an optional slug and uses getStaticParams to create all possible routes. Some of the code is implemented in a way to support static generation, default locales without a prefix and less code repetition.

Features

  • custom localization solution for default static export (7fb0f28)
  • implement custom localization on all routes (87aefda)
  • localization setup on pages and components (69aa012)
  • meta (title, desc) localization (2105f29)
  • simple route based locale switcher (34b703f)

Bug Fixes

  • image link on person data (ba070d4)
  • postcss import plugin and tailwind css nesting (3022a39)

0.1.6 (2024-02-02)

Features

  • add lighthouse score to readme (dc5e1bf)

0.1.5 (2024-02-02)

Features

  • add awards section (df7be86)
  • add badge like ui link component (d0c3c8b)
  • add contact badge buttons (25c3bfa)
  • add date formatter util (6634174)
  • add education card component (c959a27)
  • add google analytics via third-parties (0e836aa)
  • add language dial component (fec0643)
  • add projects section (81ea740)
  • add resume file (8ba0a8f)
  • add skills section w/ skill badges (a42a84b)
  • add static project images and files (c67bc24)

Bug Fixes

  • aria-labels on navbar for improved accessibility (6019ca5)
  • css nesting config for tailwind (a9fa6ec)
  • footer spacing (f8087d3)
  • readme whitespace (de3d48f)
  • remove deprecated next/image directives (451fb52)
  • slight yeditepe logo improvement (4682ea4)

0.1.4 (2024-02-01)

Features

  • add carousel component (a2389f2)
  • add code mockup component (fe08adb)
  • add section header component (bd4a675)
  • add skill badge component (31e291e)
  • add timeline component (9b7d61c)
  • init work history section design and content (6586fbe)
  • initial design for project cards (3c560b3)

Bug Fixes

0.1.3 (2024-02-01)

Features

  • initial logo, metadata files, seo (87d1793)

0.1.2 (2024-01-31)

Bug Fixes

  • localStorage state on mount (e9217aa)
  • public folder location (cdd2a0c)

0.1.1 (2024-01-31)

Features

  • add custom not found page (e8b2b71)
  • add hero and navbar components (19a3b51)
  • add icon util component (cfaddf8)
  • add theme switcher component (14adbf3)
  • initial environment setup (56fa92f)