-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(protocol-designer, components): introduce release notes & update…
… react-markdown to v9.0.3 (#17481) closes AUTH-1423 Co-authored-by: Josh McVey <[email protected]>
- Loading branch information
Showing
15 changed files
with
188 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
.../molecules/ReleaseNotes/styles.module.css → .../molecules/ReleaseNotes/styles.module.css
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import '@opentrons/components/styles'; | ||
@import '../../index.module.css'; | ||
|
||
.release_notes { | ||
width: 100%; | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
For more details about this release, please see the full [technical change | ||
log][]. For a list of currently known issues, please see the [Opentrons issue tracker][]. | ||
|
||
[technical change log]: https://github.com/Opentrons/opentrons/releases | ||
[opentrons issue tracker]: https://github.com/Opentrons/opentrons/issues?q=is%3Aopen+is%3Aissue+label%3Abug | ||
|
||
By using Opentrons Protocol Designer, you agree to the Opentrons End-User License Agreement (EULA). You can view the EULA at [opentrons.com/eula](https://opentrons.com/eula). | ||
|
||
--- | ||
|
||
## Opentrons Protocol Designer Changes in 8.4.0 | ||
|
||
**Welcome to Protocol Designer 8.4.0!** | ||
|
||
This release adds support for the Absorbance Plate Reader Module and includes feature improvements and bug fixes. | ||
|
||
### Bug Fixes | ||
|
||
- Move steps added to a Flex protocol now use the gripper by default. | ||
- Use matching X and Y offset values to aspirate and dispense during a Mix step. | ||
|
||
All protocols created in Protocol Designer now require version 8.2.0 or higher of the Opentrons App to run. | ||
|
||
### New Features | ||
|
||
**Absorbance Plate Reader Module GEN1** | ||
|
||
You can add an Absorbance Plate Reader Module GEN1 to deck slots A3-D3 on the Flex. You'll also need to use a gripper to safely move the lid on and off the module. | ||
|
||
To use the Absorbance Plate Reader Module in your Protocol Designer protocol, add the following steps: | ||
|
||
- an Absorbance Plate Reader step to close the lid using the gripper | ||
- an Absorbance Plate Reader step to initialize the module without labware inside. Choose from a single or multiple wavelengths. | ||
- an Absorbance Plate Reader step to open the lid using the gripper | ||
- a Move step to place a plate in the module. Using the gripper is optional. | ||
- an Absorbance Plate Reader step to read the plate using the same wavelength choices. | ||
|
||
Data from the Absorbance Plate Reader Module is exported as a .CSV file and can be found on your Flex's detail page in the Opentrons Desktop App. Repeat the steps shown above to open the lid and remove the plate. | ||
|
||
--- | ||
|
||
## Opentrons Protocol Designer Changes in 8.3.0 | ||
|
||
Welcome to the v8.3.0 release of Opentrons Protocol Designer! | ||
|
||
### New Features | ||
|
||
- During step creation, labware and modules used are highlighted on the deck. | ||
|
||
### Bug Fixes | ||
|
||
- Custom labware can be added and moved onto its supported labware. | ||
|
||
### Improved Features | ||
|
||
- Touch tip and blow out copy is more precise. | ||
|
||
--- | ||
|
||
## Opentrons Protocol Designer Changes in 8.2.2 | ||
|
||
Welcome to the v8.2.2 release of Opentrons Protocol Designer! | ||
|
||
### Bug Fixes | ||
|
||
- Fixed an error with the heater-shaker timer field where it would not save from an imported protocol. | ||
|
||
### Improved Features | ||
|
||
- The analytics modal is dismissible via the settings page for both previous and new users. | ||
|
||
--- | ||
|
||
## Opentrons Protocol Designer Changes in 8.2.1 | ||
|
||
Welcome to the v8.2.1 release of Opentrons Protocol Designer! | ||
|
||
### Bug Fixes | ||
|
||
- Fixed blow out not saving when checking it in the form. | ||
|
||
--- | ||
|
||
## Opentrons Protocol Designer Changes in 8.2.0 | ||
|
||
We’re excited to release the new Opentrons Protocol Designer, now with a fresh redesign! All protocols now require Opentrons App version 8.2.0+ to run. Enjoy the same functionality with the added ability to: | ||
|
||
### New Features | ||
|
||
- Add multiple Heater-Shaker Modules and Magnetic Blocks to the deck (Flex only). |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.