Skip to content

Commit

Permalink
we're going straight to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlinsley committed Oct 16, 2013
1 parent 00cc572 commit 5f24d80
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
## Master (unreleased) - [compare](https://github.com/gregbell/active_admin/compare/v0.6.1...master)
## 1.0.0 (unreleased) - [compare](https://github.com/gregbell/active_admin/compare/v0.6.1...master)

### Major Changes
* Migration from Metasearch to Ransack #1979 by @Daxter
* Rails 4 support #2326 by many people :heart:

### Enhancements
* Make AA ORM-agnostic #2545 by @johnnyshields
* Add multi-record support to `attributes_table_for` #2544 by @zorab47
* Table CSS classes are now prefixed to prevent clashes #2532 by @TimPetricola
* Allow Inherited Resources shorthand for redirection #2001 by @Daxter
```ruby
controller do
Expand All @@ -10,15 +18,10 @@
end
```

* Migration from Metasearch to Ransack #1979 by @Daxter
* Rails 4 support #2326 by many people :heart:
* Accept block for download links #2040 by @potatosalad
```ruby
index download_links: ->{ can?(:view_all_download_links) || [:pdf] }
```
* Make AA ORM-agnostic #2545 by @johnnyshields
* Add multi-record support to `attributes_table_for` #2544 by @zorab47
* Table CSS classes are now prefixed to prevent clashes #2532 by @TimPetricola

### Security Fixes

Expand Down

3 comments on commit 5f24d80

@shekibobo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wooo!

@mindhalt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow!

@seanlinsley
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we're trading out a major dependency (MetaSearch) for its successor (Ransack), which is a breaking API change. We haven't really been following semantic versioning so far, but we might as well start now.

Please sign in to comment.