Skip to content

Commit 039492c

Browse files
committed
chore: release v6.1.0
1 parent 66398a2 commit 039492c

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

packages/render-html/CHANGELOG.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
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-
1+
# [6.1.0](https://github.com/meliorence/react-native-render-html/compare/v6.0.5...v6.1.0) (2021-08-29)
32

43
### Features
54

65
* 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-
11-
# [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)
12-
6+
* 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), see [official documentation](https://meliorence.github.io/react-native-render-html/docs/content/textual#line-breaks)
7+
* new `enableExperimentalGhostLinesPrevention` to circumvent RN bug ([3645211](https://github.com/meliorence/react-native-render-html/commit/3645211ca6b6bd8cb43d7298ffbb33a851d34326)), see [official documentation](https://meliorence.github.io/react-native-render-html/docs/content/textual#empty-tags)
8+
* new `provideEmbeddedHeaders` prop to pass headers to img, iframes and other embedded in the future ([2ea1ca6](https://github.com/meliorence/react-native-render-html/commit/2ea1ca6a0fc58aca59ff4fbc080dfeb7f739ff88))
9+
* new `bypassAnonymousTPhrasingNodes` prop ([90b8a3d](https://github.com/meliorence/react-native-render-html/commit/90b8a3d16729d77c073585118ef795aa28d13bd6)), closes [#514](https://github.com/meliorence/react-native-render-html/issues/514)
1310

14-
### Features
11+
### Bug Fixes
1512

16-
* new `bypassAnonymousTPhrasingNodes` prop ([90b8a3d](https://github.com/meliorence/react-native-render-html/commit/90b8a3d16729d77c073585118ef795aa28d13bd6)), closes [#514](https://github.com/meliorence/react-native-render-html/issues/514)
13+
* prevent list markers from overflowing in a new line ([f2238aa](https://github.com/meliorence/react-native-render-html/commit/f2238aa1cf7643b1923a2dd47fa2acb63a383570))
1714

1815
## [6.0.5](https://github.com/meliorence/react-native-render-html/compare/v6.0.4...v6.0.5) (2021-07-31)
1916

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.1",
3+
"version": "6.1.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)