Grigas
Grigas
**Is your feature request related to a problem? Please describe.** At the moment `SchemaJsonLocater` loads requested schema synchronously, which causes the main thread to block when loaded schema is large...
Prerequisite: https://github.com/iTwin/itwinjs-core/issues/6980
https://github.com/iTwin/viewer-components-react/pull/890 started using `TreeNode` attributes that were only added to `@itwin/itwinui-react` in version `3.11.0`. That requires a peer dependency bump...
In some cases consumers may need a data provider to render their custom action button. At the moment that is not possible, because consumer has no access to the data...
Need something similar to this: https://github.com/iTwin/presentation/pull/663
http://localhost:3000/?iTwinId=892aa2c9-5be8-4865-9f37-7d4c7e75ebbf&iModelId=88c44b72-cbb9-4f82-a1e2-116d6420506e https://bentley.sharepoint.com/:v:/s/Rules-DrivenPresentation/EYQu3tSEI8tKtuDYMldfUe4B8B15JuRoeVmBzIlBxUMwlg?e=qNU7fs
In case of filtered hierarchies, the "Show all", "Hide all", etc. header buttons in 2.x generation widget used to apply visibility changes only to filtered nodes. In 3.0 they always...
http://localhost:3000/?iTwinId=b391ba44-add7-47a0-8375-f2889a3540e8&iModelId=ba504f88-a479-4156-9d81-658ee169588e 
 Like in `2.x` generation Models tree, the `3.0` one should show no expander for the root node, which should also allow other nodes to be shifted left.
The tooltips say "Show all", "Hide all", "Invert", however the buttons only work with Models. So either the tooltips should be updated to say something like "Show all models", or...