Skip to content

Commit

Permalink
Fixed :CreateAnimation generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Aug 6, 2024
1 parent 153ae4b commit 102bc7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Annotations/Widget/Animation/AnimationGroup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ function AnimationGroup:GetParent() end
---@return table|T animation
function AnimationGroup:CreateAnimation(animationType, name, templateName) end

---@return Animation
function AnimationGroup:CreateAnimation() end

---[Documentation](https://warcraft.wiki.gg/wiki/API_AnimationGroup_Finish)
function AnimationGroup:Finish() end

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [0.15.2] - 2024-08-06
- 🐞 Fixed `:CreateAnimation` generic

## [0.15.1] - 2024-08-06
- ✨ The extension now only loads if a World of Warcraft addon is detected in the workspace
- 👻 Added [GlobalColors.lua](https://www.townlong-yak.com/framexml/live/Helix/GlobalColors.lua) from Townlong Yak
Expand Down Expand Up @@ -91,6 +94,7 @@ 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.15.2]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.15.2
[0.15.1]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.15.1
[0.15.0]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.15.0
[0.14.2]: https://github.com/Ketho/vscode-wow-api/releases/tag/0.14.2
Expand Down

0 comments on commit 102bc7a

Please sign in to comment.