Features
- core: styled() now accepts a new acceptsTokens option for adding custom styled props that use theme or token values (natew)
Bug Fixes
- button: if user overrides tag, always use that tag (natew)
- web: fix merge styledContext parent values down (natew)
- web: fix not passing variant type down to children when variants not set, and speed up infer a bit (natew)
Performance Improvements
- button: avoid double render on mount by avoiding className on button frame altogether (natew)