iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
8 stars 2 forks source link

Bump `itwinui-react` to 3.11.2 #855

Closed ignas-k closed 1 month ago

ignas-k commented 1 month ago

Changes

Bumped itwinui-react to 3.11.2.

We are bumping the version because it fixes a few issues:

Testing

N/A

ignas-k commented 1 month ago

We are getting infinite state update error when opening ConfigurableUi in component examples. I think this relates to ThemeProvider changes and now PopoutThemeProvider causes this error. Not 100% sure but I see ThemeProvider was made to work correctly in popout windows so probably this is where it is clashing. I'll try to fix it.

ignas-k commented 1 month ago

The state update issue was fixed in itwinui-react 3.11.2 so I updated to that version now. Everything seems to be working fine now.