Bump pxt 12.x and some other changes#5
Merged
Conversation
Replacing ports with images. field ports has been removed. Almost completely repeats the functionality.
Where did turnRatio come from?
The last change to field_colour removed the addition of className. It’s not clear for what reason, but I’m adding it myself now.
The new version of FieldColorNumber does not apply applyColour() inside the doValueUpdate_() method. Secondly, the applyColour() method was redesigned in the new version so that it no longer worked with this enum code.
It turned out that the buttons were wrong for some reason. The sorting of the data in options.data has changed for some reason.
Additional changes that build on this. microsoft/pxt-ev3#1035 I also wanted to filter by vendorID and productID, but then the selection window did not display anything. I don't know what's wrong. As before, downloading via bluetooth works on my surface pro 6 with windows 11. Loading did not work on another computer in the robotics class with Windows 10. Perhaps this change will have a positive effect. I will check it.
timeOut is quite an interesting property and if it is used in js, then switching in the block will not be converted.
BlocklyDropDownContent legoColorPicker color none crossed out style
For color none, I set a transparent pattern instead of a color for the block with colorEnumPicker.
Author
|
This should be the last thing to be accepted into a separate release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
microsoft#1052