Rohan
Rohan
https://github.com/mweststrate/relative-deps/blob/master/README.md?plain=1#L139: The link to the [repository migration to relative-deps](https://github.com/mobxjs/mst-gql/pull/40/commits/4d2c0858f8c44a562c0244466b56f79b0ed7591b) is not correct. Does it need to be updated? Here is where the link points to: 
## Changes After PR TODO from #1942. Since #1942 introduces Floating UI's `useListNavigation` in `DropdownMenu` that handles keyboard navigation, the keyboard navigation code in `Menu` becomes redundant. This PR extends...
## Changes @FlyersPh9 pointed out that the alignment of the labels and the inputs in `Input.separatelabel.jsx` seemed incorrect ([link](https://itwinui.bentley.com/docs/input#standalone)): This PR fixes that alignment by having one div with `display:...
## Changes After #2024, @FlyersPh9 and I started noticing the below error when opening any docs site's pages with the path `/docs/…` Seems like the `?url` in the import in...
## Changes Fixes #653. Introduces a new `Panels` API based on a coding session with @mayank99 (https://github.com/iTwin/iTwinUI/pull/2001#issuecomment-2105011186). This API allows users to easily create a multi panel UI with panel...
## Changes Pulled out of #2120 as PR 2 in the PR stack. This just adds the `OverflowContainer` component from the combined PR but continues to use the existing `useOverflow`...
## Changes Pulled out of #2120 as PR 1 in the PR stack. To make that PR easy to review, according to @mayank99's suggestion, I created this PR to only...
## Changes Pulled out of #2120 as PR 2 in the PR stack. As mentioned in https://github.com/iTwin/iTwinUI/issues/2112#issuecomment-2191857965, I believe the flickering is because of an infinite loop: > `visibleCount` from...
## Changes Pulled out of #2120 as PR 2 in the PR stack. As mentioned in https://github.com/iTwin/iTwinUI/issues/2112#issuecomment-2191857965, I believe the flickering is because of an infinite loop: > `visibleCount` from...
## Changes Fixes #2112. As mentioned in https://github.com/iTwin/iTwinUI/issues/2112#issuecomment-2191857965, I believe the flickering is because of an infinite loop: > `visibleCount` from our `useOverflow` internal hook changes on each resize of...