From 102bc7a846bca565ddcad9aaf759937de8f3ef03 Mon Sep 17 00:00:00 2001 From: Ketho Date: Tue, 6 Aug 2024 19:56:18 +0200 Subject: [PATCH] Fixed :CreateAnimation generic --- Annotations/Widget/Animation/AnimationGroup.lua | 3 --- CHANGELOG.md | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Annotations/Widget/Animation/AnimationGroup.lua b/Annotations/Widget/Animation/AnimationGroup.lua index e8ebfafb..040b1639 100644 --- a/Annotations/Widget/Animation/AnimationGroup.lua +++ b/Annotations/Widget/Animation/AnimationGroup.lua @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5056f780..2adb2eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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