|
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) |
3 | 2 |
|
4 | 3 | ### Features |
5 | 4 |
|
6 | 5 | * 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) |
13 | 10 |
|
14 | | -### Features |
| 11 | +### Bug Fixes |
15 | 12 |
|
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)) |
17 | 14 |
|
18 | 15 | ## [6.0.5](https://github.com/meliorence/react-native-render-html/compare/v6.0.4...v6.0.5) (2021-07-31) |
19 | 16 |
|
|
0 commit comments