File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
lib/activeadmin/searchable_select Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ### Unreleased Changes
3+ ### Version 1.5.0
44
5- [ Compare changes ] ( https://github.com/codevise/activeadmin-searchable_select/compare/1-4-stable...master )
5+ 2021-02-16
66
7- None so far.
7+ [ Compare changes] ( https://github.com/codevise/activeadmin-searchable_select/compare/1-4-stable...v1.5.0 )
8+
9+ - Allow adding additional payload to option items in AJAX response
10+ ([ #33 ] ( https://github.com/codevise/activeadmin-searchable_select/pull/33 ) )
811
912See
1013[ 1-4-stable branch] ( https://github.com/codevise/activeadmin-searchable_select/blob/1-4-stable/CHANGELOG.md )
Original file line number Diff line number Diff line change 11module ActiveAdmin
22 module SearchableSelect
3- VERSION = '1.5.0.dev ' . freeze
3+ VERSION = '1.5.0' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments