Skip to content

Releases: tedconf/front_end_builds

crossdomain.xml removal

19 Nov 22:23
Compare
Choose a tag to compare

Gotcha by group by

09 Jan 21:38
Compare
Choose a tag to compare

This version fixes a bug with FrontEndBuilds::AppsController#index where it would not render the /frontends admin interface in specific cases.

  • This bug was introduced in 1.0.0 (rails 5 updates).
  • The controller should return "10 builds for each app", instead it was
    returning "10 builds for all apps". This was an issue when one of your apps has
    a really old "live build" that is older than your 10 most recent (for any app)

Single backends with only a single FE are not impacted by this bug.

v1.0.1

06 May 22:17
Compare
Choose a tag to compare
  • FrontEndBuilds::App.live_build is now optional. This resolves issues with Rails 5 clients that have Rails.application.config.active_record.belongs_to_required_by_default enabled.

Rails 5 Support

05 Feb 21:36
Compare
Choose a tag to compare
  • Support for Rails 5
  • Dropping support for < Rails 5
  • Support for OpenSSL Ver 2
  • If a user uses a key that is not RSA an exception will now be raised (this app has never supported any other types of keys, but it didn't error with non-rsa keys)

v0.2.1

15 Mar 16:03
Compare
Choose a tag to compare
Version 0.2.1

v0.2.0

04 Jan 20:03
Compare
Choose a tag to compare

Front End Builds 2.0 is designed to work with ember-cli-front-end-builds-pack, which is a plugin pack for use with ember-cli-deploy.

Front End Builds 2.0 is a backwards-compatible change with your existing 1.x configuration on the rails side, but will not work with ember-cli-front-end-builds.

v0.0.26

02 Feb 18:33
Compare
Choose a tag to compare
  • Fixes bug in admin in Rails 3 apps

One Live Build

30 Jan 18:36
Compare
Choose a tag to compare

Upgrade notes:

  • This release has migrations

Changes:

  • Builds no longer have an active/inactive status
  • Apps have a single live build
  • Admin can make builds live