v0.4.0
🚀 Enhancements
⚠️ Transfer SSR functionality from VChart to VChartFull (433e100)
🩹 Fixes
- AddComponentsDir not work in production (b316fda)
📖 Documentation
🏡 Chore
- Up deps (49527c4)
- Up deps (3c1526d)
- Fix chart flick in demo (cbf6df8)
- Add nuxt-hub (#23)
- Up to nuxt 4 (c34cecf)
- Migrate playground to nuxt ui (7518e85)
🤖 CI
⚠️ Breaking Changes
⚠️ Removedssroption from module configuration. Previously, settingssr: truewould make all<VChart>components render on the server and then client. Now use the new introduced<VChartFull>component instead for server-side rendering with client hydration.<VChart>now behaves exactly the same as Vue-ECharts
Migration Guide:
export default defineNuxtConfig({
echarts: {
- ssr: true
}
})Use <VChartFull> component instead of <VChart> for ECharts SSR.
❤️ Contributors
- Yue JIN (@kingyue737)