ember-browser-update

0.1.1 • Public • Published

ember-browser-update

Ember addon providing browser-update.org in your application.

Compatibility

  • Ember.js v2.18 or above
  • Ember CLI v2.13 or above

Installation

ember install ember-browser-update

Usage

By installing the addon the browser update notification will automatically be shown in outdated browsers.

You can configure browser update in your config/environment.js as follows:

module.exports = function(environment) {
  let ENV = {
    browserUpdate: {
      vs: {i:11,f:-3,o:-3,s:-3,c:-3},
      style: 'corner',
      l: 'nl',
      shift_page_down: false,
      test: true
    }
  }
}

All configuration options are listed here.

License

This project is licensed under the MIT License.

Package Sidebar

Install

npm i ember-browser-update

Weekly Downloads

31

Version

0.1.1

License

MIT

Unpacked Size

5.32 kB

Total Files

8

Last publish

Collaborators

  • erikap