Skip to content

Releases: Ohh-889/skyroc-admin

v2.5.0

22 Nov 10:41

Choose a tag to compare

   🚀 Features

   💅 Refactors

   🏡 Chore

  • docs:
    • update README for v2.4.0 and rename legacy branch to v1  -  by @SkyRoc1 (22643)
    • update README with separate docs links for v2 (React19) and v1 (React18)  -  by @SkyRoc1 (449ee)
    View changes on GitHub

v2.4.0

21 Nov 12:17

Choose a tag to compare

   🚀 Features

  • request: implement logout, refresh token, and error handling functionalities with user interface components  -  by @SkyRoc1 (dd843)

   💅 Refactors

  • router: simplify route init by integrating backend route fetching and transform logic. close #74  -  by @SkyRoc1 in #74 (27f6e)

   🏡 Chore

  • env: change authentication route mode from dynamic to static for improved routing consistency  -  by @SkyRoc1 (70b0c)
    View changes on GitHub

v2.3.0

21 Nov 07:14

Choose a tag to compare

   💅 Refactors

  • auth: streamline authentication reset process and enhance routing with redirect capabilities  -  by @SkyRoc1 (a6c13)
  • router: update navigation methods to support query parameters for improved routing flexibility  -  by @SkyRoc1 (60760)
    View changes on GitHub

v2.2.3

20 Nov 21:16

Choose a tag to compare

   🚀 Features

  • auth: clear query client cache on authentication reset to ensure fresh data retrieval  -  by @SkyRoc1 (3239a)

   💅 Refactors

  • auth: move user info prefetching logic to RootLayout and clean up App component  -  by @SkyRoc1 (43c05)
  • main: move setupI18n call to the end of setupApp function for improved initialization order  -  by @SkyRoc1 (f29b4)
  • project: remove unused handle exports from login, code-login, register, and error pages  -  by @SkyRoc1 (d3d9e)
  • router: enhance route initialization and user info prefetching with improved caching strategy. close #70  -  by @SkyRoc1 in #70 (cf046)
    View changes on GitHub

v2.2.2

20 Nov 12:58

Choose a tag to compare

   💅 Refactors

  • auth: simplify user info prefetching by removing unnecessary await in queryClient call  -  by @SkyRoc1 (2b77b)
  • table: add transformParams option to useTable and useHookTable for enhanced parameter handling  -  by @SkyRoc1 (1680c)
    View changes on GitHub

v2.2.1

20 Nov 12:29

Choose a tag to compare

   💅 Refactors

  • layout: streamline user info prefetching by moving logic into RootLayout component and removing unused loader function  -  by @SkyRoc1 (0400f)
  • readme: update group invitation details and image sources for QQ and WeChat groups; modify project title in README files  -  by @SkyRoc1 (3aee1)
    View changes on GitHub

v2.2.0

16 Nov 06:50

Choose a tag to compare

   🚀 Features

  • docs:
    • enhance README with detailed TanStack Query integration, architecture design, and core features for improved data management  -  by @SkyRoc1 (053f3)
  • project:
    • integrate @tanstack/react-query for data fetching and caching  -  by @SkyRoc1 (1d5ac)
    • add common enums and types for user management and system operations  -  by @SkyRoc1 (d6908)
    • refactor API endpoints to use centralized URL constants and add service hooks for authentication, routing, and system management  -  by @SkyRoc1 (027ba)

   🐞 Bug Fixes

  • login: update default username in login form and add primary color to submit button  -  by @SkyRoc1 (72b73)

   💅 Refactors

  • api:
    • remove deprecated API module for authentication  -  by @SkyRoc1 (f2bcc)
    • improve error handling in token refresh and enhance type definitions for authentication and system management  -  by @SkyRoc1 (36f58)
    • update fetchLogin function to accept a single params object and enhance useLogin hook with token validation  -  by @SkyRoc1 (65296)
    • replace FlatRequestInstance with RequestInstance for improved type consistency in error handling  -  by @SkyRoc1 (5c63d)
  • app:
    • move QueryClientProvider to main entry point for improved data management  -  by @SkyRoc1 (50525)
  • auth:
    • streamline loading state management in useInitAuth hook by moving endLoading call to onSuccess condition  -  by @SkyRoc1 (7c1e0)
    • simplify toLogin function by consolidating parameters and improving readability  -  by @SkyRoc1 (5c4bb)
    • enhance authentication flow by managing user state and clearing tabs on reset. close #80  -  by @SkyRoc1 in #80 (423d8)
  • config:
    • initialize default theme, language, and dark mode in GlobalConfig constructor using local storage  -  by @SkyRoc1 (9daf0)
  • env:
    • update application title, description, and storage prefix for SkyrocAdmin  -  by @SkyRoc1 (bf15c)
  • global-menu:
    • introduce HorizontalMenuMode enum for improved menu display mode management  -  by @SkyRoc1 (f5668)
  • images:
    • remove unused soybean.jpg image to clean up asset directory  -  by @SkyRoc1 (57d27)
  • login:
    • move COLOR_WHITE constant outside of useBgColor function for improved readability  -  by @SkyRoc1 (1dbec)
  • project:
    • replace userInfo selector with useUserInfo hook for improved data fetching and handling  -  by @SkyRoc1 (5e703)
  • request:
    • remove use-request component and simplify request handling in favor of a new structure  -  by @SkyRoc1 (c8da0)
    • remove useRequest component and related files to streamline request handling  -  by @SkyRoc1 (6da88)
  • router:
    • update user info fetching in initAuthRoutes to use ensureQueryData for improved data consistency  -  by @SkyRoc1 (77032)
    • implement dynamic router creation based on global configuration for improved flexibility  -  by @SkyRoc1 (cc723)
  • table:
    • enhance useTable hook by simplifying configuration and improving pagination handling. close #65  -  by @SkyRoc1 in #65 (cce04)
    • update handleChange function to improve parameter handling and simplify onChange callback integration  -  by @SkyRoc1 (56f1c)
  • vercel:
    • remove vercel.json configuration file to simplify deployment settings  -  by @SkyRoc1 (ab925)

   📖 Documentation

  • cursor:
    • refresh project-specific rules  -  by @Ohh-889 (08b42)
    • update commenting and documentation style to reflect new React component conventions for Skyroc Admin  -  by @SkyRoc1 (b60ce)

   🏡 Chore

    View changes on GitHub

v2.1.2

10 Oct 17:20

Choose a tag to compare

No significant changes

    View changes on GitHub

v2.1.1

10 Oct 17:17

Choose a tag to compare

   🚀 Features

   🛠 Optimizations

  • projects: remove deprecated disableCache from iconify setup  -  by @wenyuanw (1c17b)
    View changes on GitHub

v2.1.0

10 Oct 17:17

Choose a tag to compare

   🚀 Features

   🛠 Optimizations

  • projects: remove deprecated disableCache from iconify setup  -  by @wenyuanw (1c17b)
    View changes on GitHub