File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
lib/activeadmin/searchable_select Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ### Unreleased Changes
3+ ### Version 1.7.0
44
5- [ Compare changes ] ( https://github.com/codevise/activeadmin-searchable_select/compare/1-6-stable...master )
5+ 2023-05-03
66
7- None so far.
7+ [ Compare changes] ( https://github.com/codevise/activeadmin-searchable_select/compare/1-6-stable...v1.7.0 )
8+
9+ - Fix pre-selected item when using belongs_to
10+ ([ #43 ] ( https://github.com/codevise/activeadmin-searchable_select/pull/43 ) ,
11+ [ #44 ] ( https://github.com/codevise/activeadmin-searchable_select/pull/44 ) )
12+ - Improvement the examples in Readme for import npm assets
13+ ([ #41 ] ( https://github.com/codevise/activeadmin-searchable_select/pull/41 ) )
814
915See
1016[ 1-6-stable branch] ( https://github.com/codevise/activeadmin-searchable_select/blob/1-6-stable/CHANGELOG.md )
Original file line number Diff line number Diff line change 11module ActiveAdmin
22 module SearchableSelect
3- VERSION = '1.7.0.dev ' . freeze
3+ VERSION = '1.7.0' . freeze
44 end
55end
Original file line number Diff line number Diff line change 11{
22 "name" : " @codevise/activeadmin-searchable_select" ,
3- "version" : " 1.6.1 " ,
3+ "version" : " 1.7.0 " ,
44 "description" : " Use searchable selects based on Select2 in Active Admin forms and filters." ,
55 "main" : " src/searchable_select.js" ,
66 "style" : " src/searchable_select.scss" ,
You can’t perform that action at this time.
0 commit comments