Skip to content

Updates & Fixes

Compare
Choose a tag to compare
@pavittarx pavittarx released this 23 May 07:06
· 49 commits to master since this release

There have been a few minor bug fixes, and other major changes.

  • Custom Error when a Parser Function for given Block Type does not exist
    The library will now give you more informative error in case your data contains a block for which a parser function is not available. The error message earlier was not at all descriptive of the underlying issue.

  • Full block data to the parser functions
    In the earlier versions the parser functions only recieved data field of the block, but in some cases or in the future versions of editorjs there might be other fields that might be of use to you. Hence, the full data in the block is passed onto the parser functions to use them as you see fit.

  • Pararaph Support & Image Parser Fixed