Skip to content

Commit

Permalink
TBFFlags can be an empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Aug 14, 2024
1 parent 07be717 commit a2f2bc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Annotations/Widget/UIType/UIType.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
---|"REVERSE"

---@alias TBFFlags
---|""
---|"OUTLINE"
---|"THICK
---|"MONOCHROME
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [0.16.8] - 2024-08-14
- Fixed FontInstance `TBFFlags` type to match empty strings

## [0.16.7] - 2024-08-14
- 🐞 Fix diagnostics taking too long when a window with the `WowEvent` type is open
- 🛠 Changing the settings should no longer require restarting VS Code to take effect
Expand Down Expand Up @@ -136,6 +139,8 @@ To avoid loading for Lua projects not related to World of Warcraft, all settings
- PR [#123](https://github.com/Ketho/vscode-wow-api/pull/123) Make childGroups optional in AceConfig.OptionsTable
- PR [#120](https://github.com/Ketho/vscode-wow-api/pull/120) Add definition for tostringall()

[0.16.8]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.16.8
[0.16.7]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.16.7
[0.16.6]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.16.6
[0.16.5]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.16.5
[0.16.4]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.16.4
Expand Down

0 comments on commit a2f2bc8

Please sign in to comment.