Skip to content

Releases: metal-gogo/m-gogo

Remove trailing slashes from project

25 Feb 01:54
Compare
Choose a tag to compare

Changelog

Fixes

  • Changed the trailingSlashes from true, into false to avoid issues with the /about-me page.

Fix trailing slash issue

23 Feb 04:57
Compare
Choose a tag to compare

#Changelog

Fixes

  • Fix broken inner links

Content

  • Add period to finish the summary of posts

Add sitemap

21 Feb 03:47
Compare
Choose a tag to compare

Changelog

Features

  • Add sitemap.

Fixes

  • Remove repeated paragraph on Top 5 football games 🏈 I saw with my dad post.

Tasks

  • Bump node version to v14.15.5.

New post: This Blog tech stack

17 Feb 01:37
Compare
Choose a tag to compare

Changelog

Content

  • Written This Blog tech stack post

New Post: Top 5 football games 🏈 I saw with my dad

17 Feb 00:57
Compare
Choose a tag to compare

Changelog

Features

  • Create PostVideo component

Content

  • Wrote down Top 5 football games 🏈 I saw with my dad post

New post: About me

17 Feb 00:58
Compare
Choose a tag to compare

Changelog

Tasks

  • Remove sentry from project

Features

  • Added surrounding posts component

Content

  • About me page

Use google fonts through Nuxt module

15 Feb 07:24
Compare
Choose a tag to compare

Changelog

Fixes

  • Improve best practices by adding aria-labelled-by to link on PostListItem.
  • Adjust image sizes on PostListItem.

Tasks

  • Rename Github action for Sentry Release
  • Use google fonts through Nuxt module

Setup Sentry

14 Feb 04:39
Compare
Choose a tag to compare

Changelog

  • Setup Sentry
  • Setup Stetry releases
  • Setup Sentry performance metrics

Add PWA, manifest and plausible

14 Feb 01:25
Compare
Choose a tag to compare

Changelog

Features

  • Updated favicon and icons
  • Added author and description to package.json.
  • Added meta configuration of PWA module.
  • Added manifest configuration of PWA module.
  • Added workshop configuration of PWA module.
    • Added caching for cloudinary.
  • Added Plausible script to get analytics

Launching Homepage

14 Feb 04:43
Compare
Choose a tag to compare

Changelog

Launching Homepage

Features

  • Styling improvements:
    • Added prism-xonokai theme for codeblocks.
    • Updated brand colors.
    • Added page fade-in / fade-out transitions
  • Added logo.
  • Added homepage.
  • Added icon library.
  • Added dictionary to use as enum.
  • Added PostList component.

Fixes

  • Styling fixes:
    • Lists margin-bottom.
    • Links focus accessibility.
    • Buttons focus accessibility.

Tasks

  • Dependencies:
    • Added ramda dependedncy.
    • Added @nuxtjs/svg module.
    • Added @nuxtjs/colormode module.
  • Testing:
    • Mocked $colorMode.
    • Added our Components to global components.