Skip to content

1.8.1

Choose a tag to compare

@Daveden2 Daveden2 released this 10 Jul 09:14

Mostly bug fixes, focused on the preview resize handles and breakpoint accessibility.

Fixed

  • The preview resize handles could not return to the "All" (full-width) breakpoint — dragging fully open landed one band short. The handle now reaches it, and dragging spans the whole available width.
  • On a canvas wider than your widest breakpoint, dragging past that breakpoint jumped the preview to full width and the readout jittered. It's now smooth across the whole range, with the true width shown throughout.
  • A brief flicker to full width the first time a drag crossed the widest breakpoint.
  • The resizable side-panel grip clashed with Builderius' own left-panel resize bar, which sat under the grip and swallowed the drag. The native bar is now set aside while the panel-resize feature is on.
  • The breakpoint radio group could announce the wrong current breakpoint to a screen reader after a resize. Its checked state now tracks the active breakpoint at every step.

Changed

  • Preview resize handles is now experimental and off by default on new installs. Above your widest breakpoint the builder has no canvas size of its own, so the handle sizes the preview itself; a Builderius update could affect that. Existing installs keep their current setting.

Internal

  • Local PHPCS via Composer dev dependencies (composer install then composer phpcs).

Full changelog: v1.8.0...v1.8.1