Skip to content

Releases: opentiny/tiny-robot

v0.2.10

18 Jun 07:17
b85a5d5

Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.2.10

v0.2.9

16 Jun 07:09
fc900fd

Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

13 Jun 10:18
fd65365

Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

13 Jun 07:02
2932287

Choose a tag to compare

What's Changed

  • feat: vitepress doc support HMR in development mode by @gene9831 in #107
  • fix: replace throttle in useScroll with watchThrottled for shadow DOM… by @gene9831 in #111
  • v0.2.7 by @gene9831 in #112

Full Changelog: v0.2.6...v0.2.7

v0.2.6

12 Jun 09:12
4f2afc5

Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

11 Jun 03:20
20a3d8a

Choose a tag to compare

What's Changed

  • fix: update sender associate interaction logic by @SonyLeo in #101
  • fix: improve tooltip delay handling and visibility logic in Tooltip.vue by @gene9831 in #102
  • fix: template input shadow dom environment issue by @SonyLeo in #103
  • v0.2.5 by @SonyLeo in #104

Full Changelog: v0.2.4...v0.2.5

v0.2.4

09 Jun 13:13
d41f05f

Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

09 Jun 10:16
19250c1

Choose a tag to compare

What's Changed

  • feat: enhance suggestion popover with new components and tooltip func… by @gene9831 in #93
  • fix: update sender component styles by @SonyLeo in #94
  • feat: add click-outside event to suggestion pills component by @gene9831 in #95
  • fix: export TooltipContentProps interface in Tooltip.vue by @gene9831 in #96
  • v0.2.3 by @gene9831 in #97

Full Changelog: v0.2.2...v0.2.3

v0.2.2

05 Jun 11:52
2eb1ec1

Choose a tag to compare

What's Changed

  • ci(workflow): fix pnpm cache configuration by @zzcr in #87
  • ci(workflow): update environment to Ubuntu and checkout action version by @gene9831 in #89
  • fix: pills more button disappear when showing all and changing the co… by @gene9831 in #90
  • fix: blur close pop-up modal and style issues by @SonyLeo in #91
  • v0.2.2 by @gene9831 in #92

Full Changelog: v0.2.1...v0.2.2

v0.2.0

04 Jun 01:57
v0.2.0
655925e

Choose a tag to compare

What's Changed

  • feat: add components and docs by @kagol in #1
  • feat: add lint toolchain by @gene9831 in #2
  • feat: add ai-mocker ai-adapter and chat-demo by @hexqi in #3
  • feat: support request abort by @hexqi in #4
  • feat: useMessage by @hexqi in #5
  • feat: add svgs package by @hexqi in #7
  • feat: add Sender component by @SonyLeo in #6
  • feat: add bubble-item and bubble-list component by @gene9831 in #9
  • feat: add build config & add docs & fix issue & update demo by @hexqi in #10
  • fix: svgs types by @hexqi in #14
  • feat: add welcome component by @gene9831 in #12
  • fix: sender component some issue by @SonyLeo in #13
  • feat: add prompt and prompts components by @gene9831 in #11
  • fix: sendMessage add input param by @hexqi in #16
  • docs: add tools doc by @hexqi in #17
  • feat: question component by @SonyLeo in #15
  • refactor: bubble component by @gene9831 in #18
  • feat: add component container by @gene9831 in #19
  • docs: add all-in-one demo by @gene9831 in #20
  • docs: update tools demo and example by @hexqi in #21
  • docs: add mock worker and update docs by @hexqi in #22
  • chore: adjust the directory structure and remove unnecessary packages by @hexqi in #23
  • docs: update guide by @hexqi in #26
  • v0.2.0-alpha.0 by @hexqi in #24
  • refactor: update SVG icons and styles for consistency by @gene9831 in #25
  • fix: update sender component docs and style issues by @SonyLeo in #28
  • refactor: simplify handling with VNode prop by @gene9831 in #30
  • feat: add history component with demo and documentation by @gene9831 in #29
  • feat: add feedback component and related documentation by @gene9831 in #32
  • feat: sender component supports template input by @SonyLeo in #33
  • feat: add suggestion component with demo and documentation by @SonyLeo in #31
  • feat: use Conversation by @hexqi in #27
  • v0.2.0-alpha.1 by @hexqi in #35
  • feat: enhance action group with tooltip support by @gene9831 in #36
  • fix: bubble list auto scroll not working by @gene9831 in #37
  • feat: enhance bubble component with slot support and remove unused actions by @gene9831 in #34
  • refactor: sender template input toggle content-editable logic by @SonyLeo in #38
  • v0.2.0-alpha.2 by @hexqi in #39
  • refactor: update history data structure by @gene9831 in #44
  • chore(deps): update vitepress-demo-plugin to fix build docs error by @gene9831 in #45
  • demos: add schema card render demos by @gene9831 in #47
  • chore: build and packaging optimization by @hexqi in #49
  • docs: fix and update docs by @hexqi in #51
  • v0.2.0-alpha.3 by @hexqi in #50
  • feat: single mode auto switching and shortcut key switching by @SonyLeo in #40
  • fix: update sender component voice input by @SonyLeo in #42
  • fix: docs and function calling by @SonyLeo in #54
  • feat: fixed send status service text by @SonyLeo in #46
  • fix: word limit position and beyond mark by @SonyLeo in #55
  • fix: text width adaptive and beyond hide by @SonyLeo in #56
  • v0.2.0-alpha.4 by @hexqi in #57
  • fix: sender component replaces icon and resolve some reviews by @SonyLeo in #58
  • feat: add SuggestionPopover component with demos and docs by @gene9831 in #59
  • feat: sender input association by @SonyLeo in #52
  • feat: add DropdownMenu and SuggestionPills components with docs by @gene9831 in #61
  • refactor: sender input template by @SonyLeo in #60
  • v0.2.0-alpha.5 by @hexqi in #62
  • Revert "v0.2.0-alpha.5" by @hexqi in #63
  • chore: mark Question and Suggestion components for deprecation by @gene9831 in #65
  • v0.2.0-alpha.5 by @hexqi in #64
  • refactor: replace useTemplateRef with ref for Vue 3.4 compatibility by @gene9831 in #66
  • 0.2.0-alpha.6 by @hexqi in #67
  • feat: enhance SuggestionPills with show-more functionality by @gene9831 in #70
  • fix: problem lenovo pop-up window display timing by @SonyLeo in #69
  • fix: template input edit issues by @SonyLeo in #68
  • v0.2.0-alpha.7 by @hexqi in #71
  • refactor: update z-index values to use CSS variables for better maint… by @gene9831 in #74
  • fix(robot): add optional attributes to AIModelConfig and export the handleSSEStream tool function. by @shenjunjian in #75
  • fix: fix some style issues and add global root css by @gene9831 in #72
  • v0.2.0-alpha.8 by @gene9831 in #76
  • style: update template editor color by @SonyLeo in #77
  • refactor: Remove Teleport to="body" for Shadow DOM compatibility by @gene9831 in #79
  • fix: optimize template delete position logic by @SonyLeo in #78
  • v0.2.0-alpha.9 by @gene9831 in #80
  • v0.2.0 by @hexqi in #83

New Contributors

Full Changelog: https://github.com/opentiny/tiny-robot/commits/v0.2.0