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

Remove final usage of createReactClass and dependency. #2034

Merged
merged 31 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4199980
Beginning of removing createReactClass.
catandthemachines Sep 16, 2024
0d3c466
Merge branch 'main' into catjohnson/remove-createreactclass
catandthemachines Sep 23, 2024
021340c
Merge branch 'main' into catjohnson/remove-createreactclass
catandthemachines Sep 23, 2024
0987c84
Migrated measure to class structure.
catandthemachines Sep 23, 2024
28517ff
Removing createReactClass
catandthemachines Sep 24, 2024
2576372
graph settings updating.
catandthemachines Sep 24, 2024
c0947ec
Merge branch 'main' into catjohnson/remove-createreactclass
catandthemachines Sep 25, 2024
268988b
Merge branch 'main' into catjohnson/remove-createreactclass
catandthemachines Sep 27, 2024
c740d0b
Merge branch 'main' into catjohnson/remove-createreactclass
catandthemachines Oct 2, 2024
bc4e6bd
Merge branch 'main' into catjohnson/remove-createreactclass
catandthemachines Nov 20, 2024
f494bc2
undoing measurer changes.
catandthemachines Nov 20, 2024
b861a1c
Reverting changes in drag-target.tsx
catandthemachines Nov 20, 2024
fcd432c
improvements to json-editor.tsx
catandthemachines Nov 20, 2024
5657f3d
Reverting sortable
catandthemachines Nov 20, 2024
bd48819
revert stateful-editor-page.tsx
catandthemachines Nov 20, 2024
8dda04e
Updating graph-settings
catandthemachines Nov 20, 2024
92ea53f
Updating tests.
catandthemachines Nov 20, 2024
cacdc52
Adding more fixes to graph settings.
catandthemachines Nov 20, 2024
db2948a
Merge branch 'main' into catjohnson/remove-createreactapp-2
catandthemachines Dec 18, 2024
f3377eb
Fixing the state of these last few files.
catandthemachines Dec 18, 2024
6d23354
Adding more typing to the createReactApps.
catandthemachines Dec 18, 2024
709d695
updating and adding changes.
catandthemachines Dec 18, 2024
c155b9b
Testing out failures.
catandthemachines Dec 18, 2024
4766e8a
Add the props.
catandthemachines Dec 18, 2024
3083b16
Fixing tests.
catandthemachines Dec 18, 2024
4cf0de0
Cleaning up old files.
catandthemachines Dec 18, 2024
8aa96ec
docs(changeset): Removing final usage of createReactApp.
catandthemachines Dec 18, 2024
6b6b796
remove create-react-class dependency.
catandthemachines Dec 18, 2024
b434991
Fixed final bugs with json-editor.
catandthemachines Dec 18, 2024
a043f20
Fixing nits.
catandthemachines Dec 19, 2024
db4829f
Fixing to graph settings.
catandthemachines Dec 19, 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
6 changes: 6 additions & 0 deletions .changeset/brown-eagles-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@khanacademy/perseus": patch
"@khanacademy/perseus-editor": patch
---

Removing final usage of createReactClass.
4 changes: 1 addition & 3 deletions packages/perseus-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"@phosphor-icons/core": "^2.0.2",
"aphrodite": "^1.2.5",
"classnames": "1.1.4",
"create-react-class": "15.6.3",
"jquery": "^2.1.1",
"katex": "0.11.1",
"perseus-build-settings": "^0.4.1",
Expand Down Expand Up @@ -91,12 +90,11 @@
"@phosphor-icons/core": "^2.0.2",
"aphrodite": "^1.2.5",
"classnames": "1.1.4",
"create-react-class": "15.6.3",
"jquery": "^2.1.1",
"prop-types": "15.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"underscore": "^1.4.4"
},
"keywords": []
}
}
Loading
Loading