Commit Graph

91 Commits

Author SHA1 Message Date
github-actions[bot] 3acf2cf25c Release (#181)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-21 14:48:21 +07:00
github-actions[bot] f4c1c85b83 Release (#172)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-11 10:36:13 +07:00
Thuc Pham 3991a1db48 fix: add chart examples (#171)
* fix: add chart examples

* fix lock file

* enhance error handling
2025-07-11 10:29:38 +07:00
Thuc Pham 39dd6400a7 feat: support export recharts in dynamic ui (#170) 2025-07-11 10:58:13 +08:00
github-actions[bot] 3a570f22e3 Release (#169)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-10 15:40:56 +07:00
github-actions[bot] 4e26b288a1 Release (#168)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-10 15:31:55 +07:00
Thuc Pham 284ff69df1 feat: @llamaindex/dynamic-ui (#166) 2025-07-10 16:29:33 +08:00
github-actions[bot] 7b7cdb6bff Release (#163)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-09 14:53:32 +07:00
github-actions[bot] 4855f5ce71 Release (#162)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-09 09:09:19 +07:00
github-actions[bot] 316576d666 Release (#158)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-02 11:36:40 +07:00
Thuc Pham db881e1d52 feat: support display image in document editor (#157)
* feat: support display image in document editor

* Create quick-boats-relax.md
2025-07-02 11:31:09 +07:00
github-actions[bot] 1aa2fb68ef Release (#155)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-01 13:54:38 +07:00
github-actions[bot] 94bb08c2ef Release @llamaindex/chat-ui@0.5.11 (#147) 2025-06-27 12:48:57 +07:00
Thuc Pham e0329a1ba4 fix: warning when building in app web (#145) 2025-06-25 14:34:59 +07:00
github-actions[bot] 38f2a6782c Release (#144) 2025-06-25 14:34:06 +07:00
github-actions[bot] f84b7f7e20 Release @llamaindex/chat-ui@0.5.9 (#141)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-19 16:23:33 +07:00
github-actions[bot] f92c975e56 Release (#138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-19 14:16:10 +07:00
github-actions[bot] c84ff5900f Release (#132)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-18 16:24:25 +07:00
Thuc Pham 23093ed223 docs: add more chatui examples (#128) 2025-06-09 16:52:44 +07:00
github-actions[bot] 785f9575a6 Release (#126)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-06 15:13:08 +07:00
Huu Le c782810cf3 Improve file component (#122)
* Refactor file upload handling to use a checkExtension function instead of allowedExtensions. Removed unused constants and improved type handling for document files. Updated related components to reflect these changes.

* right alignment for user message file

* update changeset and add back allowedExtensions

* enhance code
2025-06-06 14:40:53 +07:00
github-actions[bot] fc624cd289 Release (#124)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-05 17:04:53 +07:00
github-actions[bot] 6e8e1b6f39 Release (#121)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-05 16:03:20 +07:00
Thuc Pham 77620eee98 fix: document editor with citations (#120)
* fix: document editor with citations

* fix: format

* process document editor content with citation numbers

* Create beige-wolves-watch.md

* fix format

* show node number
2025-06-05 15:46:37 +07:00
github-actions[bot] 2c126ec295 Release (#119)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-05 10:02:32 +07:00
Thuc Pham a34688aa16 feat: use mdxeditor for document editor (#118)
* feat: use mdxeditor for document editor

* document edior example

* fix: format

* update document about importing editor.css for document editor

* Create lemon-papayas-attend.md

* add note about dynamic import

* missing css in doc
2025-06-05 09:55:35 +07:00
github-actions[bot] e740d77b15 Release (#116)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-04 09:38:07 +07:00
github-actions[bot] b78f013b75 Release (#114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-03 16:40:11 +07:00
Thuc Pham 4c3834fccb Fix LaTeX dollar sign escaping breaking code blocks (#110)
* fix: dollar sign in code make json parse fail

* remove log

* Create cool-shirts-call.md

* remove unused inline in example

* keep parse code inline as it is

* Fix LaTeX dollar sign escaping breaking code blocks

* protect code block

* update example

* demo latex

* update doc
2025-06-03 16:33:31 +07:00
Thuc Pham 280bea1c8e fix: style in example pages (#111)
* fix: code for mermaid diagram doesn't have syntax highlighting

* fix scrollbars not shown in examples
2025-06-03 16:20:44 +07:00
github-actions[bot] f0643e5a7f Release (#108)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-03 11:14:10 +07:00
Thuc Pham bdae046268 feat: render annotation inline (#101)
* feat: render annotation inline

* clean up

* demo inline

* update comment

* wait longer for annotaton

* add doc

* refactor: add annotationsRenderer

* fix: format

* change contract

* fix build

* defaultAnnotationRenderers

* use zod

* separate advanced example

* have isInline props for easily custom renderer

* fix: lint

* fix fomat

* introduce: readonly for artifact

* add editable example

* treat inline artifact as normal artifact

* still need outside artifact

* fix: duplicate artifact

* fix annotations reset

* extract artifacts from markdown

* update inline artifacts

* remove readonly

* update example page

* fix import

* update example

* update comment

* update advanced example

* update wiki inline example

* able to custom show inline or not

* Create grumpy-geckos-drive.md

* fix: format

* fix format

* fix lint

* fix build

* chore: clear inline parser

* remove useless config

* simplify example

* remove zod

* remove artifact in message annotations

* use tryParse to safe extract inline annotations

* update demo canvas

* remove unused props

* update changese

* fix: comment

---------

Co-authored-by: Marcus Schiesser <mail@marcusschiesser.de>
2025-06-03 11:09:05 +07:00
github-actions[bot] 93e73725cf Release (#105)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-02 16:38:31 +07:00
Marcus Schiesser 794be61510 docs: add doc link 2025-05-30 17:15:49 +07:00
Marcus Schiesser 19153cd9bf use framer-motion to fix flickering 2025-05-30 17:11:32 +07:00
github-actions[bot] 6c846bc088 Release (#103)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-30 14:18:52 +07:00
Thuc Pham 3481173bbc docs: update document for chat-ui (#102)
---------
Co-authored-by: Marcus Schiesser <mail@marcusschiesser.de>
2025-05-30 13:40:24 +07:00
github-actions[bot] 40524c373f Release 0.0.2 (#99)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-29 17:05:29 +07:00
github-actions[bot] b6ebfad5f8 Release (#95)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-27 16:56:27 +07:00
Chiradeep Vittal @AppAxon 180cc1f360 Feature/mermaid support (#85)
* feat: Add language specific renderer to markdown (with mermaid example)
---------
Co-authored-by: Marcus Schiesser <mail@marcusschiesser.de>
2025-05-27 16:32:49 +07:00
Marcus Schiesser 07e2449022 chore: make website more shiny (#94) 2025-05-27 14:17:15 +07:00
Marcus Schiesser 4c265c9de3 add claude files (#93) 2025-05-26 19:14:26 +07:00
github-actions[bot] c6ac990acb Release (#92)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-23 16:03:15 +07:00
github-actions[bot] 11956cb819 Release 0.4.5 (#90)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-23 14:23:39 +07:00
github-actions[bot] bacb75fc6e Release (#87)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-14 11:19:46 +07:00
Thuc Pham 623a855bfb fix: using language props to add editor extensions (#86)
* fix: using language props to add editor extensions

* Create rich-feet-drive.md

* fix: format

* testing fallback
2025-05-14 11:13:30 +07:00
github-actions[bot] 159e8d3d4a Release (#82)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-06 11:06:47 +07:00
github-actions[bot] 0e416bc2ad Release (#80)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-05 11:44:10 +07:00
Thuc Pham 06e085e58e feat: code editor & document editor (#79)
* feat: code editor

* fix lock

* fix format

* enhance style

* use github light

* increase font-size

* install document editor packages

* enhance styling of code editor

* add document editor

* add menu add setup

* fix document editor

* missing plugin

* transform markdown

* update editor style

* remove unused packages

* handle save content

* fix context

* refactor: updateArtifact

* reparse markdown when changing versions

* add toolbars

* update icon

* enhance toolbar actions

* fix format

* Create thin-shrimps-agree.md

* fix: lint

* update text

* use light theme for code in example pages

* fix overlapping header in codeblock
2025-05-05 11:38:55 +07:00
github-actions[bot] 6d3db15480 Release (#77)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-24 15:20:23 +07:00