Skip to content

Commit a1ea00f

Browse files
committed
chore: release v6.3.0
1 parent 883d7ce commit a1ea00f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/render-html/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [6.3.0](https://github.com/meliorence/react-native-render-html/compare/v6.2.0...v6.3.0) (2021-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* `provideEmbeddedHeaders` results in failing fetch for img ([5488259](https://github.com/meliorence/react-native-render-html/commit/54882596c78a7f66aa5f1766820de646866f6bd8)), closes [#533](https://github.com/meliorence/react-native-render-html/issues/533)
7+
8+
9+
### Features
10+
11+
* pass `TNodeChildrenRenderer` as a prop to custom renderers ([9dd2bf1](https://github.com/meliorence/react-native-render-html/commit/9dd2bf15de3e7f30858451a8daed5d3c0973a6e6))
12+
113
# [6.2.0](https://github.com/meliorence/react-native-render-html/compare/v6.1.0...v6.2.0) (2021-10-23)
214

315
This release is focused on accessibility! Moreover, it empowers [model-based custom rendering](https://meliorence.github.io/react-native-render-html/docs/guides/custom-renderers#model-based-custom-rendering) which can now define props passed to `Text` and `View` elements of renderers.

packages/render-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-render-html",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"author": "Meliorence <[email protected]> (github.com/meliorence)",
55
"license": "BSD-2-Clause",
66
"description": "The hackable, full-featured Open Source HTML rendering solution for React Native.",

0 commit comments

Comments
 (0)