Merge pull request #1709 from pybricks/dlech

v2.2.0-beta.3
This commit is contained in:
David Lechner
2023-04-24 12:40:43 -05:00
committed by GitHub
3 changed files with 24 additions and 2 deletions
+8 -1
View File
@@ -4,11 +4,16 @@
## [Unreleased]
## [2.2.0-beta.3] - 2023-04-24
### Added
- Added support for Pybricks Profile v1.3.0.
### Changed
- Better error message when download and run fails due to disconnected hub.
- Updated dependencies.
- Update code completion for API changes and additions.
- Updated docs.
- Updated firmware to v3.3.0b4:
#### Added
@@ -37,6 +42,7 @@
[pybricks-micropython#160]: https://github.com/pybricks/pybricks-micropython/pull/160
[support#567]: https://github.com/pybricks/support/issues/567
[support#912]: https://github.com/pybricks/support/issues/912
[support#992]: https://github.com/pybricks/support/issues/992
[support#1022]: https://github.com/pybricks/support/issues/1022
[support#1026]: https://github.com/pybricks/support/issues/1026
@@ -839,7 +845,8 @@ Prerelease changes are documented at [support#48].
<!-- links for version headings -->
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.2...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.3...HEAD
[2.2.0-beta.3]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.2..v2.2.0-beta.3
[2.2.0-beta.2]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.1..v2.2.0-beta.2
[2.2.0-beta.1]: https://github.com/pybricks/pybricks-code/compare/v2.1.1..v2.2.0-beta.1
[2.1.1]: https://github.com/pybricks/pybricks-code/compare/v2.1.0...v2.1.1
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pybricks/pybricks-code",
"version": "2.2.0-beta.2",
"version": "2.2.0-beta.3",
"license": "MIT",
"author": "The Pybricks Authors",
"repository": {
+15
View File
@@ -101,6 +101,21 @@ body {
.#{bp.$ns}-toast {
user-select: text;
max-width: 700px;
&.#{bp.$ns}-intent-primary {
background-color: color.adjust(pb.$pybricks-blue, $lightness: -10%);
& .#{bp.$ns}-button {
background-color: color.adjust(
pb.$pybricks-blue,
$lightness: -10%
) !important;
&:hover {
background: pb.$pybricks-blue !important;
}
}
}
}
.#{bp.$ns}-button {