v1.0.0.beta2
Pre-release
Pre-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
rails new my-app
cd my-app
bundle add arclight -v 1.0.0.beta2
bin/rails g blacklight:install --devise
bin/rails g arclight:install -f
bin/rails db:migrate
- In one shell run
solr_wrapper
and in another shell start the dev server:bin/rails s