CHANGELOG in fancygrid-1.1.0 vs CHANGELOG in fancygrid-2.0.0
- old
+ new
@@ -1,15 +1,22 @@
+2.0.0 - Completely refactored version of fancygrid
+ - Better integration in to rails
+ - improved fancygrid setup process, less complicated
+ - added possibility to implement different ORMs
+ - added possibility to use builder and value formatter
+ - added "download" feature e.g. to download data in csv, json or xml format
+ - improved rails 3.2 asset pipeline compatibility
1.0.0 - Added the "ajax_type" option so ajax callbacks are not restricted to GET requests only.
- Fixed a js bug that removes the input field focus when doing a simple search
BREAKING CHANGES:
- Added the "enable_sort_window" option. Set it to true to display the sort button that opens the sort window. The button was previosly always visible.
1.0.0-pre - Full Feature implementation done.
- Fixed tests
- Added new style
- Every "js-" prefix in css classes is now "fg-" and stands for 'fancygrid'
0.6.2 - Drop down select box is now possible as a simple search input field
-0.6.1 - Refactored js and improved column sorting
-0.6.0 - Initial implemetation of column sorting feature
+0.6.1 - Refactored js and improved leaf sorting
+0.6.0 - Initial implemetation of leaf sorting feature
0.5.1 - Fixed the complex search and improved viewstate caching.
0.5.0 - Initial implementation of the complex search.
0.4.2 - Ability to define a block for print out a custom css class for each table row. Check out the 'css_proc' method
- Implemented flexible query generator. You dont have to clutter all your conditions into a single place anymore
0.4.1 - Added a dummy testapplication into spec folder.
\ No newline at end of file