Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EcmaScript 2015 and modular rewrite #132

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

EcmaScript 2015 and modular rewrite #132

wants to merge 20 commits into from

Commits on Dec 3, 2015

  1. Initial take on an ES6 migration.

    thom4parisot authored and oncletom committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    0ab2bc2 View commit details
    Browse the repository at this point in the history
  2. es6.modules loose mode enabled for IE8.

    oncletom committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    6af951a View commit details
    Browse the repository at this point in the history
  3. Get rid of the dist folder.

    oncletom committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    35e2b98 View commit details
    Browse the repository at this point in the history
  4. Initial ES6 commit

    oncletom committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    d1e353f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db13ab8 View commit details
    Browse the repository at this point in the history
  6. createWidthsMap -> calc#createWidthsMap

    oncletom committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    e2a67c6 View commit details
    Browse the repository at this point in the history
  7. isThisElementOnScreen, scrollCheck, getPageOffsetGenerator, getPageOf…

    …fset -> lazyload#...
    oncletom committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    740e93b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2015

  1. gif -> dom#...

    oncletom committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    5cd306c View commit details
    Browse the repository at this point in the history
  2. Code lint and code typos

    oncletom committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    9f205f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2015

  1. Move viewportHeight property to plugins/lazyload

    oncletom committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    636eeb2 View commit details
    Browse the repository at this point in the history
  2. Make Imager and Imager.add() first argument mandatory and either a CS…

    …S selector or a collection of HTML elements
    oncletom committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    5148103 View commit details
    Browse the repository at this point in the history
  3. Rework refreshPixelRatio tests

    oncletom committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    c4aa9bb View commit details
    Browse the repository at this point in the history
  4. Remove applyEach shim

    oncletom committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    fe901e9 View commit details
    Browse the repository at this point in the history
  5. Use elements.length as a way to detect pseudo-array collections.

    And enable local testing on Firefox as well (issue detected on CI).
    thom4parisot committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    cbde3e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    356a18a View commit details
    Browse the repository at this point in the history
  7. devicePixelRatio test value should assert the value is a number rathe…

    …r than a specific value (because of numerous device defaults)
    thom4parisot committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    d08b11f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    765be6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    956c99e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82c8bb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. IE<=8 build mode w/ polyfill.io via @vvo

    oncletom committed Dec 9, 2015
    2 Configuration menu
    Copy the full SHA
    e9b2edc View commit details
    Browse the repository at this point in the history