diff --git a/public/vendor/popper.js/.bower.json b/public/vendor/popper.js/.bower.json index dc74c1b2..c16875ac 100644 --- a/public/vendor/popper.js/.bower.json +++ b/public/vendor/popper.js/.bower.json @@ -22,15 +22,14 @@ "bower_components", "tests" ], - "version": "1.12.0", - "_release": "1.12.0", + "version": "1.12.2", + "_release": "1.12.2", "_resolution": { "type": "version", - "tag": "v1.12.0", - "commit": "786e2f351bb9655c4ac0802e01a96ca7f8f5dbca" + "tag": "v1.12.2", + "commit": "f0620ae9583bd516dab60dfbfb4379d0d5272e84" }, "_source": "https://github.com/FezVrasta/popper.js.git", "_target": "^1.12.0", - "_originalSource": "popper.js", - "_direct": true + "_originalSource": "popper.js" } \ No newline at end of file diff --git a/public/vendor/popper.js/README.md b/public/vendor/popper.js/README.md index 40ea5cba..2d572d8c 100644 --- a/public/vendor/popper.js/README.md +++ b/public/vendor/popper.js/README.md @@ -73,7 +73,7 @@ Popper.js is available on the following package managers and CDNs: | npm | `npm install popper.js --save` | | yarn | `yarn add popper.js` | | NuGet | `PM> Install-Package popper.js` | -| Bower* | `bower install popper.js=https://unpkg.com/popper.js --save` | +| Bower | `bower install popper.js --save` | | unpkg | [`https://unpkg.com/popper.js`](https://unpkg.com/popper.js) | | cdnjs | [`https://cdnjs.com/libraries/popper.js`](https://cdnjs.com/libraries/popper.js) | @@ -87,7 +87,18 @@ Tooltip.js as well: | unpkg | [`https://unpkg.com/tooltip.js`](https://unpkg.com/tooltip.js) | | cdnjs | [`https://cdnjs.com/libraries/popper.js`](https://cdnjs.com/libraries/popper.js) | -\*: Bower isn't officially supported, it can be used to install both libraries only trough the unpkg.com CDN. This method has the limitation of not being able to define a specific version of the library. Bower and Popper.js suggests to use npm or Yarn for your projects. +\*: Bower isn't officially supported, it can be used to install Tooltip.js only trough the unpkg.com CDN. This method has the limitation of not being able to define a specific version of the library. Bower and Popper.js suggests to use npm or Yarn for your projects. +For more info, [read the related issue](https://github.com/FezVrasta/popper.js/issues/390). + +### Dist targets + +Popper.js is currently shipped with 3 targets in mind: UMD, ESM and ESNext. + +- UMD - Universal Module Definition: AMD, RequireJS and globals; +- ESM - ES Modules: For webpack/Rollup or browser supporting the spec; +- ESNext: Available in `dist/`, can be used with webpack and `babel-preset-env`; + +Make sure to use the right one for your needs. If you want to import it with a `