Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 753 Bytes

NotificationsChangeLog.md

File metadata and controls

19 lines (14 loc) · 753 Bytes

notifications.lua ChangeLog

Version 0.88

  • Updated notifications subsystem to support deleting notifications on-demand

Version 0.87

  • Updated notifications subsystem to support DOTAItemImage panel type.

Version 0.86

  • Updated notifications subsystem to apply hittest="false" to all generated panels

Version 0.85

  • Updated notifications.lua to support DOTAAbilityImage and Image panel types.
  • Updated notifications.lua to use a table-based function call NOTE: Older multi-parameter calls to notifications.lua WILL FAIL.
  • Updated examples/notificationsExample.lua to reflect the new calls and table argument system.

Version 0.80

  • Added global NOTIFICATIONS_VERSION
  • Started tracking version updates for notifications.lua