Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Modernizr/Modernizr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.0
Choose a base ref
...
head repository: Modernizr/Modernizr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.0
Choose a head ref
  • 12 commits
  • 135 files changed
  • 4 contributors

Commits on Oct 27, 2019

  1. Replace expect.js with chai (#2449)

    * Replace expect.js with chai.js
    
    * Update lock file
    
    * Update dependencies
    
    * Re-add correct test
    
    * Re-add incorrect tests so we see if travis works :-)
    
    * Test against the classNames, not the documentElement
    
    * Fix remaining errors, update dependencies
    rejas authored Oct 27, 2019
    Configuration menu
    Copy the full SHA
    39bb2bf View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Configuration menu
    Copy the full SHA
    3675d7f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Fix command line fails for nested properties (#2480)

    * Fix command line fails for nested properties
    
    * Update dependencies
    rejas authored Dec 6, 2019
    Configuration menu
    Copy the full SHA
    06c035c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    0440d39 View commit details
    Browse the repository at this point in the history
  2. Add detection for gap CSS property for flexbox (#2485)

    * Add detection for `gap` CSS property for flexbox
    
    * Fix linting errors
    
    * Fixed usage of createElement and docElement. Added test to config-all.json.
    
    * Fix indentation. Add my name to authors list :)
    
    * Authors should be an array.
    chris13524 authored and rejas committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    04ca29b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Fix missing chai lib on integration test page

    Also update dependencies and tweek layout a little
    rejas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    146c813 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. feature detects for ES6 Symbol; (#2487)

    * feature detects for ES6 Symbol;
    
    * Add caniuse tag
    
    Co-authored-by: Veeck <github@veeck.de>
    buhichan and rejas committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    f4d3aa0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    93d844b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Remove node8 from testing matrix (#2494)

    * Remove node8 from testing
    
    * Update dependencies
    rejas authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    25f2f3d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Issue #2492 inputnumber-l10n test causing unintended scrolls #2492 (#…

    …2496)
    
    * Issue #2492 inputnumber-l10n test causing unintended scrolls #2492
    
    Setting the test input position to fixed keeps it in the current viewbox of the browser, avoiding the scrolling during .focus()
    
    * Added top: 0 style to dummy input as in hyphens.js test.
    GuiMaron authored Feb 4, 2020
    Configuration menu
    Copy the full SHA
    f66afd6 View commit details
    Browse the repository at this point in the history
  2. Fix possible unintended scrolling in onInput test

    Just like we fixed it in hyphen and localizednumber tests
    rejas committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    1134242 View commit details
    Browse the repository at this point in the history
  3. v3.9.0

    rejas committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    219b377 View commit details
    Browse the repository at this point in the history
Loading