-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from SublimeText/feat/update-message
Add update message for upcoming 5.0.0 release
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"5.0.0": "messages/5.0.0.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
5.0.0 (2024-11-22) | ||
================== | ||
|
||
The "Vue Syntax Highlight" package | ||
- has been adopted by the Sublime Text community, | ||
- is now maintained at https://github.com/SublimeText/Vue, and | ||
- has been renamed to just "Vue". | ||
|
||
As a result of the rename, the previous syntax paths have become invalid | ||
and you will need to re-select the "Vue Component" syntax | ||
for each currently open view manually. | ||
Alternatively, you can simply close and reopen each affected file. | ||
|
||
For a detailed changelog, please visit the GitHub releases page | ||
and consider watching it for updates: | ||
https://github.com/SublimeText/Vue/releases |