New features and enhancements
- Improvements to
ui.tree
:- Allow filtering nodes (#3436, #3481, #3482 by @MohAid, @falkoschindler)
- Allow selecting and ticking nodes programmatically (#3436, #3476 by @MohAid, @arunaseva, @falkoschindler)
- Improvements to
ui.scene
:- Allow updating a point cloud (#3468 by @voigta, @falkoschindler)
- Allow specifying the list of click events (#3451, #3463 by @h0uter, @falkoschindler)
- Allow subscribing to the "drag" event (#3450, #3466 by @h0uter, @frankvp11, @falkoschindler)
- Introduce
get_camera
to get the current camera parameters (#3459, #3465 by @thaije, @falkoschindler)
- Support
ui.select
elements for user simulation tests (#3486, #3487 by @marcuslimdw, @rodja, @falkoschindler) - Provide two additional pytest plugins to make
user
andscreen
able to load independently (#3510, #3511 by @marcuslimdw, @rodja) - Add dependabot configuration and bump dependencies (#3393, #3453, #3489, #3490, #3491, #3492, #3493, #3495, #3496, #3497, #3498, #3501, #3502, #3503, #3504, #3505 by @gaby, @falkoschindler, @dependabot)
Bugfix
- Fix JavaScript error caused by new
ui.notify
(#3454, #3457 by @falkoschindler)
Documentation
- Fix demos awaiting JavaScript responses (#3472, #3517 by @v479038280, @python-and-fiction, @falkoschindler)
- Add documentation for the
create_user
fixture (#3512 by @rodja)