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

Updates to Experimental features and bug fixes #960

Merged
merged 144 commits into from
Aug 8, 2023
Merged

Updates to Experimental features and bug fixes #960

merged 144 commits into from
Aug 8, 2023

Conversation

ryansolid
Copy link
Member

@ryansolid ryansolid commented Jul 31, 2023

9 months ago @nksaraf and few others worked on a movies and notes demos to show off new Islands router capability and over the month made huge changes to Solid Start especially around experimental features I haven't been in the position to merge until now. This has delayed being able to merge improvements around these features against main since dev had moved so much.

Key differences here is that all experimental flags being moved under experimental key on solid-start config, and that instead of the unstable_islands this uses use client to define Islands. This is still still very experimental but in order to move forward we need to get this back into the trunk.

Hopefully nothing else has broken due to these changes and I've tried my best to vet my merge the last couple weeks but you never know. I still need to get types updated and I've noticed some bugs around islands routing that I need to look into as well.

nksaraf and others added 30 commits October 20, 2022 01:03
[Movies Example] Removed v attributes and added in conditional renders
[Movies Example] Don't render ListingCarousel if it doesn't have any items
[Movies Example] Added debounce to the search
[Movies Example] PersonInfo and ExternalLinks components
@ryansolid
Copy link
Member Author

I fixed the types but tests are still broken in everything but node.. This commit is likely the culprit: 848ad00

It looks like it only updated node and not other environments.

@ryansolid ryansolid merged commit 7caeca4 into main Aug 8, 2023
23 of 27 checks passed
@ryansolid ryansolid deleted the dev branch August 8, 2023 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.