Commit Graph
84 Commits
Author SHA1 Message Date
Neko Ayaka 0de306f668 chore(deps): bump dependencies 2025-10-09 02:35:44 +08:00
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
Ilya Bogdanov 5ec5b24f07 feat(chat): Enhanced Chat Experience with Multimodality and Optimized Streaming (#445)
* feat(chat): Refactor streaming message handling and add math support
* feat(chat): Basic multimodalities
* fix: language regex and python as default
* fix: refactor llm stream event as one onStreamEvent
2025-08-26 16:53:46 +08:00
Neko Ayaka 6ffb13da8e release: v0.7.2-beta.2 2025-08-25 03:56:39 +08:00
Neko Ayaka 21b3307e9e feat(stage-*): new Model Selector to select models for Live2D, VRM, and future MMD
Close #426
Close #414
Close #375
2025-08-24 23:38:32 +08:00
Neko Ayaka b9a19e974c fix: lint 2025-08-21 17:00:44 +08:00
凌莞~(=^▽^=) c15e502056 fix(ui): TransitionVertical Interrupt animation (#373) 2025-08-21 14:01:33 +08:00
Neko Ayaka a5ce042525 release: v0.7.2-beta.1 2025-08-21 04:23:04 +08:00
Neko Ayaka 1e8bfbb7c7 fix(ui): InputFile wasn't using BasicInputFile 2025-08-11 04:53:42 +08:00
Neko Ayaka 8fae7cf16c feat(ui): include BidrectionalTransition as ui component 2025-08-06 16:19:52 +08:00
Neko Ayaka c88b72f07b release: v0.7.1 2025-08-05 21:21:01 +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 808a47662b fix(stage-*): combobox not displaying default value 2025-07-30 00:25:06 +08:00
Neko Ayaka 65f4d77fc1 style(stage-ui): combobox 2025-07-29 13:49:50 +08:00
Neko Ayaka daea2d52f5 fix: i18n selector 2025-07-28 13:16:49 +08:00
Neko Ayaka ebbacfc737 release: v0.7.0-beta.1 2025-07-27 14:35:21 +08:00
Neko Ayaka a3afd431cd fix(stage-ui): select & combobox design 2025-07-25 03:59:11 +08:00
Neko Ayaka fff4598c5e feat(stage-ui): new Combobox component 2025-07-24 03:10:02 +08:00
Neko Ayaka 5194868d48 feat(stage-ui): new devtools about background & theme color blending 2025-07-23 01:38:03 +08:00
Neko Ayaka 50371c580a chore(deps): bump dependencies 2025-07-22 14:28:27 +08:00
Neko Ayaka a8c668b9b1 fix(ui,stage-web): mobile range not draggable 2025-07-21 18:43:37 +08:00
Neko Ayaka ea48861e9d release: v0.7.0-alpha.1 2025-07-21 17:40:52 +08:00
Neko Ayaka 0db4fa3f7c feat(stage-*): dramatically improved mobile 2025-07-21 01:52:48 +08:00
Typed SIGTERM 532066e684 feat: show placeholder when lists has no data (#293) 2025-07-19 01:16:39 +08:00
Neko Ayaka c684258e70 fix(ui,stage-*): minor tweaks 2025-07-18 02:22:38 +08:00
Neko AyakaandSuJiurong e956af00a8 fix(stage-web,stage-tamagotchi): Microsoft Speech not loading voices correctly
Co-authored-by: SuJiurong <92735869+sujiurong@users.noreply.github.com>
2025-07-18 02:05:33 +08:00
Neko Ayaka 3e6f457669 style(ui): Field* components got fine-grant template slots now 2025-07-16 18:51:57 +08:00
Neko Ayaka aaa6b281ed fix(ui): critical issue when updating property value 2025-07-16 18:51:01 +08:00
Neko 7e0035c7ac fix(workspace): missing fonts (#269) 2025-07-14 21:53:56 +08:00
Neko Ayaka 1ae7cc3e9f feat(stage-web): sending button for mobile 2025-07-14 01:11:45 +08:00
Neko AyakaandLemonNeko 017f009d65 fix(ui,stage-ui): missing default select slot, and bad color, and skeleton color
Co-authored-by: LemonNeko <self@lemonneko.moe>
2025-07-08 17:50:23 +08:00
Neko Ayaka 34b547047f chore(deps): bump dependencies 2025-07-06 19:06:59 +08:00
Neko Ayaka d61d413d18 fix(ui): bad Select style 2025-07-06 18:03:39 +08:00
Neko Ayaka dd358eea96 style(ui,stage-ui): improved FieldSelect 2025-07-03 19:12:54 +08:00
Neko Ayaka 7bda256ccf style(stage-ui,stage-tamagotchi): improved style 2025-07-03 13:25:09 +08:00
Neko Ayaka d0d782ff94 feat(ui): added new FieldSelect component 2025-07-01 20:21:25 +08:00
Neko Ayaka bb59f327b0 chore(deps): bump dependencies 2025-06-30 16:15:45 +08:00
Neko AyakaandDustella 9bbb376de7 feat(ui): new TransitionHorizontal
Co-authored-by: Dustella <fdnoaivj@outlook.com>
2025-06-28 17:49:29 +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 c078b49e0c chore(deps): bump dependencies 2025-06-24 13:47:06 +08:00
Neko Ayaka afef299dbc chore(deps): bump dependencies 2025-06-19 17:43:18 +08:00
Neko bd497051fe refactor(ui,stage-ui,stage-app,stage-tamagotchi): migrate to use @proj-airi/unocss-preset-chromatic (#219) 2025-06-19 17:16:00 +08:00
藍+85CD ee6a2650f3 perf(ui): buildless (#215) 2025-06-19 15:51:14 +08:00