You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[#95](https://github.com/tscircuit/builder/pull/95)| π³ Major | imrishabh18 | Fix the issue of not centering the component when only one prop (e.g., `center.x`) is provided. |
46
+
|[#95](https://github.com/tscircuit/builder/pull/95)| π³ Major | imrishabh18 | Fix the issue of not centering the component when only one position prop is provided. |
47
+
|[#96](https://github.com/tscircuit/builder/pull/96)| π Minor | seveibar | Add code owners for the repository |
|[#11](https://github.com/tscircuit/3d-viewer/pull/11)| π³ Major | imrishabh18 | Adds better error handling for bad URLs in the `useGlobalObjLoader` hook and displays a fallback box when the URL is invalid. |
59
+
|[#11](https://github.com/tscircuit/3d-viewer/pull/11)| π³ Major | imrishabh18 | Added better error handling for bad URLs in the useGlobalObjLoader hook. |
60
+
|[#12](https://github.com/tscircuit/3d-viewer/pull/12)| π Minor | imrishabh18 | Fix the overlap issue of the top left cube in the 3D scene. |
|[#57](https://github.com/tscircuit/jscad-fiber/pull/57)| π³ Major | Slaviiiii | Wrap ExtrudeLinear component with color and offset props |
64
-
|[#63](https://github.com/tscircuit/jscad-fiber/pull/63)| π Minor | Slaviiiii | Add color and center properties to the RoundedCylinder component |
65
-
|[#62](https://github.com/tscircuit/jscad-fiber/pull/62)| π Minor | Slaviiiii | Add color and center position properties to the Cylinder component. |
66
-
|[#61](https://github.com/tscircuit/jscad-fiber/pull/61)| π Minor | Slaviiiii | Wrap the `RoundedCuboid` component with a color wrapper to allow setting the color of the cuboid. |
67
-
|[#60](https://github.com/tscircuit/jscad-fiber/pull/60)| π Minor | Slaviiiii | Adds color and center properties to the Cube component and updates the cube.fixture.tsx file accordingly. |
68
-
|[#59](https://github.com/tscircuit/jscad-fiber/pull/59)| π Minor | Slaviiiii | Wrapped the `ExtrudeRotate` component with `withColorProp` and `withOffsetProp` higher-order components to add color and offset properties. |
69
-
|[#58](https://github.com/tscircuit/jscad-fiber/pull/58)| π Minor | Slaviiiii | Wrap the ExtrudeRectangular component with withColorProp and withOffsetProp higher-order components to add color and offset props. |
70
-
|[#56](https://github.com/tscircuit/jscad-fiber/pull/56)| π Minor | Slaviiiii | Wrap ExtrudeHelical component with `withColorProp` and `withOffsetProp` higher-order components. |
66
+
|[#61](https://github.com/tscircuit/jscad-fiber/pull/61)| π³ Major | Slaviiiii | Wrap the `RoundedCuboid` component with a color wrapper to allow setting the color of the cuboid. |
67
+
|[#60](https://github.com/tscircuit/jscad-fiber/pull/60)| π³ Major | Slaviiiii | Wrap the `Cube` component with `withColorProp` and `withOffsetProp` higher-order components to add support for `color` and `center` props. |
68
+
|[#58](https://github.com/tscircuit/jscad-fiber/pull/58)| π³ Major | Slaviiiii | Wrap `ExtrudeRectangular` component with `withColorProp` and `withOffsetProp` HOCs to add color and offset functionality. |
69
+
|[#64](https://github.com/tscircuit/jscad-fiber/pull/64)| π Minor | Slaviiiii | Wrap `CylinderElliptic` component with `withColorProp` and `withOffsetProp` wrappers |
70
+
|[#65](https://github.com/tscircuit/jscad-fiber/pull/65)| π Minor | Slaviiiii | Wrap the `Ellipsoid` component with `withColorProp` and `withOffsetProp` to add color and center properties. |
71
+
|[#63](https://github.com/tscircuit/jscad-fiber/pull/63)| π Minor | Slaviiiii | Adds color and center properties to the RoundedCylinder component, wrapping it with higher-order components. |
72
+
|[#62](https://github.com/tscircuit/jscad-fiber/pull/62)| π Minor | Slaviiiii | Add color and center offset options to the Cylinder component. |
73
+
|[#59](https://github.com/tscircuit/jscad-fiber/pull/59)| π Minor | Slaviiiii | Wrap ExtrudeRotate component with `withColorProp` and `withOffsetProp` wrappers |
74
+
|[#56](https://github.com/tscircuit/jscad-fiber/pull/56)| π Minor | Slaviiiii | Wrap the ExtrudeHelical component with withColorProp and withOffsetProp wrapper functions to add color and offset properties. |
75
+
|[#57](https://github.com/tscircuit/jscad-fiber/pull/57)| π Minor | Slaviiiii | Wrap the `ExtrudeLinear` component with higher-order components to add support for color and offset properties. |
71
76
72
77
## Changes by Contributor
73
78
79
+
### [seveibar](https://github.com/seveibar)
80
+
81
+
| PR # | Impact | Description |
82
+
|------|--------|-------------|
83
+
|[#96](https://github.com/tscircuit/builder/pull/96)| π Minor | Add code owners for the repository |
84
+
74
85
### [imrishabh18](https://github.com/imrishabh18)
75
86
76
87
| PR # | Impact | Description |
77
88
|------|--------|-------------|
78
-
|[#95](https://github.com/tscircuit/builder/pull/95)| π³ Major | Fix the issue of not centering the component when only one prop (e.g., `center.x`) is provided. |
79
-
|[#117](https://github.com/tscircuit/cli/pull/117)| π³ Major | Introduce a debug button in the menu |
80
-
|[#11](https://github.com/tscircuit/3d-viewer/pull/11)| π³ Major | Adds better error handling for bad URLs in the `useGlobalObjLoader` hook and displays a fallback box when the URL is invalid. |
89
+
|[#95](https://github.com/tscircuit/builder/pull/95)| π³ Major | Fix the issue of not centering the component when only one position prop is provided. |
90
+
|[#117](https://github.com/tscircuit/cli/pull/117)| π³ Major | Add a debug button to the menu |
91
+
|[#11](https://github.com/tscircuit/3d-viewer/pull/11)| π³ Major | Added better error handling for bad URLs in the useGlobalObjLoader hook. |
92
+
|[#12](https://github.com/tscircuit/3d-viewer/pull/12)| π Minor | Fix the overlap issue of the top left cube in the 3D scene. |
81
93
82
94
### [Slaviiiii](https://github.com/Slaviiiii)
83
95
84
96
| PR # | Impact | Description |
85
97
|------|--------|-------------|
86
-
|[#57](https://github.com/tscircuit/jscad-fiber/pull/57)| π³ Major | Wrap ExtrudeLinear component with color and offset props |
87
-
|[#63](https://github.com/tscircuit/jscad-fiber/pull/63)| π Minor | Add color and center properties to the RoundedCylinder component |
88
-
|[#62](https://github.com/tscircuit/jscad-fiber/pull/62)| π Minor | Add color and center position properties to the Cylinder component. |
89
-
|[#61](https://github.com/tscircuit/jscad-fiber/pull/61)| π Minor | Wrap the `RoundedCuboid` component with a color wrapper to allow setting the color of the cuboid. |
90
-
|[#60](https://github.com/tscircuit/jscad-fiber/pull/60)| π Minor | Adds color and center properties to the Cube component and updates the cube.fixture.tsx file accordingly. |
91
-
|[#59](https://github.com/tscircuit/jscad-fiber/pull/59)| π Minor | Wrapped the `ExtrudeRotate` component with `withColorProp` and `withOffsetProp` higher-order components to add color and offset properties. |
92
-
|[#58](https://github.com/tscircuit/jscad-fiber/pull/58)| π Minor | Wrap the ExtrudeRectangular component with withColorProp and withOffsetProp higher-order components to add color and offset props. |
93
-
|[#56](https://github.com/tscircuit/jscad-fiber/pull/56)| π Minor | Wrap ExtrudeHelical component with `withColorProp` and `withOffsetProp` higher-order components. |
98
+
|[#61](https://github.com/tscircuit/jscad-fiber/pull/61)| π³ Major | Wrap the `RoundedCuboid` component with a color wrapper to allow setting the color of the cuboid. |
99
+
|[#60](https://github.com/tscircuit/jscad-fiber/pull/60)| π³ Major | Wrap the `Cube` component with `withColorProp` and `withOffsetProp` higher-order components to add support for `color` and `center` props. |
100
+
|[#58](https://github.com/tscircuit/jscad-fiber/pull/58)| π³ Major | Wrap `ExtrudeRectangular` component with `withColorProp` and `withOffsetProp` HOCs to add color and offset functionality. |
101
+
|[#64](https://github.com/tscircuit/jscad-fiber/pull/64)| π Minor | Wrap `CylinderElliptic` component with `withColorProp` and `withOffsetProp` wrappers |
102
+
|[#65](https://github.com/tscircuit/jscad-fiber/pull/65)| π Minor | Wrap the `Ellipsoid` component with `withColorProp` and `withOffsetProp` to add color and center properties. |
103
+
|[#63](https://github.com/tscircuit/jscad-fiber/pull/63)| π Minor | Adds color and center properties to the RoundedCylinder component, wrapping it with higher-order components. |
104
+
|[#62](https://github.com/tscircuit/jscad-fiber/pull/62)| π Minor | Add color and center offset options to the Cylinder component. |
105
+
|[#59](https://github.com/tscircuit/jscad-fiber/pull/59)| π Minor | Wrap ExtrudeRotate component with `withColorProp` and `withOffsetProp` wrappers |
106
+
|[#56](https://github.com/tscircuit/jscad-fiber/pull/56)| π Minor | Wrap the ExtrudeHelical component with withColorProp and withOffsetProp wrapper functions to add color and offset properties. |
107
+
|[#57](https://github.com/tscircuit/jscad-fiber/pull/57)| π Minor | Wrap the `ExtrudeLinear` component with higher-order components to add support for color and offset properties. |
0 commit comments