@bladeberg/editor 0.2.1 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/README.npm.md +3 -3
- package/dist-npm/bladeberg.js +6001 -321
- package/package.json +4 -6
package/README.md
CHANGED
|
@@ -11,12 +11,12 @@ BladeBerg wraps [`@automattic/isolated-block-editor`](https://github.com/Automat
|
|
|
11
11
|
## Install
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npm install @bladeberg/editor
|
|
14
|
+
npm install @bladeberg/editor
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
That's it.
|
|
17
|
+
That's it. **No React install needed** — the package bundles React 18 (required by Gutenberg) and the full editor runtime. Your app can use React 19 for its own UI without conflict.
|
|
18
18
|
|
|
19
|
-
**Requirements:**
|
|
19
|
+
**Requirements:** A modern browser and a bundler that supports ESM (`import`).
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
package/README.npm.md
CHANGED
|
@@ -11,12 +11,12 @@ BladeBerg wraps [`@automattic/isolated-block-editor`](https://github.com/Automat
|
|
|
11
11
|
## Install
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npm install @bladeberg/editor
|
|
14
|
+
npm install @bladeberg/editor
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
That's it.
|
|
17
|
+
That's it. **No React install needed** — the package bundles React 18 (required by Gutenberg) and the full editor runtime. Your app can use React 19 for its own UI without conflict.
|
|
18
18
|
|
|
19
|
-
**Requirements:**
|
|
19
|
+
**Requirements:** A modern browser and a bundler that supports ESM (`import`).
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|