We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ef751 commit 6805a60Copy full SHA for 6805a60
packages/connect-react/CHANGELOG.md
@@ -1,6 +1,11 @@
1
<!-- markdownlint-disable MD024 -->
2
# Changelog
3
4
+# [1.0.0-preview.11] - 2024-12-13
5
+
6
+- Make prop validation more consistent with app behavior
7
+- Relax validation of string props when value is not a string
8
9
# [1.0.0-preview.10] - 2024-12-12
10
11
- Enforce string length limits
packages/connect-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@pipedream/connect-react",
- "version": "1.0.0-preview.10",
+ "version": "1.0.0-preview.11",
"description": "Pipedream Connect library for React",
"files": [
"dist"
0 commit comments