You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
### Unreleased
6
6
7
+
### 1.9.0
8
+
7
9
##### Changed
8
10
9
-
* Select2: get input AR model from object when possible. It's not possible working with virtual attributes [#369](https://github.com/platanus/activeadmin_addons/pull/368)
11
+
* Select2: get input AR model from object when possible. It's not possible working with virtual attributes [#369](https://github.com/platanus/activeadmin_addons/pull/369)
10
12
##### Fixed
11
13
12
-
* Nested select: get association class from reflect_on_association AR method [#369](https://github.com/platanus/activeadmin_addons/pull/368)
14
+
* Nested select: get association class from reflect_on_association AR method [#369](https://github.com/platanus/activeadmin_addons/pull/369)
13
15
* Datepicker options not overriding default options properly [#368](https://github.com/platanus/activeadmin_addons/pull/368)
14
16
* Invalid default datepicker type for pure Formtastic forms [#367](https://github.com/platanus/activeadmin_addons/pull/367)
15
-
* Tag builder generating wrong path with nested resources.
17
+
* Tag builder generating wrong path with nested resources.[#383](https://github.com/platanus/activeadmin_addons/pull/383)
0 commit comments