Releases: Betterment/demo_mode
v1.5.0
What's Changed
- Fix unable to run rspec w/ Cuprite by @Irving-Betterment in #46
- Include additional spec coverages for options param override by @kevinlin505 in #42
- Add Rails 7.1, 7.2 & 8.0 support by @Irving-Betterment in #44
- Update lockfiles w/ arm64-darwin-22 by @smudge in #47
Full Changelog: v1.4.1...v1.5.0
v1.4.1
What's Changed
- Bump rexml from 3.3.2 to 3.3.3 by @dependabot in #31
- Bump rexml from 3.3.3 to 3.3.6 by @dependabot in #32
- Bump actionmailer from 7.1.3.4 to 7.1.4.1 by @dependabot in #34
- Bump actiontext from 7.1.3.4 to 7.1.4.1 by @dependabot in #33
- Bump webrick from 1.8.1 to 1.8.2 by @dependabot in #35
- Bump rexml from 3.3.6 to 3.3.9 by @dependabot in #36
- feat(): introducing option param to sessions by @kevinlin505 in #40
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Bump rexml from 3.2.8 to 3.3.2 by @dependabot in #29
- Generate a login link when running the demo mode CLI by @rzane in #30
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.3
What's Changed
- Fix record not found error when session no longer exists in database by @rafahuaman in #27
New Contributors
- @rafahuaman made their first contribution in #27
Full Changelog: v1.2.2...v1.2.3
Add cli-ui as official dependency
Previously, the cli-ui
gem was not a formal dependency, but was necessary for using the Developer CLI. To reduce confusion and make new app adoption more streamlined, this dependency will now be included by default.
h/t @pat-whitrock for this contribution.
1.2 - JS Errors & Housekeeping!
This release:
- Resolves a javascript error when the personas
<table>
is not present. - Drops support for Ruby 2.7 and Rails 6.0
- Incorporates some build/test housekeeping, including a switch from
selenium-webdriver
tocuprite
! 🙌
Rails 7 support!
This release ships with Rails 7 support, and also drops support for Rails < 6.
1.0.3 - Migration fixes!
It turns out that the necessary migration files were not included as part of the rubygems release! This release fixes the issue. 🙃
What's Changed
Full Changelog: v1.0.2...v1.0.3
1.0.1 - A Sprockets v4 Bugfix
Changes
Always register demo_mode assets for precompilation, regardless of Rails.env
.
When assets:precompile
runs with RAILS_ENV=production
, demo_mode's should still be generated. This fixes issues with Sprockets v4. (Sprockets v3 would precompile application.* and images by default.)