Commit Graph

471 Commits

Author SHA1 Message Date
dbce6b9cf2 Feat(Theme): Support dark mode 2024-10-23 10:22:49 +08:00
b7c3fb8524 Refactor(css): Change all less to module mode 2024-10-18 10:14:31 +08:00
3d77dc793b Refactor(App): Change sass to less 2024-10-17 13:52:29 +08:00
a482bbc14c Fix(CodeEditor): Fix incorrect highlight jump 2024-10-16 18:19:52 +08:00
47dac4c9c7 Feat(CodeEditor): Support add extra libs 2024-10-16 18:14:18 +08:00
b353ab07e2 Build(package.json): Upgrade dependencies 2024-10-16 17:39:54 +08:00
07f24333d9 Feat(Editor): Support autoload Native API 2024-10-15 17:11:56 +08:00
2a32489617 Merge pull request #21 from FatttSnake/prepare/1.0.2
Update version from 1.0.2-SNAPSHOT to 1.0.3-SNAPSHOT
2024-10-09 22:43:42 +08:00
c622c0c302 Build(package.json): Update version from 1.0.2 to 1.0.3-SNAPSHOT 2024-10-09 22:40:31 +08:00
e601a96288 Build(package.json): Update version from 1.0.2-SNAPSHOT to 1.0.2 2024-10-09 22:40:03 +08:00
d63473b3e3 Merge pull request #19 from FatttSnake/refactor/readme
Update README
2024-10-09 22:38:12 +08:00
e2cedef75c Refactor(README): Update requires 2024-10-09 22:34:09 +08:00
361e225244 Merge pull request #18 from FatttSnake/refactor/compiler
Change esbuild transform and compile target to es2015
2024-09-30 16:53:36 +08:00
aad0b9eb3b Merge pull request #17 from FatttSnake/fix/style
Fixed incorrect style that card content exceeds card size
2024-09-30 16:51:42 +08:00
96a9714cdd Refactor(compiler): Change esbuild transform and compile target to es2015 2024-09-30 16:47:06 +08:00
3812ffd18f Style(ToolCard): Fixed incorrect style that card content exceeds card size 2024-09-20 11:53:57 +08:00
6f0ebfe358 Merge pull request #16 from FatttSnake/prepare/1.0.1
Update version from 1.0.1-SNAPSHOT to 1.0.2-SNAPSHOT
2024-09-19 16:44:47 +08:00
ac8d21c063 Build(package.json): Update version from 1.0.1 to 1.0.2-SNAPSHOT 2024-09-19 16:38:50 +08:00
ebaa4d8851 Build(package.json): Update version from 1.0.1-SNAPSHOT to 1.0.1 2024-09-19 16:37:43 +08:00
86cee4eaa5 Merge pull request #14 from FatttSnake/refactor/editor
Fix draggable mask incorrect style
2024-09-19 13:59:52 +08:00
768f9bce0f Style(CodePage): Fix draggable mask incorrect style 2024-09-19 13:58:43 +08:00
eb4107a7fd Merge pull request #13 from FatttSnake/refactor/editor
Fix "net::ERR_INSUFFICIENT_RESOURCES" exception
2024-09-19 10:00:36 +08:00
264534f479 Fix(Management): Fix base and template management unable to jump file 2024-09-19 09:59:04 +08:00
c2f6b5d49e Fix(editor): Fix "net::ERR_INSUFFICIENT_RESOURCES" exception when the editor loads a large number of libraries 2024-09-19 09:45:24 +08:00
e97baaad8a Merge pull request #12 from FatttSnake/refactor/tool-management
Fixed some UI issues
2024-09-15 18:45:21 +08:00
a0da95fd8b Merge pull request #11 from FatttSnake/refactor/compiler
Add support for loading css from ImportMap and loading binary file
2024-09-15 18:44:48 +08:00
d5037dc14e Docs(README): Add API version requirement 2024-09-15 18:31:23 +08:00
e17fcdb401 Refactor(BaseManagement): Optimize the filter of entry file 2024-09-15 18:27:54 +08:00
77551804f7 Refactor(ToolManagement): Optimize the prompt for required review option 2024-09-15 18:22:02 +08:00
fc18927116 Style(close-editor-btn): Fix the bug of editor cover the editor close button 2024-09-15 15:05:19 +08:00
c557311dbc Refactor(json schema): Optimize import map json schema 2024-09-15 14:54:10 +08:00
fd4c3750fb Refactor(template): Remove unused templates 2024-09-15 13:10:45 +08:00
9ca2ec8859 Refactor(BaseManagement): Support recompile 2024-09-15 13:07:32 +08:00
4711f7892f Refactor(compiler): Support load css from ImportMap and load binary file 2024-09-15 10:54:14 +08:00
254c5ab48f Merge pull request #10 from FatttSnake/refactor/compiler
Fix bug in compiler handling of dependency imports
2024-09-14 00:40:10 +08:00
89cf48e449 Refactor(compiler): Optimize the logic of resolve import
Automatically externalize packages defined in importMap.
Solve the problems caused by multiple instances of packages such as React.

Closes #9
2024-09-13 16:16:01 +08:00
d6d5cd927c Refactor(Transform): Remove auto add react import when transform 2024-09-13 16:15:58 +08:00
72ab390756 Refactor(files-util): Optimize the regular expression to match "import react" 2024-09-13 16:15:55 +08:00
92115d3faa Merge pull request #8 from FatttSnake/prepare/1.0.0
Update version from 1.0.0 to 1.0.1-SNAPSHOT
2024-09-13 15:27:19 +08:00
21eaee22f7 Build(package.json): Update version from 1.0.0 to 1.0.1-SNAPSHOT 2024-09-13 15:24:16 +08:00
44e32ce4f7 Merge pull request #7 from FatttSnake/6-unable-to-automatically-resolve-multi-level-dependency-paths
Fix(compiler): Fix multi-level dependency path compilation error BUG
2024-09-10 11:37:43 +08:00
6302ec6ab3 Fix(compiler): Fix multi-level dependency path compilation error BUG
Close #6
2024-09-10 11:36:40 +08:00
1c45e7250b Merge pull request #5 from FatttSnake/4-variable-pollution
Fixed code pollution bug
2024-09-09 17:24:20 +08:00
51ee15749e Fix(Preview): Fixed code pollution bug
Methods and variables in base and main code are isolated to solve the problem of code pollution. Close #4
2024-09-09 17:22:42 +08:00
bba90c6783 Build(package.json): Update version from 1.0.0-SNAPSHOT to 1.0.1-SNAPSHOT 2024-09-09 16:55:38 +08:00
842e167f8c Build(package.json): Update version from 1.0.0-SNAPSHOT to 1.0.0 v1.0.0 2024-09-06 15:15:23 +08:00
d61888d2bf Merge pull request #2 from FatttSnake/FatttSnake
Add doc
2024-09-06 15:06:40 +08:00
85f3d38faa Refactor(README): Add README.md and README_zh.md 2024-09-06 15:02:25 +08:00
e9818d435f Refactor(License): Add LICENSE 2024-09-06 15:00:14 +08:00
09d8812c7b Merge pull request #1 from FatttSnake/FatttSnake
Prepare for release
2024-09-06 10:09:14 +08:00