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
|[#351](https://github.com/tscircuit/tscircuit/pull/351)| π Minor | imrishabh18 | Automatically update the package version daily. |
50
-
|[#349](https://github.com/tscircuit/tscircuit/pull/349)| π Minor | imrishabh18 | Update the "@tscircuit/builder" dependency from version 1.5.141 to 1.11.1 |
57
+
|[#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.|
|[#3](https://github.com/tscircuit/footprints/pull/3)| π³ Major | seveibar |Huge repository cleanup, switch to Bun, fix types, add workflows, and fix published types error. |
76
+
|[#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. |
|[#23](https://github.com/tscircuit/soup/pull/23)| π³ Major | seveibar | Add route thickness mode and should_round_corners property to the PCB trace |
69
-
|[#24](https://github.com/tscircuit/soup/pull/24)| π Minor | seveibar | Add an optional `symbol_name` field to the `schematic_component` schema. |
70
-
|[#22](https://github.com/tscircuit/soup/pull/22)| π Minor | seveibar | Add a new `pcb_board_id` field to the `pcb_board` object schema. |
82
+
|[#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. |
|[#7](https://github.com/tscircuit/soup-util/pull/7)| π³ Major | seveibar | Add a new `delete` method to the `su` library to remove elements from the soup. |
77
-
|[#6](https://github.com/tscircuit/soup-util/pull/6)| π³ Major | seveibar | Add support for `insert` and `toArray` methods to the `su` object. |
91
+
|[#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. |
|[#7](https://github.com/tscircuit/schematic-symbols/pull/7)| π³ Major | seveibar |Introduce format checks, type checks, and a format bot for the project. |
97
-
|[#4](https://github.com/tscircuit/schematic-symbols/pull/4)| π³ Major | seveibar | Initial release of the project with various setup files and configurations.|
98
-
|[#6](https://github.com/tscircuit/schematic-symbols/pull/6)| π Minor | seveibar | Add computed fields to make it easier to use symbols |
99
-
|[#5](https://github.com/tscircuit/schematic-symbols/pull/5)| π Minor | seveibar |Adds type exports for drawing primitives |
111
+
|[#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 |
100
115
101
116
## Changes by Contributor
102
117
103
118
### [imrishabh18](https://github.com/imrishabh18)
104
119
105
120
| PR # | Impact | Description |
106
121
|------|--------|-------------|
107
-
|[#351](https://github.com/tscircuit/tscircuit/pull/351)| π Minor | Automatically update the package version daily. |
108
-
|[#349](https://github.com/tscircuit/tscircuit/pull/349)| π Minor | Update the "@tscircuit/builder" dependency from version 1.5.141 to 1.11.1 |
109
-
|[#103](https://github.com/tscircuit/builder/pull/103)| π Tiny | Added "circuit-to-png" as a devDependency. |
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 |
|[#3](https://github.com/tscircuit/footprints/pull/3)| π³ Major |Huge repository cleanup, switch to Bun, fix types, add workflows, and fix published types error. |
116
-
|[#23](https://github.com/tscircuit/soup/pull/23)| π³ Major |Add route thickness mode and should_round_corners property to the PCB trace|
117
-
|[#7](https://github.com/tscircuit/soup-util/pull/7)| π³ Major | Add a new `delete` method to the `su` library to remove elements from the soup. |
118
-
|[#6](https://github.com/tscircuit/soup-util/pull/6)| π³ Major | Add support for `insert` and `toArray` methods to the `su` object. |
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. |
119
136
|[#20](https://github.com/tscircuit/props/pull/20)| π³ Major | Improve published types and add support for port references that use a function |
120
-
|[#13](https://github.com/tscircuit/jscad-electronics/pull/13)| π³ Major | Implement TSSOP (Thin Shrink Small Outline Package) component |
121
-
|[#7](https://github.com/tscircuit/schematic-symbols/pull/7)| π³ Major | Introduce format checks, type checks, and a format bot for the project. |
122
-
|[#4](https://github.com/tscircuit/schematic-symbols/pull/4)| π³ Major | Initial release of the project with various setup files and configurations. |
123
-
|[#24](https://github.com/tscircuit/soup/pull/24)| π Minor | Add an optional `symbol_name` field to the `schematic_component` schema. |
124
-
|[#22](https://github.com/tscircuit/soup/pull/22)| π Minor | Add a new `pcb_board_id` field to the `pcb_board` object schema. |
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. |
125
143
|[#21](https://github.com/tscircuit/props/pull/21)| π Minor | Avoid parsing `portRef` reference to prevent losing the reference. |
126
-
|[#6](https://github.com/tscircuit/schematic-symbols/pull/6)| π Minor | Add computed fields to make it easier to use symbols |
127
-
|[#5](https://github.com/tscircuit/schematic-symbols/pull/5)| π Minor |Adds type exports for drawing primitives |
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 |
0 commit comments