Skip to content

Commit

Permalink
Remove renderer attributes config option
Browse files Browse the repository at this point in the history
adeira-source-id: 25daa3d75f079374746a52564ad1ad766f062c77
  • Loading branch information
itsdouges authored and triplex-bot committed Dec 19, 2024
1 parent 3b0e3c0 commit 977bb34
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 48 deletions.
7 changes: 7 additions & 0 deletions .changeset/strong-cats-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@triplex/renderer": minor
"@triplex/client": minor
"@triplex/server": minor
---

The `rendererAttributes` config option has been removed. If you were relying on this instead declare a Canvas component from `@react-three/fiber` in your component and set the props as desired.

This file was deleted.

21 changes: 0 additions & 21 deletions apps/docs/public/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,6 @@
"publicDir": {
"description": "Relative path to a folder used to expose files through the local dev server, such as images, videos, and GLTF/GLB files. For example if the public directory has a `image.png` file then it will be made available at the `\"/image.png\"` URL.",
"type": "string"
},
"rendererAttributes": {
"additionalProperties": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "object"
},
{
"items": {},
"type": "array"
}
]
},
"description": "Extra attributes passed to the renderer. For available attributes refer to the docs.",
"type": "object"
}
},
"type": "object"
Expand Down
6 changes: 0 additions & 6 deletions apps/docs/public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,12 +389,6 @@
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://triplex.dev/docs/api-reference/config-options/renderer-attributes</loc>
<lastmod>2024-10-24</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://triplex.dev/docs/api-reference/cli/create-triplex-project</loc>
<lastmod>2024-10-27</lastmod>
Expand Down

0 comments on commit 977bb34

Please sign in to comment.