ember-cli-new-version
ember-cli-new-version copied to clipboard
A convention based update notification for Ember. With this addon, you can detect a new version and notify the user to refresh the page
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.9. Release notes Sourced from @xmldom/xmldom's releases. 0.7.9 Commits Fixed Properly check nodes before replacement [#457](https://github.com/xmldom/xmldom/issues/457) / [#455](https://github.com/xmldom/xmldom/issues/455) / [#456](https://github.com/xmldom/xmldom/issues/456) Thank you, @edemaine, @pedro-l9, for...
In development, using ember-cli-app-version, the banner is not dismissible because VERSION.txt is not regenerated upon commit.
It seems like this did not work for a much longer time, but I never noticed it because on previous `ember-cli-new-version` versions a `version.txt` containing an invalid version number, would...
As ember concurrency adds quite a bit to an applications bundle size, it would be great if this addon wouldn't necessarily depend on it. If this is an option, I'll...
Hi, i use my app in another app, and i can't do CORS request to /VERSION.txt because fetch method do request without option (mode: 'cors') can you allow setup options...
I am on `1.6.0`, but it appears that this is still an issue on master due to sets being done inside `then` instead of using `yield` and letting ember-concurrency cancel...
As many would use `ember-cli-deploy`, VERSION.txt should go in separate step, e.g. ```javascript // ./config/deploy.js let ENV = { pipeline: { alias: { s3: { as: ['s3-version', 's3'] }, },...
On [this line](https://github.com/sethwebster/ember-cli-new-version/blob/62c656473cfb3a5f27ed782f80f8fac6c0e9cba0/addon/components/new-version-notifier/component.js#L79) you're yielding within a `finally`. This is not really a good idea per https://github.com/machty/ember-concurrency/issues/185
Hi, really not sure what I'm doing wrong here, but how do I run `ember serve` and test this out? I see the VERSION.txt copied to /dist. I edit dist/VERSION.txt...