Bug Fixes
- core: fix styled context merging - respect the order of props given to component that overrides any styled context value for children components (natew)
Performance Improvements
- core: reduce object and array creation in components (natew)
- core: faster media key matching (natew)
- core: speed up mergeProps, fix logic in last commit (natew)
- core: avoid startsWith (natew)
Chores
- simplify merge logic and fix correctness (natew)