mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
+8
-1
@@ -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
@@ -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": {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user