Skip to content

Latest commit

 

History

History
3617 lines (1888 loc) · 74.4 KB

CHANGELOG.md

File metadata and controls

3617 lines (1888 loc) · 74.4 KB

Changelog

Released on 2023-08-16

✨ Features

  • mobiletabbar: Add optional onClick function to MobileTabBarItemProps.

Improvements and Fixes

What's improved

  • mobiletabbar: Add optional onClick function to MobileTabBarItemProps (db7e907)

Released on 2023-08-16

✨ Features

  • misc: Introduce conditional rendering and new components.

Improvements and Fixes

What's improved

  • misc: Introduce conditional rendering and new components (8530207)

Released on 2023-08-15

✨ Features

  • misc: Introduce Flexbox component and conditional rendering in Logo component.

Improvements and Fixes

What's improved

  • misc: Introduce Flexbox component and conditional rendering in Logo component (47277b5)

Released on 2023-08-15

✨ Features

  • misc: Add new features to Highlighter and CodeBlock components.

Improvements and Fixes

What's improved

  • misc: Add new features to Highlighter and CodeBlock components (f35d147)

Released on 2023-08-15

♻ Code Refactoring

  • misc: Replace CDN.

✨ Features

  • misc: Add Meta component for generating meta tags and links.

Improvements and Fixes

Code refactoring

What's improved

  • misc: Add Meta component for generating meta tags and links (c5ea0e2)

Released on 2023-08-15

✨ Features

  • misc: Add new dependencies and ErrorBoundary components.

Improvements and Fixes

What's improved

  • misc: Add new dependencies and ErrorBoundary components (9db343a)

Released on 2023-08-15

✨ Features

  • misc: Add import statement for 'ChevronDown' icon and expandIcon component.

Improvements and Fixes

What's improved

  • misc: Add import statement for 'ChevronDown' icon and expandIcon component (1a6ea96)

Released on 2023-08-15

✨ Features

  • misc: Add BackToBottom.

Improvements and Fixes

What's improved

Released on 2023-08-15

✨ Features

  • misc: Add new components, modify existing components, and export components.

Improvements and Fixes

What's improved

  • misc: Add new components, modify existing components, and export components (a6addc2)

Released on 2023-08-14

💄 Styles

  • misc: Update MessageInput style.

Improvements and Fixes

Styles

  • misc: Update MessageInput style (986bded)

Released on 2023-08-14

🐛 Bug Fixes

  • misc: 修复 ChatItem 编辑态宽度过小的问题.

Improvements and Fixes

What's fixed

  • misc: 修复 ChatItem 编辑态宽度过小的问题 (daa2aa1)

Released on 2023-08-14

🐛 Bug Fixes

  • misc: Remove input highlight.

Improvements and Fixes

What's fixed

  • misc: Remove input highlight (3bef2d8)

Released on 2023-08-13

🐛 Bug Fixes

  • misc: 修正 List Item 样式问题.

Improvements and Fixes

What's fixed

  • misc: 修正 List Item 样式问题 (b31e8a8)

Released on 2023-08-13

💄 Styles

  • misc: Fix props.

Improvements and Fixes

Styles

Released on 2023-08-13

🐛 Bug Fixes

  • misc: 移除 pangu 依赖.

Improvements and Fixes

What's fixed

  • misc: 移除 pangu 依赖 (0ab0abf)

Released on 2023-08-12


Improvements and Fixes

Released on 2023-08-11

♻ Code Refactoring

  • misc: Update zustand usage to v4.4.

Improvements and Fixes

Code refactoring

  • misc: Update zustand usage to v4.4, closes #40 (8de6c80)

Released on 2023-08-11

✨ Features

  • misc: Add @react-spring/three dependency and implement hover state and rotation in Logo.tsx.

Improvements and Fixes

What's improved

  • misc: Add @react-spring/three dependency and implement hover state and rotation in Logo.tsx (7fb62c5)

