Skip to content

Releases: yiruzu/cloud-shop

v1.2.0

13 Jan 22:07
77218af
Compare
Choose a tag to compare

Features

  • Completely transitioned from Vue 3 Options API to the Composition API, integrating Pinia for state management and adopting TypeScript for improved type safety and maintainability.
  • Overhauled the entire codebase by modularizing each section, enhancing readability, eliminating redundancy, and significantly improving performance.
  • Implemented Vite environment modes to streamline and simplify frontend development workflows.

Style

  • Refined the UI with minor adjustments to polish and streamline the SCSS code for a more cohesive design.

Fixes

  • Corrected minor typos and errors.

#12

v1.1.7

09 Jan 22:13
1926b8e
Compare
Choose a tag to compare

feat(frontend): add frontend source code #10

v1.1.6

03 Jan 14:17
Compare
Choose a tag to compare
  • refactor(bridge): refactor weapon check #8
  • fix(qbcore-bridge): fix weapon quality (qb-inventory) #7

v1.1.5

19 Dec 19:37
aef5d73
Compare
Choose a tag to compare

fix(qbcore-bridge): fix license check not working correctly #6

v1.1.4

15 Dec 14:14
0066989
Compare
Choose a tag to compare

feat(ui/config): add customizable currency symbol #5

v1.1.3

04 Dec 18:47
79a9f0f
Compare
Choose a tag to compare

fix(bridge/server/qbcore.lua): fix qb-inventory CanAddItem not working #4

v1.1.2

30 Nov 14:53
581e52c
Compare
Choose a tag to compare

fix(web/*): handle image special characters and maintain aspect ratio #3

v1.1.1

28 Nov 14:16
067ba35
Compare
Choose a tag to compare
  • fix(bridge/server/qbcore.lua): fix wrong account type #1
  • refactor(bridge/server/*): add error fallbacks for safer calculations #2

v1.1.0

25 Nov 23:34
Compare
Choose a tag to compare
  • Code Cleanup: Refactored code for better readability and simplicity.
  • Improved Error Handling: Enhanced error checks for smoother functionality.
  • License Support: Added the option to require licenses for shop access, with prompts for players to buy them if needed.

v1.0.1

25 Nov 13:47
50550c5
Compare
Choose a tag to compare
  • Made the shop header customizable for each shop type.