-
Feat: add
Ctrl + S
save shortcut for editor. -
Fix: missing
resetAddForm
method in hostbinder page. -
Fix: button will show loading when saving response not ready.
-
Fix: change
getContent
request timeout to 1 min.
- Minor: upgrade dependencies.
-
Feat: support lambda performance statistics.
-
Fix: query of router targets always lost in the portal page.
-
Minor: fit the latest API URL changes.
-
Minor: upgrade dependencies.
-
Fix: presist
console.log
methods in production build. -
Fix: an error will be thrown when delete and item from editor.
- Fix: the warning dialog always show after saving a new item in editor.
- Fix: prevent useless refresh when saving a new item in editor.
-
Feat: output panel version info to console.
-
Fix: prevent redundant navigation when the query is empty.
-
Feat: add
publicHost
option to theconfig.js
. -
Fix: some texts are not internationalized.
-
Breaking change: the
host
inconfig.js
now has been changed tointernalHost
andexternalHost
to fit@tigojs/[email protected]
. -
Feat: fit
@tigo/[email protected]
changes. -
Fix: editor cannot fit the height of its parent element.
-
Fix: saving new lambda now will save its environment KV at the same time (same to the lambda's policy).
-
Fix: the edit button in lambda environment KV is not functional.
-
Fix: target path in debugger sender cannot change automatically when query changed.
-
Fix: now the tabs will saved to local storage after dragged.
-
Fix: apiBaseMap.js cannot be located when bundling the panel.
-
Minor: upgrade
monaco-editor
.