Released on 2023-08-11

✨ Features

  • misc: Add LogoThree component to Lobe UI, Import component, add and remove features, modify code, and update tsconfig.json.

🐛 Bug Fixes

  • misc: 移除不必要的 hover 效果.

Improvements and Fixes

What's improved

  • misc: Add LogoThree component to Lobe UI (0122bf7)
  • misc: Import component, add and remove features, modify code, and update tsconfig.json (d330b20)

What's fixed

  • misc: 移除不必要的 hover 效果 (b1d1ecd)

Released on 2023-08-09

✨ Features

  • misc: Add new files and modify existing ones for grid background and showcase.

Improvements and Fixes

What's improved

  • misc: Add new files and modify existing ones for grid background and showcase (5b1dfa4)

Released on 2023-08-08

✨ Features

  • misc: Implement chat item feature.

Improvements and Fixes

What's improved

  • misc: Implement chat item feature (1d60060)

Released on 2023-08-05

✨ Features

  • misc: Add new optional props and modify JSX structure and styles in ChatHeader component.

Improvements and Fixes

What's improved

  • misc: Add new optional props and modify JSX structure and styles in ChatHeader component (7d6ede5)

Released on 2023-08-05

✨ Features

  • chatlist: Update logic for rendering chat items based on role.

Improvements and Fixes

What's improved

  • chatlist: Update logic for rendering chat items based on role (fc59b17)

Released on 2023-08-05

✨ Features

  • misc: Add new prop and update rendering logic in ChatList and ListItem components.

Improvements and Fixes

What's improved

  • misc: Add new prop and update rendering logic in ChatList and ListItem components (f0fdd27)

Released on 2023-08-01

✨ Features

  • misc: 支持 InputArea 右侧区域的自定义.

Improvements and Fixes

What's improved

  • misc: 支持 InputArea 右侧区域的自定义 (1d272dd)

Released on 2023-07-31

✨ Features

  • misc: Import useHover and useRef hooks, update displayMode prop, use useHover in TokenTag component, and modify component styling.

Improvements and Fixes

What's improved

  • misc: Import useHover and useRef hooks, update displayMode prop, use useHover in TokenTag component, and modify component styling (b0ecdba)

Released on 2023-07-31

✨ Features

  • misc: Add new styles and props to ChatItem, EditableMessage, and ListItem.

Improvements and Fixes

What's improved

  • misc: Add new styles and props to ChatItem, EditableMessage, and ListItem (434ab82)

Released on 2023-07-30

✨ Features

  • misc: 支持展示 token 使用量.

Improvements and Fixes

What's improved

  • misc: 支持展示 token 使用量 (df31d9a)

Released on 2023-07-30

✨ Features

  • misc: 优化 EditableText 与 ControlInput 组件以支持标题编辑需求.

Improvements and Fixes

What's improved

  • misc: 优化 EditableText 与 ControlInput 组件以支持标题编辑需求 (bb585ba)

Released on 2023-07-30

💄 Styles

  • misc: 优化 Swatch 分割线颜色.

Improvements and Fixes

Styles

  • misc: 优化 Swatch 分割线颜色 (7426c5a)

Released on 2023-07-28

🐛 Bug Fixes

  • misc: 修正 renderMessage 问题.

Improvements and Fixes

What's fixed

  • misc: 修正 renderMessage 问题 (9616f1a)

Released on 2023-07-28

♻ Code Refactoring

  • misc: 重构 ChatItem 相关的代码.

✨ Features

  • misc: 支持 loading 渲染.

💄 Styles

  • misc: 优化 Chat Error 展示样式.

Improvements and Fixes

Code refactoring

  • misc: 重构 ChatItem 相关的代码 (caa4a6f)

What's improved

  • misc: 支持 loading 渲染 (1626f26)

Styles

  • misc: 优化 Chat Error 展示样式 (11a0db2)

