← All release notes

March 2, 2023 · Developer Tools, RPA Framework

RPA.Assistant v2.0.0

RPA.Assistant v2.0.0

The new version of RPA.Assistant contains the following breaking changes:

  • Run Dialog and Ask User parameter clear was removed, clearing is now mandatory

  • (affects Python side users only): Location enum that run_dialog and ask_user accepts was changed from Location to WindowLocation to improve clarity.

  • By default sliders now round to 1 decimal. Use round Argument to specify amount of decimals.

New features:

  • Added location argument to Add Button keyword

  • Added round argument to Add Slider keyword.

Fixes:

  • Internal refactoring

  • Update underlying UI library to Flet 0.2.2 -> 0.4.2, granting various bugfixes and improvements

  • Now depends on rpaframework-core 10.4.1 due to Flet dependency incompatibilities with earlier versions