From 6ab91070053c1a5348c39dc7dbb28d2ab4989fc3 Mon Sep 17 00:00:00 2001 From: andreamah Date: Tue, 21 Apr 2020 10:22:13 -0700 Subject: [PATCH 1/2] new release note apr 21 --- src/latest_release_note.ts | 57 +++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 22 deletions(-) diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts index 65547e1aa..88c55bc4e 100644 --- a/src/latest_release_note.ts +++ b/src/latest_release_note.ts @@ -1,26 +1,39 @@ // TODO: find a better way of loading html into a string -export const LATEST_RELEASE_NOTE = `

Device Simulator Express Release Notes 📝(April 20, 2020)

-

-

We're back with a full release for the Adafruit CLUE 🐍🔍.

+export const LATEST_RELEASE_NOTE = `

Device Simulator Express Release Notes

+

Device Simulator Express, a Microsoft Garage project, allows you to code microcontrollers without the hardware on hand! You can program your Adafruit Circuit Playground Express (CPX), your BBC micro:bit or the Adafruit CLUE!

+
+ LIGHTGESTUREPROXIMITY +
+ +

📝(April 21, 2020)

+ +

Changes:

+ +

Fixes:

+ -
- LIGHTGESTUREPROXIMITY -
-

-

Changes:

- -

Fixes:

- +

📝(April 20, 2020)

+

+

We're back with a full release for the Adafruit CLUE 🐍🔍.

+

+

Changes:

+ +

Fixes:

+ -

+

-

PS: You can read about the DSX team in the article here!

-

Create something wonderful ✨🙌,
-       - The Device Simulator Express Team

`; +

PS: You can read about the DSX team in the article here!

+

Create something wonderful ✨🙌,
+       - The Device Simulator Express Team

`; From 082d57f7591af7a4c9a6cd3ed680f51a9cf4a568 Mon Sep 17 00:00:00 2001 From: andreamah Date: Tue, 21 Apr 2020 10:38:52 -0700 Subject: [PATCH 2/2] added a few fixes --- src/latest_release_note.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts index 88c55bc4e..3d9971054 100644 --- a/src/latest_release_note.ts +++ b/src/latest_release_note.ts @@ -1,11 +1,11 @@ // TODO: find a better way of loading html into a string -export const LATEST_RELEASE_NOTE = `

Device Simulator Express Release Notes

+export const LATEST_RELEASE_NOTE = `

Device Simulator Express Release Notes 🤖

Device Simulator Express, a Microsoft Garage project, allows you to code microcontrollers without the hardware on hand! You can program your Adafruit Circuit Playground Express (CPX), your BBC micro:bit or the Adafruit CLUE!

LIGHTGESTUREPROXIMITY
-

📝(April 21, 2020)

+

📝 April 21, 2020

Changes:

-

📝(April 20, 2020)

+

📝 April 20, 2020

We're back with a full release for the Adafruit CLUE 🐍🔍.