Skip to content

Release v1.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Aug 10:12

What's Changed in 1.11.0

馃殌 Features

馃悰 Bug Fixes

  • fix: align uniwind types with latest react native 0.87 by @jpudysz in #627
  • fix: web rn bundling by adding browser exports field by @Brentlok in #624

馃彔 Chores

  • chore: remove filterFn and create string directly by @Brentlok in #632
  • chore: dont pass dataSet if none data-* were provided to withUniwind component by @Brentlok in #630
  • chore: update color scheme handling for React Native 0.87 compatibility by @jpudysz in #628
  • chore: resolve dataSet to undefined when to data-set prop was provided by @Brentlok in #629
  • chore: typecheck tests by @Brentlok in #626

New Contributors