Released on 2023-07-26

✨ Features

  • misc: Update fill prop in SvgIcon and modify Flexbox props in ListItem.

Improvements and Fixes

What's improved

  • misc: Update fill prop in SvgIcon and modify Flexbox props in ListItem (ae7336d)

Released on 2023-07-26

✨ Features

  • components: Add "color" and "fill" props to ActionIcon and Icon components.

Improvements and Fixes

What's improved

  • components: Add "color" and "fill" props to ActionIcon and Icon components (1b5a7c9)

Released on 2023-07-26

✨ Features

  • fluentemoji: Add dependency and create fallback variable.

Improvements and Fixes

What's improved

  • fluentemoji: Add dependency and create fallback variable (a76123d)

Released on 2023-07-26

✨ Features

  • misc: Add new dependency, update styles and functionality, and enhance emoji display.

Improvements and Fixes

What's improved

  • misc: Add new dependency, update styles and functionality, and enhance emoji display (12ffd53)

Released on 2023-07-25

💄 Styles

  • misc: 优化 ChatList ActionBar 数量.

Improvements and Fixes

Styles

  • misc: 优化 ChatList ActionBar 数量, closes #35 (883f77f)

Released on 2023-07-24

🐛 Bug Fixes

  • misc: Fix tokenTag ref.

Improvements and Fixes

What's fixed

Released on 2023-07-24

✨ Features

  • misc: Add new props and import MessageModal component.

Improvements and Fixes

What's improved

  • misc: Add new props and import MessageModal component (b47892c)

Released on 2023-07-24

✨ Features

  • avatar: Add default values for background prop and modify size of FluentEmoji component.

Improvements and Fixes

What's improved

  • avatar: Add default values for background prop and modify size of FluentEmoji component (4b7d547)

Released on 2023-07-24

✨ Features

  • misc: Add "avatar" prop to FormItem and modify FormTitle component.

Improvements and Fixes

What's improved

  • misc: Add "avatar" prop to FormItem and modify FormTitle component (5c68a7c)

Released on 2023-07-24

✨ Features

  • misc: Add "extra" prop to FormGroup component.

Improvements and Fixes

What's improved

  • misc: Add "extra" prop to FormGroup component (9d3ec8d)

Released on 2023-07-23

✨ Features

  • misc: 兼容插件模式.

Improvements and Fixes

What's improved

  • misc: 兼容插件模式 (aedfa53)

Released on 2023-07-23


Improvements and Fixes

Released on 2023-07-22

✨ Features

  • misc: ChatList 支持复制与编辑消息.

Improvements and Fixes

What's improved

  • misc: ChatList 支持复制与编辑消息 (8fcb001)

Released on 2023-07-22

🐛 Bug Fixes

  • misc: 优化类型.

Improvements and Fixes

What's fixed

Released on 2023-07-22

✨ Features

  • misc: 支持 renderMessageExtra.

Improvements and Fixes

What's improved

  • misc: 支持 renderMessageExtra (0f9692e)

Released on 2023-07-22

💄 Styles

  • misc: Fix input style.

Improvements and Fixes

Styles

Released on 2023-07-20

✨ Features

  • misc: Modify border color in ChatHeader and update "pin" variable in DraggablePanel.

Improvements and Fixes

What's improved

  • misc: Modify border color in ChatHeader and update "pin" variable in DraggablePanel (bec00f6)

Released on 2023-07-20

✨ Features

  • misc: Add useState and useEffect hooks to InputHighlight component.

Improvements and Fixes

What's improved

  • misc: Add useState and useEffect hooks to InputHighlight component (64a24fb)

Released on 2023-07-20

🐛 Bug Fixes

  • misc: Add exports for two functions and rename export function.

Improvements and Fixes

What's fixed

  • misc: Add exports for two functions and rename export function (ef047aa)

Released on 2023-07-20

