Skip to content

Releases: preetjdp/Blog

v2.1.0

03 Nov 04:24
62cee3e
Compare
Choose a tag to compare

What's Changed

  • ⌘ + K | Other UI Changes by @preetjdp in #91
    • Added a new header component with linear gradients
Screen.Recording.2021-10-31.at.11.41.59.PM.mov

Full Changelog: v2.0.0...v2.1.0

v2.0.0

31 Oct 09:28
Compare
Choose a tag to compare

The Move to Next JS

After trying to update the latest version of Gatsy and failing miserably with numerous errors, I decided to move the blog to Next JS.
Since the Gatsby version of the blog was inspired by https://overreacted.io, and @condinoaljoseph had already migrated the blog to NextJS (Twitter reference), it was quite a straightforward process.

Changes

  • Migrate the blog to NextJS
  • Migrate the code to Typescript
  • Update dependencies
  • Add use-sound for adding sound effects to the blog
  • Rewrite the posts generation flow to allow multiple sources (eg Github Issues)
  • Add GraphQL Request to fetch the issues from Github

Credits