Skip to content

2.0.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@x1unix x1unix released this 05 Feb 08:27
· 105 commits to master since this release

Description

This is the first public preview of the upcoming 2.0.0 release, which includes many major changes.

Where To Try?

The unstable version is available at staging.goplay.tools.

Warning

This is an unstable version. Please feel free to report any found bugs.

Changes

Multi File Support

This release brings one of the most requested features - multiple files support.

image

Third-Party Packages in WebAssembly

We added support for third-party packages for WebAssembly Environment.

image

Improved Examples

Examples were moved to a more recognizable place and the UI of examples was also improved.

image

Refactoring

This release also brings a lot of changes that happened under the hood.

  • Project migrated from create-react-app to Vite.
  • Replaced old Monaco component with @monaco-editor/react.
  • Lots of refactoring on frontend and backend sides.