Skip to content

Commit 9ca8bff

Browse files
committed
docs(blog): add social links to release notes
1 parent 132d2c4 commit 9ca8bff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/website/blog/2021-10-23-6-2-updates.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ draft: false
1313

1414
import APIReference from '@site/src/components/APIReference';
1515
import Reference from '@site/src/components/Reference';
16+
import SocialLinks from '@site/src/components/SocialLinks';
1617

1718
It has been over three months since the first final version of the Foundry
1819
release has been made public. Today, I am glad to announce the release of the 6.2 version! This new version focuses on two areas of
@@ -267,7 +268,9 @@ import RenderHTML, { defaultHTMLElementModels } from 'react-native-render-html';
267268
const customHTMLElementModels = {
268269
a: defaultHTMLElementModels.a.extend((aModel) => ({
269270
reactNativeProps: {
271+
...aModel.reactNativeProps,
270272
native: {
273+
...aModel.reactNativeProps?.native,
271274
accessibilityHint: 'Open in your system web browser.'
272275
}
273276
}
@@ -426,3 +429,6 @@ of those bugs.
426429
## Learn More
427430

428431
Check out [the release notes in the official repository](https://github.com/meliorence/react-native-render-html/releases/tag/v6.2.0).
432+
Moreover, if you encounter any issue while upgrading from a lower minor (6.0.x, 6.1.x), you are welcome to [comment this Github issue](https://github.com/meliorence/react-native-render-html/issues/526)!
433+
434+
<SocialLinks twitterUrl="https://twitter.com/jsamrn/status/1452137777508667397" redditUrl="https://www.reddit.com/r/reactnative/comments/qe9pam/checkout_whats_new_in_react_native_render_html_v62/" />

0 commit comments

Comments
 (0)