Skip to content

Latest commit

 

History

History
149 lines (93 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

149 lines (93 loc) · 11.3 KB

Changelog

1.4.2 (2023-12-07)

Bug Fixes

  • delete-file: handle remove file buffer when deleting file (b0a9fba)

1.4.1 (2023-12-07)

Bug Fixes

  • preview: fix revoke url when Preview unmount (85feeb3)

1.4.0 (2023-12-07)

Features

  • edit-pdf: use util pdf-editor for configuration from back-end (bbf92ff)
  • order-success: create ui for Order Success Form version desktop (94c3181)

Bug Fixes

  • landscape: disable page per sheet as 1 when layout of page is landscape (d1001c4)
  • order-success: handle open and close Order Success Form version desktop (fcb8e39)
  • responsive: add api execute and responsive Order Success Form (fd827dd)

1.3.1 (2023-12-05)

Bug Fixes

  • ci-cd: add env variable (d89bc5c)

1.3.0 (2023-12-05)

Features

  • confirm-order: create ui for ConfirmOrderForm version mobile (bf736d7)
  • logout: add edit appnavigation (6eb933a)
  • logout: add logout settting (d7f1e10)
  • logout: reSetting for logout (686498c)
  • logout: setting for logout (005c849)
  • logout: setting for logout (5bd22cb)
  • order-success: create ui for Order Success Form version mobile (47834f2)
  • top-up-wallet: create ui for TopupWallet version mobile (eef5227)

Bug Fixes

  • logout: fix logic code undefined in invoke api (d600dce)
  • logout: remove redundant Dialog at App.tsx (b671a36)

1.2.2 (2023-12-02)

Bug Fixes

  • file-config: change value to request body of api (c368808)
  • type: edit the correct data type of upload-config api (53932dc)

1.2.1 (2023-12-02)

Bug Fixes

  • close-form: add conditional enable/disable continue CloseForm (96aa62a)

1.2.0 (2023-12-02)

Features

  • confirm-order: create ui for confirm-order step version desktop (ee9430c)
  • order-form: add logic into components of OrderList (efce6a9)
  • order: create UI for order list version desktop (4c37f2e)

Bug Fixes

  • order-list: handle total cost and CloseForm (66cd66c)

1.1.1 (2023-11-28)

Bug Fixes

  • env: add env into docker image on github container registry (9153e8e)

1.1.0 (2023-11-28)

Features

  • oauth: enable logging in by google account (0b5ed7c)

1.0.0 (2023-11-24)

Features

  • add_ux_sidebar: add ux for sidebar&navbar, resolve merge conflict, refactor components (b034d0f)
  • auth: create router template and change return type of /api/user (e2b5cca)
  • AuthPage, AuthLayout, assets: keep authpage, change authLayout and add images into assets (189bb8c)
  • AuthPage, validateSchema: move validateSchema, change arrowFunction for AuthPage, AuthLayout (9d1e871)
  • ChooseFileBox: release Upload file component (ab5a0c8)
  • devops: add Dockerfile and docker-compose.yml (ed9065f)
  • file: add file-size file in return type when uploading (c72608f)
  • file: complete uploading and previewing file (c914762)
  • file: preview image after uploading (d739480)
  • formValidate: config AuthLayout, AuthPage, loginForm; add validateSchema.ts (92ae9cf)
  • home_page: add component Orders, Slides, images and Edit Homepage and AppLayout (c3ef3cd)
  • hook: add useEvent hook to refetch listFiles after deleting file (c9705f6)
  • implement TestPreviewPage, remove Auth to test on mock-server (2ce2073)
  • navigation_bar: edit AppNavigation, AppDrawer and ToglleSidebarBtn (a50e800)
  • navigation: create template for navigation bar (63017c7)
  • order: create templates for 2 form: wallet and order-success (29a7c41)
  • order: create workflows template for order printing (96f29ee)
  • order: no changes (8baf29e)
  • Orders: edit useRef value (46f1903)
  • orders: no changes (3fcb277)
  • preview-docs: add preview document form in order workflow (1d962a3)
  • responsive: keep form when resizing screen (501fbd8)
  • template: create choose-file-box and upload-document-box template (c9e391b)
  • three_order_form: implement 3 forms and add some types (b20a177)
  • upload&preview: complete reponsive for desktop (beb2357)
  • workflows: add ci-cd actions and impose conventonal commit messages (d50942f)

Bug Fixes

  • async-await: add prefix await before getUserData function and renavigate root (00ad52c)
  • cd: rename runner correctly (b4ce2b1)
  • ChooseFileBox: fix choose file component (b30bfc9)
  • choosefilebox: fix some lg desktop but I don't fix width Dialogbody of choose file component (0fe7b8a)
  • form-ux: create smoothness between nested dialogs (96b899a)
  • format_tailwind: fix width heigth format (acdd30e)
  • mobile_box: fix choose file mobile (34754ba)
  • naming: rename Form, Box in component/order (8904e71)
  • order-form: handle total cost and state-exchange in mobile order step (9e7b9e7)
  • order-step: add prev step and current step in order printing (59103ee)
  • order-workflow: refactor logic code at 2 components: OrderWorkflowBox & UploadAndPreviewDocBox (372ec8f)
  • order: handle refetching after updating and deleting (0e3b2df)
  • upload-file: add body to api (3d6736d)