# Changelog ## 2.0.0 Version 2 is a major update implementing a lot of major improvements at the cost of backward compatibility. [Changes and migration guide](./version-2) ## 1.8.3 * Fix rails hooking for version 7.1. [#327](https://github.com/bogdan/datagrid/issues/327) * Fix formatting of value for `date` and `datetime-local` input types ## 1.8.2 * Treat true/false as YES/NO when assigned as strings for xboolean filter. * Support infinite ranges for date, datetime and integer filters. * Treat `ActiveRecord::Result` class as `Array` driver. * Add `Datagrid#reset` method to reset a column cache. * Drop support of Rails 6.0 [#326](https://github.com/bogdan/datagrid/pull/326) ## 1.8.1 * Prioritize `input_options` over generated by default. [#319](https://github.com/bogdan/datagrid/pull/319) ## 1.8.0 * Support `input_options: {type: "textarea"}` as `