Skip to content

v3.0.0

Compare
Choose a tag to compare
@tomgao365 tomgao365 released this 08 Oct 13:17
· 15 commits to main since this release

Break Changes:

  • 模拟的 acquireVsCodeApi@types/vscode-webviewacquireVsCodeApi 保持一致,改用 sessionStorage.getItemsessionStorage.setItem 来实现 getStatesetState
  • The simulated acquireVsCodeApi is consistent with the acquireVsCodeApi of @types/vscode-webview, and sessionStorage.getItem and sessionStorage.setItem are used to implement getState and setState.

Changes:

  • feat: chang getState and setState methods b1f38c4
  • fix: vite types error cbf2d68
  • fix: tsconfig.json error e707a9a
  • fix: fix postmessage processing in app 648af76
  • fix: dependency version up and adjustments 7919573
  • fix: remove cloneDeep and fix tsup options #11 c23448f
  • fix: tsconfig error 2997f44

v2.6.0...v3.0.0