Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 04:10

MountsJournal EllesmereUI Skin

v1.0.1 (2026-07-31)

Full Changelog Previous Releases

  • Match the nav bar row heights and skin the crumb dropdowns
    Read from the templates rather than guessed. MJNavButtonTemplate is 28
    tall; the home and overflow buttons come from Blizzard's NavBarTemplate
    at 24. The chevron art hid that difference and flat blocks do not, so the
    row had two odd ones out. Both are now 28.
    The overlap has a proper fix. xoffset is a real NavBar field and both
    ship with a large negative one, -15 on home and -18 on overflow, so the
    next button slides back underneath their chevron overhang. That is what
    buried the overflow arrow on a deep trail. Setting a 1px seam on those
    two as well as the crumbs fixes it at the anchor instead of relying on
    the frame level raise, which stays as a backstop.
    The crumb dropdown arrow is a child button carrying its own
    SquareButtonTextures art, so flattening the crumb never reached it. It
    now gets the same arrow S.Dropdown draws, which is what the map's own
    navigation button already had.
    Co-Authored-By: Claude Opus 5 noreply@anthropic.com