Skip to content

v0.29.0

Choose a tag to compare

@antfu antfu released this 29 Jul 04:14

0.29.0 (2019-07-29)

⚠ ! BREAKING CHANGE

  • I have reworked the internal engine and there might be some breaking bugs that tests can not cover. If you encounter any problems, feel free to raise an issue. If it's broken in your case, you can rollback to the previous version before the next fix came out.
  • VSCode Markplace does not support alpha/beta channels. So again, sorry for any inconvenience. Thanks for understanding.

⚡ Features

  • SFC: Expiremental Single File Components (SFC) i18n Support, #56 (b5d7c0c)
    • You can opt-in the SFC support on by setting "vue-i18n-ally.experimental.sfc": true
    • SFC currently only works in READONLY mode, the other features might be landed in future release.

🐞 Bug Fixes

📚 Documentations

  • examples: add sfc example (da8af1f)

🔮 Refactor