Skip to content

Latest commit

 

History

History
85 lines (52 loc) · 5.57 KB

CHANGELOG.md

File metadata and controls

85 lines (52 loc) · 5.57 KB

1.6.0 (2022-08-03)

Bug Fixes

  • build: remove swcMinify property at next.config.js (a5d8473)

Features

  • animate layout with framer motion (f4e5298)

1.5.0 (2022-05-27)

Features

  • add custom font using @font-face (28cb813)
  • fetch and mutate data from custom hook that uses React Query (fe7bfe3)
  • implement carousel slider with framer motion (b6bf842)
  • implement Loading component (dc48637)

Performance Improvements

  • preload the font in the page tag for optimal performance (aa560ba)

1.4.0 (2022-05-15)

Features

  • implement animate sparkle text (5791561)
  • implement shimmer loading effect in Image component (f1e7576)

Performance Improvements

  • use Image component from next/image for image optimization (b99b6a5)

1.3.0 (2022-05-07)

Features

  • add titleattribute to toggle theme button (030d357)
  • play sound when locales menu is opened (7cd9850)

1.2.0 (2022-05-02)

Features

  • generate sitemap.xml at build time (72c3fe7)

1.1.1 (2022-04-19)

Bug Fixes

  • move images property to openGraph at next-seo config (ac7274c)

1.1.0 (2022-04-19)

Features

  • implement dynamic SEO metadata (d3d1a59)

1.0.0 (2022-04-15)

Features

  • add favicons (80225a0)
  • add i18n support (0058e18)
  • add light/dark theme support (4cba050)
  • add new colors (e5c6cad)
  • add revalidate prop to getStaticProps (1d5cc35)
  • add sounds (dbc951a)
  • add utility to download image (97a4ce4)
  • create home page (f37fc2a)
  • display blur placeholder while the image is loaded (ab71a12)
  • fetch data from custom hook that uses React Query (d0762ea)
  • implement custom toast notifications (1c43eb4)
  • implement functionality to download template (42c9911)
  • implement global styles (b9d6608)
  • implement listener to detect dark mode in the browser (5fce2aa)
  • implement Open Graph Share functionality (04ad91a)
  • set baseURL for axios request (7566bf1)

Performance Improvements

  • next: use SWC for minifying (26077e7)