ember-cli-loading-slider
ember-cli-loading-slider copied to clipboard
A YouTube like loading indicator for EmberJS packaged as an Ember CLI add-on.
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
Addresses #41.
The default in Ember from 3.14 is to not include jQuery. Therefore, we can no longer expect it to be there for all users.
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...
My application based on Ember v3.11. Without these changes, I get the following error: There was an error running your app in fastboot. More info about the error: Error: Assertion...
The router service exists since Ember 2.15 so my fix should work for all versions this add-on supports except for 2.12 LTS. I left `this._router` as a fallback. I'm not...
Cancel the run.later on willDestroy to prevent async leakage as identified by qunit test isolation
I use bootstrap 3, navbar fixed top (z-index=1030).
I realize this is probably not a bug but I was wondering how folks handle nested routes? How do you suppress the "loading" action on the parent route to avoid...