yarn browser-sync 2.18.5
Bug fixes

latest releases: 3.0.2, 3.0.1, 3.0.0...
7 years ago
  • FIXED - white-screen in UI

    Removed cache headers from run-time generated JS file that was causing a 'white screen' in the UI when switching between protocols. 069927a

  • FIXED - accept port option as a string

    There was a regression from a dependency. I've now pinned the version to the latest that works :) 348597e

  • FIXED - don't register event handlers when ghostMode disabled

    Previously Browsersync would always register things such as click/scroll on every page load, but if you had set ghostMode: false we just wouldn't attempt to replicate those actions across devices.

    This was intentional as it allows the user to re-enable these options within the UI without requiring a full page reload, but on reflection that is very much 'unexpected' behaviour, so following this release no listeners will be registered if you explicitly opt-out of them via your configuration.

Don't miss a new browser-sync release

NewReleases is sending notifications on new releases.