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
|[#64](https://github.com/tscircuit/schematic-viewer/pull/64)| π³ Major | DhairyaMajmudar | Replaced the types in core.ts files with those exported from the `circuit-json` package. |
|[#67](https://github.com/tscircuit/pcb-viewer/pull/67)| π³ Major | anas-sarkez | Ensure that the `hotHey` hook only triggers when the window is active and the user is interacting with the container. |
52
65
|[#61](https://github.com/tscircuit/pcb-viewer/pull/61)| π³ Major | anas-sarkez | Added hotkeys for all layers |
53
-
|[#65](https://github.com/tscircuit/pcb-viewer/pull/65)| π Minor | anas-sarkez | Replace the deprecated imports in the codebase. |
66
+
|[#67](https://github.com/tscircuit/pcb-viewer/pull/67)| π Minor | anas-sarkez | The change ensures that the hotkey functionality in the ToolbarOverlay component only works when the mouse is over the container. |
67
+
|[#65](https://github.com/tscircuit/pcb-viewer/pull/65)| π Minor | anas-sarkez | Replace the deprecated imports from "circuit-json" with the new ones. |
|[#212](https://github.com/tscircuit/cli/pull/212)| π³ Major | ShiboSoftwareDev | Fixed a filepath bug by using `path/posix` instead of `path`. |
60
-
|[#213](https://github.com/tscircuit/cli/pull/213)| π Minor | ShiboSoftwareDev | Fixed the incorrect z-index of the popover content. |
73
+
|[#85](https://github.com/tscircuit/schematic-symbols/pull/85)| π³ Major | anas-sarkez | Added a JSON definition and SVG image for a tunnel diode component. |
74
+
|[#82](https://github.com/tscircuit/schematic-symbols/pull/82)| π³ Major | anas-sarkez | Added an avalanche diode symbol and its JSON representation. |
75
+
|[#80](https://github.com/tscircuit/schematic-symbols/pull/80)| π³ Major | anas-sarkez | Added a new 'varactor diode' component with paths and text elements. |
76
+
|[#75](https://github.com/tscircuit/schematic-symbols/pull/75)| π³ Major | anas-sarkez | Added a new Schottky diode symbol. |
77
+
|[#72](https://github.com/tscircuit/schematic-symbols/pull/72)| π³ Major | seveibar | Introduce a new symbol for a photodiode and make bun run generate interactive |
78
+
|[#74](https://github.com/tscircuit/schematic-symbols/pull/74)| π³ Major | Timer00 | Introduce a new component, a DC voltmeter, with its SVG representation and associated JSON data. |
79
+
|[#21](https://github.com/tscircuit/schematic-symbols/pull/21)| π³ Major | Abse2001 | Added push_button_normally_open_momentary horz & vert symbols |
80
+
|[#81](https://github.com/tscircuit/schematic-symbols/pull/81)| π Minor | anas-sarkez | Added a new zener diode symbol. |
81
+
|[#76](https://github.com/tscircuit/schematic-symbols/pull/76)| π Minor | Timer00 | Add a formatting step to the symbol adding instructions. |
82
+
|[#86](https://github.com/tscircuit/schematic-symbols/pull/86)| π Minor | imrishabh18 | Added reference point indicators for the left and right ports of the box resistor symbol. |
83
+
|[#73](https://github.com/tscircuit/schematic-symbols/pull/73)| π Minor | imrishabh18 | Fixes the lockfile to prevent it from becoming frozen. |
84
+
|[#22](https://github.com/tscircuit/schematic-symbols/pull/22)| π Minor | imrishabh18 | Add port reference blocks for the capacitor symbol in the capacitor.json file and the capacitor.svg file. |
85
+
|[#23](https://github.com/tscircuit/schematic-symbols/pull/23)| π Minor | Abse2001 | Fixed the positioning of the ref and value text labels for various components so they will always grow away from the symbols. |
|[#80](https://github.com/tscircuit/circuit-to-svg/pull/80)| π Minor | anas-sarkez | Removed the regular expressions used to clean the text in the SVG object creation functions. |
|[#11](https://github.com/tscircuit/circuit-json-to-gerber/pull/11)| π³ Major | ShiboSoftwareDev | Added support for `pcb_hole` elements in Excellon drill and soldermask generation, and updated the repository to use `circuit-json` instead of `@tscircuit/soup`. |
67
-
|[#9](https://github.com/tscircuit/circuit-json-to-gerber/pull/9)| π Minor | ShiboSoftwareDev | Fixed the gerber units to work with jlcpcb and pcbway |
97
+
|[#11](https://github.com/tscircuit/circuit-json-to-gerber/pull/11)| π³ Major | ShiboSoftwareDev | Implemented pcb_hole support in Excellon drill and soldermask, and updated the repository to use circuit-json. |
98
+
|[#9](https://github.com/tscircuit/circuit-json-to-gerber/pull/9)| π³ Major | ShiboSoftwareDev | Fixed gerber units to work with jlcpcb and pcbway |
|[#55](https://github.com/tscircuit/props/pull/55)| π³ Major | seveibar | Update the `schematicPinDefinitions.ts` file to add a new `SchematicPortArrangement` interface that extends the existing`SchematicPortArrangementWithSizes`, `SchematicPortArrangementWithSides`, and `SchematicPortArrangementWithPinCounts`interfaces. |
111
+
|[#55](https://github.com/tscircuit/props/pull/55)| π³ Major | seveibar | Update the `schematicPinDefinitions.ts` file to introduce a new `SchematicPortArrangement` interface that combines the previous`SchematicPortArrangementWithSizes`, `SchematicPortArrangementWithSides`, and `SchematicPortArrangementWithPinCounts`types. |
|[#72](https://github.com/tscircuit/schematic-symbols/pull/72)| π³ Major | seveibar | Introduced a new photodiode symbol and made the `bun run generate` command interactive to add new symbols. |
80
-
|[#22](https://github.com/tscircuit/schematic-symbols/pull/22)| π³ Major | imrishabh18 | Added port reference blocks for the capacitor symbol to support tracing in the core application. |
81
-
|[#21](https://github.com/tscircuit/schematic-symbols/pull/21)| π³ Major | Abse2001 | Added new push button symbols (horizontal and vertical) for "normally open momentary" type. |
82
-
|[#73](https://github.com/tscircuit/schematic-symbols/pull/73)| π Minor | imrishabh18 | Fixes an issue with the lockfile being frozen. |
83
-
|[#23](https://github.com/tscircuit/schematic-symbols/pull/23)| π Minor | Abse2001 | Fixed the position of the reference and value text blocks so they always grow away from the symbols. |
117
+
|[#47](https://github.com/tscircuit/footprinter/pull/47)| π³ Major | seveibar | Create an axial footprint and add circuitJson function |
|[#130](https://github.com/tscircuit/core/pull/130)| π³ Major | seveibar | Add error handling when there's a missing footprint for a port in the PCB trace. |
|[#45](https://github.com/tscircuit/jscad-electronics/pull/45)| π Minor | abhijitxy | Fix the position of the BGA (Ball Grid Array) component on the side |
129
+
|[#45](https://github.com/tscircuit/jscad-electronics/pull/45)| π³ Major | abhijitxy | Fix the positioning of the BGA (Ball Grid Array) component on the side |
|[#64](https://github.com/tscircuit/schematic-viewer/pull/64)| π³ Major | Replaced the types in core.ts files with those exported from the `circuit-json` package. |
145
+
93
146
### [anas-sarkez](https://github.com/anas-sarkez)
94
147
95
148
| PR # | Impact | Description |
96
149
|------|--------|-------------|
97
-
|[#67](https://github.com/tscircuit/pcb-viewer/pull/67)| π³ Major | Ensure that the `hotHey` hook only triggers when the window is active and the user is interacting with the container. |
98
150
|[#61](https://github.com/tscircuit/pcb-viewer/pull/61)| π³ Major | Added hotkeys for all layers |
99
-
|[#65](https://github.com/tscircuit/pcb-viewer/pull/65)| π Minor | Replace the deprecated imports in the codebase. |
151
+
|[#85](https://github.com/tscircuit/schematic-symbols/pull/85)| π³ Major | Added a JSON definition and SVG image for a tunnel diode component. |
152
+
|[#82](https://github.com/tscircuit/schematic-symbols/pull/82)| π³ Major | Added an avalanche diode symbol and its JSON representation. |
153
+
|[#80](https://github.com/tscircuit/schematic-symbols/pull/80)| π³ Major | Added a new 'varactor diode' component with paths and text elements. |
154
+
|[#75](https://github.com/tscircuit/schematic-symbols/pull/75)| π³ Major | Added a new Schottky diode symbol. |
155
+
|[#67](https://github.com/tscircuit/pcb-viewer/pull/67)| π Minor | The change ensures that the hotkey functionality in the ToolbarOverlay component only works when the mouse is over the container. |
156
+
|[#65](https://github.com/tscircuit/pcb-viewer/pull/65)| π Minor | Replace the deprecated imports from "circuit-json" with the new ones. |
157
+
|[#80](https://github.com/tscircuit/circuit-to-svg/pull/80)| π Minor | Removed the regular expressions used to clean the text in the SVG object creation functions. |
158
+
|[#81](https://github.com/tscircuit/schematic-symbols/pull/81)| π Minor | Added a new zener diode symbol. |
|[#212](https://github.com/tscircuit/cli/pull/212)| π³ Major |Fixed a filepath bug by using `path/posix` instead of `path`. |
106
-
|[#11](https://github.com/tscircuit/circuit-json-to-gerber/pull/11)| π³ Major |Added support for `pcb_hole` elements in Excellon drill and soldermask generation, and updated the repository to use `circuit-json` instead of `@tscircuit/soup`.|
107
-
|[#213](https://github.com/tscircuit/cli/pull/213)| π Minor | Fixed the incorrect z-index of the popover content. |
108
-
|[#9](https://github.com/tscircuit/circuit-json-to-gerber/pull/9)| π Minor | Fixed the gerber units to work with jlcpcb and pcbway|
164
+
|[#11](https://github.com/tscircuit/circuit-json-to-gerber/pull/11)| π³ Major |Implemented pcb_hole support in Excellon drill and soldermask, and updated the repository to use circuit-json. |
165
+
|[#9](https://github.com/tscircuit/circuit-json-to-gerber/pull/9)| π³ Major |Fixed gerber units to work with jlcpcb and pcbway|
166
+
|[#213](https://github.com/tscircuit/cli/pull/213)| π Minor | Fixed the z-index issue in the popover content component. |
167
+
|[#212](https://github.com/tscircuit/cli/pull/212)| π Minor | Fixed filepath bug in various parts of the codebase.|
109
168
110
169
### [seveibar](https://github.com/seveibar)
111
170
112
171
| PR # | Impact | Description |
113
172
|------|--------|-------------|
114
-
|[#55](https://github.com/tscircuit/props/pull/55)| π³ Major | Update the `schematicPinDefinitions.ts` file to add a new `SchematicPortArrangement` interface that extends the existing `SchematicPortArrangementWithSizes`, `SchematicPortArrangementWithSides`, and `SchematicPortArrangementWithPinCounts` interfaces. |
115
-
|[#72](https://github.com/tscircuit/schematic-symbols/pull/72)| π³ Major | Introduced a new photodiode symbol and made the `bun run generate` command interactive to add new symbols. |
173
+
|[#55](https://github.com/tscircuit/props/pull/55)| π³ Major | Update the `schematicPinDefinitions.ts` file to introduce a new `SchematicPortArrangement` interface that combines the previous `SchematicPortArrangementWithSizes`, `SchematicPortArrangementWithSides`, and `SchematicPortArrangementWithPinCounts` types. |
174
+
|[#47](https://github.com/tscircuit/footprinter/pull/47)| π³ Major | Create an axial footprint and add circuitJson function |
175
+
|[#130](https://github.com/tscircuit/core/pull/130)| π³ Major | Add error handling when there's a missing footprint for a port in the PCB trace. |
176
+
|[#72](https://github.com/tscircuit/schematic-symbols/pull/72)| π³ Major | Introduce a new symbol for a photodiode and make bun run generate interactive |
116
177
117
178
### [abhijitxy](https://github.com/abhijitxy)
118
179
119
180
| PR # | Impact | Description |
120
181
|------|--------|-------------|
121
-
|[#45](https://github.com/tscircuit/jscad-electronics/pull/45)| π Minor | Fix the position of the BGA (Ball Grid Array) component on the side |
182
+
|[#45](https://github.com/tscircuit/jscad-electronics/pull/45)| π³ Major | Fix the positioning of the BGA (Ball Grid Array) component on the side |
183
+
184
+
### [Timer00](https://github.com/Timer00)
185
+
186
+
| PR # | Impact | Description |
187
+
|------|--------|-------------|
188
+
|[#74](https://github.com/tscircuit/schematic-symbols/pull/74)| π³ Major | Introduce a new component, a DC voltmeter, with its SVG representation and associated JSON data. |
189
+
|[#76](https://github.com/tscircuit/schematic-symbols/pull/76)| π Minor | Add a formatting step to the symbol adding instructions. |
122
190
123
191
### [imrishabh18](https://github.com/imrishabh18)
124
192
125
193
| PR # | Impact | Description |
126
194
|------|--------|-------------|
127
-
|[#22](https://github.com/tscircuit/schematic-symbols/pull/22)| π³ Major | Added port reference blocks for the capacitor symbol to support tracing in the core application. |
128
-
|[#73](https://github.com/tscircuit/schematic-symbols/pull/73)| π Minor | Fixes an issue with the lockfile being frozen. |
195
+
|[#86](https://github.com/tscircuit/schematic-symbols/pull/86)| π Minor | Added reference point indicators for the left and right ports of the box resistor symbol. |
196
+
|[#73](https://github.com/tscircuit/schematic-symbols/pull/73)| π Minor | Fixes the lockfile to prevent it from becoming frozen. |
197
+
|[#22](https://github.com/tscircuit/schematic-symbols/pull/22)| π Minor | Add port reference blocks for the capacitor symbol in the capacitor.json file and the capacitor.svg file. |
129
198
130
199
### [Abse2001](https://github.com/Abse2001)
131
200
132
201
| PR # | Impact | Description |
133
202
|------|--------|-------------|
134
-
|[#21](https://github.com/tscircuit/schematic-symbols/pull/21)| π³ Major | Added new push button symbols (horizontal and vertical) for "normally open momentary" type. |
135
-
|[#23](https://github.com/tscircuit/schematic-symbols/pull/23)| π Minor | Fixed the position of the reference and value text blocks so they always grow away from the symbols. |
203
+
|[#21](https://github.com/tscircuit/schematic-symbols/pull/21)| π³ Major | Added push_button_normally_open_momentary horz & vert symbols |
204
+
|[#23](https://github.com/tscircuit/schematic-symbols/pull/23)| π Minor | Fixed the positioning of the ref and value text labels for various components so they will always grow away from the symbols. |
205
+
206
+
### [Complexlity](https://github.com/Complexlity)
207
+
208
+
| PR # | Impact | Description |
209
+
|------|--------|-------------|
210
+
|[#6](https://github.com/tscircuit/snippets/pull/6)| π Minor | Remove package-lock.json file |
211
+
|[#4](https://github.com/tscircuit/snippets/pull/4)| π Tiny | Update the favicon to match the one used on the tscircuits website. |
0 commit comments