We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638337e commit 8e60cc5Copy full SHA for 8e60cc5
Changelog.md
@@ -2,12 +2,19 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [1.1.0] - 2017-10-17
+## [1.1.0] - 2018-01-22
6
7
### Changed
8
9
- Update dependencies to only support ActiveAdmin `< 1.1.0` because `v1.1.0`
10
[dropped its dependency on `jquery-ui-rails`](https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md).
11
+- Remove usage of bourbon mixin; instead rely on ActiveAdmin's utilities mixin
12
+ (fixes #73)
13
+
14
+### Removed
15
16
+- Remove support for Rails 3.2
17
+- Remove support for ActiveAdmin 0.6.6
18
19
## [1.0.0] - 2017-06-01
20
0 commit comments