@techui/scifi
Version:
TechUI Scifi is a sci-fi SVG component library developed based on Vue3. It uses dynamically calculated SVG elements to generate a variety of cool, futuristic, and technological components.
56 lines (34 loc) • 1.53 kB
Markdown
# Update Log | 更新日志
[English](#english) | [中文](#中文)
---
## English
### v0.0.4 (2025-10-21)
- Theme and i18n refactored to support dynamic imports for on-demand loading
- Added new TuiGrid component
- Global methods mounted on globalProperties (e.g., $tPopover) are now also available via inject('$global')
- Various component iterations and maintenance updates
### v0.0.3 (2025-10-18)
- Added new TuiEchartsMap component
- TuiPopInfo component: added titleIcon Props to support adding icons to titles
- Improved checkbox and radio components: now supports displaying both custom icons and default icons simultaneously
### v0.0.2 (2025-10-16 00:29)
- Removed all SVG icons embedded in CSS
- Updated component icons to use @techui/icons default icon library
### v0.0.1 (2025-10-02)
- Initial release
---
## 中文
### v0.0.4 (2025-10-21)
- 主题和多语言改为动态导入,支持按需加载
- 新增 TuiGrid 组件
- 挂载到 globalProperties 上的全局方法(如 $tPopover)现已添加到 inject('$global') 上
- 其他组件迭代维护
### v0.0.3 (2025-10-18)
- 新增TuiEchartsMap组件
- TuiPopInfo组件,添加titleIcon Props,可以通过此属性给标题添加图标
- checkbox、radio迭代,prop传入图标和默认图标可同时显示
### v0.0.2 (2025-10-16 00:29)
- 移除所有 CSS 中内置的 SVG 图标
- 组件中的图标更新为使用 @techui/icons 默认图标库
### v0.0.1 (2025-10-02)
- 首次发布