Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add exports #1044

Merged
merged 7 commits into from
Jan 21, 2025
Merged

feat: add exports #1044

merged 7 commits into from
Jan 21, 2025

Conversation

kellyjosephprice
Copy link
Collaborator

@kellyjosephprice kellyjosephprice commented Jan 15, 2025

PR App Ref RM-11730, RM-11731

🧰 Changes

Adds support for multiple exports.

Prior to this, we were simply ignoring any non-default exports. This pulls the exports from the passed in components, and adds them to the hook that provides component lookup.

🧬 QA & Testing

@kellyjosephprice kellyjosephprice marked this pull request as ready for review January 15, 2025 21:54
@@ -1,5 +1,5 @@
ARG NODE_VERSION=18
FROM node:${NODE_VERSION}-alpine3.18
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docker image were using is deprecated now. I think this is the cause of the font changes in all the snapshots?

Comment on lines -11 to -18
ifeq ($(USE_LEGACY), true)
dockerfile = -f Dockerfile.legacy
endif

ifeq ($(USE_LEGACY), true)
dockerfile = -f Dockerfile.legacy
endif

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'legacy' Dockerfile was for supporting node v18. node 18 is very close to end of life and we weren't even running tests against it anymore.

Copy link
Contributor

@davinhazard davinhazard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@kellyjosephprice kellyjosephprice merged commit bf9ed34 into next Jan 21, 2025
14 checks passed
@kellyjosephprice kellyjosephprice deleted the feat/exports branch January 21, 2025 22:34
rafegoldberg pushed a commit that referenced this pull request Jan 22, 2025
## Version 7.12.0
### ✨ New & Improved

* add exports ([#1044](#1044)) ([bf9ed34](bf9ed34))
* global vars ([#1039](#1039)) ([ecb7f61](ecb7f61))

### 🛠 Fixes & Updates

* add exports util with tests ([#1045](#1045)) ([e5180a4](e5180a4))

<!--SKIP CI-->
@rafegoldberg
Copy link
Contributor

This PR was released!

🚀 Changes included in v7.12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants