Skip to content

Releases: projectblacklight/arclight

v1.5.0

13 May 12:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

11 Jun 17:41
Compare
Choose a tag to compare

What's Changed

  • Create a css variable for icon colors by @jcoyne in #1543
  • Update tested versions of ruby and rails by @jcoyne in #1544

Full Changelog: v1.3.0...v1.4.0

v1.3.0

07 Jun 19:49
Compare
Choose a tag to compare

What's Changed

  • Allow changing colors of the collapse/expand by @jcoyne in #1542

Full Changelog: v1.2.0...v1.3.0

v1.2.0

07 Jun 19:49
Compare
Choose a tag to compare

What's Changed

  • Remove unused css by @jcoyne in #1539
  • Allow the title size to be set with a css variable by @jcoyne in #1541
  • Build the css without requiring the user to run Sass by @jcoyne in #1540

Full Changelog: v1.1.4...v1.2.0

v1.1.4

13 May 21:04
55df51e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

29 Mar 17:09
e4420bd
Compare
Choose a tag to compare

What's Changed

  • Allow breadcrumbs to fallback and function with :parent_ssim by @corylown in #1521
  • Add DID_SEARCHABLE_NOTES_FIELDS to text search by @marlo-longley in #1523
  • Add unitid_identifier_match to qf_identifier and pf_identifier by @corylown in #1525

Full Changelog: v1.1.2...v1.1.3

v1.1.2

15 Mar 12:44
54bfcb3
Compare
Choose a tag to compare

What's Changed

  • Bugfix: retain existing facet selections when clicking View All X lin… by @seanaery in #1517
  • Bugfix: increase navbar z-index so autosuggest options appear over ac… by @seanaery in #1519

Full Changelog: v1.1.1...v1.1.2

v1.1.1

13 Mar 13:47
7b3fa99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

19 Dec 21:21
Compare
Choose a tag to compare

Overview

ArcLight v1.1.0 is the culmination of work completed for the ArcLight Community Sprint 3 project, spanning Dec 4-15, 2023. The primary goals of the sprint were to resolve bugs, make accessibility improvements, and update documentation.

Many thanks to all participants in the sprint:

Breaking Change

The default component identifier format has changed in v1.1.0. Component IDs, and therefore the component URLs, now have an underscore separating the collection-level root_id and the component ref_id. E.g.:

  • Old component path: /catalog/aoa271aspace_24d96d896c187b4e90ebb6c910f0462f
  • New component path: /catalog/aoa271_aspace_24d96d896c187b4e90ebb6c910f0462f

If you wish to retain the old-style component IDs & URLs, please use the following to override the component_identifier_format provided in ead2_component_config.rb; note the omission of an underscore:

provide 'component_identifier_format', '%<root_id>s%<ref_id>s'

Find more about this change in #1478 and in the Indexing EAD docs on the ArcLight wiki.

Upgrade Notes

To upgrade an existing ArcLight 1.0.x application, please review all changes in files the arclight install_generator will create for a newly-generated app and update your existing versions of these files accordingly. This v1.1.0 version includes several revisions in these files:

Completing this upgrade will require a full reindex to get all bugfixes and enhancements reflected in your UI. There may be a few areas in the UI that will not work well until the reindex is finished, e.g., breadcrumb links.

Accessibility Fixes

  • Fix issues with duplicate item ids by @lfarrell in #1435
  • Remove aria-hidden attribute by @lfarrell in #1473
  • Don't link to currently selected document in the tree by @lfarrell in #1469
  • Wrap grouped results in dl tag as their contents have dt and dd tags by @lfarrell in #1470
  • Add "collapsible-hierarchy" as a prefix instead of as a suffix. by @lfarrell in #1475
  • Show "View More/View Less" links as a darker color by @lfarrell in #1472
  • Fix issue with breadcrumbs having invalid markup by @lfarrell in #1468
  • Fix issue with duplicate ids on the page by @lfarrell in #1471

Bugfixes

Display, Formatting, & Indexing Changes

Search and Relevance Improvements

  • Fix typo in solr schema by @marlo-longley in #1440
  • Set the default SearchHandler to just return all fields. Advances #532 by @seanaery in #1477
  • Improve and document use of mm (minimum should match) param in Solr config by @seanaery in #1476
  • Improve search relevance by enabling queries for ids, containers, language by @seanaery in #1487
  • Boost relevance scoring when search terms appear in close proximity. Followup to #532. by @seanaery in #1506

Configuration Improvements

  • Breaking change: component identifier format by @marlo-longley in #1478
  • Replicate the configurable date & title normalizer classes from component config… by @seanaery in #1479

Dependency Updates

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

01 May 17:58
Compare
Choose a tag to compare

What's Changed

  • Update README with v1.0 supported Ruby/Rails versions by @corylown in #1418
  • Provide a checksum to solr_wrapper by @jcoyne in #1420
  • Use the slots API in a v3 compatible way by @jcoyne in #1419

Full Changelog: v1.0.0...v1.0.1