Skip to content

Releases: soybeanjs/soybean-admin

v2.1.0

09 Mar 04:55

Choose a tag to compare

   🚨 Breaking Changes

   🚀 Features

  • components:
  • logo:
  • projects:
    • add the plugin: vite-plugin-vue-transition-root-validator, to optimize the development experience.  -  by @Azir-11 (30e3c)
  • types:
    • Added type definition force to router push options.  -  by @m-xlsea (a3794)
  • workflows:
    • add opencode workflow for issue and PR comment triggers  -  by @soybeanjs (dacee)

   🐞 Bug Fixes

  • projects:
    • fix the long list TableColumnSetting component exceeds the viewport.  -  by @skyfeiz (cbfb9)
    • fix NButton props conflicts.  -  by @skyfeiz (54107)
    • ensure HTML lang attribute is updated when setting locale  -  by @pan0xc (f96c3)
    • correct HTML lang attribute to standard format  -  by @pan0xc (b520d)
  • router:
    • simplify route guard logic and remove unnecessary next calls  -  by @soybeanfe (3c2cb)

   🛠 Optimizations

   📖 Documentation

   🏡 Chore

   🎨 Styles

    View changes on GitHub

v2.0.2

23 Dec 03:20

Choose a tag to compare

   🐞 Bug Fixes

  • hooks: update pagination pageSize after data fetch.  -  by @Azir-11 (64226)
  • projects: fix the incorrect judgment of home by pin tab.  -  by @Azir-11 (62a43)

   🏡 Chore

    View changes on GitHub

v2.0.1

04 Dec 06:08

Choose a tag to compare

   🚀 Features

  • docs:
  • projects:
    • support theme presets to only set partial content.  -  by @Azir-11 (9da84)
    • support theme perset to override component library presets.  -  by @Azir-11 (60517)
    • support pinning and unpinning of tabs  -  by @hellohooke (b8a76)
    • hybrid layout mode auto select first deepest child menu  -  by @paynezhuang (94019)

   🐞 Bug Fixes

  • docs: update project name in ecosystem section of README  -  by @soybeanjs (bb232)
  • types: add missing property in theme presets  -  by @taisha (4a9cf)

   🛠 Optimizations

  • projects: simplify some theme preset configurations.  -  by @Azir-11 (c6d97)

   📖 Documentation

   🏡 Chore

   🎨 Styles

    View changes on GitHub

v2.0.0

02 Nov 05:36

Choose a tag to compare

   🚨 Breaking Changes

  • hooks: refactor useTable and enhance type definitions  -  by @soybeanjs (8cc51)
  • projects: optimize layout mode, split horizontal mix component into two layouts, and rename the component.  -  by @Azir-11 (b6ac3)
  • request: remove cancelRequest method and related logic from request instances  -  by @soybeanjs (b4e12)

   🚀 Features

   🐞 Bug Fixes

   🛠 Optimizations

   💅 Refactors

  • hooks:
  • menu:
  • projects:
    • remove unnecessary logic in onRouteSwitchWhenLoggedIn  -  by @wenyuanw (d6c81)
  • request:
    • unify response transformation methods and deprecate transformBackendResponse  -  by @soybeanjs (f83ee)
  • types:
    • move Auth and Route namespaces to separate files and clean up api.d.ts  -  by @Azir-11 (d37ce)

   📖 Documentation

   🏡 Chore

Read more

v2.0.0-beta.2

27 Oct 10:51

Choose a tag to compare

v2.0.0-beta.2 Pre-release
Pre-release

   🚀 Features

  • global-tab: add support for switching tabs with right mouse button click  -  by @soybeanjs (b2c91)

   🐞 Bug Fixes

   📖 Documentation

   🏡 Chore

    View changes on GitHub

v2.0.0-beta.1

25 Oct 07:08

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

   🚨 Breaking Changes

  • hooks: refactor useTable and enhance type definitions  -  by @soybeanjs (8cc51)
  • projects: optimize layout mode, split horizontal mix component into two layouts, and rename the component.  -  by @Azir-11 (b6ac3)
  • request: remove cancelRequest method and related logic from request instances  -  by @soybeanjs (b4e12)

   🚀 Features

   🐞 Bug Fixes

   🛠 Optimizations

   💅 Refactors

  • hooks:
  • menu:
  • projects:
    • remove unnecessary logic in onRouteSwitchWhenLoggedIn  -  by @wenyuanw (d6c81)
  • request:
    • unify response transformation methods and deprecate transformBackendResponse  -  by @soybeanjs (f83ee)
  • types:
    • move Auth and Route namespaces to separate files and clean up api.d.ts  -  by @Azir-11 (d37ce)

   📖 Documentation

   🏡 Chore

   🎨 Styles

    View changes on GitHub

v1.3.15

24 Jun 13:41

Choose a tag to compare

   🚀 Features

  • projects: add configurable user name watermark option  -  by @wenyuanw (7c3da)

   🐞 Bug Fixes

  • app: replace console.error with window.console.error for consistency  -  by @soybeanjs (7d840)
  • projects: ensure proper text color when themes are inverted  -  by @wenyuanw (afd60)
  • types: The environment variable VITE_ICON_LOCAL_PREFIX has the wrong type.  -  by @chen-ziwen (da149)

   🛠 Optimizations

  • components: optimize spacing for lang-switch dropdown options  -  by @wenyuanw (fcb89)

   💅 Refactors

  • iframe-page: remove unused lifecycle hooks and clean up script setup  -  by @soybeanjs (276d8)

   📖 Documentation

  • other: update docs with video tutorial link.  -  by @Azir-11 (7b2e5)
  • readme: add warning about upcoming V2 version and link to plan list  -  by @soybeanjs (4d42d)

   🏡 Chore

    View changes on GitHub

v1.3.14

09 Jun 14:41

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

  • auth:
    • remove redundant authStore declaration in resetStore function  -  by @soybeanjs (c57f8)
  • hooks:
    • fixed the issue where loading was not properly closed in some cases.  -  by @Azir-11 in #737 (85e40)
    • refactor useCountDown hook for improved countdown logic and clarity.  -  by @Azir-11 (dfb64)
  • projects:

   🛠 Optimizations

   📖 Documentation

   🏡 Chore

   🤖 CI

    View changes on GitHub

v1.3.13

19 Mar 14:41

Choose a tag to compare

   🐞 Bug Fixes

  • projects: fix active tab switch issue after removal  -  by @me-o in #723 (a7c59)

   📖 Documentation

   📦 Build

   🏡 Chore

    View changes on GitHub

v1.3.12

12 Mar 15:11

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

   🏡 Chore

    View changes on GitHub