Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .changeset/tall-jobs-attack.md

This file was deleted.

28 changes: 28 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @jlcpcb/cli

## 0.2.0

### Minor Changes

- [`cd6df88`](https://github.com/l3wi/jlc-cli/commit/cd6df881fb1b8ce7ce5d8cff27eeb4d309cab1cb) Thanks [@l3wi](https://github.com/l3wi)! - Packages to select: @jlcpcb/cli (minor), @jlcpcb/core (minor)

Summary to paste:

Add `jlc easyeda install [uuid]` command for EasyEDA community components

CLI changes:
- New `jlc easyeda install [uuid]` subcommand with -p/--project, --with-3d, -f/--force options
- Dedicated EasyEDAInfoScreen and EasyEDADetailView showing community-specific fields
- Installation status detection: shows "R Regenerate" if installed, "Enter Install" if not
- "✓ Installed" indicator next to component title when already in library
- `jlc install` now rejects non-LCSC IDs with helpful redirect to `jlc easyeda install`

Core changes:
- Add `isEasyEDAInstalled()` method to check if component exists in EasyEDA library
- Register EasyEDA library in global KiCad tables with portable ${KICAD9_3RD_PARTY} paths
- Support global installation for community components (no projectPath required)
- Separate library names (EasyEDA vs EasyEDA-local) to avoid global/local collision

### Patch Changes

- Updated dependencies [[`cd6df88`](https://github.com/l3wi/jlc-cli/commit/cd6df881fb1b8ce7ce5d8cff27eeb4d309cab1cb)]:
- @jlcpcb/core@0.2.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jlcpcb/cli",
"version": "0.1.1",
"version": "0.2.0",
"private": false,
"type": "module",
"description": "CLI for JLC/EasyEDA component sourcing and KiCad library management",
Expand Down
23 changes: 23 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @jlcpcb/core

## 0.2.0

### Minor Changes

- [`cd6df88`](https://github.com/l3wi/jlc-cli/commit/cd6df881fb1b8ce7ce5d8cff27eeb4d309cab1cb) Thanks [@l3wi](https://github.com/l3wi)! - Packages to select: @jlcpcb/cli (minor), @jlcpcb/core (minor)

Summary to paste:

Add `jlc easyeda install [uuid]` command for EasyEDA community components

CLI changes:
- New `jlc easyeda install [uuid]` subcommand with -p/--project, --with-3d, -f/--force options
- Dedicated EasyEDAInfoScreen and EasyEDADetailView showing community-specific fields
- Installation status detection: shows "R Regenerate" if installed, "Enter Install" if not
- "✓ Installed" indicator next to component title when already in library
- `jlc install` now rejects non-LCSC IDs with helpful redirect to `jlc easyeda install`

Core changes:
- Add `isEasyEDAInstalled()` method to check if component exists in EasyEDA library
- Register EasyEDA library in global KiCad tables with portable ${KICAD9_3RD_PARTY} paths
- Support global installation for community components (no projectPath required)
- Separate library names (EasyEDA vs EasyEDA-local) to avoid global/local collision

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jlcpcb/core",
"version": "0.1.1",
"version": "0.2.0",
"private": false,
"type": "module",
"description": "Core library for JLC/EasyEDA component sourcing and KiCad conversion",
Expand Down
28 changes: 28 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @jlcpcb/mcp

## 0.2.0

### Minor Changes

- [`cd6df88`](https://github.com/l3wi/jlc-cli/commit/cd6df881fb1b8ce7ce5d8cff27eeb4d309cab1cb) Thanks [@l3wi](https://github.com/l3wi)! - Packages to select: @jlcpcb/cli (minor), @jlcpcb/core (minor)

Summary to paste:

Add `jlc easyeda install [uuid]` command for EasyEDA community components

CLI changes:
- New `jlc easyeda install [uuid]` subcommand with -p/--project, --with-3d, -f/--force options
- Dedicated EasyEDAInfoScreen and EasyEDADetailView showing community-specific fields
- Installation status detection: shows "R Regenerate" if installed, "Enter Install" if not
- "✓ Installed" indicator next to component title when already in library
- `jlc install` now rejects non-LCSC IDs with helpful redirect to `jlc easyeda install`

Core changes:
- Add `isEasyEDAInstalled()` method to check if component exists in EasyEDA library
- Register EasyEDA library in global KiCad tables with portable ${KICAD9_3RD_PARTY} paths
- Support global installation for community components (no projectPath required)
- Separate library names (EasyEDA vs EasyEDA-local) to avoid global/local collision

### Patch Changes

- Updated dependencies [[`cd6df88`](https://github.com/l3wi/jlc-cli/commit/cd6df881fb1b8ce7ce5d8cff27eeb4d309cab1cb)]:
- @jlcpcb/core@0.2.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jlcpcb/mcp",
"version": "0.1.1",
"version": "0.2.0",
"private": false,
"type": "module",
"description": "MCP server for JLC/EasyEDA component sourcing, library fetching, and conversion to KiCad format",
Expand Down