Changes for version 0.07 - 2026-03-09
- Added Playwright browser test suite for component integration testing
- Documented workaround for stale props: component props are evaluated once on creation; use shared object references for data that changes after mount
- Documented that set() uses strict equality — reassigning the same object reference does not trigger re-render; use a counter var to force updates when mutating shared objects
Provides
in lib/Yote/Spiderpup.pm
in lib/Yote/Spiderpup/SFC.pm
in lib/Yote/Spiderpup/Transform.pm