Skip to content

Releases: ale94mleon/StreamJSME

0.1.1 - 2026.03.18

18 Mar 17:33

Choose a tag to compare

Added

  • Expose the options parameter to the component. This is a comma-separated string to customize JSME behavior. Common options include:
    • oldlook: Classic toolbar appearance
    • star: Adds extra toolbar features
    • hydrogens: Show all hydrogen atoms explicitly
    • query: Enable substructure query mode for advanced searches
      Multiple options can be combined, e.g., "query,hydrogens,oldlook". And it is accessed through the keyword argument options of StreamJSME component.

P.s: Suggestion from @isohelio on #7.

0.1.0 - 2025.07.25

25 Jul 13:25

Choose a tag to compare

Fixed

Changed

Added

  • New configurable props: width, height, and JSME options ⚙️ (@ys-clarry)
  • GitHub Actions CI for publishing to PyPI 🚀 (@ale94mleon)

Contributors 🎉

0.0.3 - 2023.02.27

27 Feb 15:41

Choose a tag to compare

First release of the component!