Skip to content

Latest commit

 

History

History
101 lines (58 loc) · 6.89 KB

CHANGELOG.md

File metadata and controls

101 lines (58 loc) · 6.89 KB

Changelog

1.3.0 (2023-03-05)

Features

  • components: add MemeText component (3eb65c9)

Miscellaneous

1.2.0 (2023-03-03)

Features

  • components: add projects pages and first project (ea85df2), closes #11

Bug Fixes

  • metadata: fix some of the metadata issues for the site (e0f0c6f)

1.1.3 (2023-02-27)

Bug Fixes

  • comments: move comments over to zyzle.dev repo from zyzle.github.io (1c67ce5), closes #28
  • move nextjs back to canary version which seems to handle GraphQL POSTs correctly (1c67ce5)

1.1.2 (2023-02-25)

Bug Fixes

  • cache: change fetch request cacheing (f29e419)
  • meta: readd .wellknow and bing verification files (1a6a1bb)
  • try again to fix build check (646a9a4)

1.1.1 (2023-02-25)

Bug Fixes

  • sitemap: minor fix and release (1d556b1)

1.1.0 (2023-02-24)

Features

  • analytics: add vercel analytics (23cbed1)
  • sitemap: add build time sitemap generator (04246e2), closes #21

Bug Fixes

  • next: pinning next versions until build error resolved (b281a1b)

1.0.0 (2023-02-23)

Features

  • analytics: add microanalytics script (e9a1cb4), closes #13
  • cms: add basic storyblok integration (c81fb38)
  • component: add KaTeX formula blok (bfbe1b6), closes #17
  • components: add better breadcrumbs (c8ed9ce), closes #19
  • components: add comments component for blog entries (748cdf4), closes #9
  • components: add footer component for site (4b9450e), closes #3
  • components: add HomepageLink and Icon components (e1aa5a0), closes #4
  • components: add optional width and height properties to Icon (4b9450e)
  • components: add scroll progress indicator (e5801c0), closes #5
  • components: add syntax highlgihting to CodeblockNode (ff12c50), closes #15
  • components: add TagCloud component (5247b26), closes #7
  • pages: add About page (d15952a), closes #8
  • pages: add basic metadata and social tags (4762562), closes #12
  • snippets: add snippets section and pages (19cfbc4), closes #10
  • theme: add new site theme basics (200aa14)

Bug Fixes

  • components: fix giscus loading issue (74cb793), closes #18
  • pages: fix tag linking in blog and snippets pages (50d6a34)

Miscellaneous

  • add basic storybook configuration (a374f1e)
  • add chromatic build checks to project and pull requests (ece6c5d)
  • add commitizen (85335ab)
  • add OFL license text file (e7fce44)
  • add release-please GitHub action (133b1e9)
  • add tagged deployment trigger (8a37f38)
  • Initial commit from Create Next App (eabecc4)
  • package updates (e8f560d)