piral-react 1.4.0-beta.6280 → 1.4.0-beta.6287

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,6 +4,12 @@
4
4
 
5
5
  This is a plugin that only has a peer dependency to `react@>=16` and `react-dom@>=16`. What `piral-react` brings to the table is a set of Pilet API extensions that can be used with `piral` or `piral-core`.
6
6
 
7
+ ::: warning: Experimental release
8
+ Right now this package is released as an experimental converter. While it does automatically switch between the existing React tree and a new React tree (depending on the version of React being used) it does not include any handling geared towards the `react-router`. Therefore, problems with shared or non-shared React Router instances are expected.
9
+
10
+ Our recommendation for the moment is to only use this package if you know that you are using a different version of React + React Router (i.e., have both bundled / using your own version and not the one provided by the Piral instance), i.e., using your own context providers, too.
11
+ :::
12
+
7
13
  The set includes a React 16+ converter for any component registration, as well as a `fromReact` shortcut and a `ReactExtension` component.
8
14
 
9
15
  By default, these API extensions are not integrated in `piral`, so you'd need to add them to your Piral instance.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-react",
3
- "version": "1.4.0-beta.6280",
3
+ "version": "1.4.0-beta.6287",
4
4
  "description": "Plugin for integrating React 16+ components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -67,7 +67,7 @@
67
67
  "test": "echo \"Error: run tests from root\" && exit 1"
68
68
  },
69
69
  "devDependencies": {
70
- "piral-core": "1.4.0-beta.6280"
70
+ "piral-core": "1.4.0-beta.6287"
71
71
  },
72
- "gitHead": "8402e4d3d6f5de2e76c48bcc5ce79279a3c957e4"
72
+ "gitHead": "7aa3284b55970365eae54d79191975b6d0a05607"
73
73
  }