Skip to content

Releases: lostintangent/codeswing

v0.0.23

03 Mar 19:33
f26f369
Compare
Choose a tag to compare

🎁 New Features

  • Introduced the ability to generate and refine swings using an AI prompt (after configuring an OpenAI key)

🐛 Bug Fixes

  • Fixed a bug in searching/adding modules to a JavaScript file
  • Fixed a bug that prevented exporting swings to CodePen if they included an   in a file
  • Fixed some bugs with importing CSS files, and using React

v0.0.21

19 Sep 20:13
Compare
Choose a tag to compare

🎁 New Features

  • Introduced a new CodeSwing: Launch Behavior setting, that allows customizing how CodeSwing should behave when you open a swing workspace.
  • Introduced a new CodeSwing: Root Directory setting, that allows specifying the workspace directory that new swings should be created in
  • Introduced a new CodeSwing: Initialize Workspace as Swing command, that allows you to open a folder and turn it into a swing
  • Added support for calling window.open() on HTTP(S) URLs

🐛 Bug Fixes

  • The swing library selector now properly filters out CommonJS/ESM modules and source maps when adding a JavaScript library
  • The preview window is now automatically re-run when you upload a file to the active swing

v0.0.20

08 Jul 23:17
Compare
Choose a tag to compare

🐛 Bug Fixes

  • You can now use HTML in index.md files, when using Markdown as your markup format
  • Swings can now be opened even when you don't have a workspace open
  • Fixed a bug with using CodeSwing in Safari

v0.0.19

02 Jul 22:19
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed formatting of the tutorial navigation header
  • Removed the timeout from tutorial step navigation
  • Removed the CodeSwing: Temp Directory setting

v0.0.18

02 Jul 17:53
Compare
Choose a tag to compare

🎁 New Features

  • You can now import *.json and *.css files from a JavaScript module