Alexandre Boucher
Alexandre Boucher
Adds new `htmlTemplate` and `previewHtmlTemplate` options in config, which receive a path to the HTML template used to render Playroom (and Preview). Sample usage: ```js { // ... htmlTemplate: './template.html',...
It would be great to have an Image component built-in the library, using `next/image` behind the scenes. It should be possible to use Sanity with it as since `[email protected]`, there...
Fixes #243 by calling `process.exit(0)` to ensure the process correctly exits after a the successful execution of the `cli` function. As [mentioned by @ricokahler](https://github.com/ricokahler/sanity-codegen/issues/243#issuecomment-1013937877), Next.js does the same in their...
We are currently starting a new project and realized that for some reason, running ` sanity-codegen` on the project using Node 16.13.2 (or 15.14.0) just hangs. This seems to be...
### Describe the feature Using this SDK on Expo, NativeLink seems to be hard to support, as there is no way to: 1. Customize how Pasteboard is handled (see [in...
I think the Convert to TestNG wizard should have an additionnal checkbox, for including JUnit test cases in the testng.xml. The thing is that they are already included, but in...
Improve Styling API to move styles outside of component definition. Styles are wrapped in a generator function called `createStyles`. This function is then passed to `useStylesBuilder` which uses the active...
Convert Theme structure from Typescript to JSON format. This has 2 main advantages: - Validate theme values and structure at build time. - Possibility to extract Theme (JSON files), outside...
# Summary Right now this Github Action only supports Turborepo v1. We also want it to support V2. - ## 🗒️ Details - Turbo v1 should still be supported (either...