Skip to content

v2.0.0

Compare
Choose a tag to compare
@csuhta csuhta released this 08 Jul 19:53
· 22 commits to master since this release
cf74d29

https://rubygems.org/gems/tolaria/versions/2.0.0

Tolaria 2.0 includes compatibility for Rails 5.0 🚀

  • Tolaria now requires Rails 5.0+ and Ruby 2.3+.
  • Users on Rails 4.2 should continue to use Tolaria 1.x
  • After you upgrade to Rails 5.0, there are no Tolaria-specific code changes required if you previously had a working admin system on Tolaria 1.x. The APIs and ERB views remain the same for this release.

This release also includes the following other changes:

  • Font Awesome has been updated to 4.6.3, which adds a suite of accessibility-focused icons.
  • When editing or saving your form changes, Tolaria will now remember which page you were previously on if your index was paginated. This is similar to how Tolaria remembers which filters or sorting you may have applied on the index.
  • To reduce the possibility of collision, the pagination parameter is now p instead of page.