March 8, 2023 · Developer Tools, RPA Framework
RPA.Assistant v2.1.0
RPA.Assistant (rpaframework-assistant ) 2.1.0:
New features:
-
Add
Set Titlekeyword. Can be used to set title of assistant when it is running. -
Add
Open RowandClose Rowkeywords. Used to layout elements into rows. -
Add
Open ColumnandClose Columnkeywords. Used to layout elements into columns. -
Add
Open NavbarandClose Navbarkeywords. Can be used to create an always visible top bar for a dialog. -
Add
Open StackandClose Stackkeywords. Can be used to position elements manually. -
Add
Open ContainerandClose Containerkeywords. Useful for styling or placing single elements. -
Add
Add Flet Iconthat enables adding any icons from Flet's large gallery of icons.- Compared to
Add Icon, it is more complicated to use but supports a much larger amount of icons.
- Compared to
Bugfixes:
- Fix regression, Assistant flet app not closing properly when run from CLI and when close button is pressed.
- The library no longer silently misses adding to the result when an input
nameduplicate name is used, instead raises a ValueError.