From e1eaea1b3c8b0fb9781f19187c50c37637e78574 Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Thu, 17 May 2018 11:27:28 -0700 Subject: [PATCH 1/8] Rmove magnatism lesson from series list (#783) --- docs/courses/ucp-science.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/courses/ucp-science.md b/docs/courses/ucp-science.md index b984bb2a..34536770 100644 --- a/docs/courses/ucp-science.md +++ b/docs/courses/ucp-science.md @@ -37,7 +37,6 @@ The lesson series includes: * [Soil Moisture Tester](/courses/ucp-science/soil-moisture) * [Gravity, Motion and Waves](/courses/ucp-science/gravity) * [Body Electrical & Waves](/courses/ucp-science/body-electrical) -* Magnetic Forces - Coming soon... * [Electricity - Battery Tester](/courses/ucp-science/electricity) The [Science Experiments](https://sites.google.com/view/utahcodingproject/csta/microbit-science-experiments) lesson series is generously provided by the [Utah Coding Project](https://sites.google.com/view/utahcodingproject/home) and is developed by [Carl Lyman](mailto:utahcoding@outlook.com). From c92e3b4cc700bb6c0cbb2a86c119bf38e09cd07f Mon Sep 17 00:00:00 2001 From: Abhijith Chatra Date: Thu, 17 May 2018 16:20:14 -0700 Subject: [PATCH 2/8] Update issue template for microbit --- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e4321f0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +Add screenshots to help explain your problem. You can copy paste the screenshot in the github report. The .gif screen recording is very useful as well. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..066b2d92 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From e53fa4f3e4a45b60a6a2314d2a51add3d9de1626 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 22 May 2018 23:02:34 -0700 Subject: [PATCH 3/8] 0.14.38 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b72e361f..d827d03e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pxt-microbit", - "version": "0.14.37", + "version": "0.14.38", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9ddbc1e1..6501e1e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pxt-microbit", - "version": "0.14.37", + "version": "0.14.38", "description": "micro:bit target for Microsoft MakeCode (PXT)", "keywords": [ "JavaScript", From 46449bf948e52ab2fe8e11a220f8fe25d928d83d Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 23 May 2018 10:02:36 -0700 Subject: [PATCH 4/8] fix weather-bit link. gamer bit --- docs/packages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/packages.md b/docs/packages.md index a1483e46..12940462 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -73,7 +73,7 @@ "cardType": "package" }, { "name": "Sparkfun Gamer:bit", - "url":"pkg/sparkfun/pxt-gamer-bit", + "url":"/pkg/sparkfun/pxt-gamer-bit", "cardType": "package" }, { "name": "Sparkfun Moto:bit", @@ -81,7 +81,7 @@ "cardType": "package" }, { "name": "Sparkfun Weather:bit", - "url":"/pkg/sparkfun/pxt-moto-bit", + "url":"/pkg/sparkfun/pxt-weather-bit", "cardType": "package" }, { "name": "Minode Kit", From dd1080340f1b90516392544c034b9b318906ef4d Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 25 May 2018 16:01:35 +0100 Subject: [PATCH 5/8] Added Annikken Andee app package (#802) As agreed with Head of Product --- docs/packages.md | 4 ++++ targetconfig.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/packages.md b/docs/packages.md index 12940462..f2acaed7 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -131,6 +131,10 @@ "name": "SBRICK", "url":"/pkg/vengit/pxt-sbrick", "cardType": "package" + }, { + "name": "Annikken Andee", + "url":"/pkg/Annikken/pxt-Andee", + "cardType": "package" }] ``` diff --git a/targetconfig.json b/targetconfig.json index a1e2c3b3..e0a2ef5a 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -26,7 +26,8 @@ "4tronix/BitBot", "pimoroni/pxt-scrollbit", "emwta/pxt-iBit", - "vengit/pxt-sbrick" + "vengit/pxt-sbrick", + "Annikken/pxt-Andee" ], "preferredRepos": [ From 0c17c05a853db0d532433a7cd704200d601082fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 29 May 2018 00:12:59 -0300 Subject: [PATCH 6/8] Typo on string #020 (#809) Plus minor fixes (proposals) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f19b4567..3ab11e23 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ The local server lets you to run the editor and serve the documentation from you ### Setup This section explains how to setup your development environment for pxt-microbit, whether that be to run a copy locally or to make source changes. -Note that pxt-microbit can not be run without its main depandancy, [pxt](https://github.com/Microsoft/pxt). Below explains how to setup both. +Note that pxt-microbit can not be run without its main dependancy, [pxt](https://github.com/Microsoft/pxt). Below explains how to setup both. The following commands perform a one-time setup after synching the repo on your machine. -* Note for any editing of the .cpp files, Yotta must be installed. Do do so, follow the instructions on [their site](http://docs.yottabuild.org/). +* Note for any editing of the `.cpp` files, Yotta must be installed. To do so, follow the instructions on [their site](http://docs.yottabuild.org/). * Install node.js 8.9.4 or higher. * Install requirements for [pxt](https://github.com/Microsoft/pxt). Note the v0 branch must be used for pxt-microbit (add ``sudo`` for Mac/Linux shells). ``` From 593ac43523b5fa62166d525842e6a0e647cd7c5e Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 30 May 2018 09:44:21 -0700 Subject: [PATCH 7/8] bump to 0.19.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6501e1e3..ecb6a82c 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "semantic-ui-less": "2.2.14" }, "dependencies": { - "pxt-core": "0.19.7" + "pxt-core": "0.19.8" } } From 732053431c808d0a7d58344aad6e8f016cd673c5 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 30 May 2018 09:52:36 -0700 Subject: [PATCH 8/8] 0.14.39 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d827d03e..7e960e33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pxt-microbit", - "version": "0.14.38", + "version": "0.14.39", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ecb6a82c..fce2f078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pxt-microbit", - "version": "0.14.38", + "version": "0.14.39", "description": "micro:bit target for Microsoft MakeCode (PXT)", "keywords": [ "JavaScript",