Releases: ipb-halle/MolPaintJS
Releases · ipb-halle/MolPaintJS
Multiple CTABs per Drawing
Preparing for future extensions
This release introduces some preparations for future extensions:
- additional rendering engines (SVG)
- chemical drawings containing multiple connection tables (e.g. chemical reactions)
Please note that the method setMolecule(...) has been deprecated in favor of setDrawing(...).
Coming up: SGroup support
This release gives a preview on the work towards interpretation and manipulation of SGroup records in MDL Mol files.
fixes and features
This release fixes some issues with the previous release:
- MDLv3000Writer disregarded atom properties
- scaling of large molecules was unsatisfactory
New features introduced:
- improved parser rules for MDL files (quoted strings etc.)
- parsing of MDL V3000 COLLECTIONS
- possibility to create, update and delete COLLECTIONS
- highlighting of atoms and bonds
supply missing push
Fix previous release: released without pushing local changes
Single namespace
This releases uses a single name space: molPaintJS
.
Bugfix
This release fixes bugs in v0.2.0-alpha.
Selfcontained library
The file molpaint.js now contains everything needed to run MolPaintJS. No more external icons, CSS, ...
Distribution optimized
This release has been optimized for distribution and provides a tar file containing the pre-built plugin.