✨ Features

  • misc: Export "getEmoji" function and "neutralColorScales" variable.

Improvements and Fixes

What's improved

  • misc: Export "getEmoji" function and "neutralColorScales" variable (24dac43)

Released on 2023-07-19

✨ Features

  • misc: Add code highlighting component and update styling in ChatInputArea, Add new props and improve customization options in components.

🐛 Bug Fixes

  • misc: Fix antd 5.7.1 ButtonProps.

Improvements and Fixes

What's improved

  • misc: Add code highlighting component and update styling in ChatInputArea (a9a316f)
  • misc: Add new props and improve customization options in components (f73bf0a)

What's fixed

  • misc: Fix antd 5.7.1 ButtonProps (7dcbf47)

Released on 2023-07-18

✨ Features

  • misc: Add new styles and properties to components.

Improvements and Fixes

What's improved

  • misc: Add new styles and properties to components (11b30a4)

Released on 2023-07-18

✨ Features

  • misc: Add new props and functionality to components, update styles, and adjust form layout.

Improvements and Fixes

What's improved

  • misc: Add new props and functionality to components, update styles, and adjust form layout (d16f239)

Released on 2023-07-18

✨ Features

  • misc: Implement theme switch component and add color palettes for different themes.

🐛 Bug Fixes

  • misc: Fix sidebar layout.

Improvements and Fixes

What's improved

  • misc: Implement theme switch component and add color palettes for different themes (6c42e5f)

What's fixed

  • misc: Fix sidebar layout (c62db06)

Released on 2023-07-18

✨ Features

  • misc: Add global styles for font, colors, and scrollbar customization.

Improvements and Fixes

What's improved

  • misc: Add global styles for font, colors, and scrollbar customization (01f735e)

Released on 2023-07-18

✨ Features

  • misc: Add tooltip delay prop to ActionIcon component.

Improvements and Fixes

What's improved

  • misc: Add tooltip delay prop to ActionIcon component (074dd66)

Released on 2023-07-17

💄 Styles

  • misc: 优化组件.

Improvements and Fixes

Styles

Released on 2023-07-16

🐛 Bug Fixes

  • misc: Fix types.

Improvements and Fixes

What's fixed

Released on 2023-07-16

🐛 Bug Fixes

  • misc: Fix types.

Improvements and Fixes

What's fixed

Released on 2023-07-16

✨ Features

  • misc: Add ChatHeader component with specific functionality and styling.

🐛 Bug Fixes

  • misc: Fix types.

Improvements and Fixes

What's improved

  • misc: Add ChatHeader component with specific functionality and styling (c7f5747)

What's fixed

Released on 2023-07-16

🐛 Bug Fixes

  • misc: 修正找不到 ref 的报错.

Improvements and Fixes

What's fixed

  • misc: 修正找不到 ref 的报错 (c4f7cbc)

Released on 2023-07-16


Improvements and Fixes

Released on 2023-07-16

🐛 Bug Fixes

  • misc: Add optional parameters for "onActionClick" function.

Improvements and Fixes

What's fixed

  • misc: Add optional parameters for "onActionClick" function (22b46d7)

Released on 2023-07-16


Improvements and Fixes

Released on 2023-07-16

♻ Code Refactoring

  • fluentemoji: Replace useLocalStorageState with useState hook.

Improvements and Fixes

Code refactoring

  • fluentemoji: Replace useLocalStorageState with useState hook (a61706a)

Released on 2023-07-15

✨ Features

  • fluentemoji: Add useLocalStorageState hook and improve emoji rendering.

Improvements and Fixes

What's improved

  • fluentemoji: Add useLocalStorageState hook and improve emoji rendering (193c131)

Released on 2023-07-15

✨ Features

  • misc: Add "children" prop and update styles in ListItem component.

Improvements and Fixes

What's improved

  • misc: Add "children" prop and update styles in ListItem component (9451ab8)

