Skip to content

Commit b89503c

Browse files
committed
Update contribution overviews
1 parent 87f4a65 commit b89503c

File tree

2 files changed

+110
-42
lines changed

2 files changed

+110
-42
lines changed

β€ŽREADME.md

+55-21
Original file line numberDiff line numberDiff line change
@@ -25,80 +25,114 @@ The current week is shown below. There are 3 major sections:
2525
pie
2626
"tscircuit/pcb-viewer" : 3
2727
"tscircuit/cli" : 2
28-
"tscircuit/circuit-json-to-gerber" : 1
29-
"tscircuit/schematic-symbols" : 3
28+
"tscircuit/circuit-json-to-gerber" : 2
29+
"tscircuit/props" : 1
30+
"tscircuit/schematic-symbols" : 5
31+
"tscircuit/jscad-electronics" : 1
3032
```
3133

3234
## Contributor Overview
3335

3436
| Contributor | 🐳 Major | πŸ™ Minor | 🐌 Tiny |
3537
|-------------|-------|-------|-------|
3638
| anas-sarkez | 2 | 1 | 0 |
37-
| ShiboSoftwareDev | 0 | 2 | 0 |
39+
| ShiboSoftwareDev | 2 | 2 | 0 |
40+
| seveibar | 2 | 0 | 0 |
41+
| abhijitxy | 0 | 1 | 0 |
42+
| imrishabh18 | 1 | 1 | 0 |
3843
| Abse2001 | 1 | 1 | 0 |
39-
| imrishabh18 | 1 | 0 | 0 |
4044

4145
## Changes by Repository
4246

4347
### [tscircuit/pcb-viewer](https://github.com/tscircuit/pcb-viewer)
4448

4549
| PR # | Impact | Contributor | Description |
4650
|------|--------|-------------|-------------|
47-
| [#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. |
4852
| [#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. |
5054

5155
### [tscircuit/cli](https://github.com/tscircuit/cli)
5256

5357
| PR # | Impact | Contributor | Description |
5458
|------|--------|-------------|-------------|
55-
| [#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. |
5761

5862
### [tscircuit/circuit-json-to-gerber](https://github.com/tscircuit/circuit-json-to-gerber)
5963

6064
| PR # | Impact | Contributor | Description |
6165
|------|--------|-------------|-------------|
62-
| [#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 |
68+
69+
### [tscircuit/props](https://github.com/tscircuit/props)
70+
71+
| PR # | Impact | Contributor | Description |
72+
|------|--------|-------------|-------------|
73+
| [#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. |
6374

6475
### [tscircuit/schematic-symbols](https://github.com/tscircuit/schematic-symbols)
6576

6677
| PR # | Impact | Contributor | Description |
6778
|------|--------|-------------|-------------|
68-
| [#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. |
84+
85+
### [tscircuit/jscad-electronics](https://github.com/tscircuit/jscad-electronics)
86+
87+
| PR # | Impact | Contributor | Description |
88+
|------|--------|-------------|-------------|
89+
| [#45](https://github.com/tscircuit/jscad-electronics/pull/45) | πŸ™ Minor | abhijitxy | Fix the position of the BGA (Ball Grid Array) component on the side |
7190

7291
## Changes by Contributor
7392

7493
### [anas-sarkez](https://github.com/anas-sarkez)
7594

7695
| PR # | Impact | Description |
7796
|------|--------|-------------|
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. |
7998
| [#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. |
81100

82101
### [ShiboSoftwareDev](https://github.com/ShiboSoftwareDev)
83102

84103
| PR # | Impact | Description |
85104
|------|--------|-------------|
86-
| [#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 |
89109

90-
### [Abse2001](https://github.com/Abse2001)
110+
### [seveibar](https://github.com/seveibar)
91111

92112
| PR # | Impact | Description |
93113
|------|--------|-------------|
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 |
96122

97123
### [imrishabh18](https://github.com/imrishabh18)
98124

99125
| PR # | Impact | Description |
100126
|------|--------|-------------|
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. |
102136

103137

104138

0 commit comments

Comments
Β (0)