🚨 Breaking Changes
- codeSamples: Use
@scalar/snippetz
to generate code samples - by @enzonotario (2ccbb)
Because of this, the generator
function is now async:
useTheme({
codeSamples: {
generator: async (lang, request) => {
return generateCodeSample(lang, request)
},
},
})
🐞 Bug Fixes
- 🐛 getDefaultValueForType defaultValue - by @liub1934 in #173 (be6ba)
- playground: Text body input - by @enzonotario (f2e46)