-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CHANGELOG, update composer.json dependencies and package.json ver…
…sion.
- Loading branch information
Hilton Janfield
committed
Sep 12, 2015
1 parent
6c1bc0f
commit b4821b6
Showing
4 changed files
with
39 additions
and
24 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# jQuery Enhanced Splitter Change Log | ||
|
||
## Branch v1.2.0 | ||
|
||
Changes made so far over v1.1.0. | ||
- Updated composer.json to specify valid jQuery versions (1.8+ / 2.0+). | ||
- (UX improvement) Implemented drag-delay if the user clicks on the collapse handle then starts dragging. | ||
Drag will not begin until mouse has moved past 5 pixels in either direction. | ||
- (UX improvement) Prevent click event if the user started and ended their drag on the collapse handle. | ||
- Respect CSS min/max-width/height. | ||
|
||
## Release v1.1.0 | ||
|
||
This release adds a number of new options, as well as a few fixes and overall UX improvements. | ||
- Added 'lowerLimit' and 'upperLimit' options, changed 'limit' to an alias to set both. | ||
- Added 'collapse' option. | ||
- Added 'fixed' option. | ||
- Added 'splitterSize' option. | ||
- Changed 'orientation' string setting to 'vertical' boolean setting. (BREAKING CHANGE) | ||
- Fixed a few bugs. | ||
- Significantly rewrote event handling, now smoother, faster, and tastier. | ||
|
||
## Release v1.0.1 | ||
|
||
More bug fixes, improved event handlers, improved CSS. | ||
|
||
## Release v1.0.0 | ||
|
||
Original release of fork, with significant changes and bug fixes. |
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
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