Released on 2023-07-11

🐛 Bug Fixes

  • misc: Fix Delete key.

Improvements and Fixes

What's fixed

Released on 2023-07-10

✨ Features

  • misc: Enhance functionality and usability of ChatInputArea component.

Improvements and Fixes

What's improved

  • misc: Enhance functionality and usability of ChatInputArea component (6c36a25)

Released on 2023-07-10

✨ Features

  • misc: Add new components, props, and styles.

Improvements and Fixes

What's improved

  • misc: Add new components, props, and styles (b2d5317)

Released on 2023-07-09

♻ Code Refactoring

  • misc: Remove monorepo.

Improvements and Fixes

Code refactoring

Released on 2023-07-06

✨ Features

  • giscus: Support lobe theme.

Improvements and Fixes

What's improved

  • giscus: Support lobe theme (93d285e)

Released on 2023-07-05

✨ Features

  • misc: Add Giscus.

Improvements and Fixes

What's improved

Released on 2023-07-04

✨ Features

  • actionicongroup: Add onActionClick prop and update UI.

Improvements and Fixes

What's improved

  • actionicongroup: Add onActionClick prop and update UI (22bb028)

Released on 2023-07-04

🐛 Bug Fixes

  • misc: Fix demos.

Improvements and Fixes

What's fixed

Released on 2023-07-04

💄 Styles

  • misc: Update SyntaxHighlighter and form.

Improvements and Fixes

Styles

  • misc: Update SyntaxHighlighter and form (4adfbfa)

Released on 2023-07-04

🐛 Bug Fixes

  • misc: Fix types.

Improvements and Fixes

What's fixed

Released on 2023-07-04

✨ Features

  • misc: Add CodeEditor.

Improvements and Fixes

What's improved

Released on 2023-07-04

✨ Features

  • form: Add Form component.

Improvements and Fixes

What's improved

  • form: Add Form component (e1aed9b)

Released on 2023-07-03

💄 Styles

  • logo: Update Logo component.

Improvements and Fixes

Styles

  • logo: Update Logo component (552deb6)

Released on 2023-06-21

♻ Code Refactoring

  • misc: Rm @dqbd/tiktoken.

Improvements and Fixes

Code refactoring

  • misc: Rm @dqbd/tiktoken (39ca53b)

Released on 2023-06-20

✨ Features

  • misc: Add FluentEmoji.

Improvements and Fixes

What's improved

Released on 2023-06-19

✨ Features

  • assets: Add assets cdn.

Improvements and Fixes

What's improved

Released on 2023-06-19

🐛 Bug Fixes

  • toc: Fix top style.

Improvements and Fixes

What's fixed

Released on 2023-06-18

✨ Features

  • header: Add className and style prop support for logo, nav, and actions.

Improvements and Fixes

What's improved

  • header: Add className and style prop support for logo, nav, and actions (e0e604e)

Released on 2023-06-18

💄 Styles

  • misc: Update style files in DocLayout and related components.

Improvements and Fixes

Styles

  • misc: Update style files in DocLayout and related components (f11803a)

Released on 2023-06-16

🐛 Bug Fixes

  • misc: Fix types.

Improvements and Fixes

What's fixed

Released on 2023-06-16

♻ Code Refactoring

  • misc: Fefactor import and code format.

Improvements and Fixes

Code refactoring

  • misc: Fefactor import and code format (2642199)

Released on 2023-06-16

🐛 Bug Fixes

  • misc: Fix recursive deps.

Improvements and Fixes

What's fixed

  • misc: Fix recursive deps (c90ddc3)

Released on 2023-06-16

✨ Features

  • misc: Add ChatInputArea.

Improvements and Fixes

What's improved

  • misc: Add ChatInputArea (b1303f1)

Released on 2023-06-15

🐛 Bug Fixes

  • misc: Fix Icon display size.

Improvements and Fixes

