Sha256: 21196cb96654cd019418cfa7d02d5070547594e0e08bd48e529d0fce51a0439d
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
## master ## 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 `<textarea/>` tag * Remove deprecated `eboolean` filter * Fixed scope wrapping to be universal * Deprecated `integer_range_filters` and `date_range_filters`. Use `filter(name, type, range: true)` instead. * Add `original_scope` method that returns scope as it was defined without any wrapping [#313](https://github.com/bogdan/datagrid/pull/313) * Add ability to specify `columns` option for `datagrid_row`. [#314](https://github.com/bogdan/datagrid/pull/314) ## 1.7.0 * Depend on `railties` instead of `rails` to prevent loading of unnecessary frameworks * Bugfix `File.exist?` usage for ruby 3.0 [#307](https://github.com/bogdan/datagrid/issues/307) * Drop support of old Ruby versions (< 2.7) * Drop support of old Rails versions (< 6.0) ## 1.6.3 * Fix usage of options spread operator for Ruby 3.0 [#296](https://github.com/bogdan/datagrid/issues/296) ## 1.6.2 * Add `input_options` and `label_options` to `filter` method [#294](https://github.com/bogdan/datagrid/issues/294) * Fix `<option>` tag rendering for Rails 6.0 ## 1.6.1 and before Changes are not tracked
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datagrid-1.8.1 | CHANGELOG.md |