Commit Graph
68 Commits
Author SHA1 Message Date
Neko Ayaka 75321a4cd9 chore(deps): bump dependencies 2025-10-03 16:54:50 +08:00
Neko Ayaka 372125fb89 chore(deps): bump dependencies
Notice: after bumping up to three 0.180.0 with @types/three 0.180.0,
  Argument of type 'Group<Object3DEventMap>' is not assignable to parameter of type 'Object3D<Object3DEventMap>'.
    Type 'Group<Object3DEventMap>' is missing the following properties from type 'Object3D<Object3DEventMap>': setPointerCapture, releasePointerCapture, hasPointerCapture

Currently, AFAIK, clearly, three, and @types/three doesn't have the setPointerCapture, releasePointerCapture, hasPointerCapture method / getters
The only place I found on GitHub, points out that https://github.com/pmndrs/xr/blob/456aa380206e93888cd3a5741a1534e672ae3106/packages/pointer-events/src/pointer.ts#L69-L100 declares

```js
declare module 'three' {
  interface Object3D {
    setPointerCapture(pointerId: number): void
    releasePointerCapture(pointerId: number): void
    hasPointerCapture(pointerId: number): boolean

    intersectChildren?: boolean
    interactableDescendants?: Array<Object3D>
    /**
     * @deprecated
     */
    ancestorsHaveListeners?: boolean
    ancestorsHavePointerListeners?: boolean
    ancestorsHaveWheelListeners?: boolean
  }
}
```

And in @tresjs/core v5, it uses the @pmndrs/pointer-events internally.
Somehow the Object3D from @types/three and the one augmented by @pmndrs/pointer-events are not compatible.

