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

Bump pxt 10 and some other changes #1052

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    118e7af View commit details
    Browse the repository at this point in the history
  2. Update deploy.ts

    THEb0nny committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f02e716 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    20158f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Update extension.ts

    THEb0nny committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    969d2e5 View commit details
    Browse the repository at this point in the history
  2. Update field_music.ts

    THEb0nny committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6ac7b2e View commit details
    Browse the repository at this point in the history
  3. Update field_ports.ts

    THEb0nny committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c6f7cb1 View commit details
    Browse the repository at this point in the history
  4. Update field_music.ts

    THEb0nny committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c0a712c View commit details
    Browse the repository at this point in the history
  5. Update field_color.ts

    THEb0nny committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5816038 View commit details
    Browse the repository at this point in the history
  6. Update field_music.ts

    THEb0nny committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    53a46bf View commit details
    Browse the repository at this point in the history
  7. Update field_music.ts

    THEb0nny committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    62efa39 View commit details
    Browse the repository at this point in the history
  8. Update field_motors.ts

    THEb0nny committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    536dbad View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Update field_brickbuttons.ts

    THEb0nny committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    23e2f7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf4852 View commit details
    Browse the repository at this point in the history
  3. Update field_ports.ts

    THEb0nny committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e67e668 View commit details
    Browse the repository at this point in the history
  4. del_field_ports

    Replacing ports with images. field ports has been removed. Almost completely repeats the functionality.
    THEb0nny committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bc459b5 View commit details
    Browse the repository at this point in the history
  5. Update field_brickbuttons.ts

    THEb0nny committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    dbaff3f View commit details
    Browse the repository at this point in the history
  6. Update ultrasonic.ts

    THEb0nny committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ec13cf1 View commit details
    Browse the repository at this point in the history
  7. Update field_color.ts

    THEb0nny committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    83c0e91 View commit details
    Browse the repository at this point in the history
  8. turnRatio-del

    Where did turnRatio come from?
    THEb0nny committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    329bd21 View commit details
    Browse the repository at this point in the history
  9. Update field_color.ts

    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.
    THEb0nny committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0c685bc View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. return-applyColour()

    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.
    THEb0nny committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c63d81e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. bump_10-0-13

    THEb0nny committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cd9b5fe View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. bump-10-0-14

    THEb0nny committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    54eb2e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. bump-10-0-16

    THEb0nny committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    679c698 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. bump-10.0.18

    THEb0nny committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ee43257 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. bump-pxt-10.0.20

    THEb0nny committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2ca3b41 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. fix-button-select

    It turned out that the buttons were wrong for some reason. The sorting of the data in options.data has changed for some reason.
    THEb0nny committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e5d1ff7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    a6b84b0 View commit details
    Browse the repository at this point in the history
  2. additions-for-downloading-bluetooth

    Additional changes that build on this.
    microsoft#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.
    THEb0nny committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2e52c18 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. add-functionality-and-upgrade -motors-blocks

    timeOut is quite an interesting property and if it is used in js, then switching in the block will not be converted.
    THEb0nny committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e2ce518 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. bump-pxt-10.0.23

    THEb0nny committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    15d278e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Update output.ts

    THEb0nny committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6eb8fdb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    ffaeb88 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. bump-pxt-core-10.2.15

    THEb0nny committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6c1e22e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    935be39 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. bump-pxt-11.2.3

    THEb0nny committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9eb35cc View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. bump_pxt_11.2.10

    THEb0nny committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d15e682 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. downloadArea-delete-fill

    THEb0nny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bcb9af8 View commit details
    Browse the repository at this point in the history
  2. bump-pxt-10.2.15

    THEb0nny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ac75468 View commit details
    Browse the repository at this point in the history
  3. Update light.ts

    If the light sensor is not active (it is not connected), then do not transfer the value to a new range. Otherwise, the value will be 100.
    THEb0nny committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a312679 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cdace9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. bump_pxt_11.2.20

    THEb0nny committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4bc9901 View commit details
    Browse the repository at this point in the history