Skip to content

v4.7.0

Compare
Choose a tag to compare
@dogusata dogusata released this 30 Apr 06:55
· 708 commits to main since this release

This version includes a hotfix for markedjs which is not parsing the inner content of the list items.

Fixed

  • markedjs doesn't parse inside list items. We've applied another marked.parse for the inner content of the markedjs.

Updated

  • fileListTree title removal updated with empty string check. So to not show the file list tree card title, you need to provide an empty string ''. Also added rootFolderTitle structure back even for single files. As far as you provide rootFolderTitle it will show the root folder on top of the file.

Demo app

  • Added another sample card with markdown content which contains list items with other elements like inline codes, bold texts and links.