Skip to content

Commit 902ac05

Browse files
Updating connect-react README
1 parent e0c4c89 commit 902ac05

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

packages/connect-react/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<!-- markdownlint-disable MD024 -->
2+
23
# Changelog
34

4-
# [1.0.1] - 2025-02-19
5+
# [1.0.2] - 2025-04-24
6+
7+
- Updating README to remove note about this package being in early preview
8+
9+
# [1.0.1] - 2025-04-16
510

611
- remove bad polyfill (would break checking `document`)
712
- handle bad `decode-named-character-reference` browser import via vite resolve.alias
@@ -20,7 +25,7 @@
2025
- Surface SDK errors in the form
2126

2227
# [1.0.0-preview.27] - 2025-01-30
23-
28+
2429
- Add styling to alerts
2530

2631
# [1.0.0-preview.26] - 2025-01-29

packages/connect-react/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Pipedream Connect-React
22

3-
> [!IMPORTANT]
4-
> This package is in early preview and is undergoing rapid development, polish, and expanding customization capabilities.
3+
> This package is actively maintained and is continuing to expand supported capabilities and overall developer experience.
54
>
65
> Please join [our community](https://pipedream.com/support) or reach out to `connect@pipedream.com` with feedback.
76
@@ -149,7 +148,7 @@ type ComponentFormProps = {
149148
onUpdateConfiguredProps: (v: Record<string, any>) => void;
150149
/** Hide optional props section */
151150
hideOptionalProps: boolean;
152-
/** SDK response payload. Used in conjunction with enableDebugging to
151+
/** SDK response payload. Used in conjunction with enableDebugging to
153152
* show errors in the form. */
154153
sdkResponse: unknown[] | unknown | undefined;
155154
/** Whether to show show errors in the form. Requires sdkErrors to be set. */

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.1",
3+
"version": "1.0.2",
44
"description": "Pipedream Connect library for React",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)