DEV Community

OpenTiny
OpenTiny

Posted on

TinyVue 3.30 Officially Released: Multi-End Adaptation & Enhanced AI-Assisted Programming

In the era of ubiquitous connectivity, the boundaries of frontend component libraries keep expanding. Developers demand both rigorous efficiency on PC and flexibility & smoothness on mobile devices.

OpenTiny Community is thrilled to announce the official launch of TinyVue v3.30.0! This release is more than a routine feature iteration — it marks a milestone leap for TinyVue in cross-screen responsive capabilities.

📌 Release Feature Overview

Before diving into details, here are the major highlights of v3.30.0:

  • 📱 Responsive Adaptation: Mobile layout support added for over 20 core components including Button and DialogBox
  • 🛠️ Component Enhancements: Custom color support for CalendarView, upgraded internationalization for RichText
  • 🤖 AI-Assisted Programming: New AGENTS.md file to improve accuracy of AI coding assistants
  • 🧩 Stability Improvements: Bug fixes and dedicated compatibility patches for Safari & Firefox

🌈 New Community Contributors

The growth of TinyVue relies on every contributor. We’d like to extend special gratitude to two new contributors who submitted their first code in this release:

  • @ga163
  • @zhengshui

We also thank our 9 long-term regular contributors:

  • discreted66
  • gimmyhehe
  • James-9696
  • kagol
  • ourcx
  • shenjunjian
  • wuyiping0628
  • Yujing613
  • zzcr

OpenTiny keeps evolving thanks to all your hard work and dedication 👏

🚀 Core Highlight Breakdown

1. Responsive Layout: Seamless Integration Between PC & Mobile

TinyVue v3.30 carries out in-depth cross-end refactoring for 20+ core components:

  • Component Upgrades: Link, Cascader, Search, Breadcrumb, Steps, DialogBox, Form, Modal, Button and more can now automatically detect viewport sizes and switch to optimized interaction modes.
  • Consistent User Experience: Whether users operate on large desktop screens or tap mobile touchscreens, TinyVue delivers unified, polished visual experiences tailored for each device.

2. Polished Interaction Details

Great component libraries stand out through refined edge cases, and this version upgrades multiple complex components:

  • CalendarView: Supports custom theme colors to satisfy personalized schedule display requirements

  • RichText: Full i18n internationalization support; optimized editor border rendering and hyperlink redirect interception for professional content creation
  • Rate: Fixed color switching bug for half-star selection to deliver smoother visual feedback
  • Drawer: New appendToBody prop completely resolves occlusion and z-index issues in complex layouts

3. AI as Your New Development Teammate

OpenTiny keeps pace with AI development trends, with major AI tooling improvements in v3.30:

🐛 Stability: Bug Fixes & Optimizations

While rolling out new features, we prioritize long-term stability. This release contains numerous fixes covering:

  • Cross-browser Compatibility: Resolved massive blank space and multi-line rendering defects for read-only Input on Safari; fixed horizontal scrollbar anomalies for tables on Firefox
  • Engineering Optimizations: Improved style isolation under SaaS mode; refined E2E test cases to strengthen stability in complex production environments

Full Changelog: https://github.com/opentiny/tiny-vue/releases/tag/v3.30.0

🔗 Upgrade Guide

Install @opentiny/vue@3.30.0 to experience the latest version:

# npm
npm install @opentiny/vue@3.30.0

# yarn
yarn add @opentiny/vue@3.30.0
Enter fullscreen mode Exit fullscreen mode

Closing Remarks

TinyVue 3.30 represents a critical milestone toward full-scenario, multi-terminal coverage. Whether building complex enterprise backends or lightweight mobile applications, TinyVue aims to be your most reliable UI partner.

About OpenTiny NEXT

OpenTiny NEXT is an enterprise intelligent frontend solution built on Generative UI and WebMCP. It intelligently upgrades legacy products including TinyVue component library and TinyEngine low-code engine, and launches new Agent-oriented products such as NEXT-SDKs for frontend, AI Extension, TinyRobot AI Assistant and GenUI. It empowers AI to comprehend user intentions and execute tasks autonomously, accelerating enterprise intelligent transformation.

Join the OpenTiny Open Source Community

If you want to contribute, look for good first issue labels in the repo. Feel free to leave comments with any questions or feedback!

Top comments (0)