Skip to content

Commit 073e5d6

Browse files
DanishMehmood-bitnimam-bentleyaruniverse
authored
Updated imodel-browser-react to itwinui-react 3.x (#144)
* Updated imodel-browser-react to itwinui-react v3 * change * Reverted change * Fix styles * Major bump * Package.json updates * Removed rush check since we are now updating deps per pkg * Sorting deps * Removed react 17 support * Change * merged nm/update-imodelbrowser-to-itwinui3 * no longer needed * removed * moved back * changes * ghost tile * return var * Update common/changes/@itwin/imodel-browser-react/DanishM-browserv3_2025-04-01-13-57.json Co-authored-by: Arun George <11051042+aruniverse@users.noreply.github.com> --------- Co-authored-by: nimam-bentley <100853841+nimam-bentley@users.noreply.github.com> Co-authored-by: Arun George <11051042+aruniverse@users.noreply.github.com>
1 parent 9ed3ef3 commit 073e5d6

19 files changed

Lines changed: 491 additions & 715 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
echo 'Installing...'
3535
node common/scripts/install-run-rush.js install
3636
37-
echo 'Verifying Dependency Versions...'
38-
node common/scripts/install-run-rush.js check
39-
4037
echo 'Checking Changes...'
4138
node common/scripts/install-run-rush.js change -v
4239
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@itwin/imodel-browser-react",
5+
"comment": "Updated imodel-browser-react to itwinui-react 3.17.3\n Removed support for react 17.x",
6+
"type": "major"
7+
}
8+
],
9+
"packageName": "@itwin/imodel-browser-react"
10+
}

0 commit comments

Comments
 (0)