What's fixed

  • misc: Fix Icon display size (d3e3a19)

Released on 2023-06-15

🐛 Bug Fixes

  • misc: Fix Hero and Features components link.

Improvements and Fixes

What's fixed

  • misc: Fix Hero and Features components link (7910266)

Released on 2023-06-15

🐛 Bug Fixes

  • misc: Fix ApiHeader encodeURIComponent.

Improvements and Fixes

What's fixed

  • misc: Fix ApiHeader encodeURIComponent (18cf950)

Released on 2023-06-15

🐛 Bug Fixes

  • misc: Fix dependence.

Improvements and Fixes

What's fixed

Released on 2023-06-15

🐛 Bug Fixes

  • misc: Type-check.

Improvements and Fixes

What's fixed

Released on 2023-06-15

✨ Features

  • misc: Better docs theme.

Improvements and Fixes

What's improved

  • misc: Better docs theme (f701fde)

Released on 2023-06-15

✨ Features

  • misc: Add GradientButton.

Improvements and Fixes

What's improved

  • misc: Add GradientButton (448cb53)

Released on 2023-06-14

♻ Code Refactoring

  • misc: Refactor dumi docs layout.

Improvements and Fixes

Code refactoring

  • misc: Refactor dumi docs layout (80fa42f)

Version 1.23.0

Released on 2023-06-12

✨ Features

  • chat: Add ActionsBar to ChatList.

Improvements and Fixes

What's improved

  • chat: Add ActionsBar to ChatList (027a2b4)

Version 1.22.1

Released on 2023-06-12

♻ Code Refactoring

  • misc: Fix Highlighter style and add selection style.

Improvements and Fixes

Code refactoring

  • misc: Fix Highlighter style and add selection style (4d5cd85)

Version 1.22.0

Released on 2023-06-12

✨ Features

  • misc: Add ActionIconGroup component.

Improvements and Fixes

What's improved

  • misc: Add ActionIconGroup component (eea5bff)

Version 1.21.1

Released on 2023-06-12

♻ Code Refactoring

  • chat: Redesign ChatItem ChatList props, add time support.

Improvements and Fixes

Code refactoring

  • chat: Redesign ChatItem ChatList props, add time support (6a230e2)

Version 1.21.0

Released on 2023-06-11

✨ Features

  • chat: Add ChatItem and ChatList components.

Improvements and Fixes

What's improved

  • chat: Add ChatItem and ChatList components (e3bacd8)

Version 1.20.1

Released on 2023-06-11

♻ Code Refactoring

  • avatar: Refactor Avatar component.

Improvements and Fixes

Code refactoring

  • avatar: Refactor Avatar component (0cf2963)

Version 1.20.0

Released on 2023-06-09

✨ Features

  • icon: Add Icon spin prop and ActionIcon loading state.

Improvements and Fixes

What's improved

  • icon: Add Icon spin prop and ActionIcon loading state (9adcda4)

Version 1.19.0

Released on 2023-06-08

♻ Code Refactoring

  • misc: Dumi preview action bar.

✨ Features

  • spotlight: Add Spotlight components.

Improvements and Fixes

Code refactoring

  • misc: Dumi preview action bar (8dbe3ac)

What's improved

  • spotlight: Add Spotlight components (f55e805)

Version 1.18.2

Released on 2023-06-06

🐛 Bug Fixes

  • misc: Stylelint.

Improvements and Fixes

What's fixed

Version 1.18.1

Released on 2023-06-05

♻ Code Refactoring

  • dumi-theme: Split site token and stylish.

🐛 Bug Fixes

  • misc: Add types.

Improvements and Fixes

Code refactoring

  • dumi-theme: Split site token and stylish (15f2803)

What's fixed

Version 1.18.0

Released on 2023-05-30

✨ Features

  • package.json: Add lint:md script.

Improvements and Fixes

What's improved

  • package.json: Add lint:md script (baab529)

