Skip to content

Releases: opentiny/tiny-robot

v0.3.0

25 Nov 02:36
b775495

Choose a tag to compare

What's Changed

  • Release/v0.2.x by @hexqi in #110
  • Release/v0.2.x by @hexqi in #126
  • Release/v0.2.x by @gene9831 in #132
  • Release/v0.2.x by @hexqi in #139
  • Release/v0.2.x by @hexqi in #159
  • chore: fix publish action error by @hexqi in #160
  • chore: only latest publish release note by @hexqi in #161
  • fix: remove build warnings by @SonyLeo in #162
  • refactor: refactor suggestion pills component with useSlotRefs by @gene9831 in #154
  • feat: add slots to SuggestionPopover for enhanced customization by @gene9831 in #150
  • refactor: improve popper component responsiveness and update demos by @gene9831 in #163
  • fix: template editor cursor position and style by @SonyLeo in #165
  • feat: expose update method in base-popper by @gene9831 in #166
  • fix: Adjust viewport unit usage for Chrome < 108 compatibility by @gene9831 in #167
  • fix: resolve potential mount failure in createTeleport by @gene9831 in #170
  • feat: upload button and send button extensions by @SonyLeo in #155
  • feat: attachments component by @SonyLeo in #148
  • feat: drag overlay component by @SonyLeo in #147
  • chore: add option support only publish docs by @hexqi in #168
  • feat: mcp server picker component by @SonyLeo in #125
  • feat: BasePopper supports custom display area via css variables by @gene9831 in #169
  • refactor: improve DropdownMenu hover handling by @gene9831 in #164
  • fix: update mcp-picker-server form type value by @SonyLeo in #173
  • feat: Bubble support various message formats by @gene9831 in #123
  • fix: add the "title" attribute to the description of the card. by @SonyLeo in #180
  • fix: fix cursor jumping and IME focus loss by @gene9831 in #176
  • feat: remove default suggestion filters and enhance text highlighting functionality by @SonyLeo in #179
  • fix: fix type compatibility of getComposedRanges in TS version 5.9.x by @gene9831 in #188
  • fix: zero-wide characters present when submitting template content by @SonyLeo in #184
  • fix: function and class contentRenderer do not react to data changes by @gene9831 in #187
  • feat(useMessage): new api send, new option events.onReceiveData by @gene9831 in #185
  • feat: add support for hidden roles in BubbleList component by @gene9831 in #182
  • feat: add custom content field support in Bubble component by @gene9831 in #186
  • fix: template editor only text nodes are out of focus by @SonyLeo in #190
  • fix: optimize mcp panel styles and search method by @SonyLeo in #192
  • chore: external @opentiny/vue and @opentiny/tiny-robot-svgs by @gene9831 in #191
  • v0.3.0-rc.0 by @gene9831 in #193
  • fix: add TrHistory import to HistoryGroup component demo by @gene9831 in #196
  • feat: add title prop and close event to Container component by @gene9831 in #195
  • fix: sender component footer-left slot location error by @SonyLeo in #197
  • fix: the scroll bar only controls the display of the card list by @SonyLeo in #198
  • docs: enhance useMessage documentation and fix type definitions by @gene9831 in #202
  • refactor: tr-drag-overlay component css variables and docs by @SonyLeo in #201
  • feat: Build an e2e testing process to implement container component testing by @SonyLeo in #199
  • fix: sender component width is abnormal in the example project by @SonyLeo in #204
  • feat: Add theme solution to support multiple theme switching by @gene9831 in #189
  • fix: remove MCP component's built-in notification and optimize plugin title by @SonyLeo in #207
  • feat: added new plugin adding status and optimized added styles by @SonyLeo in #208
  • v0.3.0-rc.1 by @SonyLeo in #209
  • refactor: enhance Bubble component with CSS variable support by @gene9831 in #203
  • refactor(container): update styles and variables for container component by @gene9831 in #210
  • refactor(sender): update styles to use CSS variables for consistency by @gene9831 in #211
  • feat: update the color of the remove button. by @SonyLeo in #213
  • v0.3.0-rc.2 by @gene9831 in #212
  • fix: replace the Select with BaseSelect component by @SonyLeo in #214
  • v0.3.0-rc.3 by @SonyLeo in #216
  • feat: update sender component action button icon by @SonyLeo in #217
  • feat: mcp-add-form component and docs by @SonyLeo in #215
  • refactor: update mcp-add-form styles to use CSS variables by @gene9831 in #218
  • feat: update mcp-server-picker styles to use CSS variables by @SonyLeo in #219
  • fix: tabs color abnormality in dark mode by @SonyLeo in #220
  • feat(kit): useConversation add allowEmpty by @hexqi in #223
  • v0.3.0-rc.4 by @gene9831 in #222
  • feat: support customizing the keys for selecting suggested items by @SonyLeo in #205
  • fix: Sender component tooltip pop-up exception and identical file selection by @SonyLeo in #206
  • feat(Sender): customize popup styles through upload-popper-class by @SonyLeo in #221
  • style(docs): replace specified text and optimize document style by @SonyLeo in #226
  • refactor: refactor history component for mobile-friendliness by @gene9831 in #227
  • chore: revert package version to 0.3.0-rc.4 by @gene9831 in #228
  • feat: enhance message handling with finish reason by @gene9831 in #229
  • v0.3.0-rc.5 by @gene9831 in #230
  • fix: fix Assistant demo conversation issue by @gene9831 in #231
  • feat: change upload tooltip default placement to "top-end" by @SonyLeo in #234
  • style(mcp-server-picker): optimize plugin card border color effect by @SonyLeo in #233
  • feat(sender): add file upload button tooltipPlacement property by @SonyLeo in #235
  • feat: TinyRobot document style optimization by @wuyiping0628 in #236
  • feat(bubble): add trailer slot and enhance slot handling in Bubble by @gene9831 in #237
  • fix: fix link in homepage by @kagol in #239
  • fix(ci): resolve e2e test pipeline failure for source repo PRs by @SonyLeo in #241
  • fix: fix error 'Element is missing end tag' when build by @kagol in #244
  • feat: enhance conversation loading with onLoaded callback by @gene9831 in #232
  • feat: enhance prompt component with width variables and improve UI consistency by @gene9831 in #248
  • feat(playground): initialize TinyRobot Playground project by @gene9831 in #249
  • feat(docs): integrate playground into docs by @gene9831 in #247
  • feat(docs): add sidebar navigation for guide and examples sections by @gene9831 in #252
  • feat(sender): adjust when clear button is displayed by @SonyLeo in #250
  • feat(sender): support custom recording UI...
