Change8

2026-08-10

📦 keystonejsView on GitHub →
🐛 3 fixes🔧 1 symbols

Summary

This release includes several bug fixes for Keystone projects. It adds support for "type": "module" in package.json, allows omitting fields in graphql.omit.read, and fixes Cell components in custom views.

🐛 Bug Fixes

  • Adds support for Keystone projects using "type": "module" in their package.json by generating an empty package.json in .keystone so Node continues inferring module types in .keystone (#9976).
  • Allows item, filter, and order to be omitted from field graphql.omit.read objects (#9980).
  • Fixes Cell components in custom views on fields not being used (#9983).

Affected Symbols