Skip to content

Latest commit

 

History

History
209 lines (132 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

209 lines (132 loc) · 12.6 KB

Change Log

0.8.0 (2015-09-10)

Full Changelog

Fixed bugs:

  • Opening modal fails in Ember 1.13.7+ #71

Closed issues:

  • Custom modal template #69
  • Modal positioning fails after browser resizing #68
  • Enter KeyboardEvent #67
  • modal-dialog template disjunction in >0.7.3 breaks dependency setup #52
  • scrolling behavior for large modals #11

Merged pull requests:

v0.7.7 (2015-08-04)

Full Changelog

Closed issues:

  • Hide on click out with hasOverlay=false #55
  • Addon doesn't work with ember-cli < 0.2.6 #53

Merged pull requests:

  • refactor updateAlignment to make it clear what the different paths are #66 (raycohen)
  • assert that specified alignment target exists #65 (kagemusha)
  • Adds the ability to close when clicking anywhere outside the modal without an overlay #59 (kellyselden)
  • Add version check for minimum ember-cli version #56 (lukemelia)

v0.7.6 (2015-07-27)

Full Changelog

Closed issues:

  • basic modal test modal container incorrect #58
  • ember-modal-dialog doesn't work with IE8 #57

Merged pull requests:

v0.7.5 (2015-06-25)

Full Changelog

Closed issues:

  • Scrollbar for large modals (or small browser window) #45

Merged pull requests:

v0.7.4 (2015-06-19)

Full Changelog

Closed issues:

  • Sass mandatory? #42

Merged pull requests:

  • Allow 2.0.0-beta's to use current templates. #44 (rwjblue)

v0.7.3 (2015-06-19)

Full Changelog

Closed issues:

  • Extending modal-dialog subclass doesn't work #40
  • Deprecated in ember-cli 0.2.6 #39
  • Template Deprecations (due to bind-attr and classNameBindings) with 1.13+. #34

Merged pull requests:

  • Swap the modal-dialog template based on Ember version. #43 (rwjblue)

v0.7.2 (2015-05-31)

Full Changelog

Closed issues:

  • Ember 1.13.0-beta.2 You cannot use classNameBindings on a tag-less component #38
  • Needs live demo #37

v0.7.1 (2015-05-24)

Full Changelog

Closed issues:

  • top-center alignment #8
  • Leverage a dedicated library for positioning #5

Merged pull requests:

  • When renderInPlace is true, do not use tether or do any positioning #36 (lukemelia)

v0.7.0 (2015-05-19)

Full Changelog

Closed issues:

  • crossdomain.xml and robots.txt #29
  • How to test in a component unit test #15

Merged pull requests:

v0.6.0 (2015-05-05)

Full Changelog

Closed issues:

  • Custom modals don't have destinationElementId injected #22
  • Routable modal without losing existing routes template #14

Merged pull requests:

  • Add modal-dialog service with destinationElementId for easier subclassing #28 (rlivsey)
  • Improve routable usage info. #27 (pedrokiefer)
  • Component unit test example #20 (varblob)

v0.5.0 (2015-04-28)

Full Changelog

Closed issues:

  • Close when user clicks off modal (on overlay) #24

Merged pull requests:

v0.4.1 (2015-04-25)

Full Changelog

v0.4.0 (2015-04-17)

Full Changelog

v0.3.0 (2015-04-13)

Full Changelog

Merged pull requests:

  • Introduced overlay-class and container-class attributes. #18 (lukemelia)
  • Allow alignmentTarget to be specified as a reference to an Ember View or a DOM element in addition to a selector. #16 (lukemelia)

v0.2.2 (2015-04-11)

Full Changelog

v0.2.1 (2015-04-10)

Full Changelog

Closed issues:

  • close on 'escape' #9

Merged pull requests:

  • Remove orphan overlay component #13 (ofbriggs)
  • Updating ember-cli version to fix build errors on windows #12 (ofbriggs)
  • Clarify key-responder is about keyboard shortcuts #10 (samselikoff)

0.2.0 (2015-04-05)

Full Changelog

Merged pull requests:

  • Test against 1.10 through beta #7 (ef4)
  • Drop unused ember-data dependency #6 (ef4)
  • Use Ember.observer and Ember.on instead of function prototype equivalents #4 (lukemelia)

0.1.0 (2015-03-26)

Full Changelog

Merged pull requests:

0.0.3 (2014-11-14)

Full Changelog

0.0.2 (2014-10-12)

Full Changelog

0.0.1 (2014-10-05)

* This Change Log was automatically generated by github_changelog_generator