Skip to content

v1.0.0.beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jcoyne jcoyne released this 27 Feb 15:55
· 162 commits to main since this release

What's Changed since beta 1

  • Deconflict the arclight logo from the blacklight logo by @jcoyne in #1404
  • Update for Blacklight::DocumentComponent changes by @jcoyne in #1405
  • Bump tested version of blacklight to beta7 by @jcoyne in #1402
  • Convert oembed to stimulus by @jcoyne in #1406
  • Stop looking for a flag in importmap javascript by @jcoyne in #1399

Full Changelog: v1.0.0.beta1...v1.0.0.beta2

Install directions

  1. rails new my-app
  2. cd my-app
  3. bundle add arclight -v 1.0.0.beta2
  4. bin/rails g blacklight:install --devise
  5. bin/rails g arclight:install -f
  6. bin/rails db:migrate
  7. In one shell run solr_wrapper and in another shell start the dev server: bin/rails s