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 3c86c88 commit 8835a04Copy full SHA for 8835a04
packages/connect-react/CHANGELOG.md
@@ -1,6 +1,11 @@
1
<!-- markdownlint-disable MD024 -->
2
# Changelog
3
4
+# [1.0.0-preview.25] - 2025-01-28
5
+
6
+- Show prop labels instead of values after selecting dynamic props
7
+- Fix the bug where a remote option would not be reloaded when the form component is re-rendered
8
9
# [1.0.0-preview.24] - 2025-01-24
10
11
- Fix the bug where inputting multiple strings into an array prop would merge the strings into one
packages/connect-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@pipedream/connect-react",
- "version": "1.0.0-preview.24",
+ "version": "1.0.0-preview.25",
"description": "Pipedream Connect library for React",
"files": [
"dist"
0 commit comments