Browsertrix v1.16.0
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.16.0/browsertrix-v1.16.0.tgz
Alternatively, you can add the Browsertrix Helm Chart Repo with:
helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.16.0
See the development guide for more info how to deploy Browsertrix.
What's Changed
- deps: Upgrade main frontend dependencies by @SuaYoo in #2551
- devex: Add Storybook for component development by @SuaYoo in #2556
- Add grid view to collection list by @emma-sg in #2403
- Add custom behavior docs to user guide by @tw4l in #2559
- devex: Document workflow table components by @SuaYoo in #2558
- Update button text from "Setup Guide" to "User Guide" for consistency by @tw4l in #2565
- feat: Apply saved workflow settings to current crawl by @SuaYoo in #2514
- Fix table grid column CSS variable, superadmin list menus being hidden/inoperable, and various other table tweaks by @emma-sg in #2573
- Ensure primary button in button group has its border appear by @emma-sg in #2583
- Add overflow scroll component with scroll scrim/shadow by @emma-sg in #2578
- fix: Correct post load delay label by @SuaYoo in #2593
- fix: Show correct button for workflow without crawls by @SuaYoo in #2590
- fix: Hide incorrect menu item for running workflow crawl by @SuaYoo in #2591
- Add API endpoint to check if subscription is activated by @tw4l in #2582
- Add "cancellation scheduled" state to superadmin org list by @emma-sg in #2594
- Sort running crawls first by default by @emma-sg in #2587
- compute top page origins for each collection by @ikreymer in #2483
- fix: Sync user guide to correct workflow section by @SuaYoo in #2592
Full Changelog: v1.15.0...v1.16.0