-
-
Notifications
You must be signed in to change notification settings - Fork 132
Release 0.14.24 #513
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
Release 0.14.24 #513
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! 🚀
The only thing I'd throw into the room is that I thought of perhaps renaming noEmptyRender
to something like skipCustomRenderWhenEmpty
? When I first looked at the test case above, noEmptyRender
, without looking at the docs, made me think that nothing would be rendered when the slot is empty, i.e. that it might allow to conditionally hide the custom empty state in certain conditions. But maybe that's just me being weird... 😄
And I thought How about |
Hehe, point taken - though I don't necessarily find long names bad if they make things clearer (at least with IntelliSense...).
That's why I thought about the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome stuff, great to have a PNPM workaround mentioned already! 🚀
New Pull Request
For more information, see the
CONTRIBUTING
guide.Prerequisites
Please make sure you can check the following boxes:
Type(s) of Changes
Contribution Type
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Description
Fixes an issue with Node 17 with removed the support for the trailing slash notation on exports (only star exports work now).
Also added two props that have been demanded for a while on
ExtensionSlot
. Now the behavior ofempty
can be controlled a bit. Beforehand it always calledempty
and thenrender
, nowrender
may be discarded in case of a desired different envelop forempty
. Theorder
prop can be helpful, too, whenrender
seems to powerful / too much work.Remarks
Potentially we'll also add support for
rush
as monorepo driver. Not sure yet.