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
|[#25](https://github.com/tscircuit/circuit-to-svg/pull/25)| π³ Major | imrishabh18 | Integrate schematic symbols into the circuitJsonToSchematicSvg function, and update the package dependencies. |
|[#6](https://github.com/tscircuit/core/pull/6)| π³ Major | seveibar |Implements a trace hint feature to allow custom routing between ports using PCB route hints. |
|[#6](https://github.com/tscircuit/core/pull/6)| π³ Major | seveibar |Implement trace hints for PCB routing, allowing the user to provide guidance on the desired trace path. |
|[#130](https://github.com/tscircuit/cli/pull/130)| π Minor | seveibar |Change the `flip_y_axis`flag to `false`for both Gerber and Excellon drill commands. |
73
+
|[#130](https://github.com/tscircuit/cli/pull/130)| π Minor | seveibar |Update the `flip_y_axis`option for both Gerber and Drill commands to `false`. |
|[#9](https://github.com/tscircuit/soup-util/pull/9)| π Minor | seveibar | Allow creating a Soup Utility (su) with an option to turn on validation when inserting new elements.|
79
+
|[#9](https://github.com/tscircuit/soup-util/pull/9)| π Minor | seveibar | Allow creating soup util with validation turned on|
|[#24](https://github.com/tscircuit/props/pull/24)| π Minor | seveibar | Modify the `pinLabels` type to accept strings to fix React parsing issues. |
78
-
|[#22](https://github.com/tscircuit/props/pull/22)| π Minor | seveibar | Make the `for` property in `tracehint` optional to support a new syntax that allows defining the offset directly in the `trace` element. |
85
+
|[#24](https://github.com/tscircuit/props/pull/24)| π Minor | seveibar | Change the type of `pinLabels` to accept either numbers or strings to fix React parsing issues. |
86
+
|[#22](https://github.com/tscircuit/props/pull/22)| π Minor | seveibar | Make the `for` property of `<tracehint>` optional to support a new syntax where the `<tracehint>` is defined inside the `<trace>` element. |
87
+
|[#25](https://github.com/tscircuit/props/pull/25)| π Minor | ShiboSoftwareDev | Added an optional `outline` property to the `boardProps` type, which allows for defining an array of points to represent the outline of the board. |
|[#10](https://github.com/tscircuit/schematic-symbols/pull/10)|π³ Major| seveibar |Introduces a new function `getInnerSvg` to extract the inner SVG content without the outer `<svg>` tag. |
93
+
|[#10](https://github.com/tscircuit/schematic-symbols/pull/10)|π Minor| seveibar |Introduce `getInnerSvg`function to extract the inner SVG elements from the `getSvg` function. |
|[#24](https://github.com/tscircuit/footprinter/pull/24)| π³ Major | anas-sarkez | Added a new component, SOT723, to the project. |
91
-
|[#23](https://github.com/tscircuit/footprinter/pull/23)| π³ Major | anas-sarkez | Added a new function 'sot563' and a test case for it |
92
-
|[#19](https://github.com/tscircuit/footprinter/pull/19)| π³ Major | ShiboSoftwareDev | Added two new footprints, ms-012 and ms-013, to the project. |
93
-
|[#21](https://github.com/tscircuit/footprinter/pull/21)| π Minor | anas-sarkez | Added more tests for a BGA component with 64 pins, 10mm x 10mm size, 8x8 grid, and 1.27mm pitch. |
99
+
|[#19](https://github.com/tscircuit/footprinter/pull/19)| π³ Major | ShiboSoftwareDev | Added ms-012 and ms-013 footprints. |
100
+
|[#24](https://github.com/tscircuit/footprinter/pull/24)| π³ Major | anas-sarkez | Added a new component called SOT723. |
101
+
|[#23](https://github.com/tscircuit/footprinter/pull/23)| π³ Major | anas-sarkez | Added support for the SOT563 package and its associated test case. |
102
+
|[#25](https://github.com/tscircuit/footprinter/pull/25)| π Minor | anas-sarkez | Fixed silkscreen issue of some components |
103
+
|[#21](https://github.com/tscircuit/footprinter/pull/21)| π Minor | anas-sarkez | Added more test cases for a BGA component with 64 pins, 10mm x 10mm, 8x8 grid, and 1.27mm pitch. |
94
104
|[#20](https://github.com/tscircuit/footprinter/pull/20)| π Minor | anas-sarkez | Added some missing tests and snapshots |
|[#28](https://github.com/tscircuit/soup/pull/28)| π Minor | ShiboSoftwareDev | Added an optional `outline` prop type to the `pcb_board` type to define the board outline of the PCB. |
|[#14](https://github.com/tscircuit/jscad-electronics/pull/14)| π³ Major | abhijitxy | Implement a new component for the SOT-23-3P package.|
116
+
|[#14](https://github.com/tscircuit/jscad-electronics/pull/14)| π³ Major | abhijitxy | Implement a new SOT-23-3P component for the project|
101
117
102
118
## Changes by Contributor
103
119
104
120
### [imrishabh18](https://github.com/imrishabh18)
105
121
106
122
| PR # | Impact | Description |
107
123
|------|--------|-------------|
108
-
|[#40](https://github.com/tscircuit/pcb-viewer/pull/40)| π³ Major | Adds support for trace-hint on plated-hole elements |
124
+
|[#40](https://github.com/tscircuit/pcb-viewer/pull/40)| π³ Major | Add support for trace-hint on plated-holes. |
125
+
|[#25](https://github.com/tscircuit/circuit-to-svg/pull/25)| π³ Major | Integrate schematic symbols into the circuitJsonToSchematicSvg function, and update the package dependencies. |
109
126
110
127
### [seveibar](https://github.com/seveibar)
111
128
112
129
| PR # | Impact | Description |
113
130
|------|--------|-------------|
114
-
|[#6](https://github.com/tscircuit/core/pull/6)| π³ Major |Implements a trace hint feature to allow custom routing between ports using PCB route hints. |
115
-
|[#130](https://github.com/tscircuit/cli/pull/130)|π Minor|Change the `flip_y_axis` flag to `false` for both Gerber and Excellon drill commands.|
116
-
|[#9](https://github.com/tscircuit/soup-util/pull/9)| π Minor |Allow creating a Soup Utility (su) with an option to turn on validation when inserting new elements. |
117
-
|[#24](https://github.com/tscircuit/props/pull/24)| π Minor |Modify the `pinLabels` type to accept strings to fix React parsing issues.|
118
-
|[#22](https://github.com/tscircuit/props/pull/22)| π Minor |Make the `for` property in `tracehint` optional to support a new syntax that allows defining the offset directly in the `trace` element. |
|[#10](https://github.com/tscircuit/schematic-symbols/pull/10)|π³ Major|Introduces a new function `getInnerSvg` to extract the inner SVG content without the outer `<svg>` tag. |
131
+
|[#6](https://github.com/tscircuit/core/pull/6)| π³ Major |Implement trace hints for PCB routing, allowing the user to provide guidance on the desired trace path. |
|[#130](https://github.com/tscircuit/cli/pull/130)| π Minor |Update the `flip_y_axis`option for both Gerber and Drill commands to `false`. |
134
+
|[#9](https://github.com/tscircuit/soup-util/pull/9)| π Minor |Allow creating soup util with validation turned on|
135
+
|[#24](https://github.com/tscircuit/props/pull/24)| π Minor |Change the type of `pinLabels`to accept either numbers or strings to fix React parsing issues. |
136
+
|[#22](https://github.com/tscircuit/props/pull/22)|π Minor | Make the `for` property of `<tracehint>` optional to support a new syntax where the `<tracehint>` is defined inside the `<trace>` element.|
137
+
|[#10](https://github.com/tscircuit/schematic-symbols/pull/10)|π Minor|Introduce `getInnerSvg`function to extract the inner SVG elements from the `getSvg` function. |
|[#24](https://github.com/tscircuit/footprinter/pull/24)| π³ Major | Added a new component, SOT723, to the project. |
127
-
|[#23](https://github.com/tscircuit/footprinter/pull/23)| π³ Major | Added a new function 'sot563' and a test case for it |
128
-
|[#21](https://github.com/tscircuit/footprinter/pull/21)| π Minor | Added more tests for a BGA component with 64 pins, 10mm x 10mm size, 8x8 grid, and 1.27mm pitch. |
129
-
|[#20](https://github.com/tscircuit/footprinter/pull/20)| π Minor | Added some missing tests and snapshots |
143
+
|[#19](https://github.com/tscircuit/footprinter/pull/19)| π³ Major | Added ms-012 and ms-013 footprints. |
144
+
|[#28](https://github.com/tscircuit/soup/pull/28)| π Minor | Added an optional `outline` prop type to the `pcb_board` type to define the board outline of the PCB. |
145
+
|[#25](https://github.com/tscircuit/props/pull/25)| π Minor | Added an optional `outline` property to the `boardProps` type, which allows for defining an array of points to represent the outline of the board. |
|[#19](https://github.com/tscircuit/footprinter/pull/19)| π³ Major | Added two new footprints, ms-012 and ms-013, to the project. |
151
+
|[#24](https://github.com/tscircuit/footprinter/pull/24)| π³ Major | Added a new component called SOT723. |
152
+
|[#23](https://github.com/tscircuit/footprinter/pull/23)| π³ Major | Added support for the SOT563 package and its associated test case. |
153
+
|[#25](https://github.com/tscircuit/footprinter/pull/25)| π Minor | Fixed silkscreen issue of some components |
154
+
|[#21](https://github.com/tscircuit/footprinter/pull/21)| π Minor | Added more test cases for a BGA component with 64 pins, 10mm x 10mm, 8x8 grid, and 1.27mm pitch. |
155
+
|[#20](https://github.com/tscircuit/footprinter/pull/20)| π Minor | Added some missing tests and snapshots |
136
156
137
157
### [abhijitxy](https://github.com/abhijitxy)
138
158
139
159
| PR # | Impact | Description |
140
160
|------|--------|-------------|
141
-
|[#14](https://github.com/tscircuit/jscad-electronics/pull/14)| π³ Major | Implement a new component for the SOT-23-3P package.|
161
+
|[#14](https://github.com/tscircuit/jscad-electronics/pull/14)| π³ Major | Implement a new SOT-23-3P component for the project|
0 commit comments