Skip to content

Commit 6c1b308

Browse files
committed
Added version 2.0.0 changelog
1 parent 10f43c9 commit 6c1b308

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,16 @@
2222

2323
### 2.0.0 ###
2424

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.
2537

0 commit comments

Comments
 (0)