Releases: Betterment/demo_mode
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.)
1.0.0 - RailsConf 2022 Edition!
We've hit our 1.0 milestone, and along with it we're launching this open source release here and on rubygems.org!
To learn more about how we use demo_mode
at Betterment, stay tuned for our ✨ upcoming RailsConf talk entitled "RAILS_ENV=demo" ✨!