Releases: mientjan/react-native-markdown-renderer
Releases · mientjan/react-native-markdown-renderer
v3.2.8
v3.2.7
v3.2.6
- v3.2.6 fixed issue where stringToTokens is not being exported correctly Mient-jan Stelling 6/4/18, 15:53
- fixed issue where stringToTokens is not being exported correctly Mient-jan Stelling 6/4/18, 15:40
- beta 3.2.5 removing of console.logs Mient-jan Stelling 6/4/18, 15:25
- beta 3.2.4 fixed issue where images where only shown as copy. Mient-jan Stelling 6/4/18, 15:23
- beta 3.2.4 fixed issue where images where only shown as copy. Mient-jan Stelling 6/4/18, 15:23
- beta 3.2.3 Mient-jan Stelling 6/4/18, 15:11
- cleaup of code, removing on used code #39 Mient-jan Stelling 6/4/18, 15:06
- removing all unused functions. #39 Mient-jan Stelling 6/4/18, 14:56
- fixed issue with images not linking. #39 Mient-jan Stelling 6/4/18, 14:53
- adding styles to root style to markdown renderer #50 Mient-jan Stelling 6/4/18, 12:49
- fixed issue Crash on hardbreak inside strong #51 Mient-jan Stelling 6/4/18, 12:36
- fixed issue with bold copy #39 Mient-jan Stelling 6/4/18, 12:35
- remove text and inline elements and rely on block property from token. #39 Mient-jan Stelling 6/4/18, 11:54
- reformatting main class Mient-jan Stelling 6/4/18, 11:27
v3.2.2
v3.2.1
v3.2.0
- adding info and meta as sourceInfo and sourceMeta #38 #27 Mient-jan Stelling 5/8/18, 14:45
- adding meta to the new node from markdown-it meta #38 Mient-jan Stelling 5/8/18, 14:37
- fixed issue #24 Mient-jan Stelling 5/3/18, 12:08
- adding working example app Mient-jan Stelling 4/12/18, 20:13
- #33 removing expo adding scratch example app Mient-jan Stelling 4/12/18, 19:29
- fix issue where link url in openUrl function is not defined when clicking on that item will crash the app. Mient-jan Stelling 3/28/18, 19:37
- fix PluginContainer.toArray doomsower 4/14/18, 20:34
- Fix nodes and components types doomsower 4/14/18, 14:02
- Fix typo doomsower 4/14/18, 13:51
- Add typescript definitions doomsower 4/14/18, 13:49
- Add styles property for easier overriding of styles doomsower 7/23/17, 15:42
- Merge pull request #36 from Leeds-eBooks/patch-1 Mient-jan Stelling* 5/3/18, 12:12
- Use bullet character for ul instead of middle-dot Ben Styles* 4/21/18, 18:45
- adding prettierrc for prettier code formatting Mient-jan Stelling 3/28/18, 17:49
- Merge pull request #30 from redbrick-health/additional-adds Mient-jan Stelling* 3/28/18, 17:40
v3.1.0
v3.0.2
V3.0.1
- clean up of code, removing console.log's etc. #19 Mient-jan Stelling 1/29/18, 15:27
- fixed issue with link not rendering completly inline #19 Mient-jan Stelling 1/29/18, 15:25
- removed if statement from blockPlugin Mient-jan Stelling 1/29/18, 15:22
- changed watcher command from startdev to dev Mient-jan Stelling 1/29/18, 15:21
- fixed issue where watcher would only watch the base the dir Mient-jan Stelling 1/29/18, 15:20
- trying to add ability to add block elements to a header. Related to issue #14 Mient-jan Stelling 1/23/18, 12:09
- remove console.log Hampus Persson* 1/22/18, 16:30
- updating docs Mient-jan Stelling 1/19/18, 13:00
- updating readme Mient-jan Stelling 1/19/18, 12:59
v3.0.0
- updating docs Mient-jan Stelling 1/19/18, 13:00
- updating readme Mient-jan Stelling 1/19/18, 12:59
- Merge branch 'release/3.0.0' Mient-jan Stelling 1/19/18, 12:55
- fixed issue where headers would now break to new line. Mient-jan Stelling 1/19/18, 12:54
- fixed issue where images would not render. Mient-jan Stelling 1/19/18, 12:33
- fixed issue where you could not set a general fontSize fo all copy. #17 Mient-jan Stelling 1/19/18, 12:06
- adding small function so example wont break when starting it. Mient-jan Stelling 1/18/18, 18:55
- updating to 3.0.0 because of breaking changes Mient-jan Stelling 1/18/18, 18:48
- updating package.json to new react and react-native versions Mient-jan Stelling 1/18/18, 18:47
- refactoring code so it will be easier to add plugins Mient-jan Stelling 1/18/18, 18:46
- updating example code base Mient-jan Stelling 1/18/18, 18:39
- adding watcher, for better development of component Mient-jan Stelling 1/18/18, 18:36
- converting to new rule names,
ul = bullet_list
li = ordered_list
a = link
br = softbreak
h1 <> h6 = heading1 <> heading6
This breaking change will have to be pushed to 3.0.0 release.
Mient-jan Stelling 1/16/18, 14:13 - adding type convert function for better support of new of writing tags. Mient-jan Stelling 1/16/18, 11:57