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
|[#17](https://github.com/tscircuit/footprinter/pull/17)| π³ Major | imrishabh18 | Add circuit-to-svg package and update tests to use it for creating SVG snapshots. |
|[#351](https://github.com/tscircuit/tscircuit/pull/351)| π Minor | imrishabh18 | Automatically updates the package version by checking for updates daily and creating a pull request with the updated package.json and package-lock.json files. |
58
-
|[#349](https://github.com/tscircuit/tscircuit/pull/349)| π Minor | imrishabh18 | Update the '@tscircuit/builder' dependency from version 1.5.141 to 1.11.1.|
73
+
|[#351](https://github.com/tscircuit/tscircuit/pull/351)| π Minor | imrishabh18 | Automatically update package version by checking for updates and creating a pull request if a newer version is available. |
74
+
|[#349](https://github.com/tscircuit/tscircuit/pull/349)| π Minor | imrishabh18 | Update the package dependency "@tscircuit/builder" from version 1.5.141 to 1.11.1 |
|[#13](https://github.com/tscircuit/circuit-to-png/pull/13)|π Minor| imrishabh18 |Removes the `@resvg/resvg-wasm` package dependency as it is not being used. |
|[#3](https://github.com/tscircuit/footprints/pull/3)| π³ Major | seveibar | This pull request performs a huge repository cleanup, switches to the Bun runtime, fixes type issues, adds various workflows, and resolves a published types error. |
92
+
|[#3](https://github.com/tscircuit/footprints/pull/3)| π³ Major | seveibar | This pull request performs a huge repository cleanup, switches to the Bun runtime, fixes type issues, adds workflows for format checking, type checking, and publishing to npm. |
|[#27](https://github.com/tscircuit/soup/pull/27)| π³ Major | seveibar |Introduce a new formatbot workflow that has special behavior for forks, only checking without autofix.|
83
-
|[#23](https://github.com/tscircuit/soup/pull/23)|π Minor| seveibar | Add a new property `route_thickness_mode`to the `pcb_trace.ts` file, which can be either "constant" or "interpolated", and a new optional property `should_round_corners`. |
84
-
|[#24](https://github.com/tscircuit/soup/pull/24)| π Minor | seveibar | Add an optional `symbol_name` field to schematic components|
85
-
|[#22](https://github.com/tscircuit/soup/pull/22)| π Minor | seveibar | Add a new field`pcb_board_id` to the `pcb_board` object. |
98
+
|[#27](https://github.com/tscircuit/soup/pull/27)| π³ Major | seveibar |Introduces a new formatbot that has special behavior for forks (only checks without autofix)|
99
+
|[#23](https://github.com/tscircuit/soup/pull/23)|π³ Major| seveibar | Add route thickness mode and should_round_corners property to the PCB trace schema. |
100
+
|[#24](https://github.com/tscircuit/soup/pull/24)| π Minor | seveibar | Add optional `symbol_name` field to `SchematicComponent` type.|
101
+
|[#22](https://github.com/tscircuit/soup/pull/22)| π Minor | seveibar | Add a new property`pcb_board_id` to the `pcb_board` object with a default value of `"pcb_board_0"`. |
|[#7](https://github.com/tscircuit/soup-util/pull/7)| π³ Major | seveibar | Add a `delete` method to the `su` library to remove elements from the soup. |
92
-
|[#6](https://github.com/tscircuit/soup-util/pull/6)| π³ Major | seveibar | Add support for `insert` and `toArray` methods to the `SoupUtilObjects` type. |
107
+
|[#8](https://github.com/tscircuit/soup-util/pull/8)| π³ Major | seveibar | Add an update method to the su module. |
108
+
|[#7](https://github.com/tscircuit/soup-util/pull/7)| π³ Major | seveibar | Add a new `delete` method to the `su` object to remove an element from the soup based on its ID. |
109
+
|[#6](https://github.com/tscircuit/soup-util/pull/6)| π³ Major | seveibar | Adds support for the `insert` method and `toArray` method to the `SoupUtilObjects` type. |
|[#20](https://github.com/tscircuit/props/pull/20)| π³ Major | seveibar | Improve published types and add support for port references that use a function |
99
-
|[#21](https://github.com/tscircuit/props/pull/21)| π Minor | seveibar | Avoid parsing `portRef` reference to prevent losing the reference. |
116
+
|[#21](https://github.com/tscircuit/props/pull/21)| π Minor | seveibar | Avoid parsing `portRef` reference and losing the reference. |
|[#7](https://github.com/tscircuit/schematic-symbols/pull/7)| π³ Major | seveibar | Add format check and type check workflows, and a formatbot to automatically format code on pull requests. |
112
-
|[#4](https://github.com/tscircuit/schematic-symbols/pull/4)| π³ Major | seveibar | Initial Release |
113
-
|[#6](https://github.com/tscircuit/schematic-symbols/pull/6)| π Minor | seveibar | Add computed fields to the library to make it easier to use symbols. |
114
-
|[#5](https://github.com/tscircuit/schematic-symbols/pull/5)| π Minor | seveibar | Add type exports for various drawing primitives |
128
+
|[#7](https://github.com/tscircuit/schematic-symbols/pull/7)| π³ Major | seveibar | Add formatcheck and typecheck CI workflows, run format, and add formatbot. |
129
+
|[#4](https://github.com/tscircuit/schematic-symbols/pull/4)| π³ Major | seveibar | Initial release of the project, including adding a Vercel build script, fixing type errors, and publishing version 0.0.1. |
130
+
|[#9](https://github.com/tscircuit/schematic-symbols/pull/9)| π Minor | seveibar | Fix the coordinates of the diode and LED symbols |
131
+
|[#6](https://github.com/tscircuit/schematic-symbols/pull/6)| π Minor | seveibar | Add computed fields to the exported symbols object to make it easier to use. |
132
+
|[#5](https://github.com/tscircuit/schematic-symbols/pull/5)| π Minor | seveibar | Add type exports for drawing primitives |
115
133
116
134
## Changes by Contributor
117
135
118
136
### [imrishabh18](https://github.com/imrishabh18)
119
137
120
138
| PR # | Impact | Description |
121
139
|------|--------|-------------|
122
-
|[#103](https://github.com/tscircuit/builder/pull/103)| π Minor | Add "circuit-to-png" as a devDependency |
123
-
|[#351](https://github.com/tscircuit/tscircuit/pull/351)| π Minor | Automatically updates the package version by checking for updates daily and creating a pull request with the updated package.json and package-lock.json files. |
124
-
|[#349](https://github.com/tscircuit/tscircuit/pull/349)| π Minor | Update the '@tscircuit/builder' dependency from version 1.5.141 to 1.11.1. |
125
-
|[#124](https://github.com/tscircuit/cli/pull/124)| π Minor | Add dynamic import for `circuitToPng` function |
|[#37](https://github.com/tscircuit/pcb-viewer/pull/37)| π³ Major | Add the bulge in the trace |
141
+
|[#17](https://github.com/tscircuit/footprinter/pull/17)| π³ Major | Add circuit-to-svg package and update tests to use it for creating SVG snapshots. |
142
+
|[#103](https://github.com/tscircuit/builder/pull/103)| π Minor | Added `circuit-to-png` as a development dependency |
143
+
|[#351](https://github.com/tscircuit/tscircuit/pull/351)| π Minor | Automatically update package version by checking for updates and creating a pull request if a newer version is available. |
144
+
|[#349](https://github.com/tscircuit/tscircuit/pull/349)| π Minor | Update the package dependency "@tscircuit/builder" from version 1.5.141 to 1.11.1 |
145
+
|[#124](https://github.com/tscircuit/cli/pull/124)| π Minor | Fix: add dynamic import |
146
+
|[#13](https://github.com/tscircuit/circuit-to-png/pull/13)| π Minor | Removes the `@resvg/resvg-wasm` package dependency as it is not being used. |
127
147
128
148
### [seveibar](https://github.com/seveibar)
129
149
130
150
| PR # | Impact | Description |
131
151
|------|--------|-------------|
132
-
|[#3](https://github.com/tscircuit/footprints/pull/3)| π³ Major | This pull request performs a huge repository cleanup, switches to the Bun runtime, fixes type issues, adds various workflows, and resolves a published types error. |
133
-
|[#27](https://github.com/tscircuit/soup/pull/27)| π³ Major | Introduce a new formatbot workflow that has special behavior for forks, only checking without autofix. |
134
-
|[#7](https://github.com/tscircuit/soup-util/pull/7)| π³ Major | Add a `delete` method to the `su` library to remove elements from the soup. |
135
-
|[#6](https://github.com/tscircuit/soup-util/pull/6)| π³ Major | Add support for `insert` and `toArray` methods to the `SoupUtilObjects` type. |
152
+
|[#3](https://github.com/tscircuit/footprints/pull/3)| π³ Major | This pull request performs a huge repository cleanup, switches to the Bun runtime, fixes type issues, adds workflows for format checking, type checking, and publishing to npm. |
153
+
|[#27](https://github.com/tscircuit/soup/pull/27)| π³ Major | Introduces a new formatbot that has special behavior for forks (only checks without autofix) |
154
+
|[#23](https://github.com/tscircuit/soup/pull/23)| π³ Major | Add route thickness mode and should_round_corners property to the PCB trace schema. |
155
+
|[#8](https://github.com/tscircuit/soup-util/pull/8)| π³ Major | Add an update method to the su module. |
156
+
|[#7](https://github.com/tscircuit/soup-util/pull/7)| π³ Major | Add a new `delete` method to the `su` object to remove an element from the soup based on its ID. |
157
+
|[#6](https://github.com/tscircuit/soup-util/pull/6)| π³ Major | Adds support for the `insert` method and `toArray` method to the `SoupUtilObjects` type. |
136
158
|[#20](https://github.com/tscircuit/props/pull/20)| π³ Major | Improve published types and add support for port references that use a function |
137
-
|[#13](https://github.com/tscircuit/jscad-electronics/pull/13)| π³ Major | Implement tssop component |
138
-
|[#7](https://github.com/tscircuit/schematic-symbols/pull/7)| π³ Major | Add format check and type check workflows, and a formatbot to automatically format code on pull requests. |
139
-
|[#4](https://github.com/tscircuit/schematic-symbols/pull/4)| π³ Major | Initial Release |
140
-
|[#23](https://github.com/tscircuit/soup/pull/23)| π Minor | Add a new property `route_thickness_mode` to the `pcb_trace.ts` file, which can be either "constant" or "interpolated", and a new optional property `should_round_corners`. |
141
-
|[#24](https://github.com/tscircuit/soup/pull/24)| π Minor | Add an optional `symbol_name` field to schematic components |
142
-
|[#22](https://github.com/tscircuit/soup/pull/22)| π Minor | Add a new field `pcb_board_id` to the `pcb_board` object. |
143
-
|[#21](https://github.com/tscircuit/props/pull/21)| π Minor | Avoid parsing `portRef` reference to prevent losing the reference. |
144
-
|[#6](https://github.com/tscircuit/schematic-symbols/pull/6)| π Minor | Add computed fields to the library to make it easier to use symbols. |
145
-
|[#5](https://github.com/tscircuit/schematic-symbols/pull/5)| π Minor | Add type exports for various drawing primitives |
159
+
|[#13](https://github.com/tscircuit/jscad-electronics/pull/13)| π³ Major | Implement tssop package component |
160
+
|[#7](https://github.com/tscircuit/schematic-symbols/pull/7)| π³ Major | Add formatcheck and typecheck CI workflows, run format, and add formatbot. |
161
+
|[#4](https://github.com/tscircuit/schematic-symbols/pull/4)| π³ Major | Initial release of the project, including adding a Vercel build script, fixing type errors, and publishing version 0.0.1. |
162
+
|[#24](https://github.com/tscircuit/soup/pull/24)| π Minor | Add optional `symbol_name` field to `SchematicComponent` type. |
163
+
|[#22](https://github.com/tscircuit/soup/pull/22)| π Minor | Add a new property `pcb_board_id` to the `pcb_board` object with a default value of `"pcb_board_0"`. |
164
+
|[#21](https://github.com/tscircuit/props/pull/21)| π Minor | Avoid parsing `portRef` reference and losing the reference. |
165
+
|[#9](https://github.com/tscircuit/schematic-symbols/pull/9)| π Minor | Fix the coordinates of the diode and LED symbols |
166
+
|[#6](https://github.com/tscircuit/schematic-symbols/pull/6)| π Minor | Add computed fields to the exported symbols object to make it easier to use. |
167
+
|[#5](https://github.com/tscircuit/schematic-symbols/pull/5)| π Minor | Add type exports for drawing primitives |
168
+
169
+
### [abhijitxy](https://github.com/abhijitxy)
170
+
171
+
| PR # | Impact | Description |
172
+
|------|--------|-------------|
173
+
|[#15](https://github.com/tscircuit/footprinter/pull/15)| π³ Major | Add SOT23 package definition |
0 commit comments