diff --git a/.changeset/famous-cats-ring.md b/.changeset/famous-cats-ring.md new file mode 100644 index 00000000..c57421e3 --- /dev/null +++ b/.changeset/famous-cats-ring.md @@ -0,0 +1,5 @@ +--- +"@triplex/editor": patch +--- + +Assets panel now defaults to host elements. diff --git a/.changeset/flat-geese-deny.md b/.changeset/flat-geese-deny.md new file mode 100644 index 00000000..50a6cf6f --- /dev/null +++ b/.changeset/flat-geese-deny.md @@ -0,0 +1,5 @@ +--- +"@triplex/editor": patch +--- + +Font size has been consolidated across the editor ui. diff --git a/.changeset/sour-plants-itch.md b/.changeset/sour-plants-itch.md new file mode 100644 index 00000000..65e92911 --- /dev/null +++ b/.changeset/sour-plants-itch.md @@ -0,0 +1,6 @@ +--- +"@triplex/editor": minor +--- + +The canvas can now be set to take up all available space in the editor or take +up the space between panels. diff --git a/.vscode/settings.json b/.vscode/settings.json index 4fc2ee69..16098302 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,6 @@ "typescript.tsdk": "node_modules/typescript/lib", "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" } }