Skip to content

Releases: HPouyanmehr/mui-markdown

v1.1.9

01 Sep 07:46
v1.1.9
510cd65
Compare
Choose a tag to compare

Improve documentation.
Related Issue: #17
Related PR: #18

Thanks to @grajdeanserghei

v1.1.8

13 Aug 19:22
v1.1.8
7975618
Compare
Choose a tag to compare

Fix issues related to #9 and merge #16

Thanks to @nbarrow-inspire-labs.

v1.1.6

06 Aug 17:26
v1.1.6
b6b167e
Compare
Choose a tag to compare

Bug Fix Update (Remove defaultProps to avoid the warning reported in #14)

v1.1.2

25 Jun 17:31
v1.1.2
b5f98f5
Compare
Choose a tag to compare

This release is about the new property where you can optionally hide the numbers of the code block.

Thanks to @Et3rnos for the contribution.

v1.0.1

18 May 16:18
v1.0.1
dfd3925
Compare
Choose a tag to compare

Add the 'null' type as a valid type for the component children.

Available markdown components up to this release:

  • a will be rendered with the MUI Link component.
  • Headings (h1 to h6) will be rendered with the MUI Typography component.
  • Paragraphs (p) will be rendered with the MUI Typography component.
  • Buttons (button tag or MUI Button component) will be rendered with the MUI Button component.
  • Lists (ul and/or ol tags) will be rendered with the MUI List component.
  • Inline codes will be rendered with custom styles.
  • Code blocks and syntax are highlighted with the help of 'prism-react-renderer'.

v1.0.0

05 May 09:41
v1.0.0
6ac156d
Compare
Choose a tag to compare

Update package dependencies
Improve Code Structures and Implementations
Make prism-react-renderer as an optional dependency

Available markdown components up to this release:

  • a will be rendered with the MUI Link component.
  • Headings (h1 to h6) will be rendered with the MUI Typography component.
  • Paragraphs (p) will be rendered with the MUI Typography component.
  • Buttons (button tag or MUI Button component) will be rendered with the MUI Button component.
  • Lists (ul and/or ol tags) will be rendered with the MUI List component.
  • Inline codes will be rendered with custom styles.
  • Code blocks and syntax are highlighted with the help of 'prism-react-renderer'.

v0.5.7

27 Apr 18:40
v0.5.7
94be1bb
Compare
Choose a tag to compare

Update the dependencies to the latest available semantic version.

Available markdown components up to this release:

  • a will be rendered with the MUI Link component.
  • Headings (h1 to h6) will be rendered with the MUI Typography component.
  • Paragraphs (p) will be rendered with the MUI Typography component.
  • Buttons (button tag or MUI Button component) will be rendered with the MUI Button component.
  • Lists (ul and/or ol tags) will be rendered with the MUI List component.
  • Inline codes will be rendered with custom styles.
  • Code blocks and syntax are highlighted with the help of 'prism-react-renderer'.

v0.5.6

27 Apr 18:39
v0.5.6
4b86e6c
Compare
Choose a tag to compare

Update package information

Available markdown components up to this release:

  • a will be rendered with the MUI Link component.
  • Headings (h1 to h6) will be rendered with the MUI Typography component.
  • Paragraphs (p) will be rendered with the MUI Typography component.
  • Buttons (button tag or MUI Button component) will be rendered with the MUI Button component.
  • Lists (ul and/or ol tags) will be rendered with the MUI List component.
  • Inline codes will be rendered with custom styles.
  • Code blocks and syntax are highlighted with the help of 'prism-react-renderer'.

Version 0.5.5

10 Jul 16:40
v0.5.5
bf95e47
Compare
Choose a tag to compare

Fix bugs on a null value.

Available markdown components up to this release:

  • a will be rendered with the MUI Link component.
  • Headings (h1 to h6) will be rendered with the MUI Typography component.
  • Paragraphs (p) will be rendered with the MUI Typography component.
  • Buttons (button tag or MUI Button component) will be rendered with the MUI Button component.
  • Lists (ul and/or ol tags) will be rendered with the MUI List component.
  • Inline codes will be rendered with custom styles.
  • Code blocks and syntax are highlighted with the help of 'prism-react-renderer'.

Version 0.5.4

05 Jul 19:19
v0.5.4
43cfda3
Compare
Choose a tag to compare

Update package.json to support react 18. Thanks to @ardeaf.

Available markdown components up to this release:

  • a will be rendered with the MUI Link component.
  • Headings (h1 to h6) will be rendered with the MUI Typography component.
  • Paragraphs (p) will be rendered with the MUI Typography component.
  • Buttons (button tag or MUI Button component) will be rendered with the MUI Button component.
  • Lists (ul and/or ol tags) will be rendered with the MUI List component.
  • Inline codes will be rendered with custom styles.
  • Code blocks and syntax are highlighted with the help of 'prism-react-renderer'.