- **All Modules** - Performance logging now delays 500ms instead of 100ms for console logging to ensure all logs are captured in one group
- **All Modules/Transition** - Transitions no longer use `rotateZ(0deg)` to trigger GPU display of visible state. This causes issues with `transform` creating new stacking context that can disrupt `z-index`.
- **Card** - Fix card dimmer not appearing in minified release due to use of background shorthand property
- **Checkbox** - Fix `disabled checkbox` sometimes displaying hand cursor