🐛 Fixes
- fix(core): make Dialog
isOpenprop optional to restore backward compatibility (#7756)
💡 Improvements
- Migrate
packages/corefrom Karma to Vitest (#7709) - Colocate
packages/coretests with their components (#7714) - Bump core to @testing-library/user-event: ^14.6.1 (#7721)
- [Tag/CompoundTag] Add center text alignment to address single char content (#7744)
- Replace instances of custom
hasClassutil in core withtoHaveClass(#7748) - Replace instances of
dispatchTestKeyboardEvent(#7749) - Migrate all direct API calls of
userEventto useuserEvent.setup()(#7757) - Modify test import paths in core (#7759)