Commit Graph

51 Commits

Author SHA1 Message Date
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
96a9714cdd Refactor(compiler): Change esbuild transform and compile target to es2015 2024-09-30 16:47:06 +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
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
4711f7892f Refactor(compiler): Support load css from ImportMap and load binary file 2024-09-15 10:54:14 +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
6302ec6ab3 Fix(compiler): Fix multi-level dependency path compilation error BUG
Close #6
2024-09-10 11:36:40 +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
637fd236c5 Build(package.json): Upgrade dependencies 2024-06-13 15:16:36 +08:00
a90e7cfdca Refactor(Playground): Fix the bug that unexpectedly remove styles for base
Fix the bug that unexpectedly remove styles for base when editing code
2024-05-21 16:00:03 +08:00
0ead91ce4f Refactor(Render): Allow to read and write clipboard in iframe 2024-05-12 04:05:06 +08:00
f04a409078 Refactor(Render): Allow to read and write clipboard in iframe 2024-05-12 03:43:36 +08:00
779e0ab2c0 Refactor(Variable): Optimize variable name 2024-05-06 15:37:45 +08:00
7f639743ec Build(Package): Upgrade dependencies 2024-05-02 01:46:57 +08:00
0e354ca833 Fix(FileSelector): Fix scrollbar can not auto hide bug
Fix scrollbar can not auto hide bug. Optimize scrollbar style.
2024-04-26 09:41:39 +08:00
3ac302c14b Feat: edit and view - support simulated Android device preview 2024-03-22 16:54:43 +08:00
c67b7b911a Optimize Turnstile load 2024-03-01 17:50:34 +08:00
a7df95a613 Optimize renderer security 2024-02-01 17:52:44 +08:00
28140543c4 Add tool edit page 2024-01-31 18:17:44 +08:00
5fb4cfe55d Add create tool page 2024-01-26 14:29:53 +08:00
96acaddf77 Optimize Playground 2024-01-25 15:35:52 +08:00
34034ec59b Optimize Playground 2024-01-24 17:03:56 +08:00
cade87febe Optimize Playground 2024-01-24 14:35:29 +08:00
ee23f03e4c Optimize Editor 2024-01-23 17:28:22 +08:00
f758485f40 Optimize compiler 2024-01-23 16:13:52 +08:00
2e331658c5 Add compile to ToolBase management page 2024-01-23 15:57:10 +08:00
8a954abedf Optimize CodeEditor 2024-01-22 16:06:09 +08:00
f3dc9d0e4f Optimize Playground 2024-01-19 18:28:53 +08:00
ec3f552ec5 Optimize Playground. Add create tool page. 2024-01-15 18:30:27 +08:00
6d08e1a8e8 Fix can not autoload in production mode bug 2024-01-15 16:00:00 +08:00
bcf29f74ef Optimize code. Update templates. 2024-01-14 11:14:14 +08:00
b0be3bc4a7 Optimize code 2024-01-14 00:51:03 +08:00
97c23334f7 Optimize CodeEditor. CodeEditor add tsconfig support. 2024-01-13 22:16:29 +08:00
8e880cc1ed Optimize code 2024-01-12 23:45:33 +08:00
dc4e49343b Remove svg support in Playground 2024-01-12 18:11:02 +08:00
ed4cef1c78 Finish Playground 2024-01-12 17:06:20 +08:00
dc64b4993c Optimize compiler. Add preview to Playground. 2024-01-12 13:50:46 +08:00
949e29e7cc Add compile to compiler (still not working) 2024-01-11 18:34:12 +08:00
528dff1487 Optimize transform speed 2024-01-11 11:14:53 +08:00
309d5892c7 Optimize Transform 2024-01-10 23:00:30 +08:00
71052009ae Add compiler 2024-01-10 18:15:17 +08:00
e846c28082 Add loading to editor 2024-01-09 17:52:55 +08:00
d802844516 Optimize CodeEditor 2024-01-09 16:03:22 +08:00
d98fd522cf Optimize CodeEditor 2024-01-09 14:53:55 +08:00