Skip to content

Commit cd7c95c

Browse files
committed
chore: upgrade @native-html/[email protected]
1 parent f06af7a commit cd7c95c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/render-html/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ This release is focused on accessibility! Moreover, it empowers [model-based cus
3434
* **a11y:** whatwg-compliant accessibility for images ([7fc2907](https://github.com/meliorence/react-native-render-html/commit/7fc2907e38b37398314eadc9ec0200092c4a2304))
3535
* **css:** support `user-select` CSS property ([8442b2f](https://github.com/meliorence/react-native-render-html/commit/8442b2fa655a1332035beca99a7fbbdc1d483ec4))
3636
* **a11y:** add accessibilityRole="header" to headings elements (h1...h6) ([1c79bc3](https://github.com/meliorence/react-native-render-html/commit/1c79bc35146f311468d9a69165e813151e2603e1))
37-
* new `reactNativeProps` and `getDynamicReactNativeProps` in `HTMLElementModel`, this little change gives model-based custom rendering considerably more leverage. ([4ee1646](https://github.com/meliorence/react-native-render-html/commit/4ee1646b26f8c9e3ea1cd45527f7228dd4a9892b))
38-
* deprecate `getUADerivedStyleFromAttributes` in favor of `getUADynamicMixedStyles` in `HTMLElementModel`, which allows access to the underlying `TNode` and again empowers model-based custom rendering.
37+
* new `reactNativeProps` and `getReactNativeProps` in `HTMLElementModel`, this little change gives model-based custom rendering considerably more leverage. ([4ee1646](https://github.com/meliorence/react-native-render-html/commit/4ee1646b26f8c9e3ea1cd45527f7228dd4a9892b))
38+
* deprecate `getUADerivedStyleFromAttributes` in favor of `getMixedUAStyles` in `HTMLElementModel`, which allows access to the underlying `TNode` and again empowers model-based custom rendering.
3939

4040
# [6.1.0](https://github.com/meliorence/react-native-render-html/compare/v6.0.5...v6.1.0) (2021-08-29)
4141

packages/render-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"dependencies": {
9292
"@jsamr/counter-style": "^2.0.1",
9393
"@jsamr/react-native-li": "^2.3.0",
94-
"@native-html/transient-render-engine": "10.4.0",
94+
"@native-html/transient-render-engine": "11.0.0",
9595
"@types/ramda": "^0.27.40",
9696
"@types/urijs": "^1.19.15",
9797
"prop-types": "^15.5.7",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4380,9 +4380,9 @@ __metadata:
43804380
languageName: node
43814381
linkType: hard
43824382

4383-
"@native-html/transient-render-engine@npm:10.4.0":
4384-
version: 10.4.0
4385-
resolution: "@native-html/transient-render-engine@npm:10.4.0"
4383+
"@native-html/transient-render-engine@npm:11.0.0":
4384+
version: 11.0.0
4385+
resolution: "@native-html/transient-render-engine@npm:11.0.0"
43864386
dependencies:
43874387
"@native-html/css-processor": 1.11.0
43884388
"@types/ramda": ^0.27.44
@@ -4395,7 +4395,7 @@ __metadata:
43954395
peerDependencies:
43964396
"@types/react-native": "*"
43974397
react-native: ^*
4398-
checksum: 28883f81d5b7aa0af740dec5cb150f96ec23ba388b018e31c71abcee7b545073903f5c8fe93589215129ea2dc0382dbdf913c95ca607a5ca3394787570d04db3
4398+
checksum: c6d9e3e40b600947c011a6da22d86b12d77b505145935d575975027922608afcd50859d94ac41c4e5498330509bd0397e5861bb15afc82680032dac848dfda2b
43994399
languageName: node
44004400
linkType: hard
44014401

@@ -20045,7 +20045,7 @@ fsevents@^1.2.7:
2004520045
"@jsamr/counter-style": ^2.0.1
2004620046
"@jsamr/react-native-li": ^2.3.0
2004720047
"@microsoft/api-extractor": ^7.14.0
20048-
"@native-html/transient-render-engine": 10.4.0
20048+
"@native-html/transient-render-engine": 11.0.0
2004920049
"@release-it/conventional-changelog": ^2.0.1
2005020050
"@testing-library/jest-native": ^4.0.2
2005120051
"@testing-library/react-hooks": ^7.0.0

0 commit comments

Comments
 (0)