Skip to content

Commit 53dda41

Browse files
committed
Version 1.1.1
1 parent 2a047e8 commit 53dda41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The sandbox accepts the following props/parameters.
9696

9797
| Title | Description | Default |
9898
| ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
99-
| **`preset`** | This sets reasonable defaults for other parameters. Options are `javascript`, `react`, and `react-native`. | `'javascript'` |
99+
| **`preset`** | This sets reasonable defaults for other parameters. Options are `javascript`, `react`, and `react-native`. Experimental options are `html` and `python` - make sure to lock down your javascript-playgrounds library version if you use these, since they may change. | `'javascript'` |
100100
| **`title`** | An optional title for the editor pane. | `''` |
101101
| **`code`** | The code to show/run in the player. | The sample app |
102102
| **`files`** | A map of `{ [filename]: code }`. This will take precedence over `code` if given. | `undefined` |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-playgrounds",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Interactive JavaScript sandbox",
55
"main": "dist/javascript-playgrounds.js",
66
"files": [

0 commit comments

Comments
 (0)