Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ITwinui update 3.x #107

Merged
merged 31 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c9c03ae
Update itwinui => 3.x
DanishMehmood-bit Nov 14, 2023
6290029
Auto changes using tool
DanishMehmood-bit Nov 14, 2023
e2f540b
Manual update
DanishMehmood-bit Nov 15, 2023
769797f
Webpack upgrade to 5 and babel to use v7
DanishMehmood-bit Nov 15, 2023
1e3c93b
Style fixes
DanishMehmood-bit Nov 16, 2023
9fc706b
Updated tests
DanishMehmood-bit Nov 17, 2023
b734a15
Merge branch 'main' of https://github.com/iTwin/admin-components-reac…
DanishMehmood-bit Nov 20, 2023
be7d098
Created changelogs
DanishMehmood-bit Nov 20, 2023
a9f8011
Updated changes
DanishMehmood-bit Nov 20, 2023
0fc394f
Updated jest
DanishMehmood-bit Nov 20, 2023
b03ce15
Updated module to use es2020
DanishMehmood-bit Nov 20, 2023
1b78711
Fixed dark mode
DanishMehmood-bit Nov 21, 2023
0dce51a
Minimum node supported version is now 14.17.3
DanishMehmood-bit Nov 21, 2023
a29a5d2
Updated tslib and rollup typescript plugin
DanishMehmood-bit Nov 21, 2023
be96853
Updated minimum node version to 18.14.0
DanishMehmood-bit Nov 21, 2023
4e8461d
Reverting the changes back
DanishMehmood-bit Nov 21, 2023
9176c52
Updated dependencies to support node 18
DanishMehmood-bit Nov 21, 2023
9a876e2
Updated tsconfig in each module
DanishMehmood-bit Nov 22, 2023
6c7a7c8
Replaced node-sass with sass
DanishMehmood-bit Nov 22, 2023
c661b80
Updated iModelGhostTile
DanishMehmood-bit Nov 22, 2023
94cc28b
Updated eslint parsers
DanishMehmood-bit Nov 22, 2023
6c80850
Refs now focus
DanishMehmood-bit Nov 22, 2023
5275c4a
Module to esnext
DanishMehmood-bit Nov 22, 2023
c62d28b
Removed unused classes
DanishMehmood-bit Nov 30, 2023
84582b3
Merge branch 'main' of https://github.com/iTwin/admin-components-reac…
DanishMehmood-bit Nov 30, 2023
9a0248f
Moved itwinui-react as a dependency
DanishMehmood-bit Dec 1, 2023
3756261
ITwinTile updated
DanishMehmood-bit Dec 1, 2023
55363aa
Updated comments
DanishMehmood-bit Dec 4, 2023
07083a6
Removed extra space
DanishMehmood-bit Dec 5, 2023
236f7ba
Removed nullish coalescing rule
DanishMehmood-bit Dec 6, 2023
a0d6c1d
Updated to minor + typecasting in manage versions
DanishMehmood-bit Dec 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/create-imodel-react",
"comment": "Updated itwinui-react to 3.x",
"type": "major"
}
],
"packageName": "@itwin/create-imodel-react"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/delete-imodel-react",
"comment": "Updated itwinui-react to 3.x",
"type": "major"
}
],
"packageName": "@itwin/delete-imodel-react"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/delete-itwin-react",
"comment": "Updated itwinui-react to 3.x",
"type": "major"
}
],
"packageName": "@itwin/delete-itwin-react"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/imodel-browser-react",
"comment": "Updated itwinui-react to 3.x",
"type": "major"
raplemie marked this conversation as resolved.
Show resolved Hide resolved
}
],
"packageName": "@itwin/imodel-browser-react"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/manage-versions-react",
"comment": "Updated itwinui-react to 3.x",
"type": "major"
}
],
"packageName": "@itwin/manage-versions-react"
}
Loading
Loading