0.0.48
- Add error messages for styles that only work on flex children by @necolas in https://github.com/facebook/react-strict-dom/pull/375
- Change the accepted values of
<compat.native>
propas
by @necolas in https://github.com/facebook/react-strict-dom/pull/376
Full Changelog: https://github.com/facebook/react-strict-dom/compare/0.0.47...0.0.48
0.0.47
- Fix polyfill for opacity string value on Android by @BlackCat1397 in https://github.com/facebook/react-strict-dom/pull/371
0.0.46
- Go back to using ref callback instead of useImperativeHandle by @necolas in https://github.com/facebook/react-strict-dom/pull/361
- Add native support for
css.types.*
functions by @necolas in https://github.com/facebook/react-strict-dom/pull/337 - Remove boxSizing:'content-box' polyfill from native by @necolas in https://github.com/facebook/react-strict-dom/pull/363
- Add Next.js setup instructions to docs by @necolas in https://github.com/facebook/react-strict-dom/pull/368
- Improve native e2e perf by @necolas in https://github.com/facebook/react-strict-dom/pull/365
Full Changelog: https://github.com/facebook/react-strict-dom/compare/0.0.44...0.0.46
0.0.44
- Minor reorganization and rename of native css implementation by @necolas in https://github.com/facebook/react-strict-dom/pull/352
- Fix scaling of numeric fontSize by @necolas in https://github.com/facebook/react-strict-dom/pull/354
- Don't overwrite getBoundingClientRect by @necolas in https://github.com/facebook/react-strict-dom/pull/355
- Optimize useCustomProperties on native by @necolas in https://github.com/facebook/react-strict-dom/pull/356
- Native performance optimizations by @necolas in https://github.com/facebook/react-strict-dom/pull/357
Full Changelog: https://github.com/facebook/react-strict-dom/compare/0.0.43...0.0.44
0.0.43
- Add support for setting a custom viewport width by @martinbooth in https://github.com/facebook/react-strict-dom/pull/344
- Make optimizations to native entrypoint for Hermes by @necolas in https://github.com/facebook/react-strict-dom/pull/345
- Remove flex warning for flex item properties by @ksheedlo in https://github.com/facebook/react-strict-dom/pull/347
- Set the default viewportScale to 1 even if no provider is used by @necolas in https://github.com/facebook/react-strict-dom/pull/349
- Make elementCallback idempotent if using a custom viewport width by @martinbooth in https://github.com/facebook/react-strict-dom/pull/350
- Fix postcss-value-parser flow types by @necolas in https://github.com/facebook/react-strict-dom/pull/351
Full Changelog: https://github.com/facebook/react-strict-dom/compare/0.0.42...0.0.43
0.0.42
- Revert use of built-in React Native logical CSS by @necolas in https://github.com/facebook/react-strict-dom/pull/342
Full Changelog: https://github.com/facebook/react-strict-dom/compare/0.0.41...0.0.42
0.0.41
- Add support for CSS
backgroundImage
gradients on native by @necolas in https://github.com/facebook/react-strict-dom/pull/340 - Add flexbox error logging for native by @necolas in https://github.com/facebook/react-strict-dom/pull/341
Full Changelog: https://github.com/facebook/react-strict-dom/compare/0.0.40...0.0.41
0.0.40
- Revert shared Animated.Value amongst transitions by @necolas in https://github.com/facebook/react-strict-dom/pull/333
- Remove use of Animated.delay and sequence for CSS transition polyfill by @necolas in https://github.com/facebook/react-strict-dom/pull/334
- Fix props for
<select>
and<option>
elements by @necolas in https://github.com/facebook/react-strict-dom/pull/336
Full Changelog: https://github.com/facebook/react-strict-dom/compare/0.0.39...0.0.40