Skip to content

Releases: Betterment/demo_mode

v2.1.0

10 Feb 15:10
1b88d0f
Compare
Choose a tag to compare

What's Changed

  • Restore the ability to customize styles by @rzane in #50

Full Changelog: v2.0.1...v2.1.0

v2.0.1

10 Feb 15:10
ba7bee9
Compare
Choose a tag to compare

What's Changed

  • Include the public directory in the gemspec's declared files by @rzane in #49

Full Changelog: v2.0.0...v2.0.1

v2.0.0 - farewell, sprockets!

06 Feb 16:16
8c89888
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v2.0.0

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