Skip to content

Commit 83ab9c9

Browse files
committed
chore: release v6.1.0-alpha.1
1 parent e019a5a commit 83ab9c9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/render-html/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [6.1.0-alpha.1](https://github.com/meliorence/react-native-render-html/compare/v6.1.0-alpha.0...v6.1.0-alpha.1) (2021-08-28)
2+
3+
4+
### Features
5+
6+
* add new `renderIndex` and `renderLength` props to `TDefaultRendererProps` ([4f032d3](https://github.com/meliorence/react-native-render-html/commit/4f032d3594e184926847f9c7c20060280f436390))
7+
* new `enableExperimentalBRCollapsing` prop to prevent extraneous spaces ([e019a5a](https://github.com/meliorence/react-native-render-html/commit/e019a5ab046bab01bb307970d4aac2d9a1c59db9)), closes [#516](https://github.com/meliorence/react-native-render-html/issues/516)
8+
* new `enableExperimentalGhostLinesPrevention` to circumvent RN bug ([3645211](https://github.com/meliorence/react-native-render-html/commit/3645211ca6b6bd8cb43d7298ffbb33a851d34326)), closes [#516](https://github.com/meliorence/react-native-render-html/issues/516)
9+
* new `provideEmbeddedHeaders` prop to pass headers to img, iframes ([2ea1ca6](https://github.com/meliorence/react-native-render-html/commit/2ea1ca6a0fc58aca59ff4fbc080dfeb7f739ff88))
10+
111
# [6.1.0-alpha.0](https://github.com/meliorence/react-native-render-html/compare/v6.0.5...v6.1.0-alpha.0) (2021-08-22)
212

313

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.1.0-alpha.0",
3+
"version": "6.1.0-alpha.1",
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)