@rjsf/semantic-ui 5.0.1 → 5.1.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  <p align="center">
17
17
  Semantic UI theme, fields and widgets for <a href="https://github.com/rjsf-team/react-jsonschema-form/"><code>react-jsonschema-form</code></a>.
18
18
  <br />
19
- <a href="https://react-jsonschema-form.readthedocs.io/en/stable/"><strong>Explore the docs »</strong></a>
19
+ <a href="https://rjsf-team.github.io/react-jsonschema-form/docs/"><strong>Explore the docs »</strong></a>
20
20
  <br />
21
21
  <br />
22
22
  <a href="https://rjsf-team.github.io/react-jsonschema-form/">View Playground</a>
@@ -98,7 +98,7 @@ const Form = withTheme(SemanticUITheme);
98
98
  ```
99
99
 
100
100
  ## Optional Semantic UI Theme properties
101
- - To pass additional properties to widgets, see this [guide](https://react-jsonschema-form.readthedocs.io/en/stable/form-customization/#object-additional-properties).
101
+ - To pass additional properties to widgets, see this [guide](https://rjsf-team.github.io/react-jsonschema-form/docs/usage/objects#additional-properties).
102
102
 
103
103
  #### Semantic Widget Optional Properties
104
104
  - [Semantic props for TextWidget](https://react.semantic-ui.com/elements/input/)
@@ -138,7 +138,7 @@ See the [open issues](https://github.com/rjsf-team/react-jsonschema-form/issues)
138
138
 
139
139
  ## Contributing
140
140
 
141
- Read our [contributors' guide](https://react-jsonschema-form.readthedocs.io/en/stable/contributing/) to get started.
141
+ Read our [contributors' guide](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing/) to get started.
142
142
 
143
143
  <!-- CONTACT -->
144
144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rjsf/semantic-ui",
3
- "version": "5.0.1",
3
+ "version": "5.1.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/semantic-ui.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -37,25 +37,25 @@
37
37
  "@babel/cli": "^7.20.7",
38
38
  "@babel/core": "^7.20.12",
39
39
  "@babel/plugin-proposal-class-properties": "^7.18.6",
40
- "@babel/plugin-transform-react-jsx": "^7.20.7",
40
+ "@babel/plugin-transform-react-jsx": "^7.20.13",
41
41
  "@babel/preset-env": "^7.20.2",
42
42
  "@babel/preset-react": "^7.18.6",
43
43
  "@babel/register": "^7.18.9",
44
- "@rjsf/core": "^5.0.1",
45
- "@rjsf/utils": "^5.0.1",
46
- "@rjsf/validator-ajv8": "^5.0.1",
44
+ "@rjsf/core": "^5.1.0",
45
+ "@rjsf/utils": "^5.1.0",
46
+ "@rjsf/validator-ajv8": "^5.1.0",
47
47
  "@types/lodash": "^4.14.191",
48
48
  "@types/react": "^17.0.39",
49
49
  "@types/react-dom": "^17.0.17",
50
50
  "@types/react-test-renderer": "^17.0.2",
51
51
  "atob": "^2.0.3",
52
52
  "dts-cli": "^1.6.3",
53
- "eslint": "^8.31.0",
53
+ "eslint": "^8.33.0",
54
54
  "nanoid": "^3.3.4",
55
55
  "react": "^17.0.2",
56
56
  "react-dom": "^17.0.2",
57
57
  "react-test-renderer": "^17.0.2",
58
- "rimraf": "^4.0.4"
58
+ "rimraf": "^4.1.2"
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public"
@@ -85,5 +85,5 @@
85
85
  "semantic-ui-css": "^2.5.0",
86
86
  "semantic-ui-react": "1.3.1"
87
87
  },
88
- "gitHead": "3a44e46656913a0bcb8b3f540115301fad77be08"
88
+ "gitHead": "6befd6731723b59564631f0475941403ec1c6fd2"
89
89
  }