Skip to content

Commit 3a44c77

Browse files
committed
Update version and changelog
1 parent 538182d commit 3a44c77

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/connect-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<!-- markdownlint-disable MD024 -->
22
# Changelog
33

4+
# [1.0.0-preview.24] - 2025-01-24
5+
6+
- Fix the bug where inputting multiple strings into an array prop would merge the strings into one
7+
- Fix custom string input for remote options
8+
- Fix the reloading of a previously selected remote option when re-rendering the form component
9+
410
# [1.0.0-preview.23] - 2025-01-22
511

612
- Show the prop label instead of the value after selecting from a dropdown for string array props

packages/connect-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/connect-react",
3-
"version": "1.0.0-preview.23",
3+
"version": "1.0.0-preview.24",
44
"description": "Pipedream Connect library for React",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)