You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Invert White Images to Black using SVG, targeted for IE10 as CSS3 Filters replac
35
35
```
36
36
37
37
###Change Log
38
-
- Version 1.0.0 - First authord.
39
-
- Version 1.0.2 - Updating with Bower/NPM updates, configured grunt.
40
-
- Version 1.0.3 - Destroy option to be passed as string. Garbage cleared (_default was of no use - removed. Destroy actually removes the stored data()); Added more CSS in `.invert-it` class because now more browsers supports the CSS Filters.
38
+
-**Version 1.0.0** - First authord.
39
+
-**Version 1.0.2** - Updating with Bower/NPM updates, configured grunt.
40
+
-**Version 1.0.3** - Destroy option to be passed as string. Garbage cleared (_default was of no use - removed. Destroy actually removes the stored data()); Added more CSS in `.invert-it` class because now more browsers supports the CSS Filters.
41
+
-**Version 1.0.4** - Heavy optimization, local option object. No plugin invocation if CSS3 filter exists. Minified only 2KB now.
0 commit comments