@expo/html-elements
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -11,3 +11,3 @@ const babel = require('@babel/core'); | ||
[ | ||
require.resolve('metro-react-native-babel-preset'), | ||
require.resolve('@react-native/babel-preset'), | ||
{ | ||
@@ -64,3 +64,3 @@ useTransformReactJSXExperimental: false, | ||
function App() { | ||
return <a href="#">Link</a>; | ||
return <a href="#">Link</a>; | ||
}`; | ||
@@ -77,3 +77,3 @@ const { code } = babel.transform(sourceCode, { | ||
function App() { | ||
return <a href="#">Link</a>; | ||
return <a href="#">Link</a>; | ||
}`; | ||
@@ -89,3 +89,3 @@ const { code } = babel.transform(sourceCode, options); | ||
function App() { | ||
return <a href="#">Link</a>; | ||
return <a href="#">Link</a>; | ||
}`; | ||
@@ -92,0 +92,0 @@ const { code } = babel.transform(sourceCode, options); |
@@ -97,3 +97,3 @@ import { ClassAttributes, ComponentProps, ComponentType } from 'react'; | ||
/** @platform web */ | ||
transformOrigin?: string; | ||
transformOrigin?: string | (string | number)[]; | ||
/** @platform web */ | ||
@@ -100,0 +100,0 @@ transitionDelay?: string; |
@@ -13,2 +13,8 @@ # Changelog | ||
## 0.9.0 — 2023-12-12 | ||
### 🎉 New features | ||
- Added support for React Native 0.73.0. ([#24971](https://github.com/expo/expo/pull/24971), [#25453](https://github.com/expo/expo/pull/25453) by [@gabrieldonadel](https://github.com/gabrieldonadel)) | ||
## 0.8.0 — 2023-11-14 | ||
@@ -15,0 +21,0 @@ |
{ | ||
"name": "@expo/html-elements", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Universal semantic HTML React components for iOS, Android, web, and desktop", | ||
@@ -62,3 +62,3 @@ "main": "build/Elements.js", | ||
}, | ||
"gitHead": "3142a086578deffd8704a8f1b6f0f661527d836c" | ||
"gitHead": "6aca7ce098ddc667776a3d7cf612adbb985e264a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
152655