Skip to content

0.1.88

Compare
Choose a tag to compare
@akshayka akshayka released this 29 Jan 23:28
· 650 commits to main since this release

What's Changed

This change includes a couple new features:

  • The position of a cell's output in the editor is now configurable via the settings menu -- you can now have outputs appear below cells.
  • The UI elements in ui.array and dictionary objects can be accessed using Pythonic syntax (array[index]) and embedded in other outputs. This means you create rich outputs with a dynamic number of UI elements, without having to use ui.batch.

It also includes some bug fixes and improvements.

  • improvement: highlight matches across all cells (instead of 1 cell) by @mscolnick in #686
  • Add testcore, testoptional deps to pyproject.toml by @akshayka in #675
  • docs: add --host by @mscolnick in #687
  • fix: docs-panel font size affecting other code blocks by @mscolnick in #688
  • improvement: add configuration to specifcy where the cell's output should be (above/below) by @mscolnick in #689
  • fix: traceback line number by @akshayka in #691
  • feat: add reactive execution on ui.array and ui.dictionary's contained elements by @akshayka in #690

Full Changelog: 0.1.87...0.1.88