promotional bannermobile promotional banner

ChatFramePlus

Provides further customization for chat frames.

File Details

2.0.4-release

  • R
  • Jul 6, 2023
  • 134.50 KB
  • 28
  • 3.4.2+1
  • Classic

File Name

ChatFramePlus-2.0.4-release.zip

Supported Versions

  • 3.4.2
  • 1.14.3

ChatFramePlus

2.0.4-release (2023-07-06)

Full Changelog Previous Releases

  • Squashed commit of the following:
    commit afb98ff3137d005e76c0965708b0b7ec4345807a
    Author: Nicholas Drzewiecki drzewieckinicholas@gmail.com
    Date: Wed Jul 5 23:47:22 2023 -0700
    chore: minor DRY improvement
    commit e9a8afb347d76a7576fdb5a9634526e462b3559e
    Author: Nicholas Drzewiecki drzewieckinicholas@gmail.com
    Date: Wed Jul 5 16:10:04 2023 -0700
    chore: use CreateFrame instead of CreateFramePool for border and SetShown instead of Show
    We probably do not need to use a pool in this instance. Chat frame borders will not need to be
    created and destroyed frequently. Rather, a border is created for each chat frame on the addon being
    enabled and is shown or hidden depending on the border's isEnabled property.
    commit 61e949de29f73703764dd0962469f4ec28c52d97
    Author: Nicholas Drzewiecki drzewieckinicholas@gmail.com
    Date: Wed Jul 5 15:25:07 2023 -0700
    chore: update options table orders