Skip to content

Releases: projectblacklight/blacklight-marc

v8.1.2

08 Mar 18:26
d8b1a4b
Compare
Choose a tag to compare

What's Changed

  • update engine-cart block by @jcoyne in #115
  • Don't fail on citations when the 700 only has punctuation and spaces by @Beck-Davis in #117

New Contributors

Full Changelog: v8.1.1...v8.1.2

v8.1.0

07 Jun 20:06
2b9da5d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v8.1.0

v8.0.0

07 Jul 15:53
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @bess made their first contribution in #102

Full Changelog: v7.2.0...v8.0.0

v7.2.0

07 Jul 15:52
Compare
Choose a tag to compare

What's Changed

  • Test against a released version of blacklight by @cbeer in #100

Full Changelog: v7.1.1...v7.2.0

v7.1.1

15 Oct 15:47
Compare
Choose a tag to compare

🐛 Bug Fix

  • Take first element if marcxml source is an array #91 (@fjorba)

Authors: 2

v7.1.0

15 Oct 15:39
Compare
Choose a tag to compare

🐛 Bug Fix

  • Use github actions for CI #94 (@cbeer)
  • Use String#unicode_normalize instead of the deprecated/removed ActiveSupport equivalent #93 (@cbeer)
  • Unpin marc gem #89 (@cbeer)

Authors: 1

v.7.0.0

04 Aug 17:09
42ac7fb
Compare
Choose a tag to compare
  • Update test for compatibility with Blacklight 7 #81
  • Updates required for compliance with Rails 6 #88
    • Updates Travis build matrix
    • Update the solr schema from upstream for solr 8 compatibility

Release 7.0.0 RC1

29 Oct 18:57
Compare
Choose a tag to compare
Release 7.0.0 RC1 Pre-release
Pre-release

Upgrades to Traject 3

  • replace map_value and first_only with Traject 3 macros
  • use idiomatic Traject 3 macro syntax in MarcIndexer template

Uses a dynamic field solr schema aligned with Blacklight 7

Uses Bootstrap 4

Updates routing

  • Uses routing concerns in place of v6 route set
  • Removes catalog/endnote route in favor of endnote format

Updates MARC support

  • Uses more appropriate styling of whitespace-sensitive MARC views
  • Uses no styling of librarian view if in XHR context
  • Updates shipped value mappings
  • More data-resilient MARC exports

Removes unused code and fixtures