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
|[#67](https://github.com/tscircuit/pcb-viewer/pull/67)| π³ Major | anas-sarkez |Update the `useHotKey` hook to only trigger when the window is active and the mouse is over the container. |
51
+
|[#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. |
48
52
|[#61](https://github.com/tscircuit/pcb-viewer/pull/61)| π³ Major | anas-sarkez | Added hotkeys for all layers |
49
-
|[#65](https://github.com/tscircuit/pcb-viewer/pull/65)| π Minor | anas-sarkez | Replace the deprecated imports from "circuit-json" with the new ones. |
53
+
|[#65](https://github.com/tscircuit/pcb-viewer/pull/65)| π Minor | anas-sarkez | Replace the deprecated imports in the codebase. |
|[#213](https://github.com/tscircuit/cli/pull/213)|π Minor| ShiboSoftwareDev | Fixed the z-index of the popover content to prevent it from being hidden behind other content. |
56
-
|[#212](https://github.com/tscircuit/cli/pull/212)|π£ | ShiboSoftwareDev | Fixed a filepath bug that was causing issues with the API tests and exporting functionality. |
59
+
|[#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. |
|[#9](https://github.com/tscircuit/circuit-json-to-gerber/pull/9)| π Minor | ShiboSoftwareDev | Fixed gerber units to work with JLCPCB and PCBWay |
66
+
|[#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 |
|[#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. |
|[#21](https://github.com/tscircuit/schematic-symbols/pull/21)| π³ Major | Abse2001 | Added new symbols for push_button_normally_open_momentary in horizontal and vertical orientations. |
69
-
|[#22](https://github.com/tscircuit/schematic-symbols/pull/22)| π³ Major | imrishabh18 | Add port reference blocks for trace fix in core |
70
-
|[#23](https://github.com/tscircuit/schematic-symbols/pull/23)| π Minor | Abse2001 | Fixed the position of the REF and VAL text labels in several electronic component symbols so that they always grow away from the symbols. |
79
+
|[#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. |
|[#45](https://github.com/tscircuit/jscad-electronics/pull/45)| π Minor | abhijitxy | Fix the position of the BGA (Ball Grid Array) component on the side |
71
90
72
91
## Changes by Contributor
73
92
74
93
### [anas-sarkez](https://github.com/anas-sarkez)
75
94
76
95
| PR # | Impact | Description |
77
96
|------|--------|-------------|
78
-
|[#67](https://github.com/tscircuit/pcb-viewer/pull/67)| π³ Major |Update the `useHotKey` hook to only trigger when the window is active and the mouse is over the container. |
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. |
79
98
|[#61](https://github.com/tscircuit/pcb-viewer/pull/61)| π³ Major | Added hotkeys for all layers |
80
-
|[#65](https://github.com/tscircuit/pcb-viewer/pull/65)| π Minor | Replace the deprecated imports from "circuit-json" with the new ones. |
99
+
|[#65](https://github.com/tscircuit/pcb-viewer/pull/65)| π Minor | Replace the deprecated imports in the codebase. |
|[#213](https://github.com/tscircuit/cli/pull/213)| π Minor | Fixed the z-index of the popover content to prevent it from being hidden behind other content. |
87
-
|[#212](https://github.com/tscircuit/cli/pull/212)| π£ | Fixed a filepath bug that was causing issues with the API tests and exporting functionality. |
88
-
|[#9](https://github.com/tscircuit/circuit-json-to-gerber/pull/9)| π Minor | Fixed gerber units to work with JLCPCB and PCBWay |
105
+
|[#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 |
89
109
90
-
### [Abse2001](https://github.com/Abse2001)
110
+
### [seveibar](https://github.com/seveibar)
91
111
92
112
| PR # | Impact | Description |
93
113
|------|--------|-------------|
94
-
|[#21](https://github.com/tscircuit/schematic-symbols/pull/21)| π³ Major | Added new symbols for push_button_normally_open_momentary in horizontal and vertical orientations. |
95
-
|[#23](https://github.com/tscircuit/schematic-symbols/pull/23)| π Minor | Fixed the position of the REF and VAL text labels in several electronic component symbols so that they always grow away from the symbols. |
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. |
116
+
117
+
### [abhijitxy](https://github.com/abhijitxy)
118
+
119
+
| PR # | Impact | Description |
120
+
|------|--------|-------------|
121
+
|[#45](https://github.com/tscircuit/jscad-electronics/pull/45)| π Minor | Fix the position of the BGA (Ball Grid Array) component on the side |
96
122
97
123
### [imrishabh18](https://github.com/imrishabh18)
98
124
99
125
| PR # | Impact | Description |
100
126
|------|--------|-------------|
101
-
|[#22](https://github.com/tscircuit/schematic-symbols/pull/22)| π³ Major | Add port reference blocks for trace fix in core |
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. |
129
+
130
+
### [Abse2001](https://github.com/Abse2001)
131
+
132
+
| PR # | Impact | Description |
133
+
|------|--------|-------------|
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. |
0 commit comments