Skip to content

Releases: iamacup/react-native-markdown-display

7.0.2

11 Dec 12:10
192b0eb
Compare
Choose a tag to compare
Merge pull request #198 from MilanBarande/master

fix children typing on MarkdownStatic

7.0.1

07 Dec 17:29
Compare
Choose a tag to compare
update version

7.0.0-alpha.2

23 Oct 19:25
Compare
Choose a tag to compare
7.0.0-alpha.2 Pre-release
Pre-release

#120 closed thanks to @abirchall - fixes wrapped bullet points

7.0.0-alpha

16 Oct 14:08
b860777
Compare
Choose a tag to compare
7.0.0-alpha Pre-release
Pre-release

This is a pre-release of version 7 which includes the community contributions (thank you very much!)

I have been out for a little while but back now so should be able to pick up the issues and changes over the next little while in order to get a 7.0.0 out the door, but I wanted to get the pull requests from the community onto NPM so the people that put the hard work in can get them used easily!

Potential to beak stuff + visual changes

  • @abirchall - this change basically removes the paragraphs that wrapped every bullet point item so bullet point content takes up much less space, if you relied on this behaviour OR have specific styles that modify paragraph when in a hierarchy containing bullets, pay attention to this #104

Visual changes

  • @abirchall - Changed the way that quotes are displayed - more info here: #102

Other stuff

6.1.6

09 Jul 17:13
64dd041
Compare
Choose a tag to compare
  • Relocate unnecessary peer dependencies (typescript defs) - #92, thanks to @bidetaggle and @Kjens93

6.1.5

04 Jul 18:51
a7aa9aa
Compare
Choose a tag to compare
  • Export textStyleProps on the main object to make it easier to style lists
  • Allow for the AST to be passed directly as a child
  • Update the readme

6.1.5-alpha

04 Jul 09:38
a7aa9aa
Compare
Choose a tag to compare
6.1.5-alpha Pre-release
Pre-release

experimental

6.1.4

12 Jun 08:48
Compare
Choose a tag to compare

Typescript: Changed onLinkPress prop definition to be optional - #80 - thanks to @agazso
Documentation: Remove usage of getUniqueId - #77 - thanks to @kopax

6.1.3

06 Jun 18:35
Compare
Choose a tag to compare

We now export fitimage so it could be included like this:

import Markdown, { FitImage } from 'react-native-markdown-display';

Useful when changing the image render rule

6.1.2

03 Jun 21:01
Compare
Choose a tag to compare

Updates to typescript defs - thanks to @pke here #74