Version 1.17.0

Released on 2023-05-30

♻ Code Refactoring

  • misc: Update package dependencies and replace 'lodash' with 'lodash-es'.

✨ Features

  • draggable-panel: Add maxWidth prop to DraggablePanel component.

Improvements and Fixes

Code refactoring

  • misc: Update package dependencies and replace 'lodash' with 'lodash-es' (f74d58f)

What's improved

  • draggable-panel: Add maxWidth prop to DraggablePanel component (70903dd)

Version 1.16.2

Released on 2023-05-30


Improvements and Fixes

Version 1.16.1

Released on 2023-05-30

♻ Code Refactoring

  • components: Refactor Footer and Toc components.

Improvements and Fixes

Code refactoring

  • components: Refactor Footer and Toc components (e01bdcf)

Version 1.16.0

Released on 2023-05-29

✨ Features

  • src/avatar: Add description prop and update documentation.

Improvements and Fixes

What's improved

  • src/avatar: Add description prop and update documentation (6432a0f)

Version 1.15.0

Released on 2023-05-29

✨ Features

  • apiheader: Add configuration for component API header.

Improvements and Fixes

What's improved

  • apiheader: Add configuration for component API header (1359942)

Version 1.14.2

Released on 2023-05-29


Improvements and Fixes

Version 1.14.1

Released on 2023-05-29


Improvements and Fixes

Version 1.14.0

Released on 2023-05-29

✨ Features

  • colorscales: Improve user experience by hiding unnecessary elements.

Improvements and Fixes

What's improved

  • colorscales: Improve user experience by hiding unnecessary elements (ee8b7be)

Version 1.13.0

Released on 2023-05-29

♻ Code Refactoring

  • misc: Color tokens.

✨ Features

  • src/colorscales/index.md: Add new color scales for Volcano and Orange.

Improvements and Fixes

Code refactoring

What's improved

  • src/colorscales/index.md: Add new color scales for Volcano and Orange (7a6a7ff)

Version 1.12.0

Released on 2023-05-29

♻ Code Refactoring

  • misc: Custom token types.

✨ Features

  • misc: Add color scales.

Improvements and Fixes

Code refactoring

  • misc: Custom token types (ee62106)

What's improved

Version 1.11.4

Released on 2023-05-28


Improvements and Fixes

Version 1.11.3

Released on 2023-05-27

🐛 Bug Fixes

  • build: Make lobe-ui as pure esm package.

Improvements and Fixes

What's fixed

  • build: Make lobe-ui as pure esm package (d3aa186)

Version 1.11.2

Released on 2023-05-27

🐛 Bug Fixes

  • build: Remove cjs support.

Improvements and Fixes

What's fixed

  • build: Remove cjs support (dea2da7)

Version 1.11.1

Released on 2023-05-27

🐛 Bug Fixes

  • build: Add browser platform support to cjs.

Improvements and Fixes

What's fixed

  • build: Add browser platform support to cjs (c682056)

Version 1.11.0

Released on 2023-05-27

♻ Code Refactoring

  • lobehub: Remove unused code, update interfaces and dependencies.

✨ Features

  • logo: Add SvgProps to Divider component signature.
  • themeprovider: Update getAntdTheme function and import getLobeTheme from '@/tokens'.

Improvements and Fixes

Code refactoring

  • lobehub: Remove unused code, update interfaces and dependencies (7f428fe)

What's improved

  • logo: Add SvgProps to Divider component signature (2a4182c)
  • themeprovider: Update getAntdTheme function and import getLobeTheme from '@/tokens' (c1e65e7)

Version 1.10.0

Released on 2023-05-26

✨ Features

  • misc: Add Input.

Improvements and Fixes

What's improved

Version 1.9.0

Released on 2023-05-26

✨ Features

  • misc: Update SearchBar style.

Improvements and Fixes

What's improved

  • misc: Update SearchBar style (1fd28be)

