Skip to content

Releases: ticky/markdown-component-loader

馃幓 Markdown Component Loader v1.1.0

24 Jan 20:58
v1.1.0
0517f47
Compare
Choose a tag to compare

Version 1.1.0 adds API compatibility with Webpack 1 by allowing Markdown It plugins to be passed into the loader as strings rather than module instances.

It also updates a number of dependencies' pinned versions.

馃憤馃徏 Markdown Component Loader v1.0.0

23 Oct 22:55
v1.0.0
579fad7
Compare
Choose a tag to compare

After a while in beta, Markdown Component Loader is now at v1.0.0!

Version 1.0.0 includes changes which allow for direct usage of JSX expressions within Markdown prose, without requiring the double-curly brace assignment expressions to protect them from transformations.

Other than that, it should be backwards-compatible with documents formatted for v0.8.x.

It also includes many changes to the way documents are processed, and relies much less on external libraries for that transformation.

鈿擄笍 Markdown Component Loader v1.0.0-beta.4

13 Oct 18:23
v1.0.0-beta.4
524e29d
Compare
Choose a tag to compare

Fix a regression regarding interpolated values within escaped strings. Also includes a bunch of minor performance improvements, mostly reducing the number of consecutive loops which occur over the same values.

馃洢 Markdown Component Loader v1.0.0-beta.3

22 Sep 21:08
v1.0.0-beta.3
b4ad8d6
Compare
Choose a tag to compare

This version updates our dependencies to current versions, and also updates packaging to not bundle package.json in the web bundle. Finally, it also also actually fixes the regression in v1.0.0-beta.1 <_<;

鈿擄笍 Markdown Component Loader v1.0.0-beta.2

22 Sep 19:27
5dfd7b0
Compare
Choose a tag to compare

Markdown Component Loader v1.0.0-beta.2 fixes a regression found in v1.0.0-beta.1.

The interpolations used internally by Markdown Component Loader were detected (rightly!) by highlight.js as XML comment syntax, and were thus highlighted as comments. They are now correctly treated more correctly as plain text.

馃殼 Markdown Component Loader v1.0.0-beta.1

22 Sep 02:45
0bdab84
Compare
Choose a tag to compare

Welcome to the first beta of Markdown Component Loader v1.0.0!

A lot of changes were introduced by the merging of #8, which changed the way it processes markdown and HTML elements and substitutions.

Please test this version out and open issues if anything鈥檚 weird!

馃殺 Markdown Component Loader v0.8.0

31 May 20:34
Compare
Choose a tag to compare

This is a maintenance update, adding support for React v16.x鈥檚 requirement that PropTypes be fetched from somewhere other than the React module itself.

No other changes were made, but it adds prop-types as a peer dependency, and updates some dependencies itself.