react-famewall 1.0.10 → 2.0.0

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
@@ -12,6 +12,10 @@ Highlight and display social media mentions as beautiful testimonials. Enjoy the
12
12
  npm install --save react-famewall
13
13
  ```
14
14
 
15
+ Requires React 16.3 or newer.
16
+
17
+ > **v2:** the component now renders Famewall's script-based embed (the same no-iframe widget as the HTML embed code) instead of an iframe — search engines can read your testimonials and the widget sizes itself natively. The embed script is loaded once per page automatically, no matter how many embeds you render. All props are unchanged from v1.
18
+
15
19
  ## Basic Usage
16
20
 
17
21
  ```jsx