@tinacms/forms
Advanced tools
Comparing version 0.38.0 to 0.39.0
/** | ||
Copyright 2019 Forestry.io Inc | ||
Copyright 2021 Forestry.io Holdings, Inc. | ||
@@ -23,3 +23,4 @@ Licensed under the Apache License, Version 2.0 (the "License"); | ||
fields: Field[]; | ||
initialValues?: FormShape; | ||
onSubmit(value: FormShape, cms: CMS): Promise<void> | void; | ||
} |
/** | ||
Copyright 2019 Forestry.io Inc | ||
Copyright 2021 Forestry.io Holdings, Inc. | ||
@@ -5,0 +5,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
/** | ||
Copyright 2019 Forestry.io Inc | ||
Copyright 2021 Forestry.io Holdings, Inc. | ||
@@ -5,0 +5,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
/** | ||
Copyright 2019 Forestry.io Inc | ||
Copyright 2021 Forestry.io Holdings, Inc. | ||
@@ -5,0 +5,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
/** | ||
Copyright 2019 Forestry.io Inc | ||
Copyright 2021 Forestry.io Holdings, Inc. | ||
@@ -5,0 +5,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
/** | ||
Copyright 2019 Forestry.io Inc | ||
Copyright 2021 Forestry.io Holdings, Inc. | ||
@@ -5,0 +5,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
@@ -6,2 +6,14 @@ # Change Log | ||
# [0.39.0](https://github.com/tinacms/tinacms/compare/v0.38.0...v0.39.0) (2021-03-30) | ||
### Bug Fixes | ||
* copyright ([e4323c2](https://github.com/tinacms/tinacms/commit/e4323c25b7e893005bffad1827018b523b7f6939)), closes [#1778](https://github.com/tinacms/tinacms/issues/1778) | ||
* **@tinacms/react-sidebar:** Allows initialValues for ContentCreator Plugins ([7562809](https://github.com/tinacms/tinacms/commit/756280929033e885955f5de4d6653d6efa553bc4)) | ||
# [0.38.0](https://github.com/tinacms/tinacms/compare/v0.37.0...v0.38.0) (2021-03-08) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@tinacms/forms", | ||
"version": "0.38.0", | ||
"version": "0.39.0", | ||
"main": "build/index.js", | ||
@@ -31,4 +31,4 @@ "types": "build/index.d.ts", | ||
"devDependencies": { | ||
"@tinacms/core": "^0.33.0", | ||
"@tinacms/scripts": "^0.29.0" | ||
"@tinacms/core": "^0.39.0", | ||
"@tinacms/scripts": "^0.39.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "eede6248004933ab3ee74e1cc1f499a7d5b2e6e5" | ||
"gitHead": "713b2062569d5169c32b9571cc750202ccbb3795" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33081
228