@remoteoss/json-schema-form 0.7.4-beta.0 → 0.7.4-dev.20231107125305
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/CHANGELOG.md +2 -8
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/standalone.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,14 @@
|
|
|
1
|
-
#### 0.7.4-beta.0 (2023-11-07)
|
|
2
|
-
|
|
3
|
-
##### Chores
|
|
4
|
-
|
|
5
|
-
- Follow-up of #57. Ignore internal attributes from conditional attributes removal ([#58](https://github.com/remoteoss/json-schema-form/pull/58)) ([ee762c2e](https://github.com/remoteoss/json-schema-form/commit/ee762c2e90834a9ec0d7b88af47cefe1e3a03dd1))
|
|
6
|
-
|
|
7
1
|
#### 0.7.3-beta.0 (2023-11-07)
|
|
8
2
|
|
|
9
3
|
##### Bug Fixes
|
|
10
4
|
|
|
11
|
-
|
|
5
|
+
* Remove conditional attributes after the condition is unmatched ([#57](https://github.com/remoteoss/json-schema-form/pull/57)) ([8bac7145](https://github.com/remoteoss/json-schema-form/commit/8bac7145dfdd4136c0613044389666a614eb12f7))
|
|
12
6
|
|
|
13
7
|
#### 0.7.2-beta.0 (2023-11-06)
|
|
14
8
|
|
|
15
9
|
##### Bug Fixes
|
|
16
10
|
|
|
17
|
-
|
|
11
|
+
* **select/radio:** Support oneOf[].pattern validation ([#47](https://github.com/remoteoss/json-schema-form/pull/47)) ([5a4bb592](https://github.com/remoteoss/json-schema-form/commit/5a4bb59266ff595a9cb65f5b261a4ae2f3ad279f))
|
|
18
12
|
|
|
19
13
|
#### 0.7.1-beta.0 (2023-10-31)
|
|
20
14
|
|
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
3
|
Copyright (c) 2023 Remote Technology, Inc.
|
|
4
|
-
NPM Package: @remoteoss/json-schema-form@0.7.4-
|
|
5
|
-
Generated: Tue, 07 Nov 2023
|
|
4
|
+
NPM Package: @remoteoss/json-schema-form@0.7.4-dev.20231107125305
|
|
5
|
+
Generated: Tue, 07 Nov 2023 12:53:20 GMT
|
|
6
6
|
|
|
7
7
|
MIT License
|
|
8
8
|
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
3
|
Copyright (c) 2023 Remote Technology, Inc.
|
|
4
|
-
NPM Package: @remoteoss/json-schema-form@0.7.4-
|
|
5
|
-
Generated: Tue, 07 Nov 2023
|
|
4
|
+
NPM Package: @remoteoss/json-schema-form@0.7.4-dev.20231107125305
|
|
5
|
+
Generated: Tue, 07 Nov 2023 12:53:20 GMT
|
|
6
6
|
|
|
7
7
|
MIT License
|
|
8
8
|
|
package/dist/standalone.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
3
|
Copyright (c) 2023 Remote Technology, Inc.
|
|
4
|
-
NPM Package: @remoteoss/json-schema-form@0.7.4-
|
|
5
|
-
Generated: Tue, 07 Nov 2023
|
|
4
|
+
NPM Package: @remoteoss/json-schema-form@0.7.4-dev.20231107125305
|
|
5
|
+
Generated: Tue, 07 Nov 2023 12:53:20 GMT
|
|
6
6
|
|
|
7
7
|
MIT License
|
|
8
8
|
|
package/package.json
CHANGED