Files
pybricks-api/doc/main/CHANGELOG.md
T
Laurens Valk 24bba6d24c pybricks.pupdevices.Motor: Document control here.
Based on user feedback, we learned that the control attribute is used more frequently than anticipated. Therefore it makes sense to document it here, just like we do with instances of pybricks.common classes in hubs.

This makes it a bit easier to find and see how it is used, along with some of the existing examples.
2021-07-23 15:33:18 +02:00

1.3 KiB

Unreleased

Added:

  • MicroPython module documentation.
  • Examples for hub system functions including stop button and shutdown.

Changed:

  • Build IDE docs as main docs with minor changes, instead of a completely separate build.
  • Moved motor control documentation to the motor page.

1.5.0 - 2021-07-01

Added:

  • Documentation for Powered Up Remote Control.

1.4.0 - 2021-06-23

Added:

  • Enabled beta content that was hidden for the 3.0 release.
  • Added notice about using the latest beta version.

1.3.3 - 2021-05-21

Changed:

  • Match example snippet styling to IDE.
  • Add more examples.

1.3.2 - 2021-04-26

Changed:

  • Theme style fixes.
  • Example code fixes
  • Match doc version to firmware version.

1.3.1 - 2021-04-12

Changed:

  • Upgrade sphinx and rtd-theme to fix style issues.

1.3.0 - 2021-04-12

Removed:

  • Removed features which not be in the official 3.0 release. These features are still in beta. They'll come back in future releases once tested.

1.2.0 - 2021-04-09

Changed:

  • Moved installation guide to external site.

1.1.1 - 2021-02-14

Added:

  • Added installation guide.
  • Various documentation fixes.

1.1.0 - 2021-01-28

Added:

  • Scrollbar styling.

1.0.0 - 2021-01-25

Added:

  • Sphinx build output.