Skip to content

Releases: cheminfo/react-cheminfo

v0.9.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 23 Aug 21:23
3e6f689

0.9.0 (2026-08-23)

Features

  • add the shared slideshow, the About page and a token guard (a20d5c3)
  • credits: register Lexical, KaTeX, dnd kit, Signals, Fastify and SQLite (63c951e)
  • orbital: export createAtomicOrbitalEvaluator, and clear every surface (4c88758)
  • slides: add the embed layout, so a live tool is a slide (5110880)
  • slides: let the site own fullscreen, and export isModifiedClick (b9993f7)
  • slides: play a deck away from home, and read one without React (e0bccca)
  • slides: show a note when nothing is published, and demo the new components (633010e)

Bug Fixes

  • slides: the embedded tool fills the slide (54f5ff9)

v0.8.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 19 Aug 04:37
a80a468

0.8.0 (2026-08-18)

Features

  • citation: add the teaching paper as a citable work (9348149)
  • let a strip take any step carrying a title and a level (3fdd1ec)

Bug Fixes

  • make every tutorial step button the same square so strips line up (c0e8751)

v0.7.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 18 Aug 18:00
cdeddb0

0.7.0 (2026-08-18)

Features

  • add a shared periodic table (e1cc34f)
  • citation: export the platform paper as a shared work (2f5019d)

Bug Fixes

  • ecosystem: give chemcalc a rose second colour (0fb49ec)

v0.6.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 18 Aug 14:12
97f4f70

0.6.0 (2026-08-18)

Features

  • draw a labelled cartesian frame, and turn the scene slower (9539698)

v0.5.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 18 Aug 13:45
93c3475

0.5.0 (2026-08-18)

⚠ BREAKING CHANGES

  • index.html must carry , and unless noscript is false; a page without the head marker throws rather than shipping headless. injectPageMeta no longer rewrites an existing title or description, and insertBeforeHeadEnd is gone from ./core. ogCardHtml returns a promise. origin must be an absolute http(s) address. sitemapXml throws on an empty route table, and cheminfoPrerender validates the route table when the config is evaluated.

Features

  • add DerepFlow to the ecosystem (c2644e4)
  • follow the route with one shared startDocumentMeta (ace0668)
  • write the page head from a template marker (b747cdd)

Bug Fixes

  • keep react, react-dom, blueprint and react-science required peers (19a25c7)

v0.4.1

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 18 Aug 04:16
296a1c2

0.4.1 (2026-08-17)

Bug Fixes

  • write pt's wordmark as PeriodicTable, not pt.cheminfo (0d7a34c)

v0.4.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 17 Aug 12:54
68a583c

0.4.0 (2026-08-17)

⚠ BREAKING CHANGES

  • ./core no longer exports renderHtml, renderMarkdown, renderText, assertAtomicNumber, superscript, groupRank, ENCLOSED_WEIGHT, createAtomicOrbitalEvaluator, atomicGridBox, sampleAtomicOrbital, AtomicGridOptions, orbitalId or sampleInProcess. No site imported any of them.

Features

  • add the clipboard, download, delimited, format and colour modules (13055fc)
  • add the generic widgets and hooks (75b3b1a)
  • add the pedagogy modules (97ee2bc)
  • add the routing, document head, persistence and worker modules (d819286)
  • add the share and embed vocabulary (acae717)
  • add the shared site chrome and identity (50e1f80)
  • add the structure editor on a fourth entry point (2652b7e)
  • cite several works, each with what citing it credits (cdfcee4)
  • export MenuButton (e490555)
  • narrow ./core to what a site actually imports (ce44f69)
  • pick the isovalue and the resolution from the orbital's own shape (ca81c7b)
  • reach the new modules from ./core and ./ui (31c62fb)
  • read a site's mount path off the page (d92a0ca)

Bug Fixes

  • keep ./structure importable without react-ocl (7a98a45)
  • ship the stylesheet as a wildcard styles subpath (c0b76f1)

v0.3.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 17 Aug 04:58
7f1042f

0.3.0 (2026-08-17)

Features

  • add the atomic orbital viewer on a third entry point (5068a42)

v0.2.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 16 Aug 10:07
e660069

0.2.0 (2026-08-16)

Features

  • add the elucidation, equilibrium and polycarp sites (3525139)

Bug Fixes

  • accept React 18 and react-science 20 as peers (296c81e)
  • cite an article number as one page, not a range (88ccb8e)

v0.1.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 16 Aug 05:32
eb40e6a

0.1.0 (2026-08-16)

Features

  • cite button and ecosystem menu components (ed12686)

Miscellaneous Chores