Skip to content

Upgrade to Blueprint v5 #2718

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

Merged
merged 20 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
940395d
Replace deprecated `ITreeNode` with `TreeNodeInfo`
RichDom2185 Dec 8, 2023
a16c5eb
Upgrade BlueprintJS dependencies to v5
RichDom2185 Dec 8, 2023
9382735
Use public `IconName` type instead of internal API
RichDom2185 Dec 8, 2023
584f149
Migrate to `Datetime2` package
RichDom2185 Dec 8, 2023
f93754a
Update prop name
RichDom2185 Dec 8, 2023
2215ecc
Update test snapshots
RichDom2185 Dec 8, 2023
3246aad
Merge branch 'master' into upgrade-to-blueprint-v5
RichDom2185 Jan 9, 2024
63a7b49
Merge branch 'master' into upgrade-to-blueprint-v5
RichDom2185 Jan 16, 2024
4c18ba9
Merge branch 'master' of https://github.com/RichDom2185/source-academ…
RichDom2185 Feb 5, 2024
2bb9c53
Reran `yarn install` post-merge
RichDom2185 Feb 5, 2024
3767fbc
Update snapshots post-merge
RichDom2185 Feb 5, 2024
4c19d5f
Merge branch 'master' of https://github.com/RichDom2185/source-academ…
RichDom2185 Feb 8, 2024
00c8ab6
Update SCSS namespace
RichDom2185 Feb 8, 2024
941ab7c
Fix popover styles
RichDom2185 Feb 8, 2024
ea51489
Revert Env Vizualiser snapshot change
RichDom2185 Feb 8, 2024
312282c
Fix TreeNode comparison to compare id instead of object reference
sayomaki Feb 9, 2024
6dc8191
Merge branch 'master' into upgrade-to-blueprint-v5
RichDom2185 Feb 9, 2024
e5c0ac2
Merge branch 'master' into upgrade-to-blueprint-v5
RichDom2185 Feb 9, 2024
8b1e621
Merge branch 'master' into upgrade-to-blueprint-v5
RichDom2185 Feb 11, 2024
c8ce75f
Merge branch 'master' into upgrade-to-blueprint-v5
RichDom2185 Feb 11, 2024
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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"prepare": "husky"
},
"dependencies": {
"@blueprintjs/core": "^4.20.1",
"@blueprintjs/datetime": "^4.4.37",
"@blueprintjs/icons": "^4.16.0",
"@blueprintjs/popover2": "^1.14.11",
"@blueprintjs/select": "^4.9.24",
"@blueprintjs/core": "^5.7.0",
"@blueprintjs/datetime2": "^2.2.7",
"@blueprintjs/icons": "^5.5.0",
"@blueprintjs/popover2": "^2.0.0",
"@blueprintjs/select": "^5.0.0",
"@octokit/rest": "^20.0.0",
"@sentry/browser": "^7.57.0",
"@sourceacademy/sharedb-ace": "^2.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`ContentDisplay page renders correctly 1`] = `
className="col-md-10 col-xs-11 contentdisplay-content-parent"
>
<div
className="bp4-card bp4-elevation-3 contentdisplay-content"
className="contentdisplay-content bp5-card bp5-elevation-3"
>
<div>
Test Content
Expand Down
2 changes: 1 addition & 1 deletion src/commons/__tests__/__snapshots__/Markdown.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Markdown page renders correctly 1`] = `
<div
className="md bp4-running-text"
className="md bp5-running-text"
dangerouslySetInnerHTML={
Object {
"__html": "<p>Welcome to the Source Academy playground!</p>
Expand Down
507 changes: 150 additions & 357 deletions src/commons/assessment/__tests__/__snapshots__/Assessment.tsx.snap

Large diffs are not rendered by default.

Loading