Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 4621aaf

Browse files
committed
v0.2.0
1 parent 5ad4a1c commit 4621aaf

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
An Active Admin plugin to use [Selectize.js](http://selectize.github.io/selectize.js) (jQuery required).
44

55
Features:
6-
- nice select inputs
7-
- items search
8-
- AJAX content loading
9-
- improve many-to-many / one-to-many selection
6+
- nice select inputs;
7+
- items search;
8+
- AJAX content loading;
9+
- improve many-to-many / one-to-many selection.
1010

1111
## Install
1212

1313
- Add to your Gemfile:
1414
`gem 'activeadmin_selectize'`
15-
- Add _jquery-rails_ gem or include jQuery manually
1615
- Execute bundle
1716
- Add at the end of your ActiveAdmin styles (_app/assets/stylesheets/active_admin.scss_):
1817
`@import 'activeadmin/selectize_input';`
@@ -80,6 +79,8 @@ end
8079

8180
- Alternative syntax to pass data attributes: `input_html: { data: { opts: '{}' } }`
8281

82+
- To use this plugins with ActiveAdmin 1.x please use the version 0.1.6
83+
8384
## Options
8485

8586
Pass the required options using `input_html`.
@@ -101,7 +102,7 @@ Take a look at [other ActiveAdmin components](https://github.com/blocknotes?utf8
101102

102103
## Contributors
103104

104-
- [Mattia Roccoberton](http://blocknot.es) - creator, maintainer
105+
- [Mattia Roccoberton](http://blocknot.es): author
105106

106107
## License
107108

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveAdmin
22
module Selectize
3-
VERSION = '0.1.6'
3+
VERSION = '0.2.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)