File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!-- markdownlint-disable MD024 -->
2
+
2
3
# Changelog
3
4
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
5
10
6
11
- remove bad polyfill (would break checking ` document ` )
7
12
- handle bad ` decode-named-character-reference ` browser import via vite resolve.alias
20
25
- Surface SDK errors in the form
21
26
22
27
# [ 1.0.0-preview.27] - 2025-01-30
23
-
28
+
24
29
- Add styling to alerts
25
30
26
31
# [ 1.0.0-preview.26] - 2025-01-29
Original file line number Diff line number Diff line change 1
1
# Pipedream Connect-React
2
2
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.
5
4
>
6
5
> Please join [ our community] ( https://pipedream.com/support ) or reach out to ` connect@pipedream.com ` with feedback.
7
6
@@ -149,7 +148,7 @@ type ComponentFormProps = {
149
148
onUpdateConfiguredProps: (v: Record< string, any> ) => void;
150
149
/** Hide optional props section * /
151
150
hideOptionalProps: boolean;
152
- /** SDK response payload. Used in conjunction with enableDebugging to
151
+ /** SDK response payload. Used in conjunction with enableDebugging to
153
152
* show errors in the form. * /
154
153
sdkResponse: unknown[] | unknown | undefined;
155
154
/** Whether to show show errors in the form. Requires sdkErrors to be set. * /
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pipedream/connect-react" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Pipedream Connect library for React" ,
5
5
"files" : [
6
6
" dist"
You can’t perform that action at this time.
0 commit comments