`new Object3D() as unknown as Object3D` works as workaround here but there should be no need to do such a thing since these two Object3D should be the same.
With no updates from `typescript`, I assume there is no breaking change or regression from `typescript` side.
2025-09-26 17:07:07 +08:00
Neko Ayaka dd73845ed3 release: v0.7.2-beta.3 2025-09-11 15:18:02 +08:00
Neko Ayaka ab10782c65 chore(deps): bump dependencies 2025-09-03 13:25:12 +08:00
Neko Ayaka dc6dff5a6d chore(deps): bump dependencies 2025-08-29 01:38:04 +08:00
Neko Ayaka 6ffb13da8e release: v0.7.2-beta.2 2025-08-25 03:56:39 +08:00
Typed SIGTERM 12a24725bd chore: convert images to AVIF (#417) 2025-08-25 00:12:24 +08:00
Neko Ayaka a5ce042525 release: v0.7.2-beta.1 2025-08-21 04:23:04 +08:00
Neko Ayaka 93d5f5adf0 fix(docs): theme color 2025-08-12 00:06:46 +08:00
Neko Ayaka c88b72f07b release: v0.7.1 2025-08-05 21:21:01 +08:00
Neko f837ba6386 docs(docs): added DevLog @ 2025.08.05 (#349) 2025-08-05 15:59:52 +08:00
Neko Ayaka bad616e8e7 release: v0.7.0 2025-08-04 16:18:38 +08:00
Neko Ayaka a095ee62f1 chore(deps): bump dependencies 2025-08-02 01:06:54 +08:00
Neko Ayaka 5d3d87f4bb style(docs): fix missing nixie divergence meter 2025-08-02 00:25:31 +08:00
Makito 6c6b77f924 docs(devlog): DevLog @ 2025.08.01 (#339) 2025-08-01 22:23:12 +08:00
Neko Ayaka ebbacfc737 release: v0.7.0-beta.1 2025-07-27 14:35:21 +08:00
NekoandRynco Maekawa f32e4be20e feat(docs): support specifying cover image for blog posts (#288)
---------

Co-authored-by: Rynco Maekawa <10259119+lynzrand@users.noreply.github.com>
2025-07-27 01:59:55 +08:00
Makitoandgemini-code-assist[bot] 935c0c5169 feat(docs): implement parallax for cover and home page (#313)
---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-07-24 01:04:23 +08:00
Neko Ayaka 50371c580a chore(deps): bump dependencies 2025-07-22 14:28:27 +08:00
Neko Ayaka a4ebdf2d23 fix(ci,workspace): publish & build failed 2025-07-21 18:07:27 +08:00
Neko Ayaka ea48861e9d release: v0.7.0-alpha.1 2025-07-21 17:40:52 +08:00
Typed SIGTERM 76e546316a chore: use AVIF instead of PNG/JPG as more as possible (#301) 2025-07-19 19:58:12 +08:00
Neko Ayaka 5b85841da1 style(docs): improve ui style 2025-07-16 01:03:40 +08:00
Neko Ayaka 749c008067 fix(docs): bad router link active detection 2025-07-15 19:45:46 +08:00
Neko Ayaka 267beac3f5 fix(docs): build for i18n 2025-07-15 16:20:36 +08:00
Neko Ayaka cb0d767af2 feat(docs): zh-Hans for docs 2025-07-15 15:53:43 +08:00
Neko Ayaka e70bc1368c fix(docs): base url 2025-07-15 12:53:47 +08:00
Neko 5e8b2b8412 feat(docs): migrate to vitepress with @unovue/reka-ui's theme (#224) 2025-07-15 10:25:44 +08:00
Neko Ayaka 34b547047f chore(deps): bump dependencies 2025-07-06 19:06:59 +08:00
Neko Ayaka cf6fec5486 fix(docs): build failed 2025-06-28 00:42:44 +08:00
Neko Ayaka 0b127778fc chore(deps): bump dependencies 2025-06-26 19:21:12 +08:00
Neko 5d994609ed Revert "perf(eslint): use moeru config & oxlint (#227)" (#231)
This reverts commit 6d02cb0a01.
2025-06-26 19:17:02 +08:00
藍+85CD 6d02cb0a01 perf(eslint): use moeru config & oxlint (#227) 2025-06-26 18:29:05 +08:00
Neko Ayaka afef299dbc chore(deps): bump dependencies 2025-06-19 17:43:18 +08:00
Neko Ayaka f2aef18d77 chore(deps): bump dependencies 2025-06-13 23:01:30 +08:00
Neko Ayaka ce8914e0b8 chore(deps): bump dependencies 2025-06-11 15:19:13 +08:00
Neko Ayaka 39160badaa chore(deps): bump dependencies 2025-06-05 11:34:58 +08:00
Neko Ayaka 342084b811 chore(deps): bump dependencies 2025-05-26 00:14:26 +08:00
Neko Ayaka 0c95946c6c chore(deps): bump dependencies 2025-05-19 13:11:43 +08:00
Neko Ayaka e0229f73ff chore(deps): bump dependencies 2025-05-11 12:20:46 +08:00
Neko Ayaka 9a8a064930 chore(deps): bump dependencies 2025-05-07 17:39:30 +08:00
Neko Ayaka 168873ef90 chore(deps): bump dependencies 2025-04-27 10:58:56 +08:00
Neko Ayaka 1307a17a6c chore(deps): bump dependencies 2025-04-24 17:45:17 +08:00
Neko Ayaka 6d548c9c52 chore(deps): bump dependencies 2025-04-22 13:00:09 +08:00
Neko Ayaka d5fc26e2e0 chore(deps): bump dependencies 2025-04-20 15:38:33 +08:00
Neko Ayaka 75a8e48913 feat(vad-asr): new demo playground for VAD + ASR 2025-04-15 22:19:06 +08:00
Neko Ayaka ea566b0e6c docs: new DevLog @ 04.06 2025-04-07 01:17:37 +08:00
Neko Ayaka 9a11d1b963 fix(stage-web|stage-tamagotchi): duckdb-wasm import url 2025-04-06 01:58:28 +08:00
Neko Ayaka 46331c972a fix(stage-tamagotchi): build error 2025-04-05 18:24:46 +08:00
Neko Ayaka cfd0e0e624 feat(stage-web|stage-tamagotchi|stage-tamagotchi-tauri): support featherless.ai #112 2025-04-05 17:02:42 +08:00