vue-awesome-notifications
Advanced tools
Comparing version 2.2.6 to 2.2.7
@@ -12,2 +12,9 @@ # Changelog | ||
## [2.2.7] - 04.03.2018 | ||
### Changed | ||
* Start using `awesome-notifications@2.2.7`. [More details](https://github.com/f3oall/awesome-notifications/blob/master/changelog.md#227---04032018) | ||
* Update `readme.md` | ||
## [2.2.6] - 04.03.2018 | ||
@@ -19,3 +26,3 @@ | ||
* Start using Yarn instead of NPM. | ||
* Start usign `awesome-notifications@2.2.6`. | ||
* Start using `awesome-notifications@2.2.6`. [More details](https://github.com/f3oall/awesome-notifications/blob/master/changelog.md#226---04032018) | ||
* Final library size has changed **from 50kb to 16 KB**. | ||
@@ -22,0 +29,0 @@ |
{ | ||
"name": "vue-awesome-notifications", | ||
"version": "2.2.6", | ||
"version": "2.2.7", | ||
"description": "Vue.js version of Awesome Notifications JavaScript library", | ||
@@ -38,4 +38,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"awesome-notifications": "^2.2.6" | ||
"awesome-notifications": "^2.2.7" | ||
} | ||
} |
@@ -5,3 +5,2 @@ [![npm](https://img.shields.io/npm/v/vue-awesome-notifications.svg?style=for-the-badge)](https://www.npmjs.com/package/vue-awesome-notifications) | ||
# Vue Awesome Notifications | ||
@@ -11,3 +10,8 @@ | ||
**5KB gzipped size** • **no dependencies** • **advanced async support** • **fully customizable** • **>95% test coverage** | ||
**Demo**: https://f3oall.github.io/awesome-notifications/ | ||
**Changelog**: [changelog.md](changelog.md) | ||
![Demo GIF](demo1.gif) | ||
@@ -17,4 +21,6 @@ | ||
> **Attention!** This library uses FontAwesome icons, so you either need to make sure that [FontAwesome](http://fontawesome.io/get-started/) is connected to your project, either disable icons, passing the `icons: {enabled: false}` property to options. Also you can preserve icons, setting up a custom template for them via editting `options.icons.template` | ||
> **Attention!** This library uses FontAwesome 4 icons, so you either need to make sure that [FontAwesome](http://fontawesome.io/get-started/) is connected to your project, either disable icons, passing the `icons: {enabled: false}` property to options. Also you can preserve icons, setting up a custom template for them via editing `options.icons.prefix` and `options.icons.suffix` | ||
**Via NPM** | ||
``` | ||
@@ -24,2 +30,8 @@ npm install --save vue-awesome-notifications | ||
**Via Yarn** | ||
``` | ||
yarn add vue-awesome-notifications | ||
``` | ||
**In main.js** | ||
@@ -26,0 +38,0 @@ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2151537
91
0
Updatedawesome-notifications@^2.2.7