Skip to content

v4.5.6

Compare
Choose a tag to compare
@dogusata dogusata released this 15 Apr 07:57
· 729 commits to main since this release

This version includes addition of two new arguments to the code block events.

Added

  • Two new arguments to onCopyCodeToClipboard and onCodeInsertToCursorPosition events which are codeBlockIndex and totalCodeBlocks. With this addition, you can now understand that what is the order of the code block inside that message and how many code blocks that message contains when user clicks one of the Copy or Insert at cursor buttons.

Updated

  • Documentation for newly added arguments

Demo app

  • Added codeBlockIndex and totalCodeBlocks to console logger block for copy and insert events.