Skip to content

Latest commit

 

History

History
363 lines (212 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

363 lines (212 loc) · 13.8 KB

Changelog

v0.2.4

compare changes

🩹 Fixes

  • Type of VChartLight container (18c285a)
  • Also load required echarts functionalities on server side (5b91e00)

🏡 Chore

❤️ Contributors

v0.2.3

compare changes

🩹 Fixes

  • ShallowRef native listeners instead of deep ref (330236d)
  • Expose types entry, close #5 (#5)

🏡 Chore

❤️ Contributors

v0.2.2

compare changes

🩹 Fixes

  • Use globalThis instead of global for edge function environment compability (b53dd3a)

❤️ Contributors

v0.2.1

compare changes

🩹 Fixes

  • Remove unnecessay memory release in VChartIsland, fix #3 (#3)

❤️ Contributors

v0.2.0

compare changes

🚀 Enhancements

  • ⚠️ Remove extra container on VChart and simplify styles (b4c9e4d)

🩹 Fixes

📖 Documentation

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Remove extra container on VChart and simplify styles (b4c9e4d)

❤️ Contributors

v0.1.0

compare changes

🚀 Enhancements

  • ⚠️ Use normal component instead of client-only when ssr is turned off (0b7d7ed)
  • Directly resolve VChartServer as server halve of VChart (7ecb586)

🩹 Fixes

  • VChartIsland ref template type (38efe23)
  • Remove extension from resolve (67e1ebc)

📖 Documentation

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Use normal component instead of client-only when ssr is turned off (0b7d7ed)

❤️ Contributors

v0.0.11

compare changes

🚀 Enhancements

  • Resize callback is now a ResizeObserverCallback (a4a4062)

🩹 Fixes

  • VChart event not correctly registered (20aa964)

📖 Documentation

  • Remove redundant changelog (45b435d)

❤️ Contributors

v0.0.10

compare changes

🩹 Fixes

  • Suppress island warning when ssr is turned off (ce76918)
  • Skip ResizeObserver's initial resize (2b6d3c5)

📖 Documentation

  • Remove wrong generated commits in CHANGELOG.md (76ab291)
  • Simplify module name in installation (12780dc)

🏡 Chore

  • release: V0.0.9 (d8628c7)
  • Remove unused logo component (9a9f0c9)
  • Format playground and docs with prettier plugin (5782dce)
  • Add echarts 5.5 in peerDependencies (62b328c)
  • Edit souce link to avoid redirect (4c8b3a2)
  • Up echarts (f8998bd)
  • Up deps (cc88e66)

✅ Tests

❤️ Contributors

v0.0.9

compare changes

🩹 Fixes

  • VChartLight type not correctly emited (91982e8)

🏡 Chore

❤️ Contributors

v0.0.8

compare changes

📖 Documentation

🏡 Chore

❤️ Contributors

v0.0.7

compare changes

🩹 Fixes

🏡 Chore

  • Remove icon on playground (a26a963)

❤️ Contributors

v0.0.6

compare changes

🚀 Enhancements

  • Remove extra wrapper in VChartLight (f408cfc)
  • Add ssr switch for VChart (1fec45a)

🩹 Fixes

  • Resize VChart with auto size explicitly (f7f23a0)

🏡 Chore

  • release: V0.0.5 (a06809a)
  • Up deps (22fe384)
  • Pin @nuxt/content which introduces breaking change (0ed22af)
  • Exclude docs from typecheck (b247d30)
  • Add source button on playground (35f1707)
  • Add docs link on playground (3f974d2)
  • Pin typescript before supported by nuxt-module-builder (abfba58)

❤️ Contributors

v0.0.5

compare changes

🩹 Fixes

  • Hydration mismatch due to no root element (8641f4e)

📖 Documentation

  • Add playground and demo link (6d98fbd)
  • Init documentation site (abd275a)

🏡 Chore

  • Playground startCommand (cb28519)

❤️ Contributors

v0.0.4

compare changes

🚀 Enhancements

  • Add configs for bundling the required components (32f3d29)
  • Add server component (273be24)
  • Add VChartLight and VChart.server (c9d688d)
  • Allow use both renderers (697c5a4)
  • Format virtual modules (01a9af1)
  • Fix nuxt server component upstream bug and expose event and slot (86eebeb)

🩹 Fixes

  • Padding on the root not work (0cbb1c1)
  • VChartLight: Rehydate after innerHTML changed (c0b6451)
  • Refetch onError which is a Nuxt cache bug (e10aa3c)
  • Remove style which cause svg to enlarge in container with padding (57fd21f)

💅 Refactors

  • Reorganize runtime folder (4f56661)

📖 Documentation

🏡 Chore

  • Ignore auto generated changelog (74d6575)
  • Optimize images (#1)
  • Init real playground (89560d3)
  • Indicate compability of Nuxt 4 (677099c)
  • Up deps (402a634)
  • Add liquidFill logo in demo (28f9e57)
  • Vscode-eslint.useFlatConfig is no longer needed since v3.10 (f0f3be0)
  • Add server rendering charts examples in demo (7f49924)
  • Removed unused lock file (0cd3a0c)
  • Complete playground (c242572)
  • Lint (f7c36e7)
  • Transpile echarts-liquid (164d28a)
  • Add favicon (cfc40f7)
  • Up deps (bb2c28b)

❤️ Contributors

v0.0.3

compare changes

🚀 Enhancements

  • Copy and modify code from vue-echarts (3c60e72)
  • Auto import injection keys (9b9196b)
  • Add a simple playground for test (6b21064)

🩹 Fixes

  • HTMLElement is not defined on server side (4fb49d9)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.0.1