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

Containers and portal refactor #2799

Merged
merged 43 commits into from
May 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
6c00505
Rewrite victory-container as a function component
KenanYusuf Feb 9, 2024
b6efcbe
victory-selection-container
KenanYusuf Feb 12, 2024
7609176
victory-zoom-container
KenanYusuf Feb 12, 2024
057c8bb
Merge branch 'main' into victory-container-rewrite
KenanYusuf Feb 12, 2024
995b740
Merge branch 'main' into victory-container-rewrite
KenanYusuf Feb 13, 2024
86f2ee4
working create-container function
KenanYusuf Feb 13, 2024
15e31eb
wip
KenanYusuf Feb 13, 2024
9ed6257
victory-voronoi-container
KenanYusuf Feb 13, 2024
d089573
victory-cursor-container
KenanYusuf Feb 13, 2024
9f9b9ee
victory-brush-container
KenanYusuf Feb 13, 2024
f791d36
Remove class files
KenanYusuf Feb 13, 2024
19cbc01
reset demos
KenanYusuf Feb 13, 2024
42b9225
remove class victory-container
KenanYusuf Feb 13, 2024
cd69e6b
fix victory-container name
KenanYusuf Feb 13, 2024
ec330d0
clean up
KenanYusuf Feb 13, 2024
920f373
type create-container function properly
KenanYusuf Feb 14, 2024
d2ebc2a
improve generic naming
KenanYusuf Feb 14, 2024
0a8a23c
rewrite victory-native/victory-container
KenanYusuf Feb 14, 2024
242279b
victory-native/victory-brush-container
KenanYusuf Feb 14, 2024
38a9b66
victory-native/victory-cursor-container
KenanYusuf Feb 14, 2024
b8efab2
victory-native/victory-selection-container
KenanYusuf Feb 14, 2024
623a699
victory-native/victory-voronoi-container
KenanYusuf Feb 14, 2024
c9bad96
victory-native/victory-zoom-container
KenanYusuf Feb 14, 2024
780371a
Improve create-container types
KenanYusuf Feb 15, 2024
bef9472
improve types
KenanYusuf Feb 16, 2024
a1ea866
refactor victory-portal and portal components
KenanYusuf Feb 16, 2024
03d3045
fix some tests
KenanYusuf Feb 16, 2024
f7bd26d
fix more tests
KenanYusuf Feb 16, 2024
ea71f7d
Merge branch 'main' into victory-container-rewrite
KenanYusuf Feb 16, 2024
8f90ab5
reset demo file
KenanYusuf Feb 16, 2024
65d0241
changeset
KenanYusuf Feb 19, 2024
06ac3f1
fix cursor label position
KenanYusuf Feb 19, 2024
d373b48
fixed cursor overflow
KenanYusuf Feb 19, 2024
708063b
Merge branch 'main' into victory-container-rewrite
KenanYusuf Feb 19, 2024
7488648
prevent scroll when zooming
KenanYusuf Feb 19, 2024
7e17603
remove comment
KenanYusuf Feb 19, 2024
69f5108
add comments to merge refs utility
KenanYusuf Feb 21, 2024
585d1eb
rename container components const
KenanYusuf Feb 21, 2024
f06b954
Merge branch 'main' into victory-container-rewrite
KenanYusuf Mar 20, 2024
f27716c
Merge branch 'main' into victory-container-rewrite
carbonrobot Mar 27, 2024
3a4b911
Merge branch 'main' into victory-container-rewrite
KenanYusuf May 16, 2024
ffc9841
refactor victory-portal to remove dependency on react-dom (#2870)
KenanYusuf May 17, 2024
b82bc5b
Add minor changeset
carbonrobot May 29, 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
Prev Previous commit
Next Next commit
Merge branch 'main' into victory-container-rewrite
  • Loading branch information
KenanYusuf authored Feb 12, 2024
commit 057c8bb5caceeded7da89daf354b288c23b83ddf
2 changes: 1 addition & 1 deletion packages/victory-core/src/exports.test.ts
Original file line number Diff line number Diff line change
@@ -136,7 +136,7 @@ import {
Wrapper,
addEvents,
mergeRefs,
} from "victory-core";
} from "./index";
import { pick } from "lodash";

describe("victory-core", () => {
Loading
Oops, something went wrong.
You are viewing a condensed version of this merge commit. You can view the full changes here.