Sufia 6.5.0
Sufia 6.5.0 adds a configuration option to show a 'collection' facet and fixes a bug in 6.4.0.
Upgrade Notes
Update your Gemfile to use version 6.5.0 and run bundle update sufia
.
Run the following generator to add the ability to configure collection faceting:
rails g sufia:models:collection_facet_config
To use this new feature, you can tweak that config value in your application at config/initializers/sufia.rb
.
Changes
- Remove unnecessary require [Justin Coyne]
- Option to show collection facet in Dashboard and search results [E. Lynette Rayle]
- Remove space after icon if no text is present, fix #1354 [Anna Headley]
- Ignore byebug history file [Adam Wead]
- Ignore visibility of files[] input, it's hidden from Capybara [Adam Wead]