All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.0.0 (2024-01-18)
5.0.0 (2022-06-02)
- minimum supported
Node.js
version is14.15.0
(#65) - minimum supported
remark
version is14.0.0
4.0.0 (2021-05-18)
- minimum supported
Node.js
version is12.13.0
3.0.0 (2021-02-01)
- minimum supported
webpack
version is5
2.0.0 (2020-11-24)
remark
is now in peer dependencies , so you need to installremark
itself, please readremark
changelog before updatingremark
, there are a lot of breaking changes
- allow to use
remark@12
andremark@13
(other versions is not tested, but it may work too)
1.0.1 (2020-10-09)
- update
schema-utils
1.0.0 (2020-08-06)
- minimum required
Node.js
version is10.13.0
- minimum required webpack version is
4
- loader doesn't return HTML, you need to use
html-loader
, please look at this example - update
remark
to12.0.0
version, some plugins can be incompatible, please update them
- added
remarkOptions
option, you can specifyplugins
,settings
anddata
- added
removeFrontMatter
option (#19) (3550105) - validate options by default (c6b6ed2)
- improved performance
1.0.0-rc.0 (2019-06-10)
- The
react
option has been removed. Our implementation was extremely hacky and led to a bunch of pitfalls. Please use MDX as an alternative.
0.3.2 (2018-02-06)
- react: make
<br>
tags self-closing (8c1f754)
0.3.1 (2018-01-24)
- allow specified
template
to receive any higher-levelprops
(b365efa) - use ES6 module syntax for the output modules (d550fa4)
0.3.0 (2017-08-10)
0.2.3 (2017-08-08)
- react: fix syntax error in build script (cb951f6)
0.2.2 (2017-08-08)
- react: fix missing newline and bracket usage in code blocks (4f05570)
0.2.1 (2017-08-04)
- deps: update dependencies in package.json (c42c645)
0.2.0 (2017-08-04)
- resolve local resources using the html-loader (77ac7b2)
- switch to remark parser allowing plugins and output options to be passed (d8fbcef)
- react: re-integrate the react build script (35cd6f7)
0.1.0 (2017-08-01)
Port and refactor the repository from react-markdown-loader
. Still working on the switching over to remark
over remarkable
.