Sha256: 65f11f0576ba4f34a7cedfca2e2dd4081b8764aad194d1210a250682f4504bbb

Contents?: true

Size: 1.75 KB

Versions: 1

Compression:

Stored size: 1.75 KB

Contents

# Change Log

All notable changes to this project will be documented in this file.

## [1.0.0] - 2017-06-01

### Added

- Support for Rails 5.0 and 5.1 by conditionally invoking `parameterize` with its
  expected parameters.

### Changed

- Relax dependency on `jquery-ui-rails` to be `>= 5.0` (previously `~> 5.0`).

### Removed

- Ruby 1.9.3, 2.1, and 2.2 are no longer explicitly supported.

## [0.3.0] - 2016-09-08

- Rename sortable.css.sass to sortable.sass to fix deprecation warnings
- Update usage of box-sizing to fix Bourbon deprecation warning

## [0.2.1] - 2015-04-15

- Suppress list styles on sortable indexes when batch actions are disabled.
  ([#48](https://github.com/zorab47/activeadmin-sortable-tree/issues/48)).
- Do not render the extra cell for batch actions when they are disabled, which
  removes extra whitespace to the left of items.

## [0.2.0] - 2014-12-23

- Shrink gem file size by excluding spec files and dummy application.

## [0.1.0] - 2014-11-19

- Add option to disable sorting: `sortable: false`, which causes the index view
  to be a static tree view.
- Ensure the default actions honor authorization checks
  ([#43](https://github.com/nebirhos/activeadmin-sortable-tree/pull/43)).

## 0.0.1 - 2014-08-07

- Published to Rubygems.


[unreleased]: https://github.com/zorab47/active_admin-sortable_tree/compare/v1.0.0...HEAD
[0.1.0]: https://github.com/zorab47/active_admin-sortable_tree/compare/v0.0.1...v0.1.0
[0.2.0]: https://github.com/zorab47/active_admin-sortable_tree/compare/v0.1.0...v0.2.0
[0.2.1]: https://github.com/zorab47/active_admin-sortable_tree/compare/v0.2.0...v0.2.1
[0.3.0]: https://github.com/zorab47/active_admin-sortable_tree/compare/v0.2.1...v0.3.0
[1.0.0]: https://github.com/zorab47/active_admin-sortable_tree/compare/v0.3.0...v1.0.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_admin-sortable_tree-1.0.0 Changelog.md