-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61b00e0
commit 21530f8
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# Changelog | ||
|
||
# [0.2.1] - 2015-26-10 | ||
# [0.2.2] - 2015-11-10 | ||
### Added | ||
- Handle options[:title], set custom panel title. | ||
|
||
# [0.2.1] - 2015-10-16 | ||
### Added | ||
- Handle options[:id], set ID of html element. | ||
|
||
# [0.2.0] - 2015-24-10 | ||
# [0.2.0] - 2015-10-24 | ||
### Added | ||
- Made panels collapsable with options[:collapse] | ||
- Collapse panel iwth options[:collapsed] | ||
|
||
# [0.1.0] - 2015-21-10 | ||
# [0.1.0] - 2015-10-21 | ||
### Added | ||
- Initial release, draw panels. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module PanelsFor | ||
VERSION = "0.2.1" | ||
VERSION = "0.2.2" | ||
end |