Releases: lostintangent/codeswing
Releases · lostintangent/codeswing
v0.0.23
🎁 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
🎁 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
🐛 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
🐛 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
🎁 New Features
- You can now
import
*.json
and*.css
files from a JavaScript module