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 84bba87 commit 7aef8d0Copy full SHA for 7aef8d0
packages/connect-react/CHANGELOG.md
@@ -1,10 +1,14 @@
1
<!-- markdownlint-disable MD024 -->
2
# Changelog
3
4
-# [1.0.0-preview.8] - 2024-12-09
+# [1.0.0-preview.9] - 2024-12-10
5
6
- Disabled submit button when form is incomplete
7
8
+# [1.0.0-preview.8] - 2024-12-09
9
+
10
+- Fix dynamic props in the Connect demo app
11
12
# [1.0.0-preview.7] - 2024-12-05
13
14
- Use proper casing for `stringOptions` now that configure prop is properly async
packages/connect-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@pipedream/connect-react",
- "version": "1.0.0-preview.8",
+ "version": "1.0.0-preview.9",
"description": "Pipedream Connect library for React",
"files": [
"dist"
0 commit comments