27 Commits
Author SHA1 Message Date
Jaime PilloraandGitHub e3da96e3a1 add license 2022-11-02 15:44:28 +11:00
Jaime PilloraandGitHub 0e258e80ec update link 2021-04-27 05:01:34 +10:00
Jaime PilloraandGitHub 7191c17e26 Merge pull request #84 from amensouissi/master
call 'contains method' from 'document.body' (for ie)
2016-10-05 14:18:57 +11:00
Amen Souissi d27d96fc24 call 'contains method' from 'document.body' (for ie) 2016-09-30 14:15:59 +02:00
Jaime Pillora d5ddfb7bd1 Merge pull request #68 from notifyjs/revert-57-master
Revert "Make a nice top/bottom center global position"
2016-06-09 03:58:37 +10:00
Jaime Pillora 64dda76979 Revert "Make a nice top/bottom center global position" 2016-06-09 03:58:15 +10:00
Jaime Pillora 8ba7204c0d Merge pull request #57 from leoding86/master
Make a nice top/bottom center global position
2016-06-09 03:43:22 +10:00
Jaime Pillora 6a2024b997 Merge pull request #54 from tinbka/master
Fixed anchors cache
2016-06-09 03:41:50 +10:00
Jaime Pillora 119d4b2f44 Merge pull request #67 from spartaMatt/master
Introducing 'removeStyle' method
2016-06-09 03:38:37 +10:00
matt dd5adda0bd Introducing 'removeStyle' method 2016-06-08 07:21:22 -04:00
Jaime Pillora 9e61e5418d 0.4.2 2016-04-03 00:59:57 +11:00
Jaime Pillora 67dda7928d Merge pull request #60 from Kreozot/patch-1
jquery peerDep changes to 1.x version minimum
2016-04-01 11:08:32 +11:00
Sergey Sharov f1e11bcf21 jquery peerDep changes to 1.x version minimum
It prevents errors with npm install when using jquery 1.x version in project.
2016-03-31 16:25:25 +03:00
Leo Ding 4bc2d70f4c Make a nice top/bottom center global position
The example is in 'examples/position.html'
2016-02-16 11:55:18 +08:00
Sergey ac9bb74367 Fixed anchors cache
Fixed anchors cache for compatibility with Turbolinks.
"Anchor" element must not be used if it occasionally is out of DOM.
2016-02-05 03:26:48 +03:00
Jaime Pillora b99c2ae69c Bump to 0.4.1, see description
* IE9 fix
* code cleanup
* publish to npm (closes #31)
* jquery is now a peerDep (closes #53)
* improve positioning documentation
* dont reuse element notifications, always recreate (closes #43)
2015-12-06 00:53:19 +11:00
Jaime Pillora 7b0164fc63 Merge pull request #50 from herong/master
Compatible  ie9 and below
2015-11-19 22:33:18 +11:00
herong e621c2643d Merge branch 'master' of https://github.com/herong/notifyjs 2015-11-19 15:07:22 +08:00
herong a4d7da2ee2 Compatible ie9 and above 2015-11-19 15:03:00 +08:00
herong a721573076 Compatible ie9 and below 2015-11-19 14:35:45 +08:00
Evan Carroll 302b39f587 slightly awkward positioning beforehand 2015-11-03 16:21:12 -06:00
Evan Carroll 97c2fd11e2 added a README 2015-11-03 16:17:14 -06:00
Evan Carroll 3b6b214eb8 minor changes
* jshintrc: let's stick to defaults.
	* updated package.json to reflect suggestions on plugins.jquery.com
2015-11-03 15:17:08 -06:00
Evan Carroll 4f88f06677 fixed bug in UMD code 2015-11-03 10:33:50 -06:00
Jaime Pillora b724df3b02 cleanup more generated javascript code 2015-11-03 17:20:36 +11:00
Jaime Pillora 521514180d remove ugly coffeescript variable hoisting, fix indexOf polyfill 2015-11-03 14:43:27 +11:00
Evan Carroll 904d09251b readded UMD stuff, and package.json tests 2015-11-02 18:18:18 -06:00
7 changed files with 650 additions and 593 deletions
+2 -5
View File
@@ -1,7 +1,4 @@
2015-10-20 v0.3.3 2015-10-20 v0.4
@EvanCarroll - Updated to remove Grunt, and coffeescript stuff.
2015-11-01 v0.3.4
@EvanCarroll - Updated to remove Grunt, and coffeescript stuff, changed to use UMD.
@jpillora - Remove deprecated grunt file, there is now a single `notify.js` file @jpillora - Remove deprecated grunt file, there is now a single `notify.js` file
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2022 Jaime Pillora <dev@jpillora.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+4 -21
View File
@@ -5,27 +5,10 @@ Notify.js
See demos and full documentation at: See demos and full documentation at:
## http://notifyjs.com/ ## https://notifyjs.jpillora.com/
#### MIT License ----
Copyright © 2015 Jaime Pillora &lt;dev@jpillora.com&gt; Notify.js is released under the [MIT License](https://opensource.org/licenses/MIT).
Permission is hereby granted, free of charge, to any person obtaining Copyright © Jaime Pillora &lt;dev@jpillora.com&gt;
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "notifyjs", "name": "notifyjs",
"version": "0.3.4", "version": "0.4.1",
"homepage": "http://notifyjs.com/", "homepage": "http://notifyjs.com/",
"authors": [ "authors": [
"Jaime Pillora <dev@jpillora.com>" "Jaime Pillora <dev@jpillora.com>"
+588 -549
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "notify", "name": "notify",
"version": "0.3.4", "version": "0.4.1",
"title": "notify", "title": "notify",
"description": "A robust, customizable notification library", "description": "A robust, customizable notification library",
"bugs": "https://github.com/jpillora/notifyjs/issues", "bugs": "https://github.com/jpillora/notifyjs/issues",
+33 -16
View File
@@ -1,18 +1,35 @@
{ {
"title": "Notify.js", "title": "Notify.js",
"name": "notify", "name": "notifyjs-browser",
"version": "0.3.4", "version": "0.4.2",
"author": { "author": {
"name": "Jaime Pillora" "name": "Jaime Pillora"
}, },
"contributors": [ "contributors": [
{ {
"name": "Evan Carroll", "name": "Evan Carroll",
"url": "http://www.evancarroll.com", "url": "http://www.evancarroll.com",
"email": "me@evancarroll.com" "email": "me@evancarroll.com"
} }
], ],
"homepage": "http://notifyjs.com/", "homepage": "http://notifyjs.com/",
"license": "MIT", "license": "MIT",
"main": "dist/notify.js" "main": "dist/notify.js",
"scripts": {
"test": "npm run lint",
"lint": "jshint ./dist/*.js"
},
"peerDependencies": {
"jquery": ">=1.11.0"
},
"devDependencies": {
"jshint": "^2.8.0"
},
"keywords": [
"notify",
"notification",
"prompt",
"popup",
"jquery-plugin"
]
} }