Denny Chang
Contact
  • Theme Mode

  • Language

v1.4.2

  • Add /resume page, I just use cakeresume for now :shushing_face:

v1.4.1

  • Adjust style of .md rendering

v1.4.0

  • Add front page layout and animation

  • Adjust details


v1.3.4

  • A11y, let components in Header can be accessed by keyboard

  • change light-theme background

  • add image source for post


v1.3.3

  • decide to take away change-log page move it in the project page

  • adjust style and structure of posts


v1.3.2

  • Fix hydration issue of i18n

    hydration issue of i18n

    found that hydration issue still exist turns out, it's because of i18n plugin it will store currentLangusge in localstorage when switching. If I choose "ZH" and close browser, then Open a new tab, browser will get language from localstorage which is "ZH" now but when I open a new tab, it will start as "EN" then redirect to "ZH" this is the reason of hydration Solution: in config of i18n, add generateDefaultLanguagePage: true & redirect: false

  • adjust markdown css


v1.3.1

  • add change log
  • adjust style
  • use recoil to manage state: modal-open, language-switch, theme-switch

v1.3.0

  • tags/title filter of posts feature
  • input delay feature(debounce)
  • searching highlight
  • add recoil to manage state
  • add fix hydration issue

v1.2.3

  • handle first load issue (add isClient , loading )

v1.2.2

  • adjust some style

v1.2.1

  • add background - sky/space

v1.2.0

  • add i18n
  • adjust structure of post content

v1.1.2

  • fix bugs

v1.1.1

  • fix bugs

v1.1.0

  • from js to ts

v1.0.7

  • new post
  • add storybook theme button

v1.0.6

  • add seoContainer

v1.0.5

  • add darkmode feature
  • add comments feature
  • new post
  • depoly

v1.0.4

  • RWD

v1.0.3

  • add style config
  • fix bugs

v1.0.2

  • fix bugs

v1.0.1

  • update structure

v1.0.0

  • project init

breaking change:    major
feature change:     minor
fix/adjust change:  patch