Sha256: 3cc11be6ffa68cd01d56c2f8709f3204decb43c29069aa2c658e1372f6a34825

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

## Release Notes
### 4.3.0
Bug fixes include:

- #556 	check that a highlight field exists before trying to render it.
- #561 	Redirect to home page on a missing document 
- #569 	Applies header style to `#header-navbar-fixed-top .brand` in order to avoid trumping other Bootstrap navbars.
- use `#facet_configuration_for_field` to render search history constraints for consistency and configuration-independence

Other changes:
- deprecate `#sidebar_items`, and stop populating it with content.
- provide a `SOLR_URL` ENV variable to set the location of the development solr core
- fix Rails 4-related deprecation warnings

[[Changes|https://github.com/projectblacklight/blacklight/compare/v4.2.2...v4.3.0]]

## Upgrade Guide

Application overrides that used the CSS selector `.navbar .brand` to change the navbar styling should use `#header-navbar-fixed-top .brand` instead.

Applications that used content from `#sidebar_items` must populate that content themselves (by rendering it directly in their partial, or in some other application-specific way). 

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-4.9.0 doc/Blacklight-4.3-release-notes-and-upgrade-guide.md
blacklight-4.8.0 doc/Blacklight-4.3-release-notes-and-upgrade-guide.md
blacklight-4.7.0 doc/Blacklight-4.3-release-notes-and-upgrade-guide.md
blacklight-4.7.0.pre1 doc/Blacklight-4.3-release-notes-and-upgrade-guide.md