Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 4.36 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 4.36 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2023-05-05)

Features

  • main page: ✨ add opacity input form (range) (4a51927)

Bug Fixes

  • _document: 💄 fix dark mode bg issue (a2bb870)
  • dependabot.yaml: 🚑 use npm (309de6d)

1.0.0 (2022-12-11)

0.0.3 (2022-12-10)

Features

  • global.css: 💄 setup css utility class (38d047f)
  • home page: ✨ add download feature (aa27668)
  • home page: ✨ base layouting and functionality (exclude download QR feature (d79258f)
  • InputField: ✨ create reusable input text field (8644820)

Bug Fixes

  • HeaderComponent and global.css: 🐛 adjust existing styling (12416bb)
  • HeaderComponent: 💄 quick edit Github repo link style (f206862)
  • next-seo.config: 🐛 quick adjust SEO Image Preview (f5f536c)

0.0.3 (2022-03-31)

Bug Fixes

  • Button, Form, and Link Components: 🚨 fix codes based on linter rules (8e53666)

0.0.2 (2022-02-06)

Features

  • package.json: ➕ add stantard-version to generate changelog (6f66485)

0.0.1 (2022-02-06)

Features

  • all files: ✨ initialization base config (70ca15b)
  • clsxm: ✨ initiate tailwind merge function helper (bcd0ce6)
  • components and RegularLink: ✨ initiate regular link (still messy) (9c3a1ea)
  • FooterComponent.tsx: ✨ add footer (e9e5719)
  • NextImage.tsx: ✨ initiate NextImage component (aa3b811)
  • tailwind.config.js, HeaderComponent, _app.tsx, globals.css: ✨ add base dark mode (6722b24)
  • Unstyled Input, Select, and Textarea: ✨ make unstyled input, select, and textarea (4de168e)

Bug Fixes

  • component.tsx: 🩹 add go back button nav (a82a7ed)