Skip to content

Releases: sethbrasile/ember-remodal

The Albatross is Massaging the Porpoise with Cheese

18 Aug 17:06
Compare
Choose a tag to compare
  • 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

05 May 16:23
Compare
Choose a tag to compare

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

Please refer all praise to @locks.

my.. are those your testingclates?

14 Apr 20:35
Compare
Choose a tag to compare

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

all your dom are belong to me

02 Apr 01:05
Compare
Choose a tag to compare

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

28 Mar 05:21
Compare
Choose a tag to compare

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

28 Mar 05:12
Compare
Choose a tag to compare

Adds support for contextual components. Deprecates Legacy components.

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

Beets

02 Feb 21:21
Compare
Choose a tag to compare
  • Bug fix: fixes #9
  • Adds a few new related test cases

Bears

02 Feb 06:02
Compare
Choose a tag to compare

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.