- Finally pushing '-expanded' and '-collapsed' events into a callback
- Adding 'filetreeinitiated' event
- Replacing the plethora of event binding with one delegate event.
- Add javascript function as possible data source (#19)
- Some gulpfile.js modifications
- README updated
- Fixing test CSS URL issue
- Moved repo to its own named organization and now using that name style throughout this project (jQueryFileTree)
- Updated Bower JSON files
- Now written with LESS and CoffeeScript (core functionality remains essentially the same)
- Using a custom easing now checks that the easing function exists, else logs error and reverts to default easing (swing). ‘Swing’ now explicitly set as default rather than NULL.
- Creating Bower project - “jqueryfiletree”
- File structure updated to be more Bower-friendly (dist, src).
- Gulp support added for compiling LESS/CS
- Updating demo page to something way more expansive and informative. Moved into
/tests/manual/
and also utilizes Bower/Gulp. - Removing event property
trigger
(type) because it’s just as easy to get with jQuery'sevent.type
- Adding event property
container
to easily find file tree when implementing more than one on a page - Adding option
errorMessages
to allow users to customize error message if AJAX fails - README updated