Skip to content

Instantly share code, notes, and snippets.

@leikind
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leikind/1c6878e071a6f4b45123 to your computer and use it in GitHub Desktop.
Save leikind/1c6878e071a6f4b45123 to your computer and use it in GitHub Desktop.
WiceGrid version 3.3.0

AUGUST 04, 2013

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 (leikind/wice_grid#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 (leikind/wice_grid#89)
  8. Bug fixed: extra_request_parameters not propagating to the pagination panel
  9. Documentation improvements

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

This plugin is not yet ready for Rails 4!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment