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

feat: remove nuxt-loading div from DOM when not used #3891

Merged
merged 26 commits into from
Oct 29, 2018

Commits on Sep 15, 2018

  1. feat: remove nuxt-loading div from DOM when not used

    feat: split nuxt-loading.vie in js/css files
    
    feat: add css classes instead of style props
    
    feat: add loader.css property
    pimlie committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    39c079f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f31323a View commit details
    Browse the repository at this point in the history
  3. add loading/progressbar test

    pimlie committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    aa213a0 View commit details
    Browse the repository at this point in the history
  4. lint fixes

    pimlie committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    39f02dc View commit details
    Browse the repository at this point in the history
  5. fix test

    pimlie committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    86e6403 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. revert back to SFC

    pimlie committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    a522392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e7c78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    773814c View commit details
    Browse the repository at this point in the history
  4. clean-up nuxt-loading even more

    add nuxt-loading component tests with vue-server-renderer
    
    revert flaky e2e progressbar test
    
    add nuxt.options.loading.throttle option with defualt value 200
    pimlie committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    1f3a1d2 View commit details
    Browse the repository at this point in the history
  5. fix throttle test

    add pause/resume test
    pimlie committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    0dd374b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. fix: Use vue ext

    Atinux committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    5509537 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    d08fe2d View commit details
    Browse the repository at this point in the history
  2. more features and fixes

    feat: new config option 'continuous'
    If true the progress bar keeps changing also after duration time has
    passed. It switches from ltr growing to rtl shrinking, then ltr growing
    again with ltr: false
    
    fix: remove Math.random() for percent increase, it caused choppy
    behaviour and more importantly when loading took exactly duration time
    there was a 100% chance the progress bar was not yet at 100%
    
    fix: add safeguards so percent can never be <0 or >100
    
    fix: calculate _cut correctly for duration < 1000
    
    fix: remove automatically finishing when >95% is reached. This behaviour was
    counter-intuitive, when duration time had almost passed duration the
    progress bar always finished, regardless whether it was truly finished or
    not. Now the progress bar stays at 100% until loading really finishes
    (with continuous = false)
    
    feat: add nuxt-progess-notransition class to disable transitions when we
    are switching from grow to shrink
    pimlie committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    e7bddc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d07ff18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1629eaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dfcb22 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. revert fix for _cut which wasnt broken at all

    i just like to do things more difficult :s
    pimlie committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    28d4b65 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

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

Commits on Oct 27, 2018

  1. Configuration menu
    Copy the full SHA
    6ae6626 View commit details
    Browse the repository at this point in the history
  2. fix: change waitFor import

    fix: add yarn.lock after vue-jest install
    pimlie committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    a47745f View commit details
    Browse the repository at this point in the history
  3. fix: lint and import in e2e

    pimlie committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    3593f71 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Configuration menu
    Copy the full SHA
    8242fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44048a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f354d50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3eadb1c View commit details
    Browse the repository at this point in the history
  5. fix: wait longer for azure

    pimlie committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    1c9f0ff View commit details
    Browse the repository at this point in the history