Skip to content

v3.7.0

Compare
Choose a tag to compare
@jhaemin jhaemin released this 14 May 06:45
· 268 commits to master since this release
  • [FEAT] Use Next.js' built-in Sass module feature instead of next-sass plugin
  • [FEAT] Use the dollar sign($) as the default stylesheet import name since we don't use jQuery thing
  • [FEAT] Use next/link instead of anchors
  • [FEAT] Deprecate abs-link in favor of more verbose absolute-link and replace with it
  • [FIX] Too early scroll position restoration when navigating through browser's go/back
  • [FIX] Stop Intersection Observers observe after components have been completely unmounted
  • [CHORE] Replace most of deprecated getInitialProps with getServerSideProps