Skip to content

v0.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 13:00
· 77 commits to main since this release

What's changed

  • New: Share block
  • Update: clover-iiif dependency

Full changelog: v0.4.2...v0.4.3

The following blocks support the sharing of state:

  • Cytoscape
  • Data Table
  • Dropdown
  • JavaScript Code
  • Media Collection
  • Plotly
  • Python Code
  • R Code
  • Slider
  • Text Editor
  • Zenodo

Example

Screenshot From 2024-10-18 14-39-48

After modifying the JS Code and clicking on the Share button, a similar link is copied:

http://localhost:8888/2024/04/03/javascript-code-block/#{%22iCdFY5DDwAQPYE4ofrTuJ%22:{%22code%22:%22const%20now%20=%20\%22hello%20world%20%F0%9F%91%8B\%22%22}}

If you reopen using this link, the modified JS code will be displayed instead of the original code.
Screenshot From 2024-10-18 14-58-15