Skip to content
Merged
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
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Change log

## [1.13.11] - 2026-04-07

### Changed

- Updated dependencies
- typescript 5.9.3 → 6.0.2 (major version upgrade)
- vite 7.3.1 → 8.0.7 (major version upgrade)
- @sveltejs/vite-plugin-svelte 6.2.4 → 7.0.0 (major version upgrade)
- eslint-plugin-unicorn 63.0.0 → 64.0.0 (major version upgrade)
- eslint-plugin-simple-import-sort 12.1.1 → 13.0.0 (major version upgrade)
- eslint 10.0.2 → 10.2.0
- eslint-plugin-svelte 3.15.0 → 3.17.0
- svelte-eslint-parser 1.5.1 → 1.6.0
- @typescript-eslint/eslint-plugin 8.56.1 → 8.58.0
- @typescript-eslint/parser 8.56.1 → 8.58.0
- @threlte/core 8.4.0 → 8.5.7
- @threlte/extras 9.8.1 → 9.14.4
- flowbite-svelte 1.31.0 → 1.33.0
- svelte 5.53.5 → 5.55.1
- @tailwindcss/postcss 4.2.1 → 4.2.2
- @tailwindcss/vite 4.2.1 → 4.2.2
- tailwindcss 4.2.1 → 4.2.2
- svelte-check 4.4.4 → 4.4.6
- prettier-plugin-svelte 3.5.0 → 3.5.1
- @eslint/eslintrc 3.3.4 → 3.3.5
- postcss 8.5.6 → 8.5.8
- canvas 3.2.1 → 3.2.3
- konva 10.2.0 → 10.2.3
- three 0.183.1 → 0.183.2
- dayjs 1.11.19 → 1.11.20
- nanoid 5.1.6 → 5.1.7

### Removed

- `svelte-preprocess` devDependency (no longer needed)

## [1.13.10] - 2026-02-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm run format:check # Check formatting
npm run format:fix # Auto-fix formatting
npm run lint:check # ESLint checks
npm run lint:fix # Auto-fix linting
npm run all # Run format:fix, lint:fix, ts:check, build
npm run all # Run format:fix, lint:fix, ts:check, prebuild, build

npm run npm:reinstall # Clean reinstall dependencies
```
Expand Down
2 changes: 2 additions & 0 deletions docs/assets/index-B54_ulQB.css

Large diffs are not rendered by default.

4,519 changes: 4,519 additions & 0 deletions docs/assets/index-BoKtTNLb.js

Large diffs are not rendered by default.

4,783 changes: 0 additions & 4,783 deletions docs/assets/index-sQdQXstb.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/index-y71P0uOs.css

This file was deleted.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
property="twitter:image"
content="https://segmentcontroller.github.io/pcb-tht-holder/pcb-board-32.png"
/>
<script type="module" crossorigin src="/pcb-tht-holder/assets/index-sQdQXstb.js"></script>
<link rel="stylesheet" crossorigin href="/pcb-tht-holder/assets/index-y71P0uOs.css">
<script type="module" crossorigin src="/pcb-tht-holder/assets/index-BoKtTNLb.js"></script>
<link rel="stylesheet" crossorigin href="/pcb-tht-holder/assets/index-B54_ulQB.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const GHPATH = 'https://segmentcontroller.github.io/pcb-tht-holder/';

const APP_PREFIX = 'pwa_pcb-tht-holder_';

const VERSION = 'v1.13.10';
const VERSION = 'v1.13.11';

// The files to make available for offline use. make sure to add others to this list
const URLS = [
Expand Down
Loading
Loading