reflex-components-moment Changelog
v0.9.4 (2026-09-11)
Breaking Changes
rx.momentnow fireson_changeon mount and remount, including for static dates andinterval=0. Handlers with side effects should account for the initial call and for React Strict Mode invoking it twice in development. (#7085)
Bug Fixes
- Migrate
rx.momenttoreact-moment2.0.2 and include its duration-format dependency. (#7003) - Keep
rx.momentlocales independent: components without alocalerender in English even when another component or route imports a different locale. Explicitlocale="en"also works without importing a nonexistent locale module. (#7110)
Miscellaneous
- Bump
moment-timezoneto 0.6.3. (#7019)
v0.9.3 (2026-08-04)
Bug Fixes
- Make
rx.momentaMemoizationLeafso a stateful date child is not memo-wrapped, which react-moment parsed likemoment({})(today at midnight).
v0.9.2 (2026-06-25)
Bug Fixes
rx.momentnow pins itsmoment-timezonedependency to the exact version0.6.2instead of a caret range, keeping frontend installs reproducible. (#6649)