Read more

v0.3.0-alpha.16

01 Aug 07:47
9f2e528

Choose a tag to compare

What's Changed

  • feat: vitepress doc support HMR in development mode by @gene9831 in #107
  • Release/v0.2.x by @hexqi in #110
  • refactor: enhance markdown message rendering and integrate content re… by @gene9831 in #143
  • feat: update ai.svg with new design elements and gradients by @gene9831 in #145
  • Feat/chain by @gene9831 in #146

Full Changelog: v0.2.6...v0.3.0-alpha.16

v0.2.15

17 Jul 07:05
c658fcf

Choose a tag to compare

What's Changed

  • refactor: simplify slot handling in base-popper component by @gene9831 in #128
  • fix: submit shortcut triggers newline by @SonyLeo in #140
  • refactor: remove deprecated Question and Suggestion components by @gene9831 in #141
  • v0.2.14 by @SonyLeo in #142
  • fix: optimize container width calculation in SuggestionPills by @gene9831 in #144
  • refactor: enhance SuggestionPopover component with CSS variables for improved styling by @gene9831 in #149
  • fix: docs site navbar style issue by @hexqi in #151
  • chore: add github pages docs deploy workflow by @hexqi in #153
  • refactor: enhance Sender component with CSS variables for improved styling by @SonyLeo in #152
  • chore: support publish alpha/beta/rc/latest tag version by @hexqi in #156
  • fix: remove dynamic imports enhanceApp mixin to fix warnings by @gene9831 in #157
  • version 0.2.15 by @gene9831 in #158

Full Changelog: v0.2.13...v0.2.15

v0.2.14

07 Jul 06:54
883254a

Choose a tag to compare

What's Changed

  • refactor: simplify slot handling in base-popper component by @gene9831 in #128
  • fix: submit shortcut triggers newline by @SonyLeo in #140
  • refactor: remove deprecated Question and Suggestion components by @gene9831 in #141

Full Changelog: v0.2.13...v0.2.14

v0.2.13

03 Jul 09:22
1f75b6d

Choose a tag to compare

What's Changed

Full Changelog: v0.2.12...v0.2.13

v0.2.12

03 Jul 08:42
33a96d4

Choose a tag to compare

What's Changed

Full Changelog: v0.2.11...v0.2.12

v0.2.11

28 Jun 09:30
7a6aaf6

Choose a tag to compare

What's Changed

  • feat: enhance event handling in suggestion components by @gene9831 in #117
  • feat: support Shadow DOM teleport compatibility by @gene9831 in #124
  • feat: enhance DropdownMenu with hover trigger support by @gene9831 in #127
  • feat: add overflow mode and auto-scroll options to SuggestionPills co… by @gene9831 in #129
  • v0.2.11 by @gene9831 in #130

Full Changelog: v0.2.10...v0.2.11

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