Skip to content

v7.19.0

Choose a tag to compare

@cbeer cbeer released this 01 May 15:50

New features:

  • #2455 add template configuration to view configs. This should allow applications to opt-out of some of the partial name calculating magic, if they so choose, by explicitly specifying the partial to use for rendering a search result, e.g.:
blacklight_config.view.list.template = 'document_list'

Fixes and improvements:

  • #2453 make the view config key available on the view config object
  • #2454 pass the current view config through to the document partial
  • #2456 pass the deprecation context with some of the deprecation warning introduced in v7.18.