Skip to content

Latest commit

 

History

History
96 lines (68 loc) · 7.5 KB

CHANGELOG.md

File metadata and controls

96 lines (68 loc) · 7.5 KB

Changelog

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