Skip to content

Releases: figma/vite-plugin-yaml

Vite v6 and beyond

21 Feb 23:31
Compare
Choose a tag to compare

An issue has come up during each jump between major Vite versions where the plugin will fail builds or CI pipelines when users of the plugin bump a major version of Vite beyond what was explicitly supported. Since the API this plugin rests upon seems quite stable and has not experienced any breakages over the past 4 major version changes, I assume that the foreseeable future of major Vite releases will not break the plugin. Therefore, all future versions of Vite have been optimistically included as a valid peerDependency.

This change should remove this plugin as a blocker from your upgrade path especially in the case of trying out future beta releases of Vite.

v1.1.0 - Vite 5 support

17 Jan 20:26
Compare
Choose a tag to compare
  • Support Vite 5, backwards compatible with Vite 4 + Vite 3 #24 (@dil-ztill)
  • Allows for numbers to be used as keys #23 (@isahohieku)
  • Update CI actions - adds platform testing for Windows + Mac on Node@20 #26 (@tonyketcham)

v1.0.4

03 Jan 19:55
64ef20c
Compare
Choose a tag to compare

Adds support for Vite v4, includes various bug fixes, dependency updates, and nonce error suppression:

Thanks a ton to @silverwind and @georgkrause for your contributions to the plugin! 🎉