Commit Graph
107 Commits
Author SHA1 Message Date
Neko Ayaka 111cef1f97 feat(ui): new <FieldTextArea /> component 2025-11-14 19:22:23 +08:00
LemonNeko 3451b4578f fix(ui): update README.md for attributify and styles reset (#724) 2025-11-05 15:11:38 +08:00
Neko Ayaka e84fe4dffa fix(stage-ui): incorrectly border for dark 2025-11-02 04:53:07 +08:00
Neko Ayaka ebeb66bb76 fix(stage-ui): incorrectly border uncoss class here used 2025-11-02 04:45:04 +08:00
Doji a1dd358ece refactor(ui): remove unocss attributify for ColorHueRange (#703) 2025-11-02 04:29:04 +08:00
Doji 90166c35ae refactor(ui): remove unocss attributify for Textarea (#705) 2025-11-02 04:29:00 +08:00
Doji 4e1a3b8285 refactor(ui): remove unocss attributify for Input Key Value (#701) 2025-11-01 16:33:56 +08:00
Doji 00f62b2072 refactor(ui): remove unocss attributify for Radio (#702) 2025-11-01 16:33:37 +08:00
Neko Ayaka a7a1302b99 chore(deps): bump dependencies 2025-11-01 16:03:45 +08:00
Doji 84871be1f2 refactor(ui): remove unocss attributify for Input (#699) 2025-11-01 14:53:12 +08:00
Doji f1003ff745 refactor(ui): remove unocss attributify for Input File (#700) 2025-11-01 04:27:00 +08:00
Doji 8759bca168 remove unocss attributify for FieldSelect (#695) 2025-10-31 23:06:08 +08:00
Doji 220f39cf60 refactor(ui): remove unocss attributify for FieldValues (#696) 2025-10-31 23:05:44 +08:00
Doji 21a8bd7046 refactor(ui): remove unocss attributify for Bsic input file (#698) 2025-10-31 23:05:16 +08:00
Doji 0c0f961b5c refactor(ui): remove unocss attributify for ComboBox (#697) 2025-10-31 23:05:00 +08:00
DojiandLemonNeko 23b33743fc refactor(ui): remove unocss attributify for FieldKeyValues (#693)
Co-authored-by: LemonNeko <self@lemonneko.moe>
2025-10-31 20:16:31 +08:00
DojiandLemonNeko 6bdfa6b1b3 refactor(ui): remove unocss attributify for FieldRange (#694)
Co-authored-by: LemonNeko <self@lemonneko.moe>
2025-10-31 20:14:10 +08:00
DojiandLemonNeko 0ac06a2d96 refactor(ui): field input migrate from attributify to class names (#691)
Co-authored-by: LemonNeko <self@lemonneko.moe>
2025-10-31 19:51:10 +08:00
Doji 75396da7c8 fix(ui): migrate field checkbox component from attributify to class names (#690) 2025-10-31 19:50:12 +08:00
LemonNeko 5b41931754 fix(ui): migrate checkbox component from attributify to class names (#689) 2025-10-31 15:06:07 +08:00
LemonNeko 6d057fcbbf fix(ui): missing fallback chromatic hue for ui (#684) 2025-10-30 19:22:37 +08:00
s3d-iandwhyXVI 076c597de9 fix(ui): align ColorHueRange model binding (#681)
Co-authored-by: whyXVI <lain_zcb@bupt.edu.cn>
2025-10-29 03:43:02 +08:00
藍+85CD 6d5f8f480b chore(tsconfig): clean useless mts part 2025-10-17 20:42:24 +08:00
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