Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Latest commit

 

History

History
81 lines (46 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

81 lines (46 loc) · 2.89 KB

Changelog

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

0.4.1 (2022-10-02)

Features

  • mui: add mui and refactor admin dashboard (3a42176)

0.4.0 (2022-05-28)

Bug Fixes

0.3.1 (2021-07-02)

⚠ BREAKING CHANGES

  • backend: admin dashboard using custom hooks with LoadingSpinner instead of SSR

Bug Fixes

  • backend: fix setCookie settings (68dbe3a)
  • backend: next-connect with prefix routes in backend + admin dashboard using custom hooks (a75022f)

0.3.0 (2021-06-24)

Features

  • frontend: adding redux-toolkit, react-redux (f083373)

Bug Fixes

  • frontend: cannot find module 'contexts/CartReducer' (aeae551)
  • frontend: type error: has no exported member 'PRODUCT' (0a313e8)

0.2.0 (2021-06-18)


Changelog2

Sebelum menggunakan standard-version

18 Juni 2021

  • Menambahkan chromatic.yml workflows
  • Menambahkan standard-version untuk generate changelog
  • Update CONTRIBUTING.md dan README.md

17 Juni 2021

  • Update semua deps terutama nextjs v11.0.0
  • Implementasi middleware checkAuthCookieAsAdmin untuk API routes prefix /admin
  • Implementasi middleware checkAuthCookie untuk API routes prefix /user
  • Implementasi storybook untuk dokumentasi UI component

16 Juni 2021

  • Refactor code di page /products/:id menggunakan useSWR daripada getStaticProps
  • Menambahkan component untuk user dashboard di page /user/dashboard
  • Implementasi cors dengan deps cors agar API bisa diakses di deployment Preview mode

15 Juni 2021

  • Implementasi SEO dengan deps next-seo

14 Juni 2021

  • Menambahkan CHANGELOG.md
  • Menambahkan CODE_OF_CONDUCT.md
  • Membuat grup komunitas Roompy di Discord
  • Mengubah penyimpanan user state yang awalnya dari cookies ke local storage useLocalStorage('user')

13 Juni 2021

  • Initial release v0.2.0