Skip to content

Releases: projectblacklight/blacklight

Blacklight 6.6.0

09 Sep 13:50
Compare
Choose a tag to compare

Improvements

  • #1470 add explicit setters for Blacklight::SearchBuilder parameters
  • #1478 generate ./solr/conf and a default .solr_wrapper.yml configuration for the convenience of downstream applications
  • #1477 extract #facet_configuration_for_field into Blacklight::Configuration
  • #1490 add #search_facet_path helper to deprecate #search_facet_url

Bug Fixes

  • #1471 replace case equality operators (===) with ordinary equality operator (==) where appropriate
  • #1481 accept malformed user-supplied parameters for facets
  • #1480 fix Rails 5 compatibility with #search_action_url helper

Blacklight 6.5.0

23 Aug 00:08
Compare
Choose a tag to compare

Features

#1457 Atom and RSS feed link helpers should accept a route_set parameter
#1458 Add bootstrap styling to the delete button on the saved searches page
#1468 Use POST requests for requesting user bookmark results
#1466 Address warnings for deprecated behavior being removed in Rails 5.1

Improvements

#1461 Use the bootstrap $zindex-dropdown value for the z-index for the typeahead widget

Bug Fixes

#1460 Don't freeze string literals in the template installer

Blacklight 6.4.2

19 Aug 15:37
Compare
Choose a tag to compare

#1456 Further compatibility with the Rails 5 ActionController::Parameters class

Blacklight 6.4.1

19 Aug 15:36
Compare
Choose a tag to compare

#1452 Decrease the .twitter-typeahead z-index to work better with bootstrap widgets
#1453 Update Blacklight::SearchState for compatibility with Rails 5 ActionController::Parameters class

Blacklight 6.4.0

29 Jul 16:55
Compare
Choose a tag to compare

Changes

#1448 provide more specific class selectors for width of typeahead inputs
#1449 Normalize solr field names to strings in the configuration
#1449 Consistently use FacetField#field when retrieving aggregation values
#1450 Remove HTML5 shim for older IE versions; hosted file is now missing

v6.3.3

26 Jul 20:36
Compare
Choose a tag to compare

Fixes

#1447 Fixes and issue with v6.3.2 and a misplaced quote.

v6.3.2

26 Jul 18:56
Compare
Choose a tag to compare

Changes

#1436 Updates the button style for bookmarks when js is not enabled
#1439 Coverage badge added
#1444 Check for production env for requiring solr_wrapper

Bug fixes

#1435 strip_heredoc warnings fixed
#1446 pin twitter-typeahead-rails to a version for fixing typeahead in deployed instances

Blacklight 6.3.1

07 Jul 18:51
Compare
Choose a tag to compare

Changes

  • #1427 Extract #set_current_search_session and #find_search_session from #current_search_session
  • #1429, #1432, #1431 Fix backwards compatibility problems introduced in Blacklight 6.3.0

Bug Fixes

  • #1433 Ensure Turbolinks is defined before checking for support

Blacklight 6.3.0

07 Jul 15:23
Compare
Choose a tag to compare

Changes

  • #1488 Remove jettywrapper-based test configuration, and use port 8983 for running solr in all environments
  • #1415 Refactor DocumentPresenter into view-specific presenters
  • #1418, #1419, #1425 Support Rails 5 and Turbolinks 5.x

Bug Fixes

  • #1416 Fully disable search pagination links

Blacklight 6.2.0

10 May 20:29
Compare
Choose a tag to compare

Changes

  • #1399, #1405 Update development and testing dependencies
  • #1402 Add _version_ field to default solr schema for solrcloud compatibity
  • #1403 Support per-thread solr connection and configuration
  • #1404 Database migrations should build the expected table structure