Beta release: contentful.js v10 with enhanced TypeScript support
We have released contentful.js v10 in Beta with enhanced TypeScript support!
With typed queries and responses, developers are able to see the shape of content types & entries right in their code editor! No more context switching, everything they need to develop efficiently is in one place.
Improvements in v10 Beta
- Query type support — Autosuggestions based on your Contentful content model allow you to know exactly which search parameters you can use in your getEntries and getEntry requests.
- Chained client modifiers — An option to modify the response shape of your getEntries or getEntry calls, and thus get predictable response type support.

Learn more
- Have a look at our tutorial demonstrating the new features
- Learn how to migrate to contentful.js v10-beta in our migration guide
- Download the new package from NPM under the
beta-v10tag (go to the "Versions" tab to find it)
Share feedback
- Submit feedback using this form
- Create a GitHub issue and tag it with the
beta-v10label - Write to us in #general with tag #typescript on our Community Slack