File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 22
22
23
23
### 2.0.0 ###
24
24
25
+ * Released on 2015-10-18*
26
+
27
+ - Reconception of the majority of the code
28
+ - Uploaded the project on GitHub
29
+ - ^ Removed ` data-* ` attributes for styling → using classes (refer to style.css file to see new classes used)
30
+ - ^ callBack → callback, is now a reference to a function (with returnObj passed as first argument), not an executable string (not eval anymore!)
31
+ - ^ returnObj.boolean → returnObj.action (same behavior)
32
+ - ^ title and content can't contain HTML anymore. However LF characters and whitespaces are preserved.
33
+ - Adding to the DOM only the visible elements (removed display: none; hack)
34
+ - Fixed a bug with the ` keyup ` event listener
35
+
36
+ ^ Caution! These changes break the compatibility with older versions. Please read the new documentation for further details.
25
37
You can’t perform that action at this time.
0 commit comments