Version Packages - #17
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@java-memory-playground/java-memory-playground@0.2.4
Patch Changes
76690bbThanks @mikebarkmin! - Let a numeric attribute or local variable be cleared while typing.The field rendered
value || 0, so deleting the last digit put a0straight back. To enter5you had to type it in front of that zero and then delete the zero —
50, then backspace.An emptied field now stays empty for as long as it has focus, and falls back to
0on blur, so afield left blank still holds a number.
4d10dddThanks @mikebarkmin! - Say how each step went, one dot per step.There was one verdict for the whole diagram, and nothing cleared it: solving a step turned the bar
green, and walking on to the next step left the green standing under a step nobody had answered
yet. The same went for red.
A check now belongs to the step it judged, and the bar carries a dot for every step: black for a
step of the trace, with nothing to do; yellow for an exercise not checked yet; green for one that
was got right; red for one that was not. A tick and a cross inside the green and the red dots say
it again for anyone who cannot tell the two hues apart, and for the printer.
The dots are the walk through the steps as well: the arrows sit either side of the strip, clicking
a dot goes to that step, and the "3 / 7" count they replaced is gone.
A verdict is kept with a fingerprint of the diagram it judged, so changing the step puts it back to
not-checked rather than leaving a stale answer standing; moving a node, which changes nothing a
check looks at, leaves it alone. Being shown the solution is no longer scored as having got it
right.
@java-memory-playground/web-component@0.3.3
Patch Changes
76690bb,4d10ddd]:java-memory-playground-studio@0.1.5
Patch Changes
76690bb,4d10ddd]:web@0.2.4
Patch Changes
76690bb,4d10ddd]: