For AI agents: the complete documentation index is at llms.txt. Remove the trailing slash from a page URL and append .md to read its Markdown version. For the docs home, use index.md.

reflex-components-gridjs Changelog

v0.9.2.post1 (2026-09-21)

Bug Fixes

  • Require reflex-base >= 0.9.12. The declared floor was older than the reflex_base.components.tags.CommonTag import this package relies on, so a resolver was free to pair it with a reflex-base that fails at import time with ImportError: cannot import name 'CommonTag'. (#7268)

v0.9.2 (2026-09-21)

Miscellaneous

  • Annotate _render overrides as returning CommonTag, the new base of every tag class. (#7121)