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

A few blockly tutorial fixes #10384

Merged
merged 3 commits into from
Feb 13, 2025
Merged

A few blockly tutorial fixes #10384

merged 3 commits into from
Feb 13, 2025

Conversation

riknoll
Copy link
Member

@riknoll riknoll commented Feb 12, 2025

each commit is a different fix!

fixes microsoft/pxt-arcade#6630
the issue here was that the min/max properties on the field were unset, which was causing it fail to parse values passed in as the default

fixes microsoft/pxt-arcade#6643
this issue was that we weren't busting the flyout cache properly for tutorials where the contents of a flyout can change for each step

fixes microsoft/pxt-arcade#6627
there are a ton of different ways to decompile to the tileset field and each one has slightly different syntax. adding a fallback case to the if statement that just tries to find the asset by name even if the value passed in isn't in the full asset reference format

@riknoll riknoll requested a review from a team February 12, 2025 19:55
Copy link
Contributor

@thsparks thsparks left a comment

Choose a reason for hiding this comment

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

:shipit:

@riknoll riknoll merged commit 4c5f478 into master Feb 13, 2025
6 checks passed
@riknoll riknoll deleted the dev/riknoll/block-config-fixes branch February 13, 2025 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants