1.6.0 (2022-08-03)
- build: remove swcMinify property at next.config.js (a5d8473)
- animate layout with framer motion (f4e5298)
1.5.0 (2022-05-27)
- 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)
- preload the font in the page tag for optimal performance (aa560ba)
1.4.0 (2022-05-15)
- implement animate sparkle text (5791561)
- implement shimmer loading effect in Image component (f1e7576)
- use Image component from next/image for image optimization (b99b6a5)
1.3.0 (2022-05-07)
- add titleattribute to toggle theme button (030d357)
- play sound when locales menu is opened (7cd9850)
1.2.0 (2022-05-02)
- generate sitemap.xml at build time (72c3fe7)
1.1.1 (2022-04-19)
- move images property to openGraph at next-seo config (ac7274c)
1.1.0 (2022-04-19)
- implement dynamic SEO metadata (d3d1a59)
- 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)
- next: use SWC for minifying (26077e7)