Releases: HHogg/remarkable-react
Releases · HHogg/remarkable-react
v1.0.1
<a name"1.0.1">
1.0.1 (2017-08-24)
Bug Fixes
- Link token: When using linkTarget remarkable option, it is now added to the default componen (6e284893)
v1.0.0
<a name"1.0.0">
1.0.0 (2017-08-14)
Breaking Changes
The published package now exposes 2 single files. One for the standard CommonJS format and another for the new shiny ES modules. If you are importing with the standard
import RemarkableReactRenderer from 'remarkable-react';
Then you should be able to upgrade with no problems. If you are importing directly from the files like remarkable-react/lib/index.js
then you will need to update to import from just the module.
(9a61a04a)
v0.2.1
<a name"0.2.1">
0.2.1 (2017-08-14)
Bug Fixes
- Softbreaks token: Only output break tags when the breaks option has been set to true (a31ea848)
v0.2.0
<a name"0.2.0">
0.2.0 (2017-07-01)
Features
- CustomComponents: Added better support for custom components by providing Remarkable options and a (997d44d6)
v0.1.0
<a name"0.1.0">
0.1.0 (2017-05-14)
Features
- Tokens: Ability to handle custom remarkable rules and token types (9570392f)
v0.0.2
... yup... issue... didn't test the require()
style module import... even though that was the example I put in the README...
... Fixed.
v0.0.1
First release into the wild.
Like with anything, probably will have issues.
Tons of stuff I didn't think about will become apparent...
... but it's a tiny javascript library so nothing to panic over.