Features
- select: add disablePreventBodyScroll option to disable the default behavior of removing the ability to scroll the body when open (natew)
Bug Fixes
- web: fallback to default font if specific font isnt found (natew)
- web: if variant on HOC is the same as the parent variant, avoid applying it (natew)
- radio-group: adds matching outlineStyle to other input elements (natew)
- checkbox: adds matching outlineStyle to other input elements (natew)
- web: avoid merging variants that are above a styleable parent, fixing some issues where youd end up with weird variant merging in very complex styled(styled(styleable(styled()))) cases (natew)
Chores
- anchor: cleanup code Anchor to use styleable instead of extractable (natew)