Skip to content

Releases: Betterment/demo_mode

v1.5.0

27 Jan 22:41
820caf3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.1

27 Jan 22:41
ccbccea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

27 Jan 22:41
9a622e0
Compare
Choose a tag to compare

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

22 Jul 20:27
02bcaed
Compare
Choose a tag to compare

What's Changed

  • Remove callback from DemoMode::Session by @rzane in #28

Full Changelog: v1.2.3...v1.3.0

v1.2.3

10 Jul 16:19
3bef013
Compare
Choose a tag to compare

What's Changed

  • Fix record not found error when session no longer exists in database by @rafahuaman in #27

New Contributors

Full Changelog: v1.2.2...v1.2.3

Add cli-ui as official dependency

13 Jun 18:29
fb63de7
Compare
Choose a tag to compare

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!

24 Aug 18:49
82d3618
Compare
Choose a tag to compare

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 to cuprite! 🙌

Rails 7 support!

12 May 20:11
910e5a0
Compare
Choose a tag to compare

This release ships with Rails 7 support, and also drops support for Rails < 6.

1.0.3 - Migration fixes!

15 Aug 22:02
4c27feb
Compare
Choose a tag to compare

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

  • Fix migration generator - rubygems release did not include migrations! by @smudge in #6

Full Changelog: v1.0.2...v1.0.3

1.0.1 - A Sprockets v4 Bugfix

03 Jun 15:36
7016bac
Compare
Choose a tag to compare

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.)