Skip to content

Commit 435555b

Browse files
committed
feat(connect-react): remove bad polyfill, remove accidental inclusion of lodash (1.0.1)
1 parent 9dbabea commit 435555b

File tree

9 files changed

+15
-2291
lines changed

9 files changed

+15
-2291
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.1] - 2025-02-19
5+
6+
- remove bad polyfill (would break checking `document`)
7+
- handle bad `decode-named-character-reference` browser import via vite resolve.alias
8+
- stop accidentally bundling `lodash` (-80KB for es build)
9+
410
# [1.0.0-preview.30] - 2025-02-19
511

612
- SelectApp and SelectComponent Improvements

packages/connect-react/examples/nextjs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)