@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 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 react react-dom
14
+ npm install @bladeberg/editor
15
15
  ```
16
16
 
17
- That's it. The Gutenberg runtime is **bundled inside the package** you won't hit WordPress dependency hell.
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:** React 18, a modern browser, and a bundler that supports ESM (`import`).
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 react react-dom
14
+ npm install @bladeberg/editor
15
15
  ```
16
16
 
17
- That's it. The Gutenberg runtime is **bundled inside the package** you won't hit WordPress dependency hell.
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:** React 18, a modern browser, and a bundler that supports ESM (`import`).
19
+ **Requirements:** A modern browser and a bundler that supports ESM (`import`).
20
20
 
21
21
  ---
22
22