react-formio-engine 1.0.3 → 1.0.5

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # react-formio-engine
2
2
 
3
- React functional components for form rendering and building, powered by [formiojs](https://github.com/formio/formio.js). Drop-in replacement for `@formio/react` and `@converselabs/react-formio` with no class components.
3
+ React functional components for form rendering and building, powered by [formiojs](https://github.com/formio/formio.js). Drop-in replacement for `@formio/react` with no class components.
4
4
 
5
5
  ## Install
6
6
 
@@ -112,7 +112,7 @@ import { FormEngineProvider, Form } from 'react-formio-engine';
112
112
 
113
113
  - Supports the same JSON schema format as formio.js v4
114
114
  - `ReactComponent` and `baseEditForm` re-exported for existing custom components
115
- - Drop-in API compatible with `@converselabs/react-formio`
115
+ - Drop-in API compatible with `@formio/react`
116
116
 
117
117
  ## License
118
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-formio-engine",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Form engine with builder and renderer - formiojs-powered with React functional components",
5
5
  "type": "module",
6
6
  "main": "dist/form-engine.umd.js",