Skip to content

Latest commit

 

History

History
251 lines (192 loc) · 21.1 KB

CHANGELOG.md

File metadata and controls

251 lines (192 loc) · 21.1 KB

Changelog

v0.0.4 (2025-01-02)

   🚀 Features

  • components:
    • add vue3-google-map  -  by loicduong (36743)
    • add mapxus map  -  by loicduong (166fb)
    • add ag-grid  -  by loicduong (d2fe4)
    • add d3  -  by loicduong (61c62)
    • remove mapxus  -  by loicduong (f3806)
    • add json editor vue  -  by loicduong (f0327)
    • add vue json pretty  -  by loicduong (e29c7)
  • projects:
    • remove vite plugin progress  -  by loicduong (bc8f6)
    • support show tab when not loggedIn  -  by loicduong (1e5c4)
    • multi language buttons support hiding  -  by loicduong (e2815)
    • update auth background  -  by loicduong (36418)

   🐞 Bug Fixes

  • hooks:
    • the total number before assigning a value to the table is incorrect  -  by loicduong (1616f)
  • projects:
    • fix route guard hook onRouteSwitchWhenLoggedIn  -  by loicduong (11142)
    • check if init userInfo when initAuthRoute  -  by loicduong (2c154)
    • fix login success notification  -  by loicduong (8acf7)

   🛠 Optimizations

  • projects:
    • optimize vite  -  by loicduong (bd039)
    • optimize router guard  -  by loicduong (7a6c3)
    • use defu to fill added theme config  -  by loicduong (0cdf5)

   🏡 Chore

  • deps:
    • update deps  -  by loicduong (80155)
  • projects:
    • update deps  -  by loicduong (e28cb)
    • remove home warning  -  by loicduong (19230)
    • update license  -  by loicduong (a0c91)
    • update deps & fix vite config  -  by loicduong (05eaf)

   ❤️ Contributors

loicduong

v0.0.3 (2024-12-02)

   🚨 Breaking Changes

  • projects: refactor route cache & support reset route cache strategy  -  by locdp (3e95a)

   🚀 Features

  • components:
    • update about page  -  by loicduong (87dcd)
    • revert vditor  -  by loicduong (d23c8)
    • revert logicflow  -  by loicduong (bcaf9)
    • add wavesurfer  -  by loicduong (20b30)
  • projects:
    • login supports accessible operation  -  by locdp (e2a1c)
    • add volta config  -  by locdp (be054)
    • add unplugin-vue-router  -  by @loicduong (e9b05)
    • add about page  -  by locdp (e695d)
    • add user center page  -  by locdp (959fe)
    • add hide child function pages  -  by @loicduong (cf7ff)
    • add tab function pages  -  by @loicduong (feaea)
    • add request function pages  -  by @loicduong (0e053)
    • add barcode pages  -  by loicduong (fc9d1)
    • add copy & icon page  -  by @loicduong (3e00d)
    • add preview pdf page  -  by @loicduong (33ceb)
    • add print page  -  by @loicduong (445c1)
    • add swiper page  -  by @loicduong (04892)
    • add typeit page  -  by @loicduong (75216)
    • add video page  -  by @loicduong (6ec40)
    • add antv chart page  -  by @loicduong (eb61c)
    • add echarts page  -  by @loicduong (16f40)
    • add vchart page  -  by @loicduong (1426f)
    • add markdown editor page  -  by @loicduong (a47b2)
    • add vtable page  -  by @loicduong (79d95)
    • add multi menu pages  -  by @loicduong (ccf40)
    • add manage system pages  -  by @loicduong (e0fb0)
    • add pdf html preview  -  by @loicduong (85459)
    • add pdf html preview action  -  by @loicduong (b5f85)
    • support scheduled detection and update system  -  by @loicduong (446ba)
    • app version notification plugin support sub deploy path  -  by @loicduong (201bf)
    • update vditor doc link  -  by @loicduong (3558e)
    • add version query param to runtime config script  -  by loicduong (f5ec2)
    • add singnature page  -  by loicduong (ec3b0)
    • support menus & breadcrumbs link  -  by loicduong (aa756)
    • add excel page  -  by loicduong (7798d)
    • add vue-flow page  -  by loicduong (15334)
    • add intro page  -  by loicduong (f084a)
    • add logic flow page  -  by loicduong (c23fa)
  • prpjects:
    • add document pages  -  by @loicduong (54a9d)
    • add document pages  -  by @loicduong (15e5c)
  • utils:
    • add isMobile  -  by locdp (76706)

   🐞 Bug Fixes

  • components: update tooltip placement for better UI consistency  -  by loicduong (11787)
  • projects: fix missing nested breadcrumb  -  by @loicduong (ddb6a)
  • styles: fix sass usage  -  by locdp (fd6b6)

   🛠 Optimizations

  • projects:
    • optimize code  -  by locdp (9052e)
    • optimize code  -  by locdp (d102a)
    • optimize unplugin-vue-router  -  by loicduong (8f592)
    • optimize pdf html preview  -  by @loicduong (f53bf)
    • use worker to download pdf html  -  by @loicduong (62e6f)

   💅 Refactors

  • projects: refactor router guard  -  by @loicduong (55109)

   📖 Documentation

  • projects: update static route docs  -  by @loicduong (4e643)

   🏡 Chore

  • deps:
    • update deps  -  by @loicduong (5ad91)
  • packages:
    • remove gen route script  -  by @loicduong (49f56)
    • remove axios timeout  -  by @loicduong (a5c98)
  • projects:
    • update vscode extensions  -  by locdp (f0a7e)
    • update dep  -  by locdp (6651a)
    • add vite config timestamp to gitignore  -  by locdp (c8da4)
    • turn off eslint version warning  -  by @loicduong (72db1)
    • revert simple-git-hooks config  -  by @loicduong (3af2c)
    • add vercel config  -  by @loicduong (de500)
    • add desc for base url of app  -  by @loicduong (4c046)
    • update vscode setting  -  by @loicduong (fa76d)
    • convert to tsx  -  by @loicduong (786ed)
  • types:
    • remove type declaration for document.startViewTransition (TypeScript 5.6 includes it)  -  by locdp (e5e36)

   🎨 Styles

  • projects: reduce ambiguity in theme configuration instructions  -  by locdp (15e68)

   ❤️ Contributors

