February 26th, 2026

Release 1.2.18

  • Fixed Activity Log timestamp timezone display

    • Activity Log timestamps were showing incorrect times (+6 hours) for sites with non-UTC timezones

    • REST API now converts MySQL datetimes to ISO 8601 with site timezone for correct frontend display

    • Timestamps now display correctly regardless of WordPress timezone setting in Settings

  • Removed user avatar dropdown and icon from toolbar

    • Removed the circular avatar/gravatar element and associated context menu from the main toolbar

    • Removed Theme switcher and Logout options that were in the dropdown (may be relocated elsewhere)

  • Improved style layering and CSS scoping

    • Excluded Bricks and MailerPress plugin styles from uixpress style layering to prevent conflicts

    • Scoped CSS custom properties (--radius, --background, etc.) to :where(.wp-admin, .uixpress-isolation) to prevent conflicts with third-party themes and plugins

  • Improved WordPress toolbar integration

    • Changed WP toolbar host element ID from wpadminbar to uix-wp-toolbar-host to avoid conflicts

    • Added retry logic when moving toolbar items (delays at 100ms, 300ms, 600ms) for async-loaded toolbar content

    • moveToolbar now returns boolean to indicate success for retry logic

  • Simplified frontend toolbar wrapper

    • Removed toolbar container and toolbar classes from frontend wrapper for cleaner markup

  • Improved global search keyboard handling

    • Search keydown listener now uses capture: true for more reliable keyboard shortcut handling

  • Dashboard layout improvements

    • Restructured dashboard page layout with improved nesting and background styling

    • Added bg-zinc-50 dark:bg-zinc-950 background to dashboard and activity log pages for consistent appearance

  • Fixed community feedback

    • Theme base colors not persisting after save/refresh (scoped CSS properties fix)

    • Bricks and Advanced Themer toggle styling conflicts (Bricks style exclusion)

    • MailerPress sidebar text not visible in light/dark theme (MailerPress style exclusion)

    • WordPress command bar opening alongside uiXpress on Ctrl+K (search uses capture phase)