Skip to content

Latest commit

 

History

History
82 lines (78 loc) · 5.2 KB

CHANGELOG.md

File metadata and controls

82 lines (78 loc) · 5.2 KB

0.1.0 (2021-06-21)

Bug Fixes

  • EmbedCode now reflects the updated code (#32) (f57dce4), closes #29 #30
  • check netlify build is from PR with string true or false (6f779a0)
  • do not show API docs in production (#61) (53a627f)
  • enable linewrapping for CodeMirror (#60) (47f6be7)
  • remove 50px from height of cm-editor (fix #31) (#47) (f0d942f)
  • show completions for keywords, not index (#18) (e1f98ef)
  • sort codemirror extensions (#17) (94440db)

Features

  • add code editor pane, use CodeMirror 6 (#2) (cbd9246)
  • add custom them based on github light theme (#25) (30ca357)
  • add embeddable code button & edit on playground link for embedding in iframe (#16) (82e48a2), closes #8
  • add initial backend API (#10) (c0d071d)
  • add mobile view layout (#46) (0a9a71c)
  • add result pane (#36) (f658ca9)
  • add run icon and button (#34) (6bda55f)
  • catch the traceback and response it (#57) (22bc499)
  • download from Blob obj (#41) (e4e8313)
  • install extra requirements from requirements-extra.txt (#65) (5f84f88)
  • log api docs in dev mode (#59) (e00c373)
  • open a public file from GitHub (#39) (f8c9b28)
  • send and run code on backend (#42) (fdd52ef)
  • set frontend and backend url from env var (#58) (05fb3ba)
  • show python version playground uses to run (#52) (d752279)
  • codemirror: add codeFolding extension (#38) (e3890ab)
  • unique url for every code (#15) (141109d), closes #3