Skip to content

Releases: iamacup/react-native-markdown-display

7.0.2

Choose a tag to compare

@iamacup iamacup released this 11 Dec 12:10
192b0eb
Merge pull request #198 from MilanBarande/master

fix children typing on MarkdownStatic

7.0.1

Choose a tag to compare

@iamacup iamacup released this 07 Dec 17:29
update version

7.0.0-alpha.2

7.0.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@iamacup iamacup released this 23 Oct 19:25

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

7.0.0-alpha

7.0.0-alpha Pre-release
Pre-release

Choose a tag to compare

@iamacup iamacup released this 16 Oct 14:08
b860777

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

Choose a tag to compare

@iamacup iamacup released this 09 Jul 17:13
64dd041
  • Relocate unnecessary peer dependencies (typescript defs) - #92, thanks to @bidetaggle and @Kjens93

6.1.5

Choose a tag to compare

@iamacup iamacup released this 04 Jul 18:51
a7aa9aa
  • 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

6.1.5-alpha Pre-release
Pre-release

Choose a tag to compare

@iamacup iamacup released this 04 Jul 09:38
a7aa9aa

experimental

6.1.4

Choose a tag to compare

@iamacup iamacup released this 12 Jun 08:48

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

6.1.3

Choose a tag to compare

@iamacup iamacup released this 06 Jun 18:35

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

Choose a tag to compare

@iamacup iamacup released this 03 Jun 21:01

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