Skip to content

Release 0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jezdez jezdez released this 21 Aug 15:47
· 664 commits to master since this release
fba6952
  • Removed iodide.environment API (#2038)
  • Add back local-only dev mode using command "npm run simple-serve" (#2024)
  • Iodide docker container no longer hardcodes server hostnames, can
    reuse in multiple server environments (#1943)
  • Hide "unsaved changes" in revision browser if no unsaved changes (#2046)
  • Show revision, docs, contribute links even on non-public sites
  • Disable "History" menu item for the tryit notebook (#2125)
  • Add documentation for how the Iodide server's authentication system work (#2091)
  • Migrated to Monaco editor, providing several text editing improvements (find/replace text; autocomplete, including hits for Iodide custom chunk types; etc) (#2117)
  • Add "restore" functionality for revision browser (#2047)