We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51776cf + 884f348 commit adaefa5Copy full SHA for adaefa5
.changeset/ninety-boats-sit.md
CHANGELOG.md
@@ -1,7 +1,13 @@
1
# React-Live Changelog
2
3
+## 4.0.0
4
+
5
+### Major Changes
6
7
+- Migrated codebase to TypeScript. ([#346](https://github.com/FormidableLabs/react-live/pull/346))
8
9
## 3.2.0
10
11
### Minor Changes
12
-* Re-implement the original theme overriding behavior ([#336](https://github.com/FormidableLabs/react-live/pull/336)] @ryan-roemer
13
+- Re-implement the original theme overriding behavior ([#336](https://github.com/FormidableLabs/react-live/pull/336)] @ryan-roemer
package.json
@@ -1,6 +1,6 @@
{
"name": "react-live",
- "version": "3.2.0",
+ "version": "4.0.0",
"description": "A production-focused playground for live editing React code",
"main": "dist/react-live.cjs.js",
"types": "dist/index.d.ts",
0 commit comments