Comparing version 5.1.0 to 5.1.1
@@ -6,2 +6,21 @@ # Change Log | ||
## [5.1.1](https://github.com/sciactive/pnotify/compare/v5.1.0...v5.1.1) (2020-04-27) | ||
### Bug Fixes | ||
* font awesome fix changing from fa icon ([33b3733](https://github.com/sciactive/pnotify/commit/33b3733143628a34bba39f5ef030bc5746529119)) | ||
* font awesome icon change after the first change ([1d9239d](https://github.com/sciactive/pnotify/commit/1d9239df5113059d0fa3cff5efc6a6d5455003f7)), closes [#391](https://github.com/sciactive/pnotify/issues/391) | ||
* remove erroneous fa5 fix file from fa5 module ([642facf](https://github.com/sciactive/pnotify/commit/642facf218d7f71bfb3cf57ceff56709b0c58beb)) | ||
* reverse colors on countdown bar ([2ebc862](https://github.com/sciactive/pnotify/commit/2ebc862ab920936ac4ffa13df23dcaddf2addc1c)), closes [#390](https://github.com/sciactive/pnotify/issues/390) | ||
* run build js through babel ([edd8ce7](https://github.com/sciactive/pnotify/commit/edd8ce7f5e8ea008114e178dc5f0a9b08b9c7d5e)), closes [#389](https://github.com/sciactive/pnotify/issues/389) | ||
# 5.1.0 (2020-04-21) | ||
# [5.1.0](https://github.com/sciactive/pnotify/compare/v5.0.1...v5.1.0) (2020-04-21) | ||
@@ -8,0 +27,0 @@ |
{ | ||
"name": "pnotify", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Beautiful notifications and prompts.", | ||
@@ -36,7 +36,8 @@ "keywords": [ | ||
"scripts": { | ||
"build-dev": "./package-sh.sh npm run build-dev", | ||
"build": "./package-sh.sh npm run build", | ||
"watch": "./package-sh.sh npm run watch", | ||
"build-dev": "lerna run --parallel build-dev", | ||
"build": "lerna run --parallel build", | ||
"watch": "lerna run --parallel watch", | ||
"deploy": "git checkout gh-pages && git merge develop && rm -rf ./packages/*/dist/ && npm run build-dev && git add . && git commit -m 'chore: update built files' && git push && git checkout develop", | ||
"lint": "eslint index.html make.js src/*.html src/*.js demo/*" | ||
"format": "prettier --write --config .prettierrc.json --plugin-search-dir=. index.html demo/* packages/**/*.svelte packages/**/*.js packages/**/*.ts packages/**/*.css", | ||
"lint": "prettier --check --config .prettierrc.json --plugin-search-dir=. index.html demo/* packages/**/*.svelte packages/**/*.js packages/**/*.ts packages/**/*.css" | ||
}, | ||
@@ -55,2 +56,3 @@ "files": [], | ||
"hooks": { | ||
"pre-commit": "npm run lint", | ||
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS" | ||
@@ -62,30 +64,22 @@ } | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-semistandard": "^15.0.0", | ||
"eslint-config-standard": "^14.1.1", | ||
"eslint-plugin-html": "^6.0.2", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"husky": "^4.2.5", | ||
"lerna": "^3.20.2" | ||
"lerna": "^3.20.2", | ||
"prettier": "^1.19.1", | ||
"prettier-plugin-svelte": "^0.7.0" | ||
}, | ||
"dependencies": { | ||
"@pnotify/animate": "5.1.0", | ||
"@pnotify/bootstrap3": "5.1.0", | ||
"@pnotify/bootstrap4": "5.1.0", | ||
"@pnotify/confirm": "5.1.0", | ||
"@pnotify/core": "5.1.0", | ||
"@pnotify/countdown": "5.1.0", | ||
"@pnotify/desktop": "5.1.0", | ||
"@pnotify/font-awesome4": "5.1.0", | ||
"@pnotify/font-awesome5": "5.1.0", | ||
"@pnotify/font-awesome5-fix": "5.1.0", | ||
"@pnotify/glyphicon": "5.1.0", | ||
"@pnotify/mobile": "5.1.0", | ||
"@pnotify/reference": "5.1.0" | ||
"@pnotify/animate": "5.1.1", | ||
"@pnotify/bootstrap3": "5.1.1", | ||
"@pnotify/bootstrap4": "5.1.1", | ||
"@pnotify/confirm": "5.1.1", | ||
"@pnotify/core": "5.1.1", | ||
"@pnotify/countdown": "5.1.1", | ||
"@pnotify/desktop": "5.1.1", | ||
"@pnotify/font-awesome4": "5.1.1", | ||
"@pnotify/font-awesome5": "5.1.1", | ||
"@pnotify/font-awesome5-fix": "5.1.1", | ||
"@pnotify/glyphicon": "5.1.1", | ||
"@pnotify/mobile": "5.1.1", | ||
"@pnotify/reference": "5.1.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
[![npm version](https://badge.fury.io/js/pnotify.svg)](https://www.npmjs.com/package/pnotify) [![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/pnotify/badge?style=rounded)](https://www.jsdelivr.com/package/npm/pnotify) | ||
[![npm version](https://img.shields.io/npm/v/pnotify.svg?style=flat&label=npm+version)](https://www.npmjs.com/package/pnotify) [![npm downloads](https://img.shields.io/npm/dm/pnotify.svg?style=flat&label=npm+downloads)](https://www.npmjs.com/package/pnotify) [![jsDelivr Hits](https://img.shields.io/jsdelivr/npm/hm/pnotify.svg?style=flat)](https://www.jsdelivr.com/package/npm/pnotify) [![types](https://img.shields.io/npm/types/@pnotify/core.svg?style=flat)](https://github.com/sciactive/pnotify/blob/master/packages/core/index.d.ts) [![license](https://img.shields.io/github/license/sciactive/pnotify.svg?style=flat)](https://github.com/sciactive/pnotify/blob/master/LICENSE) | ||
@@ -57,2 +57,3 @@ <div align="center"> | ||
- [Features](#Features) | ||
- [Browser Compatibility and Build Size](#Browser-Compatibility-and-Build-Size) | ||
- [Licensing and Additional Info](#Licensing-and-Additional-Info) | ||
@@ -80,4 +81,4 @@ <!-- TOC END --> | ||
npm install --save-dev @pnotify/font-awesome4 | ||
npm install --save-dev @pnotify/font-awesome5-fix | ||
npm install --save-dev @pnotify/font-awesome5 | ||
npm install --save-dev @pnotify/font-awesome5-fix | ||
npm install --save-dev @pnotify/glyphicon | ||
@@ -333,4 +334,3 @@ npm install --save-dev @pnotify/mobile | ||
```sh | ||
npm install --save-dev @pnotify/bootstrap3 | ||
npm install --save-dev @pnotify/glyphicon | ||
npm install --save-dev @pnotify/bootstrap3 @pnotify/glyphicon | ||
# or | ||
@@ -397,4 +397,3 @@ npm install --save-dev @pnotify/bootstrap4 | ||
```sh | ||
npm install --save-dev @pnotify/font-awesome5 | ||
npm install --save-dev @pnotify/font-awesome5-fix | ||
npm install --save-dev @pnotify/font-awesome5 @pnotify/font-awesome5-fix | ||
``` | ||
@@ -1112,2 +1111,17 @@ | ||
# Browser Compatibility and Build Size | ||
PNotify provides prebuilt JS files, and those files are run through Babel to provide compatibility with older browsers. As such, their build size grows to maintain compatibility. If this is not acceptable, you can build much smaller (~80% of original) files yourself with: | ||
```sh | ||
git clone https://github.com/sciactive/pnotify.git | ||
cd pnotify | ||
npm i | ||
mv .browserslistrc-smallbuild .browserslistrc | ||
npx lerna bootstrap | ||
npm build | ||
``` | ||
You should now have `dist` folders in all the packages with smaller (but only compatible with newer browsers) build files. Note that this doesn't apply to Svelte projects, because they build the PNotify *.svelte source files anyway. | ||
# Licensing and Additional Info | ||
@@ -1114,0 +1128,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57184
6
1140
+ Added@pnotify/animate@5.1.1(transitive)
+ Added@pnotify/bootstrap3@5.1.1(transitive)
+ Added@pnotify/bootstrap4@5.1.1(transitive)
+ Added@pnotify/confirm@5.1.1(transitive)
+ Added@pnotify/core@5.1.1(transitive)
+ Added@pnotify/countdown@5.1.1(transitive)
+ Added@pnotify/desktop@5.1.1(transitive)
+ Added@pnotify/font-awesome4@5.1.1(transitive)
+ Added@pnotify/font-awesome5@5.1.1(transitive)
+ Added@pnotify/font-awesome5-fix@5.1.1(transitive)
+ Added@pnotify/glyphicon@5.1.1(transitive)
+ Added@pnotify/mobile@5.1.1(transitive)
+ Added@pnotify/reference@5.1.1(transitive)
- Removed@pnotify/animate@5.1.0(transitive)
- Removed@pnotify/bootstrap3@5.1.0(transitive)
- Removed@pnotify/bootstrap4@5.1.0(transitive)
- Removed@pnotify/confirm@5.1.0(transitive)
- Removed@pnotify/core@5.1.0(transitive)
- Removed@pnotify/countdown@5.1.0(transitive)
- Removed@pnotify/desktop@5.1.0(transitive)
- Removed@pnotify/font-awesome4@5.1.0(transitive)
- Removed@pnotify/font-awesome5@5.1.0(transitive)
- Removed@pnotify/font-awesome5-fix@5.1.0(transitive)
- Removed@pnotify/glyphicon@5.1.0(transitive)
- Removed@pnotify/mobile@5.1.0(transitive)
- Removed@pnotify/reference@5.1.0(transitive)
- Removed@smui/common@1.0.0(transitive)
- Removedsvelte@3.59.2(transitive)
Updated@pnotify/animate@5.1.1
Updated@pnotify/bootstrap3@5.1.1
Updated@pnotify/bootstrap4@5.1.1
Updated@pnotify/confirm@5.1.1
Updated@pnotify/core@5.1.1
Updated@pnotify/countdown@5.1.1
Updated@pnotify/desktop@5.1.1
Updated@pnotify/font-awesome4@5.1.1
Updated@pnotify/font-awesome5@5.1.1
Updated@pnotify/glyphicon@5.1.1
Updated@pnotify/mobile@5.1.1
Updated@pnotify/reference@5.1.1