Skip to content

Commit

Permalink
Version 3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cweijan committed Mar 29, 2024
1 parent c5bc139 commit 03c1699
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

# 3.3.0 2024-3-29

- Rewrite the UI front end using React.

# 3.2.5 2024-3-8

- Add shortcut document.
Expand Down
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
<body>
<div id="root"></div>
<script type="module">
import RefreshRuntime from 'http://localhost:5739/@react-refresh'
RefreshRuntime.injectIntoGlobalHook(window)
window.$RefreshReg$ = () => {}
window.$RefreshSig$ = () => (type) => type
window.__vite_plugin_react_preamble_installed__ = true
</script>
if (import.meta.env.DEV) {
window.__vite_plugin_react_preamble_installed__ = true
}
</script>
<script type="module" src="/src/react/main.tsx"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-office",
"displayName": "Office Viewer(Markdown Editor)",
"description": "View word,excel files and using WYSIWYG editor for markdown.",
"version": "3.2.9",
"version": "3.3.0",
"publisher": "cweijan",
"icon": "images/icon.png",
"engines": {
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig({
host: '127.0.0.1',
port: 5739
},
base: '',
build: {
outDir: 'out/webview',
chunkSizeWarningLimit: 2048,
Expand Down

0 comments on commit 03c1699

Please sign in to comment.