Skip to content

Commit

Permalink
Merge pull request #453 from live-codes/releases/sdk-v0.2.1
Browse files Browse the repository at this point in the history
Prepare release sdk-v0.2.1
  • Loading branch information
hatemhosny authored Oct 16, 2023
2 parents 7bb11bc + 65445c8 commit eea5d73
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file. See [standa

---

## [sdk-v0.2.1](https://github.com/live-codes/livecodes/compare/v15...sdk-v0.2.1) (2023-10-16)

This release mainly updates TypeScript type definitions.

### Bug Fixes

- **types:** fix types and pkg info for modules with CDN specifier ([7cdd9b2](https://github.com/live-codes/livecodes/commit/7cdd9b25b0c5180090a199f7156d3c2e487b775b))

### Features

- **SDK:** add `flex-grow` to playground container and export type `Language` ([3de6805](https://github.com/live-codes/livecodes/commit/3de6805d3852a41b223df4a05a0784e27da03a67))
- **compilers:** add language `lua-wasm` using wasmoon ([832c8e6](https://github.com/live-codes/livecodes/commit/832c8e6ce61799766a93441f6decd809f793f16f))
- **compilers:** add support for php-wasm ([7cf8780](https://github.com/live-codes/livecodes/commit/7cf878010a1346c51f5149c995db4d68ccf532a2))
- **compilers:** add support for ruby-wasm ([0842d01](https://github.com/live-codes/livecodes/commit/0842d0150754f3aa87fc73172063d65180b710b7))
- **import:** allow importing typescript playground projects ([ced7678](https://github.com/live-codes/livecodes/commit/ced7678dfbd3417dd286920b0f540f114d91cce8))
- **import:** import from svelte playground ([a8d35e2](https://github.com/live-codes/livecodes/commit/a8d35e20727a554f9e392134ef30f0959ffa7a77))
- **import:** import from vue playground ([9406630](https://github.com/live-codes/livecodes/commit/94066306638c397781f50c0075f33e17447309a4))

---

## [v15](https://github.com/live-codes/livecodes/compare/v14...v15) (2023-10-01)

This release improves R and Python(Pyodide) language support:
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/package.sdk.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livecodes",
"version": "0.2.0",
"version": "0.2.1",
"description": "Code Playground That Just Works!",
"author": "Hatem Hosny",
"license": "MIT",
Expand Down

0 comments on commit eea5d73

Please sign in to comment.