- Fix sorting to mitigate possible SQL-injection and improve tests [Ivan Korunkov]
- Remove duplicated href key from config template #146 [nfilzi]
- Replace deprecated .any? with .present? #143 [AakLak]
- Development environment update #140 [mizinsky]
- Fix sanitize_params method #137 [mizinsky]
- Enable to configure global remote option and it to affects sortable helper #131 [kitabatake]
- Kaminari update [mizinsky]
- Update Readme for Rails >= 5.1 Users [mizinsky]
- Allow to render outside of controllers [bval]
- Documentation fixes [blackcofla]
- Use id.to_json so integers and uuids will both work [sevgibson]
- Fix popover in bootstrap 4 [sevgibson]
- Fix Kaminari #num_pages deprecation warning [tylerhunt]
- Add support for Turbolinks 5 [wynksaiddestroy]
- Use #empty? for AC::Params [phoffer]
- Fix indentation in some files [boy-papan]
- Rails 5 support and Kaminari update [akostadinov]
- Better handling of nested controls params
- Fix controls not fading out list. Related to #51
- Config now includes element templates
- Add ability to pass locals to list view [GeorgeDewar]
- Some bugfixing: #20, #46, #58
- Config profiles
- Remove duplicate href key [wynksaiddestroy]
- API refactoring [GCorbel]
- Feature Specs [GCorbel]
- Avoid smart listing controls double initialization [lacco]
- Turbolinks support [wynksaiddestroy]
- Better form controls handling
- Possibility to specify sort directions
- JS Events triggered on item actions
- Fix filter resetting
- Fix new item autoshow
- Possibility to pass custom title to default actions
- Confirmation tweaks
- Multiple smart listings isolation
- New sorting architecture (and implicit sorting attributes)
- Controls helper
- Slightly changed item action templates
- Custom popovers support
- Some bugfixing
- Fix listing sorting XSS bug
- Add possibility to display new item form by default
- "Save & continue" support
- Some bugfixing
- Initial setup generator
- Fix collection counting bug
- Add builtin show action
- Make CSS class and data attribute names generic and customizable (SmartListing.configure)
- Make JavaScript more customizable
- Possibility to callback action
- Changes in templates
- Possibility to specify kaminari options
- Possibility to generate views and customize them in the app
- Better custom action handling
- Add possibility to specify available page sizes in options hash
- Initial release