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 thereflex_base.components.tags.CommonTagimport this package relies on, so a resolver was free to pair it with areflex-basethat fails at import time withImportError: cannot import name 'CommonTag'. (#7268)
v0.9.2 (2026-09-21)
Miscellaneous
- Annotate
_renderoverrides as returningCommonTag, the new base of every tag class. (#7121)