8000 Release v0.0.79 - Disable Vue due to 80-char wrap bug (#451) Β· ultralytics/actions Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.0.79 - Disable Vue due to 80-char wrap bug (#451)

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 16:36
· 23 commits to main since this release
559f962

🌟 Summary

Improved handling of file headers in Vue components to fix formatting issues, along with a version update. πŸ› οΈβœ¨

πŸ“Š Key Changes

  • Updated the way file headers are added to .vue files, switching to HTML-style comments to prevent unwanted line wrapping.
  • Increased the package version from 0.0.78 to 0.0.79.

🎯 Purpose & Impact

  • Prevents formatting problems in Vue files caused by code tools like Prettier, making code easier to read and maintain.
  • Keeps the project versioning current, signaling a small but helpful improvement for developers working with Vue components.
  • Enhances the overall developer experience by ensuring consistent and correct file formatting.

What's Changed

Full Changelog: v0.0.78...v0.0.79

0