WiceGrid version 3.3.0

WiceGrid version 3.3.0 has been released.

Changelog

  1. The with_paginated_resultset callback receives an ActiveRelation object, not a lambda
  2. Wice::Defaults::DATEPICKER_YEAR_RANGE added to the config to define the default year range in Datepicker (https://github.com/leikind/wice_grid/issues/61)
  3. Improvement of the javascript calendar control: if the FROM field is set to a value after TO, TO is set to the value of FROM. Vice versa: if the TO field is set to a value before FROM, FROM is set to the value of TO
  4. New view helpers filter_and_order_state_as_hash(grid) and filter_state_as_hash(grid)
  5. HTML tag caption supported
  6. Support for Ruby 2.0
  7. 2 errors fixed in the Saved Queries UI ( https://github.com/leikind/wice_grid/issues/89 )
  8. Bug fixed: extra_request_parameters not propagating to the pagination panel
  9. Documentation improvements

As usual, play the with the demo app, consult the documentation.

This plugin is not yet ready for Rails 4!