8000 Tags · tomrow/python-editor-v3 · GitHub
[go: up one dir, main page]

Skip to content

Tags: tomrow/python-editor-v3

Tags

v3.0.16

Toggle v3.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade deploy script with GitHub actions fixes (microbit-foundation#…

…1094)

v3.0.15

Toggle v3.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update stage calculation (microbit-foundation#1093)

Closes microbit-foundation#1092

v3.0.14

Toggle v3.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable Dutch for production (microbit-foundation#1089)

It has been proofread and approved by Emma.

v3.0.13

Toggle v3.0.13's commit message

Verified

This commit was created on 8000 GitHub.com and signed with GitHub’s verified signature. The key has expired.
Minor zh-tw translation update. (microbit-foundation#1081)

Only a stubs change.

v3.0.12

Toggle v3.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Audit fixes, including craco 7.0.0. (microbit-foundation#1074)

Covers current dependabot alert.

v3.0.11

Toggle v3.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Signature help fix tweak. (microbit-foundation#1067)

Close the signature help while we know the view is still good.
Alternatively we could cancel the timeout but this is OK too.
I can't see simple API to check that a view is still good to interact
with after an async step.

v3.0.10

Toggle v3.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Structure highlighting bug fixes (microbit-foundation#1061)

* Don't ask for line information past EOF.

Closes microbit-foundation#1060

Can be reproduced with `if True:pass` at EOF and, importantly, outside
the viewport (so prepended with blank lines, for example).

I'm not sure our behaviour in this scenario makes sense but this change
at least makes it safe.

* Detect the `if True:pass` case consistently.

Use a simpler approach to test if we're the same line to make it easier
to follow.

v3.0.9

Toggle v3.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid nested updates closing signature help. (microbit-foundation#1058)

Fixes issue observed on beta.

v3.0.8

Toggle v3.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test tab out of editor scenarios (microbit-foundation#1051)

Regression test for microbit-foundation#1048

Try to make the existing focus tests simpler to follow.
Create a method to assert focus that we can use to create more such assertions.

v3.0.7

Toggle v3.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle error identifying hex from MakeCode. (microbit-foundation#1043)

Ensure we show the original error (suboptimal though it may well be)
rather than silently failing.
0