v4.7.1
v4.7.1
Major performance improvement: The new externalJsonProps option (enabled by default) dramatically reduces build times and bundle sizes by externalizing large JSON props from MDX files.
- New
externalJsonPropsplugin option significantly improves build performance - Sticky positioning for the API Explorer right panel improves UX on long API pages
- Dynamic request body updates when switching anyOf/oneOf tabs
Note: v4.7.0 had a build error affecting downstream projects. Please use v4.7.1 instead.
🚀 New Feature
- feat(plugin): add externalJsonProps option (enabled by default) to improve build performance (#1279)
- feat(theme): add sticky positioning to API Explorer right panel (#1288)
- feat: dynamically update request body when anyOf/oneOf tab changes (#1287)
🐛 Bug Fix
- fix(theme): use import type for plugin type imports (#1292)
- fix: render inline enum values in anyOf schemas (#1286)
- fix: generate correct examples for different request content types (#1284)
🏠 Refactoring
- refactor: change plugin and theme types.ts to types.d.ts (#1281)
- refactor: externalize using create() and drop size threshold requirement (#1280)
📝 Documentation
- docs: sync README and intro.mdx with plugin docs
🤖 Dependencies
- chore(deps): bump lodash from 4.17.21 to 4.17.23 (#1282)
Committers: 3
- dependabot[bot]
- Ollie Monk
- Steven Serrata