a-form-react 0.1.4 → 0.1.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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  `a-form-react` renders AForm through RJSF and AJV. It connects JSON Schema validation, UI Schema hints, controlled React state, and a responsive 12-column layout through `AForm`.
6
6
 
7
+ [Open the AForm Playground](https://alansferreira.github.io/a-form/) to preview the React renderer at mobile, tablet, and desktop widths.
8
+
7
9
  ## Install
8
10
 
9
11
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-form-react",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -19,8 +19,8 @@
19
19
  "@rjsf/core": "^6.10.0",
20
20
  "@rjsf/utils": "^6.10.0",
21
21
  "@rjsf/validator-ajv8": "^6.10.0",
22
- "a-form-async-validation": "^0.1.4",
23
- "a-form-core": "^0.1.4"
22
+ "a-form-async-validation": "^0.1.5",
23
+ "a-form-core": "^0.1.5"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">=18.0.0",