Skip to content

Releases: sethbrasile/ember-remodal

The Albatross is Massaging the Porpoise with Cheese

Choose a tag to compare

@sethbrasile sethbrasile released this 18 Aug 17:06
  • Now works in engines [Thanks @mydea! #31]
  • Remodal now appends modals to ENV.APP.rootElement and falls back to .ember-application. This should make testing easier, as modals will no longer appear outside of the testing context. [Thanks @esbanarango! #30]

This could probably be a minor release, but #30 could technically break tests if you were doing funny stuff to find a modal in the DOM during testing.

Here's an example of swapping tests to match the new setup: 4aa97c0

Fastboot Support

Choose a tag to compare

@sethbrasile sethbrasile released this 05 May 16:23

ember-remodal now builds when you're using ember-cli-fastboot! woohooo!

Please refer all praise to @locks.

my.. are those your testingclates?

Choose a tag to compare

@sethbrasile sethbrasile released this 14 Apr 20:35

Adds config/environment option to allow globally disabling modal animations during testing. More info here

all your dom are belong to me

Choose a tag to compare

@sethbrasile sethbrasile released this 02 Apr 01:05

Fixes #18

Previously, when a modal component was destroyed (by navigating away, etc..) the DOM elements created by remodal would hang around. They are now destroyed along with the component.

Galactica

Choose a tag to compare

@sethbrasile sethbrasile released this 28 Mar 05:21

breaking changes

Please check out the demo app for full documentation.

  • ember-wormhole is no longer installed automatically (ember install ember-wormhole if you use the open contextual component)
  • A service modal's default name (and it's corresponding class assignment) is now ember-remodal. It was modal which caused issues when the consuming app used certain CSS frameworks.
  • Removes:
    • er-open-button
    • er-cancel-button
    • er-confirm-button
    • linkButton
    • isApplicationModal

Battlestar

Choose a tag to compare

@sethbrasile sethbrasile released this 28 Mar 05:12

Adds support for contextual components. Deprecates Legacy components.

You should use this version if you are on Ember < 2.3

Beets

Choose a tag to compare

@sethbrasile sethbrasile released this 02 Feb 21:21
  • Bug fix: fixes #9
  • Adds a few new related test cases

Bears

Choose a tag to compare

@sethbrasile sethbrasile released this 02 Feb 06:02

Anything that has been deprecated in this version will be removed in 1.0.0. Before upgrading to 1.0.0, install this version and remove any deprecations that appear.