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
clearwas removed, clearing is now mandatory -
(affects Python side users only): Location enum that
run_dialogandask_useraccepts was changed from Location to WindowLocation to improve clarity. -
By default sliders now round to 1 decimal. Use
roundArgument to specify amount of decimals.
New features:
-
Added
locationargument to Add Button keyword -
Added
roundargument 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-core10.4.1 due to Flet dependency incompatibilities with earlier versions