Version 1.8.2

Released on 2023-05-26


Improvements and Fixes

Version 1.8.1

Released on 2023-05-25


Improvements and Fixes

Version 1.8.0

Released on 2023-05-25

✨ Features

  • themeprovider: Add support for new fonts.

Improvements and Fixes

What's improved

  • themeprovider: Add support for new fonts (79d7865)

Version 1.7.3

Released on 2023-05-25


Improvements and Fixes

Version 1.7.2

Released on 2023-05-25


Improvements and Fixes

Version 1.7.1

Released on 2023-05-24

🐛 Bug Fixes

  • misc: Add missing deps.

Improvements and Fixes

What's fixed

Version 1.7.0

Released on 2023-05-24

✨ Features

  • misc: Add Conversation component, add EditableMessageList component.

Improvements and Fixes

What's improved

  • misc: Add Conversation component (1ba8af8)
  • misc: Add EditableMessageList component (2107a49)

Version 1.6.1

Released on 2023-05-23


Improvements and Fixes

Version 1.6.0

Released on 2023-05-23

✨ Features

  • actionicon: Add tooltip feature to ActionIcon component.

Improvements and Fixes

What's improved

  • actionicon: Add tooltip feature to ActionIcon component (5d38627)

Version 1.5.0

Released on 2023-05-23

✨ Features

  • editable-message: Add EditableMessage components.
  • misc: Add remark-gfm to dependencies and modify dumi-theme-lobehub's content styles, add MessageModal component.

Improvements and Fixes

What's improved

  • editable-message: Add EditableMessage components (0986c72)
  • misc: Add remark-gfm to dependencies and modify dumi-theme-lobehub's content styles (2d24d10)
  • misc: Add MessageModal component (969867e)

Version 1.4.0

Released on 2023-05-23

✨ Features

  • misc: Add Avatar、ListItem components, add classNames prop to DraggablePanel, add ContextMenu.

Improvements and Fixes

What's improved

  • misc: Add Avatar、ListItem components (a4cc946)
  • misc: Add classNames prop to DraggablePanel (2dcd23a)
  • misc: Add ContextMenu (e3498d7)

Version 1.3.0

Released on 2023-05-23

♻ Code Refactoring

  • misc: 优化到 react18 代码实现.

✨ Features

  • highlighter: Add export for SyntaxHighlighterProps.
  • misc: Add Snippet, 新增 EditableText、SearchBar 组件, 新增 Highlighter、Markdown 组件, 新增 MessageInput、Swatches 组件.

🐛 Bug Fixes

  • misc: Fix type error.

Improvements and Fixes

Code refactoring

  • misc: 优化到 react18 代码实现 (d3bcab9)

What's improved

  • highlighter: Add export for SyntaxHighlighterProps (a203f45)
  • misc: Add Snippet (f23a34d)
  • misc: 新增 EditableText、SearchBar 组件 (74fa2a5)
  • misc: 新增 Highlighter、Markdown 组件 (2da8f3f)
  • misc: 新增 MessageInput、Swatches 组件 (cac3028)

What's fixed

Version 1.2.0

Released on 2023-05-22

✨ Features

  • misc: Add StoryBook mode.

Improvements and Fixes

What's improved

  • misc: Add StoryBook mode (3785b6d)

Version 1.1.0

Released on 2023-05-21

♻ Code Refactoring

  • dumi-theme: Update lobehub theme.

✨ Features

  • issue-template: Add templates for bug report, feature request, and question.

Improvements and Fixes

Code refactoring

  • dumi-theme: Update lobehub theme (e394af0)

What's improved

  • issue-template: Add templates for bug report, feature request, and question (2e1c012)

Version 1.0.0

Released on 2023-05-21

✨ Features

  • misc: 初始化基础组件.

Improvements and Fixes

What's improved

  • misc: 初始化基础组件 (4594db6)