0.3.0-beta.3 (2024-12-20)
0.3.0-beta.2 (2024-12-19)
- implement visibility-based navigation with interval check in Page component (d4b0e96)
- add minimum and mini toolbar size constants and update default toolbar size settings (0f7d9f6)
- refactor tabs component in client to improve layout and accessibility (8293052)
- remove iframe form (5e1075d)
0.3.0-beta.1 (2024-12-13)
- unable to start (028c98d)
0.3.0-beta.0 (2024-12-12)
- client: add types to useRPCClient hook (3168d7d)
- client: current route is undefined (bd83a32)
- client: hydrate error (dfbae2d)
- client: open-in-vscode (1c698d6)
- component displayName (4e0682a)
- core: drag position issue (6dafb15)
- core: styles delay loading causing layout issue (4f7936d)
- example deps versions (8f93fea)
- input prefix (7cb4e1f)
- plugin: local host maybe undefined (Internal Server error #16) (82d033b)
- replace nextEnv with loadEnvConfig (e715330)
- some styles optimize (ad82d21)
- wrong packageDir/distDir (f0ef056)
- add bundle analyzer page (dff48fd)
- add customFetch utility and update package version check to use it (85c1c92)
- add FPS counter and enhance mini-toolbar functionality (44b0db4)
- add position toggle functionality to mini-toolbar (4cfe841)
- add terminal page (4b0ccda)
- better overview (e128639)
- client: add connect verify process (2ab2dab)
- client: ensure zustand data (25a8df1)
- client: optimize drag styles (2ff2601)
- client: optimize sidebar styles (9c954db)
- client: optimize sidebar styles (027d552)
- client: settings page (d1d92b6)
- client: settings refetch data (23ff5a8)
- client: update open-in-vscode (4889630)
- core: toobar drag (8ddc982)
- delete tsup (0a339ca)
- enhance mini-toolbar with navigation and button titles (406d2d3)
- major refactoring (9305dcb)
- memory usage for minitoolbar (8b587c9)
- minitoolbar (36518a1)
- network! (aa8371d)
- new layout (41ee663)
- new logo, thanks @yikun_Artdesign (6269f8c)
- new toolbar (f5a841a)
- next15 (63cdaec)
- open in editor! (5c5b874)
- optimize code-block performance (1ed0117)
- optimize network (305a5a5)
- purple has more flavor (3c53049)
- refactor shared, using zustand and others (f8f38f6)
- seo (4462fe4)
- update code block (44fc2f2)
- update sidebar and mini-toolbar with new popover and toolbar position toggle (8fed4af)
- use react-query instead of swr (a38ee2d)
0.2.0 (2024-01-11)
- core: fix the issue of incompatibility with the src directory when querying routes (10f3021), closes #12
- plugin.ts: check if NODE_ENV is in production before returning rewrites to (371624a)
- provider.tsx: wrap return statement children with fragment to ensure code conformity to JSX standards (df3007c)
- add overview tab (5a6c3d8)
- packages: add NpmVersionCheck component to display information about package version (10b7f0a)
0.1.3 (2024-01-04)
0.1.3-beta.3 (2024-01-04)
0.1.3-beta.2 (2024-01-04)
- package.json: add module field pointing to the ES modules output file to allow importing directly from source files in modern environments (f46e32e)
0.1.3-beta.1 (2024-01-04)
- adjust export to resolve ts import error (2368fb0)
- package.json: correct release script executed during pre-release stage to
prepatch
so that it respects conventional versioning specification (fd4c852)
0.1.3-beta.0 (2024-01-03)
- devtools: exclude package name from getPackages function (1287416)
- remove examples/* from pnpm workspaces (af79090), closes #5
- use env import in place of loadEnvConfig import (2c486f6), closes #6
- use rewrites to proxy the local server. (64693d0)
- add examples dir (cc31cb1)
0.1.2 (2024-01-01)
0.1.2-beta.1 (2024-01-01)
- fix DEV error (f73f4e4)
0.1.2-beta.0 (2024-01-01)
0.1.1 (2024-01-01)
- adjust the volume after packaging and solve the problem of not being able to start in certain environments (c58b6bf)
- load only in the development environment (bcc9d9e)