Skip to content

Version v0.1.82

This release focuses on improving the code feature by migrating it into a dedicated plugin for better modularity and maintainability. It also enhances the testing environment by increasing the Cypress viewport size and cleaning up placeholder tests. Additionally, minor fixes were made to previous release notes formatting.

New Features

  • Migrated all code-related handlers and logic into a dedicated CodeFeature plugin, improving code organization and plugin modularity (ed8cb0) (Eric Ma)
  • Updated Cypress tests to reflect changes in the code feature and improved output panel selectors (ed8cb0) (Eric Ma)

Bug Fixes

  • Fixed PyodideRunner API calls to use the correct instance within the CodeFeature plugin (ed8cb0) (Eric Ma)
  • Corrected output panel display by properly setting outputExpanded and output fields (ed8cb0) (Eric Ma)
  • Fixed code editor modal routing to use direct modal calls instead of nodeEditContent events (ed8cb0) (Eric Ma)
  • Removed trailing whitespace in the v0.1.81 release notes file (18a245) (Eric Ma)

Deprecations

  • Removed placeholder test from code_node.cy.js to clean up test suite (4eb3c2) (Eric Ma)