Commit ed15215
authored
React 19 Support (#1968)
* feat: add React 19 support with automatic JSX transform
* chore: update yarn.lock
* feat!: add React 19 support with automatic JSX transform
* chore(demo): upgrade @react-spring/web to v10
* chore: configure ESLint for TypeScript type/value separation
* chore: add package exports field to all packages for better module resolution
* feat: add explicit type exports and migrate to package root imports
* test(xychart): fix React 19 warnings by avoiding key prop spread
* demo: upgrade to React 19 and Next.js 15, simplify config
* demo: replace deep imports with package root imports and improve types
* chore: update yarn.lock for React 19 and Next.js 15 upgrade
* fix(xychart): fix React 19 key prop spread warning in Tooltip
* prettier: fix formatting
* demo: configure transpilePackages for production builds
* chore: convert to type-only React imports with automatic JSX transform
* refactor: replace React.* with direct named imports
* build: drop IE11 support and target modern browsers
- Removed IE 11 from targets
- Added specific modern browser versions (Chrome 108+, Firefox 133+, Safari 15.6+, etc.)
- Changed loose: false for stricter transpilation
- Added useBuiltIns and useSpread optimizations to React preset1 parent 20e3154 commit ed15215
File tree
396 files changed
+1883
-1233
lines changed- config-eslint
- packages
- visx-annotation
- src
- components
- visx-axis
- src
- axis
- utils
- visx-bounds
- src/enhancers
- test
- visx-brush
- src
- visx-chord
- src
- visx-clip-path
- src/clip-paths
- visx-curve
- visx-delaunay
- src/components
- visx-demo
- src
- components
- sandboxes
- template
- visx-annotation
- visx-area
- visx-axis
- visx-bargroup-horizontal
- visx-bargroup
- visx-barstack-horizontal
- visx-barstack
- visx-bars
- visx-brush
- visx-chord
- visx-curve
- visx-delaunay-triangulation
- visx-delaunay-voronoi
- visx-dendrogram
- visx-dots
- visx-drag-ii
- visx-drag-i
- visx-geo-albers-usa
- visx-geo-custom
- visx-geo-mercator
- visx-glyph
- visx-gradient
- visx-heatmap
- visx-linktypes
- visx-network
- visx-pack
- visx-pattern
- visx-polygons
- visx-radar
- visx-radial-bars
- visx-responsive
- visx-sankey
- visx-shape-line-radial
- visx-shape-pie
- visx-shape-splitlinepath
- visx-stacked-areas
- visx-stats
- visx-streamgraph
- visx-threshold
- visx-tooltip
- visx-treemap
- visx-tree
- visx-voronoi
- visx-wordcloud
- visx-xychart
- visx-zoom-i
- visx-drag
- src
- visx-event
- visx-geo
- src
- graticule
- projections
- visx-glyph
- src
- glyphs
- visx-gradient
- src
- gradients
- visx-grid
- src
- grids
- visx-group
- src
- visx-heatmap
- src
- heatmaps
- visx-hierarchy
- src
- hierarchies
- visx-legend
- src
- legends
- Legend
- shapes
- util
- visx-marker
- src
- markers
- visx-mock-data
- src
- visx-network
- src
- visx-pattern
- src
- constants
- patterns
- visx-point
- visx-react-spring
- src
- axis
- grid
- visx-responsive
- src
- components
- enhancers
- hooks
- visx-sankey
- src
- visx-scale
- src
- visx-shape
- src
- shapes
- link
- curve
- diagonal
- line
- step
- types
- util
- visx-stats
- src
- visx-text
- src
- visx-threshold
- src
- visx-tooltip
- src
- enhancers
- hooks
- tooltips
- visx-visx
- visx-voronoi
- src
- components
- visx-wordcloud
- src
- visx-xychart
- src
- components
- annotation
- private
- axis
- grid
- series
- private
- context
- hooks
- providers
- types
- utils
- test
- components
- utils
- visx-zoom
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
396 files changed
+1883
-1233
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
15 | | - | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| |||
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
31 | | - | |
| 38 | + | |
32 | 39 | | |
33 | 40 | | |
34 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments