Releases: fariasmateuss/meme-generator
Releases · fariasmateuss/meme-generator
v1.6.0
v1.5.0
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)
v1.4.0
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.0
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)