Releases: ale94mleon/StreamJSME
Releases · ale94mleon/StreamJSME
0.1.1 - 2026.03.18
Added
- Expose the
optionsparameter to the component. This is a comma-separated string to customize JSME behavior. Common options include:oldlook: Classic toolbar appearancestar: Adds extra toolbar featureshydrogens: Show all hydrogen atoms explicitlyquery: Enable substructure query mode for advanced searches
Multiple options can be combined, e.g.,"query,hydrogens,oldlook". And it is accessed through the keyword argumentoptionsofStreamJSMEcomponent.
0.1.0 - 2025.07.25
Fixed
- #5 — Brockend frontend 🎯 (@ys-clarry)
Changed
- Switched from original
jsme-reacttoloschmidt/jsme-react🎛️ (@ys-clarry) - Migrated frontend from JavaScript to TypeScript 🧠 (@ys-clarry)
- Moved from
setup.pytopyproject.toml(PEP 621) 🛠️ (@ale94mleon)
Added
- New configurable props: width, height, and JSME options ⚙️ (@ys-clarry)
- GitHub Actions CI for publishing to PyPI 🚀 (@ale94mleon)
Contributors 🎉
- @ale94mleon — Maintainer
- @ys-clarry — PR #6 and feature improvements
0.0.3 - 2023.02.27
First release of the component!