browser-sync@2.18.11 untested ⚠️ - #175
Open
greenkeeperio-bot wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello lovely humans,
browser-sync just published its new version 2.18.11.
This version is covered by your current version range, but I could not detect automated tests for this project. Without a test suite I can not really tell whether your project still works.
I was looking at the latest commit of your default branch, but GitHub said there is no status attached to it.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.
Good luck with your project ✨
You rock!
🌴
GitHub Release
FIXED Source map files are now ignored by default. c990ea2
Previously, if you were watching a directory into which source maps were being written (alongside your CSS/JS etc) then Browsersync would instruct all browsers to actually RELOAD as it wouldn't know how to handle the 'map' files.
This was particularly frustrating for
gulpusers - take this following example (where we compile sass-> css)With this, each time a file is saved, there would be 2 output files
core.css&core.css.mapand Browsersync would be informed of both. With the CSS file, it would update any references to that file in all connected browsers, but for themapfile, it would perform a full page reload instead... This is never what a user expects, so I've fixed it.FIXED default
ghostMode.location: true1a0505cA recent change stopped a module being loaded on the client-side that handled UI events such as 'SYNC ALL' etc.
Issue: #1363
FIXED Added pointer-events: none to notification BrowserSync/browser-sync-client#36
FIXED Page blinking on styles reload is fixed BrowserSync/browser-sync-client#39
The new version differs by 226 commits .
510fde42.18.11c990ea2fix(sourcemaps): let the client decide how to handle sourcemaps (so it can ignore & update CSS)a9e313e2.18.101a0505cfix(ghostMode): ensure.locationdefaults to true - fixes Client doesn't react to SYNC/RESET ALL buttons unless ghostMode.location = true BrowserSync/browser-sync#1363b2955fc2.18.9fb0e154deps: update mocha@3.4.10452c8dci: attempt to pass on windowsd640213ci: attempt to pass on windows2946065Remove < 4 on appveyord573cfedeps: browser-sync-client@2.4.7, chokidar@1.7.0, fs-extra@3.0.1, serve-static@1.12.2cbe2ccbserver: stronger certs8d1b6f0Merge pull request #975 from martindsouza/master68dcfe1docs: fix formatting ofopenoption - closes Added missed <code> tag BrowserSync/browsersync.github.io#5081adf91Merge pull request #1320 from lucalanca/masterd5196ceBumps request to 2.79.0There are 226 commits in total. See the full diff.