Skip to content

v1.37.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 16:40
788f73b

Features

  • tooltip: add open prop for controlling tooltip open state (natew)
  • themes: make SliderTrackActive default to inverse theme to stand out much better #1358 (natew)

Bug Fixes

  • helpers-icon: fix regression - IconProps allows all svg props (natew)
  • useMedia: update initState for every consumer (#1369) #1369 (Ehsan sarshar)
  • web: make styles run in a single forward pass to fix a few bugs with font family #1358 (natew)
  • web: fix animateOnly and animation bugs with SSR, causing worse performance in some cases #1358 (natew)
  • animations-react-native: fix bug with animateOnly not being considered properly in determining faster animation style #1358 (natew)
  • popper: remove unecessary animateOnly that was causing some issues in fixed animation logic #1358 (natew)
  • tooltip: TooltipSimple now limits animateOnly to the props it animates #1358 (natew)
  • web: fix useProps to not re-order props from original order #1358 (natew)
  • web: fix animateOnly without animation causing styles to apply improperly #1358 (natew)
  • animations-react-native: useNativeDriver granularly based on individual property to improve performance #1358 (natew)
  • slider: make Slider default to animateOnly transform for better performance #1358 (natew)
  • create-theme: fix combineMasks() grabbing incorrect previous masks #1358 (natew)
  • web: fix animations to use default value 0 for x and y when set #1358 (natew)
  • web: only output huge logs for client #1358 (natew)
  • static: map non-style attributes using component prop mapper, fixing testID and accessibility attributes getting mangled #1358 (natew)
  • web: check className is string in case of weird type #1358 (natew)

Performance Improvements

  • animations-react-native: avoid more work when values dont change #1358 (natew)

Tests

  • add ComplexVariants test to test native complex variant merge logic #1358 (natew)
  • add test for StyledVariantTextColor #1358 (natew)

Commits