Skip to content

Releases: Rainrider/oUF_Dispellable

12.0.0

03 Feb 01:25
12.0.0

Choose a tag to compare

oUF_Dispellable

12.0.0 (2026-02-03)

Full Changelog Previous Releases

Breaking Changes:

  • UpdateColor is now defined on the element instead of on the dispelTexture sub-widget.
  • UpdateColor is now passed the unit and the dispellable debuff in place of the dispel type and the color components.
  • UpdateColor is now called when no dispellable debuff is found.
  • Some of the callback arguments and some of the widget attributes are now secrets because of the API changes made by Blizzard in Midnight.

Added:

  • Dispellable.dispelColorCurve - a color curve object based of oUF.colors.dispel and dispelTexture.dispelAlpha (or 1 if not set)
  • Dispellable.resetColor - a color object used to reset the colors of the dispelTexture and the dispelIcon.overlay sub-widgets when no dispellable debuff is found. Defaults to r = 1, g = 1, b = 1, and alpha equal to dispelTexture.noDispelAlpha (or 1 if no dispelTexture is set)

Fixed:

  • The element is now always updated, so that the layout does not have to hide the widgets explicitly
  • The element is now updated when the currently found dispellable debuff is updated

11.0.0

30 Aug 08:38
11.0.0
6fb0053

Choose a tag to compare

oUF_Dispellable

11.0.0 (2024-08-30)

Full Changelog Previous Releases

  • build: add .gitignore

10.0.0

18 Feb 16:38
b54647d

Choose a tag to compare

oUF_Dispellable

10.0.0 (2023-02-18)

Full Changelog Previous Releases

  • fix: update for Dragonflight

9.0.1

03 Apr 13:15
5b1cfcb

Choose a tag to compare

oUF_Dispellable

9.0.1 (2022-04-03)

Full Changelog Previous Releases

  • docs: update README.md