Features
- token: add px unit handling for token categories #3519 (Quan Nguyen)
- popover: add lazyMount prop that will avoid mounting the contents immediately, instead waiting for idle. oftentimes popovers are shown within lists of items in modals, dialogs, etc that need to have good mount performance, this is a good option for that (natew)
Bug Fixes
- focus-scope: make default focusOnIdle not wait too long (natew)
Code Refactoring
- createComponent: enhance ref forwarding logic and update documentation for styleable usage #3520 (Quan Nguyen)