loicduong  loicduong   loicduonglocdp

v0.0.2 (2024-10-24)

   🚨 Breaking Changes

  • projects: update scss config  -  by @loicduong (7dbc7)

   🐞 Bug Fixes

  • move json5 from devDependencies to dependencies to support production usage  -  by loicduong (7e412)
  • components:
    • fix VerticalMixMenu name  -  by @loicduong (825e6)
  • projects:
    • fix click global-tab in iPad  -  by @loicduong (3fbf6)
    • when the roles filter submenu is empty, the parent menu is not excluded  -  by @loicduong (d39af)
    • fix global-tab click conflict with contextmenu  -  by @loicduong (b0be6)

   🛠 Optimizations

  • projects:
    • optimize code  -  by @loicduong (967d4)
    • remove defineModel setting,enabled by default  -  by @loicduong (267ab)

   💅 Refactors

  • packages: @sa/materials: remove tab close shortcut by mouse  -  by @loicduong (62a23)

   🏡 Chore

  • update env comment  -  by loicduong (1150c)
  • deps:
    • update deps  -  by @loicduong (02ac3)
    • update deps  -  by loicduong (48883)
  • project:
    • update commitlint rules  -  by loicduong (b3449)
  • projects:
    • rename github account  -  by loicduong (7dfc6)
    • use commitlint to check commit  -  by loicduong (87c10)

   🎨 Styles

  • projects: format code  -  by loicduong (9408e)

   ❤️ Contributors

loicduong   loicduong

v0.0.1 (2024-09-08)

   🚀 Features

  • core:
    • update project  -  by @loicduong (47d5d)
    • update project  -  by @loicduong (627fe)
    • add show authentication route environment variable  -  by locdp (ebe45)
    • does the configuration support automatic updates  -  by @loicduong (72caf)
    • add app error handler #27  -  by loicduong in #27 (5766d)
    • add response to flatRequest when success in @sa/axios  -  by loicduong (6f72e)
    • add runtime config  -  by loicduong (efbe9)

   🐞 Bug Fixes

  • core:
    • avoid retrieving cached html #5  -  by @loicduong in #5 (06984)
    • remove redundant lint packages #7  -  by @loicduong in #7 (94fda)
    • fix unmet peer eslint #9  -  by @loicduong in #9 (7b2eb)
    • avoid retrieving cached HTML #5  -  by locdp in #5 (a38d2)
    • fix login redirect  -  by locdp (ee00b)
    • fix lint  -  by @loicduong (b1dfa)
    • fix vertical-mix-menu when sider collapse #23  -  by locdp in #23 (8870e)
    • fix breadcrumb when activeMenu is parent menu #25  -  by loicduong in #25 (3f4f2)
    • fix refresh token when meet multi requests  -  by loicduong (02138)

   🛠 Optimizations

  • core: optimize menu selectedKey  -  by loicduong (66ab8)

   🏡 Chore

  • core:
    • add port env #3  -  by @loicduong in #3 (e0e10)
    • rename the typing folder  -  by @loicduong (c1c7a)
    • merge constant & enum folders  -  by @loicduong (01076)
    • update logo #16  -  by @loicduong in #16 (1b07a)
    • update default proxy #18  -  by @loicduong in #18 (1abd7)
    • remove staging environment #21  -  by @loicduong in #21 (afdd0)
    • update deps  -  by @loicduong (7b6a6)

   ❤️ Contributors

loicduong   loicduonglocdp